AP Calculus AB Unit 6: Integration as Accumulation (Riemann Sums, FTC, Numerical Methods, Substitution, and Symmetry)

0.0(0)
Studied by 1 person
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:37 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

Accumulation

The process of adding up many small contributions (often given by a rate) to find a total change over an interval; a core meaning of the definite integral.

2
New cards

Rate of change

How fast a quantity changes with respect to another variable; written as a derivative like Q'(t)=dQ/dt.

3
New cards

Definite integral

An accumulation from a to b written ∫_a^b f(x) dx; interpreted as signed area or net change, depending on context.

4
New cards

Signed area

Area above the x-axis counted positive and area below counted negative; ∫_a^b f(x) dx equals signed area between f and the x-axis on [a,b].

5
New cards

Net change

Overall change that includes increases and decreases with sign; often represented by a definite integral of a rate.

6
New cards

Total change (total amount)

Amount accumulated ignoring sign (e.g., total distance or total area); often requires absolute value rather than a standard definite integral.

7
New cards

Net Change Theorem

If F'(x)=f(x), then F(b)-F(a)=∫_a^b f(x) dx; integrals of rates give accumulated change.

8
New cards

Displacement

Net change in position; computed as ∫_a^b v(t) dt where v(t) is velocity (can be zero even if motion occurred).

9
New cards

Flow rate

A rate describing volume per unit time (e.g., gallons/min); integrating it over time gives total volume added.

10
New cards

Riemann sum

A finite sum approximating an integral: Σ{i=1}^n f(xi*)Δx, representing accumulated rectangles’ areas.

11
New cards

Partition

Breaking an interval [a,b] into subintervals to build a Riemann sum or numerical approximation.

12
New cards

Subinterval

One piece of a partition, typically [x{i-1}, xi], over which a rectangle/trapezoid approximation is formed.

13
New cards

Δx (equal subinterval width)

For n equal subintervals on [a,b], Δx=(b−a)/n; the width of each rectangle/trapezoid.

14
New cards

Sample point (x_i*)

A chosen x-value in each subinterval used to set the rectangle height f(x_i*) in a Riemann sum.

15
New cards

Left Riemann sum (L_n)

A Riemann sum using left endpoints as sample points: xi*=x{i-1}.

16
New cards

Right Riemann sum (R_n)

A Riemann sum using right endpoints as sample points: xi*=xi.

17
New cards

Midpoint Riemann sum

A Riemann sum using midpoints as sample points: xi*=(x{i-1}+x_i)/2.

18
New cards

Definite integral as a limit of sums

Definition: ∫a^b f(x) dx = lim{n→∞} Σ{i=1}^n f(xi*)Δx.

19
New cards

Dummy variable

A variable inside an integral that has no meaning outside it (e.g., ∫_a^x f(t) dt); it can be renamed without changing value.

20
New cards

Limits of integration

The bounds a and b in ∫_a^b f(x) dx that specify the interval of accumulation.

21
New cards

Integrand

The function being accumulated in an integral, e.g., f(x) in ∫_a^b f(x) dx.

22
New cards

Differential (dx)

Indicates the variable of integration and the tiny “width” of slices; important for substitution and unit analysis.

23
New cards

Reversing limits property

Switching bounds changes the sign: ∫a^b f(x) dx = −∫b^a f(x) dx.

24
New cards

Zero-length interval property

An integral over an interval of length 0 is 0: ∫_a^a f(x) dx = 0.

25
New cards

Additivity over intervals

You can split an interval: ∫a^b f(x) dx = ∫a^c f(x) dx + ∫_c^b f(x) dx.

26
New cards

Linearity of integrals

Integrals distribute over addition and constants: ∫(f+g)=∫f+∫g and ∫(kf)=k∫f (with same bounds).

27
New cards

Comparison property

If f(x)≥g(x) on [a,b], then ∫a^b f(x) dx ≥ ∫a^b g(x) dx.

28
New cards

Accumulation function

A function defined by integrating to a variable endpoint: A(x)=∫_a^x f(t) dt; it measures accumulated amount from a to x.

29
New cards

Fundamental Theorem of Calculus (Part 1)

If f is continuous, then d/dx(∫_a^x f(t) dt)=f(x); differentiating an accumulation function returns the integrand.

30
New cards

Chain rule with variable upper limit (FTC Part 1 general form)

d/dx(∫_a^{g(x)} f(t) dt)=f(g(x))·g'(x).

31
New cards

Increasing/decreasing of an accumulation function

For A(x)=∫_a^x f(t) dt, A'(x)=f(x), so A increases where f>0 and decreases where f<0.

32
New cards

Local extrema of an accumulation function

A(x)=∫_a^x f(t) dt has extrema where f(x)=0 with a sign change (positive→negative gives local max; negative→positive gives local min).

33
New cards

Concavity of an accumulation function

For A(x)=∫_a^x f(t) dt, A''(x)=f'(x); A is concave up where f is increasing and concave down where f is decreasing.

34
New cards

Antiderivative

A function F such that F'(x)=f(x); used to evaluate definite integrals via FTC Part 2.

35
New cards

Indefinite integral

Notation for the family of antiderivatives: ∫ f(x) dx = F(x)+C (not a single number).

36
New cards

Constant of integration (+C)

A constant added to an indefinite integral because derivatives lose constant information; all antiderivatives differ by a constant.

37
New cards

Power rule for antiderivatives

For n≠−1: ∫ x^n dx = x^{n+1}/(n+1) + C; often requires algebraic rewriting first.

38
New cards

Fundamental Theorem of Calculus (Part 2 / Evaluation Theorem)

If F'(x)=f(x), then ∫_a^b f(x) dx = F(b)−F(a); computes definite integrals from antiderivatives.

39
New cards

Numerical integration

Approximating a definite integral using sums/shapes (rectangles or trapezoids) when a formula or antiderivative is unavailable.

40
New cards

Midpoint Rule (M_n)

A numerical method using midpoints: Mn=Δx Σ{i=1}^n f((x{i-1}+xi)/2) for equal subintervals.

41
New cards

Trapezoidal Rule (T_n)

A numerical method using trapezoids: Tn=(Δx/2)[f(x0)+2f(x1)+…+2f(x{n-1})+f(x_n)] for equal subintervals.

42
New cards

Left/right sum over/under behavior (monotonicity)

If f is increasing on [a,b], left sums tend to underestimate and right sums tend to overestimate the integral (reversed if f is decreasing).

43
New cards

Trapezoidal rule error direction (concavity)

If f is concave up, Tn tends to overestimate; if f is concave down, Tn tends to underestimate.

44
New cards

u-substitution

Integration technique that undoes the chain rule by substituting u=g(x) to simplify an integrand with a composition.

45
New cards

Reverse chain rule pattern

If an integrand matches f'(g(x))g'(x), then an antiderivative is f(g(x))+C.

46
New cards

Changing bounds in u-substitution

For definite integrals, you may change x-limits to u-limits after substituting; do not mix changed bounds with back-substitution inconsistently.

47
New cards

Even function

A function with symmetry about the y-axis: f(−x)=f(x).

48
New cards

Odd function

A function with origin symmetry: f(−x)=−f(x).

49
New cards

Symmetry shortcuts on [−a,a]

If f is even, ∫{−a}^a f(x) dx = 2∫0^a f(x) dx; if f is odd, ∫_{−a}^a f(x) dx = 0.

50
New cards

Basic trig antiderivative pair (cos/sin)

Since d/dx(sin x)=cos x, it follows that ∫ cos(x) dx = sin(x) + C (a common memorized rule).

Explore top notes

note
Chapter 1 - Study of Psychology
Updated 749d ago
0.0(0)
note
Experimental Designs
Updated 1152d ago
0.0(0)
note
Verbal Forms
Updated 653d ago
0.0(0)
note
Untitled
Updated 797d ago
0.0(0)
note
Earth's Spheres
Updated 1282d ago
0.0(0)
note
Persepolis (Satrapi)
Updated 571d ago
0.0(0)
note
Chapter 1 - Study of Psychology
Updated 749d ago
0.0(0)
note
Experimental Designs
Updated 1152d ago
0.0(0)
note
Verbal Forms
Updated 653d ago
0.0(0)
note
Untitled
Updated 797d ago
0.0(0)
note
Earth's Spheres
Updated 1282d ago
0.0(0)
note
Persepolis (Satrapi)
Updated 571d ago
0.0(0)

Explore top flashcards