Unit 6 Foundations: Accumulation, Riemann Sums, and Definite Integrals

0.0(0)
Studied by 8 people
0%Unit 6 Mastery
0%Exam Mastery
Build your Mastery score
multiple choiceAP Practice
Supplemental Materials
call kaiCall Kai
Card Sorting

1/24

Last updated 3:08 PM 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

25 Terms

1
New cards

Accumulation

The result of adding many small contributions over an interval (time, distance, etc.); in calculus, modeled with integrals.

2
New cards

Rate of change

A quantity describing how fast something changes with respect to an input variable (e.g., liters/min, m/s); often represented by a derivative.

3
New cards

Derivative

A measure of instantaneous rate of change; answers “how fast is it changing right now?”

4
New cards

Integral (definite integral)

Measures net accumulation of a function over an interval; answers “how much change built up over an interval?”

5
New cards

Net change

Overall change in a quantity over an interval, accounting for increases and decreases (negative contributions subtract).

6
New cards

Total change / Total accumulation

Amount accumulated without regard to direction; often requires absolute values (e.g., total distance).

7
New cards

Signed area

Interpretation of a definite integral where area above the x-axis counts positive and area below counts negative.

8
New cards

Displacement

Net change in position; computed as the integral of velocity: abv(t)dt\int_a^b v(t) \, dt.

9
New cards

Total distance traveled

Distance regardless of direction; computed as abv(t)dt\int_a^b |v(t)| \, dt.

10
New cards

Net change theorem (FTC interpretation)

Relationship Q(b)Q(a)=abQ(t)dtQ(b) - Q(a) = \int_a^b Q'(t) \, dt; net change equals the integral of the rate.

11
New cards

Accumulation function

A function defined by accumulating a rate from a fixed start: A(x)=axf(t)dtA(x) = \int_a^x f(t) \, dt.

12
New cards

Derivative of an accumulation function

If A(x)=axf(t)dtA(x) = \int_a^x f(t) \, dt, then A(x)=f(x)A'(x) = f(x).

13
New cards

Units of an integral

Integral units equal (units of the integrand) × (units of the variable); e.g., (m/s)×(s)=m.

14
New cards

Riemann sum

An approximation of a definite integral by summing rectangle areas: Σf(samplepoint)Δx\Sigma f(sample point)Δx.

15
New cards

Partition

A division of [a,b][a,b] into subintervals a=x0<x1<<xn=ba=x_0<x_1<\ldots<x_n=b used for Riemann sums.

16
New cards

Subinterval width (Δx)

For an equal-width partition, Δx=(ba)/nΔx=(b-a)/n; the width of each rectangle in a Riemann sum.

17
New cards

Sample point (x*i)

A chosen point in each subinterval where the function is evaluated to form a rectangle height in a Riemann sum.

18
New cards

Left Riemann sum (Ln)

Riemann sum using left endpoints xi1x_{i-1} as sample points: Ln=i=1nf(xi1)xLn = \sum_{i=1}^n f(x_{i-1}) \, \triangle x.

19
New cards

Right Riemann sum (Rn)

Riemann sum using right endpoints xix_i as sample points: Rn=i=1nf(xi)xRn = \sum_{i=1}^n f(x_i) \, \triangle x.

20
New cards

Midpoint Riemann sum (Mn)

Riemann sum using midpoints mi=xi1+xi2m_i = \frac{x_{i-1} + x_i}{2} as sample points: Mn=f(mi)xMn = \sum f(m_i) \, \triangle x.

21
New cards

Left/right sum bias for increasing functions

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

22
New cards

Left/right sum bias for decreasing functions

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

23
New cards

Summation (sigma) notation

Compact notation for adding many terms, written with Σ\Sigma, such as i=1nai=a1++an\sum_{i=1}^n a_i = a_1 + … + a_n.

24
New cards

Index (in sigma notation)

The variable (often i) that counts terms in a sum; it runs from the lower limit to the upper limit.

25
New cards

Definite integral notation pieces

In abf(x)dx\int_a^b f(x) \, dx: a and b are bounds (start/end), f(x) is the rate/height, and dx indicates accumulation with respect to x (and supports unit interpretation).