1/49
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
Accumulation
Rebuilding a total change by adding many small contributions from a rate over an interval.
Rate of change
How a quantity changes per unit of the input (e.g., velocity in m/s, flow in gal/min).
Definite integral
An integral with limits of integration that outputs a single number representing net accumulated change on an interval.
Indefinite integral
An integral without bounds that represents a family of antiderivatives, written as F(x)+C.
Antiderivative
A function F whose derivative is f; i.e., F'(x)=f(x).
Net (signed) area
Interpretation of ∫abf(x)dx as area above the x-axis minus area below the x-axis on [a,b].
Net change
The total change in a quantity over an interval, often computed as the definite integral of its rate.
Total area
Area counting all regions as positive; often written as ∫ab∣f(x)∣dx.
Displacement
Net change in position: ∫abv(t)dt.
Total distance traveled
Total path length from velocity: ∫ab∣v(t)∣dt.
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.
Limits of integration
The bounds a and b in ∫abf(x)dx that determine the interval of accumulation.
Riemann sum
An approximation to a definite integral using a sum of rectangle areas: Σf(xi∗)Δx.
Partition
A division of [a,b] into n subintervals using points x0=a,x1,…,xn=b.
Subinterval width (Δx)
For equal partitions, Δx=(b−a)/n.
Sample point (x_i*)
A chosen input in each subinterval [xi−1,xi] used to define rectangle height in a Riemann sum.
Left Riemann sum (L_n)
Riemann sum using left endpoints: Σi=1nf(xi−1)Δx.
Right Riemann sum (R_n)
Riemann sum using right endpoints: Σ{i=1}^n f(xi)Δx.
Midpoint Riemann sum (M_n)
Riemann sum using midpoints: Σf(2(xi−1+xi))Δx.
Definite integral as a limit
If the limit exists, ∫abf(x)dx=limn→∞Σi=1nf(xi∗)Δx.
Trapezoidal rule (T_n)
Approximation using trapezoids: Tn=2Δx[f(x0)+2f(x1)+…+2f(xn−1)+f(xn)].
Trapezoidal rule as an average
For equal subintervals, the trapezoidal approximation satisfies Tn=(Ln+R_n)/2.
Uneven subinterval widths
When x-values are not evenly spaced, you must use each interval’s actual width instead of a single Δx.
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.
Fundamental Theorem of Calculus (FTC)
The theorem connecting differentiation and integration as inverse processes, enabling exact evaluation via antiderivatives.
FTC Part 1
If F(x)=∫axf(t)dt and f is continuous, then F'(x)=f(x).
Chain rule with variable upper limit
If G(x)=∫ag(x)f(t)dt, then G'(x)=f(g(x))·g'(x).
Variable lower limit sign change
If H(x)=∫g(x)af(t)dt, then H′(x)=−f(g(x))⋅g′(x).
FTC Part 2
If F'(x)=f(x), then ∫abf(x)dx=F(b)−F(a).
Net Change Theorem
If a quantity has rate F′(x), then F(b)−F(a)=∫abF′(x)dx.
Linearity of integrals
∫ab(f+g)dx=∫abfdx+∫abgdx and ∫abcfdx=c∫abfdx.
Additivity over intervals
If a<c<b, then ∫abfdx=∫acfdx+∫cbfdx.
Reversing bounds property
∫abfdx=−∫bafdx.
Zero-width interval property
∫aaf(x)dx=0.
Even function
A function with f(−x)=f(x); on [−a,a], ∫−aaf(x)dx=2∫0af(x)dx.
Odd function
A function with f(−x)=−f(x); on [−a,a], ∫−aaf(x)dx=0.
Symmetric interval requirement
Even/odd integral shortcuts apply only on intervals of the form [−a,a].
Integral comparison property
If f(x)≥g(x) on [a,b], then ∫abf(x)dx≥∫abg(x)dx.
Bounding (min/max) property
If m ≤ f(x) ≤ M on [a,b], then m(b−a) ≤ ∫abf(x)dx ≤ M(b−a).
Constant of integration (+C)
A constant added to an indefinite integral because antiderivatives differ by constants; omitted for definite integrals.
Power rule for antiderivatives (n≠−1)
∫xndx=n+1xn+1+C, for n=−1.
Logarithm antiderivative case
∫x1dx=ln∣x∣+C (the special case where n=−1).
Exponential antiderivative (e^x)
∫exdx=ex+C.
Exponential antiderivative (a^x)
∫axdx=ln(a)ax+C, for a>0 and a=1.
Basic trig antiderivative pair: cos
∫ cos x dx = sin x + C.
Basic trig antiderivative pair: sin
∫sinxdx=−cosx+C.
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.
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).
Accumulation function
A function defined by an integral like A(x)=∫axr(t)dt, representing accumulated net change up to x.
Initial value plus accumulated change
If Q'(t)=r(t) and Q(a) is known, then Q(b)=Q(a)+∫abr(t)dt (final amount = initial + change).