Unit 6 (AP Calculus BC): Integration and Accumulation of Change — Comprehensive Study Notes

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/49

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 9:45 PM on 3/9/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

50 Terms

1
New cards

Rate of change

A quantity describing how fast something changes per unit of an input (e.g., meters per second).

2
New cards

Accumulated change

The total change over an interval found by adding up many small changes; modeled by a definite integral.

3
New cards

Integral

A calculus operation that represents accumulation; for definite integrals, it measures net accumulation over an interval.

4
New cards

Antiderivative

A function F whose derivative is f; i.e., F'(x)=f(x).

5
New cards

Definite integral

An integral with bounds a and b, ∫_a^b f(x) dx, representing net accumulation (signed area) over [a,b].

6
New cards

Indefinite integral

The family of all antiderivatives of f: ∫ f(x) dx = F(x) + C.

7
New cards

Constant of integration (C)

A constant added to an indefinite integral because derivatives of constants are zero.

8
New cards

Signed area

Area above the x-axis counted positive and area below the x-axis counted negative; equals the value of a definite integral.

9
New cards

Net change

Total accumulated change that includes sign/direction (negative rates subtract from the total).

10
New cards

Total change (total amount)

Total magnitude accumulated regardless of direction; typically computed using absolute value and splitting at sign changes.

11
New cards

Displacement

Net change in position; equals ∫_a^b v(t) dt when v(t) is velocity.

12
New cards

Total distance traveled

Total amount of motion; equals ∫_a^b |v(t)| dt (requires splitting where v(t)=0).

13
New cards

Speed

The magnitude of velocity; speed = |v(t)|.

14
New cards

Units check

Using dimensional analysis to verify an integral setup (rate units × time units = accumulated units).

15
New cards

Riemann sum

An approximation of a definite integral by adding rectangle areas: Σ f(x_i*)Δx.

16
New cards

Partition

A division of an interval [a,b] into subintervals used to build a Riemann sum.

17
New cards

Subinterval width (Δx)

For equal subintervals, Δx = (b−a)/n; the base length of each rectangle/trapezoid.

18
New cards

Sample point (x_i*)

A chosen x-value in each subinterval used to determine the rectangle height f(x_i*).

19
New cards

Left Riemann sum

A Riemann sum using left endpoints of subintervals as sample points.

20
New cards

Right Riemann sum

A Riemann sum using right endpoints of subintervals as sample points.

21
New cards

Midpoint Riemann sum

A Riemann sum using midpoints of subintervals as sample points.

22
New cards

Overestimate

An approximation larger than the true integral value (e.g., right sum for an increasing function).

23
New cards

Underestimate

An approximation smaller than the true integral value (e.g., left sum for an increasing function).

24
New cards

Definite integral as a limit

The formal definition: ∫a^b f(x) dx = lim{n→∞} Σ f(x_i*)Δx.

25
New cards

Sigma notation (Σ)

A compact notation for sums, commonly used to write Riemann sums and numerical integration formulas.

26
New cards

Right-endpoint formula for x_i

For equal partitions, right endpoints are x_i = a + iΔx (i=1 to n).

27
New cards

Left-endpoint formula for x_i

For equal partitions, left endpoints are x_i = a + (i−1)Δx (i=1 to n).

28
New cards

Trapezoidal Rule

Numerical integration using trapezoids: Tn = (Δx/2)[f(x0)+2f(x1)+…+2f(x{n−1})+f(x_n)].

29
New cards

Interior nodes (Trapezoidal Rule)

The points x1 through x{n−1} that receive coefficient 2 in T_n because each is shared by two trapezoids.

30
New cards

Concave up

A graph curving upward (f''>0); trapezoidal approximations tend to overestimate for concave-up functions.

31
New cards

Concave down

A graph curving downward (f''<0); trapezoidal approximations tend to underestimate for concave-down functions.

32
New cards

Simpson’s Rule

Numerical integration using parabolas over pairs of subintervals: Sn = (Δx/3)[f(x0)+4f(x1)+2f(x2)+…+4f(x{n−1})+f(xn)].

33
New cards

Even number of subintervals (Simpson’s Rule requirement)

Simpson’s Rule requires n to be even so the interval can be grouped into pairs of subintervals.

34
New cards

Fundamental Theorem of Calculus (FTC) Part 1

If F(x)=∫_a^x f(t) dt and f is continuous, then F'(x)=f(x).

35
New cards

Accumulation function

A function defined by a variable-limit integral, such as F(x)=∫_a^x f(t) dt, representing accumulated total from a to x.

36
New cards

FTC Part 1 chain rule (variable upper limit)

If G(x)=∫_a^{g(x)} f(t) dt, then G'(x)=f(g(x))·g'(x).

37
New cards

Variable lower limit rule

If H(x)=∫_{h(x)}^a f(t) dt, then H'(x)=−f(h(x))·h'(x).

38
New cards

Increasing/decreasing test for accumulation functions

If F(x)=∫_a^x f(t) dt, then F increases where f(x)>0 and decreases where f(x)<0.

39
New cards

Concavity test for accumulation functions

If F(x)=∫_a^x f(t) dt, then F''(x)=f'(x), so F is concave up where f is increasing and concave down where f is decreasing.

40
New cards

Fundamental Theorem of Calculus (FTC) Part 2 (Evaluation Theorem)

If F'(x)=f(x) on [a,b], then ∫_a^b f(x) dx = F(b) − F(a).

41
New cards

Bracket notation [F(x)]_a^b

A notation meaning F(b) − F(a), used to evaluate definite integrals via antiderivatives.

42
New cards

Power rule for integrals (n ≠ −1)

∫ x^n dx = x^{n+1}/(n+1) + C.

43
New cards

Linearity of integrals

a^b (cf+dg) dx = c∫a^b f dx + d∫_a^b g dx.

44
New cards

Additivity over intervals

If a<b<c, then ∫a^c f dx = ∫a^b f dx + ∫_b^c f dx.

45
New cards

Reversing bounds property

b^a f(x) dx = −∫a^b f(x) dx.

46
New cards

Symmetry (even function integral)

If f is even, then ∫{−a}^a f(x) dx = 2∫0^a f(x) dx.

47
New cards

Symmetry (odd function integral)

If f is odd, then ∫_{−a}^a f(x) dx = 0.

48
New cards

Average value of a function

The average of f on [a,b]: favg = (1/(b−a))∫a^b f(x) dx.

49
New cards

Mean Value Theorem for Integrals

If f is continuous on [a,b], there exists c in [a,b] such that f(c) = (1/(b−a))∫_a^b f(x) dx.

50
New cards

U-substitution

An integration technique that reverses the chain rule by substituting u=g(x) to simplify the integrand before integrating.

Explore top notes

note
Photons
Updated 899d ago
0.0(0)
note
History of England
Updated 1275d ago
0.0(0)
note
1984 - Introduction Notes
Updated 1722d ago
0.0(0)
note
Humidity AP
Updated 925d ago
0.0(0)
note
Photons
Updated 899d ago
0.0(0)
note
History of England
Updated 1275d ago
0.0(0)
note
1984 - Introduction Notes
Updated 1722d ago
0.0(0)
note
Humidity AP
Updated 925d ago
0.0(0)

Explore top flashcards

flashcards
faf
40
Updated 956d ago
0.0(0)
flashcards
faf
40
Updated 956d ago
0.0(0)