Unit 6: Integration and Accumulation of Change

0.0(0)
Studied by 0 people
0%Unit 6: Integration and Accumulation of Change Mastery
0%Exam Mastery
Build your Mastery score
multiple choiceMultiple Choice
call kaiCall Kai
Supplemental Materials
Card Sorting

1/49

Last updated 2:11 AM on 3/12/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

Rebuilding a total change by adding many small contributions from a rate over an interval.

2
New cards

Rate of change

How a quantity changes per unit of the input (e.g., velocity in m/s, flow in gal/min).

3
New cards

Definite integral

An integral with limits of integration that outputs a single number representing net accumulated change on an interval.

4
New cards

Indefinite integral

An integral without bounds that represents a family of antiderivatives, written as F(x)+C.

5
New cards

Antiderivative

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

6
New cards

Net (signed) area

Interpretation of ∫_a^b f(x) dx as area above the x-axis minus area below the x-axis on [a,b].

7
New cards

Net change

The total change in a quantity over an interval, often computed as the definite integral of its rate.

8
New cards

Total area

Area counting all regions as positive; often written as ∫_a^b |f(x)| dx.

9
New cards

Displacement

Net change in position: ∫_a^b v(t) dt.

10
New cards

Total distance traveled

Total path length from velocity: ∫_a^b |v(t)| dt.

11
New cards

Units check (integrals)

A sanity-check: if f has units (quantity per x-unit), then ∫ f(x) dx has units of the quantity because you multiply by dx.

12
New cards

Limits of integration

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

13
New cards

Riemann sum

An approximation to a definite integral using a sum of rectangle areas: Σ f(x_i*)Δx.

14
New cards

Partition

A division of [a,b] into n subintervals using points x0=a, x1, …, xn=b.

15
New cards

Subinterval width (Δx)

For equal partitions, Δx=(b−a)/n.

16
New cards

Sample point (x_i*)

A chosen input in each subinterval [x{i−1}, xi] used to define rectangle height in a Riemann sum.

17
New cards

Left Riemann sum (L_n)

Riemann sum using left endpoints: Σ{i=1}^n f(x{i−1})Δx.

18
New cards

Right Riemann sum (R_n)

Riemann sum using right endpoints: Σ{i=1}^n f(xi)Δx.

19
New cards

Midpoint Riemann sum (M_n)

Riemann sum using midpoints: Σ f((x{i−1}+xi)/2)Δx.

20
New cards

Definite integral as a limit

If the limit exists, ∫a^b f(x) dx = lim{n→∞} Σ{i=1}^n f(xi*)Δx.

21
New cards

Trapezoidal rule (T_n)

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

22
New cards

Trapezoidal rule as an average

For equal subintervals, the trapezoidal approximation satisfies Tn=(Ln+R_n)/2.

23
New cards

Uneven subinterval widths

When x-values are not evenly spaced, you must use each interval’s actual width instead of a single Δx.

24
New cards

Endpoint selection pitfall

In a left sum, do not use the rightmost function value; in a right sum, do not use the leftmost function value.

25
New cards

Fundamental Theorem of Calculus (FTC)

The theorem connecting differentiation and integration as inverse processes, enabling exact evaluation via antiderivatives.

26
New cards

FTC Part 1

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

27
New cards

Chain rule with variable upper limit

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

28
New cards

Variable lower limit sign change

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

29
New cards

FTC Part 2

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

30
New cards

Net Change Theorem

If a quantity has rate F'(x), then F(b)−F(a)=∫_a^b F'(x) dx.

31
New cards

Linearity of integrals

a^b (f+g) dx = ∫a^b f dx + ∫a^b g dx and ∫a^b c f dx = c∫_a^b f dx.

32
New cards

Additivity over intervals

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

33
New cards

Reversing bounds property

a^b f dx = −∫b^a f dx.

34
New cards

Zero-width interval property

∫_a^a f(x) dx = 0.

35
New cards

Even function

A function with f(−x)=f(x); on [−a,a], ∫{−a}^a f(x) dx = 2∫0^a f(x) dx.

36
New cards

Odd function

A function with f(−x)=−f(x); on [−a,a], ∫_{−a}^a f(x) dx = 0.

37
New cards

Symmetric interval requirement

Even/odd integral shortcuts apply only on intervals of the form [−a,a].

38
New cards

Integral comparison property

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

39
New cards

Bounding (min/max) property

If m ≤ f(x) ≤ M on [a,b], then m(b−a) ≤ ∫_a^b f(x) dx ≤ M(b−a).

40
New cards

Constant of integration (+C)

A constant added to an indefinite integral because antiderivatives differ by constants; omitted for definite integrals.

41
New cards

Power rule for antiderivatives (n≠−1)

∫ x^n dx = x^{n+1}/(n+1) + C, for n≠−1.

42
New cards

Logarithm antiderivative case

∫ (1/x) dx = ln|x| + C (the special case where n=−1).

43
New cards

Exponential antiderivative (e^x)

∫ e^x dx = e^x + C.

44
New cards

Exponential antiderivative (a^x)

∫ a^x dx = a^x/ln(a) + C, for a>0 and a≠1.

45
New cards

Basic trig antiderivative pair: cos

∫ cos x dx = sin x + C.

46
New cards

Basic trig antiderivative pair: sin

∫ sin x dx = −cos x + C.

47
New cards

u-substitution (integration by substitution)

A method that reverses the chain rule by setting u=g(x) to rewrite ∫ f(g(x))g'(x) dx as ∫ f(u) du.

48
New cards

Changing bounds in substitution

For definite integrals with u-substitution, convert x-bounds to u-bounds to evaluate entirely in u (or substitute back consistently).

49
New cards

Accumulation function

A function defined by an integral like A(x)=∫_a^x r(t) dt, representing accumulated net change up to x.

50
New cards

Initial value plus accumulated change

If Q'(t)=r(t) and Q(a) is known, then Q(b)=Q(a)+∫_a^b r(t) dt (final amount = initial + change).

Explore top notes

note
Chapter 20: Earth Materials
Updated 1024d ago
0.0(0)
note
The Living World
Updated 1218d ago
0.0(0)
note
Japanese Term 3- fashion
Updated 274d ago
0.0(0)
note
13.1 to 13.4 Water
Updated 1300d ago
0.0(0)
note
Inhalants
Updated 1236d ago
0.0(0)
note
Invisible Man Chapter 6
Updated 1169d ago
0.0(0)
note
🧬 AP Biology Unit 6
Updated 316d ago
0.0(0)
note
Chapter 20: Earth Materials
Updated 1024d ago
0.0(0)
note
The Living World
Updated 1218d ago
0.0(0)
note
Japanese Term 3- fashion
Updated 274d ago
0.0(0)
note
13.1 to 13.4 Water
Updated 1300d ago
0.0(0)
note
Inhalants
Updated 1236d ago
0.0(0)
note
Invisible Man Chapter 6
Updated 1169d ago
0.0(0)
note
🧬 AP Biology Unit 6
Updated 316d ago
0.0(0)

Explore top flashcards

flashcards
Quel type de film (yr9)
45
Updated 298d ago
0.0(0)
flashcards
Verbos en aleman
106
Updated 1086d ago
0.0(0)
flashcards
Macbeth Vocab #4
20
Updated 1134d ago
0.0(0)
flashcards
geography test 1 2022
70
Updated 1221d ago
0.0(0)
flashcards
Survey of Art I: Exam 2
133
Updated 506d ago
0.0(0)
flashcards
Campaigns and Elections
24
Updated 1101d ago
0.0(0)
flashcards
Citizens - Klein
78
Updated 1044d ago
0.0(0)
flashcards
OMMIII Final Glossary Terms
33
Updated 835d ago
0.0(0)
flashcards
Quel type de film (yr9)
45
Updated 298d ago
0.0(0)
flashcards
Verbos en aleman
106
Updated 1086d ago
0.0(0)
flashcards
Macbeth Vocab #4
20
Updated 1134d ago
0.0(0)
flashcards
geography test 1 2022
70
Updated 1221d ago
0.0(0)
flashcards
Survey of Art I: Exam 2
133
Updated 506d ago
0.0(0)
flashcards
Campaigns and Elections
24
Updated 1101d ago
0.0(0)
flashcards
Citizens - Klein
78
Updated 1044d ago
0.0(0)
flashcards
OMMIII Final Glossary Terms
33
Updated 835d ago
0.0(0)