You spent the last lesson computing definite integrals as limits of Riemann sums — slow, painful work. Try this one the slow way, then ask whether there is a faster path.
Compute
∫₁⁴ (3x² − 2x) dx.
If you set up a Riemann sum, you'd be summing rectangle areas forever. But notice: 3x² − 2x is the derivative of x³ − x². What if the area under a rate of change is just the total change in its antiderivative?
Try it: let F(x) = x³ − x². Compute F(4) − F(1) = (64 − 16) − (1 − 1) = 48 − 0 = 48.
That number, 48, is exactly the value of the definite integral — no rectangles, no limits. This is not a coincidence. It is the Fundamental Theorem of Calculus, the bridge between the two halves of the course: the derivative (Units 2–5) and the integral (Unit 6). This lesson makes that bridge precise, in both directions.
The Fundamental Theorem of Calculus (FTC) comes in two parts. They are different statements, and confusing them is one of the most common AP errors. Keep them straight: Part 2 evaluates a definite integral; Part 1 differentiates an accumulation function.
FTC, Part 2. If
fis continuous on[a, b]andFis any antiderivative off(that is,F′(x) = f(x)), then
`∫ₐᵇ f(x) dx = F(b) − F(a)
`
This is the computational workhorse. To evaluate a definite integral you do not need limits of Riemann sums — you find an antiderivative F (any one; the +C cancels), then subtract its values at the endpoints. The standard notation for that subtraction is the evaluation bar:
∫ₐᵇ f(x) dx = [F(x)]ₐᵇ = F(b) − F(a)
Why the +C doesn't matter. If you used F(x) + C instead of F(x), the subtraction gives [F(b) + C] − [F(a) + C] = F(b) − F(a). The constant cancels, so we always drop it on a definite integral.
Worked evaluation. Compute ∫₁⁴ (3x² − 2x) dx. An antiderivative of 3x² − 2x is F(x) = x³ − x². Then:
∫₁⁴ (3x² − 2x) dx = [x³ − x²]₁⁴ = (4³ − 4²) − (1³ − 1²) = (64 − 16) − (1 − 1) = 48
Model the AP justification. When a problem requires it, write the reasoning in full: "Because f(x) = 3x² − 2x is continuous on [1, 4] and F(x) = x³ − x² satisfies F′(x) = f(x), by the Fundamental Theorem of Calculus ∫₁⁴ f(x) dx = F(4) − F(1) = 48." Naming the continuity hypothesis is what separates a full-credit justification from a bare answer.
Part 1 looks at the integral in the other direction. Fix the lower limit and let the upper limit vary, building an accumulation function:
g(x) = ∫ₐˣ f(t) dt
Here t is a dummy variable of integration, and x is the genuine input: g(x) is the signed area accumulated from a out to x. The theorem says this accumulation function is differentiable, and its derivative is the original integrand:
FTC, Part 1. If
fis continuous on an interval containinga, andg(x) = ∫ₐˣ f(t) dt, thengis differentiable and
`g′(x) = d/dx ∫ₐˣ f(t) dt = f(x)
`
In words: differentiating undoes integrating. The derivative of "area-so-far" is the height of the curve at the right edge. This is why integration and differentiation are inverse processes.
The variable upper limit and the chain rule. Very often the upper limit is not just x but a function u(x). Then g(x) = ∫ₐ^{u(x)} f(t) dt is a composition, and you must apply the chain rule. The outer operation is FTC Part 1 (evaluate the integrand at the upper limit); the inner operation is u(x):
d/dx ∫ₐ^{u(x)} f(t) dt = f(u(x)) · u′(x)
The extra factor u′(x) is the single most-forgotten piece on this topic. For example:
d/dx ∫₂^{x²} cos t dt = cos(x²) · (2x) = 2x cos(x²)
Substitute the upper limit x² into the integrand (cos), then multiply by the derivative of the upper limit (2x).
Variable lower limit. If the lower limit varies, flip the integral first using ∫ₐᵇ = −∫ᵇₐ:
d/dx ∫ₓ^{a} f(t) dt = d/dx [−∫ₐˣ f(t) dt] = −f(x)
fA top AP skill is analyzing g(x) = ∫ₐˣ f(t) dt when you are given only the graph of f (no formula). Because g′ = f (Part 1), every fact you learned about reading f from f′ in Unit 5 applies here — just shifted down one level. Read the graph of f as if it were the derivative of g:
Behavior of f (the graph you're given) | Consequence for g(x) = ∫ₐˣ f(t) dt |
|---|---|
f(x) > 0 (graph above axis) | g is increasing (g′ = f > 0) |
f(x) < 0 (graph below axis) | g is decreasing |
f changes + → − | g has a relative maximum |
f changes − → + | g has a relative minimum |
f is increasing | g is concave up (g″ = f′ > 0) |
f is decreasing | g is concave down |
f has a max or min (so f′ = 0, f turns) | g has an inflection point |
g(x) value | the signed area under f from a to x (area above the axis counts +, below counts −) |
The two layers to keep separate: the sign of f controls whether g rises or falls; the slope (increasing/decreasing) of f controls the concavity of g. To compute an actual value g(x), add up the signed areas geometrically.
Graph mini-analysis.
Let g(x) = ∫₀ˣ f(t) dt. On [0, 4], f ≥ 0, so g increases; the total accumulated area is the half-disk, g(4) = (1/2)π(2)² = 2π. On [4, 6], f < 0, so g decreases. Since f changes from positive to negative at x = 4, g has its maximum at x = 4, with g(4) = 2π ≈ 6.28. Then g(6) = 2π − 2 (subtracting the triangle's area (1/2)(2)(2) = 2 that lies below the axis).
FTC Part 2 has a powerful reading when the integrand is itself a rate of change. Let f = F′. Then:
∫ₐᵇ f′(x) dx = f(b) − f(a)
The integral of a rate of change over [a, b] equals the net change in the quantity over [a, b]. If r(t) is the rate (gallons per minute) at which water enters a tank, then ∫₀⁶ r(t) dt is the total gallons added from t = 0 to t = 6. If v(t) is velocity, ∫ₐᵇ v(t) dt is the net displacement. This interpretation is the backbone of nearly every AP "rate in / rate out" FRQ.
Problem. Evaluate ∫₀^{π/4} sec²x dx, and write the FTC justification.
Strategy. Find an antiderivative of the integrand, then apply FTC Part 2 with the evaluation bar.
Solution. Since d/dx[tan x] = sec²x, an antiderivative is F(x) = tan x. The integrand sec²x is continuous on [0, π/4] (no asymptote until π/2), so FTC Part 2 applies:
∫₀^{π/4} sec²x dx = [tan x]₀^{π/4} = tan(π/4) − tan(0) = 1 − 0 = 1
Justification. Because f(x) = sec²x is continuous on [0, π/4] and F(x) = tan x satisfies F′(x) = sec²x, by the Fundamental Theorem of Calculus ∫₀^{π/4} sec²x dx = F(π/4) − F(0) = 1.
Problem. Find the derivative of each.
(i) g(x) = ∫₂ˣ (t³ + 1) dt (ii) h(x) = ∫₁^{x³} √(1 + t²) dt (iii) k(x) = ∫ₓ⁵ eᵗ² dt
Strategy. Use FTC Part 1. For a variable upper limit u(x), multiply by u′(x) (chain rule). For a variable lower limit, flip the sign.
Solution.
(i) Upper limit is plain x, so just substitute x into the integrand:
g′(x) = x³ + 1
(ii) Upper limit is u(x) = x³, so u′(x) = 3x². Substitute the upper limit into the integrand, then multiply by u′:
h′(x) = √(1 + (x³)²) · 3x² = 3x²·√(1 + x⁶)
(iii) The lower limit varies. Flip first: k(x) = ∫ₓ⁵ eᵗ² dt = −∫₅ˣ eᵗ² dt. Then
k′(x) = −e^{x²}
Justification. Part (ii) is the AP-critical case: forgetting the · 3x² factor is the classic error. The integrand √(1 + t²) is continuous everywhere, so FTC Part 1 (with the chain rule) applies.
g(x) = ∫₀ˣ f(t) dt from the graph of f (NO CALC)Problem. The graph of f is the semicircle-and-line shown in the Core Concepts graph above: an upper semicircle of radius 2 on [0, 4] (so f ≥ 0, peak (2,2)) and a segment from (4, 0) to (6, −2) (so f < 0) on [4, 6]. Let g(x) = ∫₀ˣ f(t) dt. (a) Find g(4) and g(6). (b) On what interval is g increasing? (c) Where does g attain its absolute maximum on [0, 6]? Justify.
Strategy. Use areas for values (g = signed area under f). Use the sign of f for increasing/decreasing and extrema (g′ = f).
Solution.
(a) g(4) = ∫₀⁴ f(t) dt = area of the half-disk = (1/2)π(2)² = 2π ≈ 6.28. From 4 to 6, f < 0, contributing −(1/2)(2)(2) = −2. So g(6) = 2π − 2 ≈ 4.28.
(b) g′ = f, and f > 0 on (0, 4). So g is increasing on (0, 4) and decreasing on (4, 6).
(c) The only interior critical point is x = 4, where f changes from positive to negative, so g has a relative maximum there. Comparing with the endpoints, g(0) = 0 and g(6) = 2π − 2 ≈ 4.28, both less than g(4) = 2π. Justification: g has its absolute maximum at x = 4, because g′(x) = f(x) > 0 for 0 < x < 4 and g′(x) = f(x) < 0 for 4 < x < 6, so g increases up to x = 4 then decreases; and g(4) = 2π exceeds the values at both endpoints.
Problem. Water flows into a tank at a rate r(t) = 4 + 6 sin(t/2) gallons per minute, for 0 ≤ t ≤ 8. How many gallons enter the tank during these 8 minutes?
Strategy. The total amount added is the net change of volume, which is the integral of the rate: ∫₀⁸ r(t) dt.
Solution. By the net-change interpretation of FTC Part 2,
total gallons = ∫₀⁸ [4 + 6 sin(t/2)] dt
This is a calculator part, so use fnInt:
TI-84: MATH → 9:fnInt( → fnInt(4 + 6sin(X/2), X, 0, 8) → 51.844
So approximately 51.844 gallons enter the tank. (By hand for comparison: an antiderivative is 4t − 12 cos(t/2), giving [4(8) − 12 cos 4] − [0 − 12 cos 0] = (32 − 12 cos 4) − (−12) = 44 − 12 cos 4 ≈ 51.844.) The units check: gallons-per-minute times minutes gives gallons.
Forgetting the chain-rule factor u′(x) in FTC Part 1. Students write d/dx ∫₂^{x²} cos t dt = cos(x²) and stop. Why it's wrong: the upper limit is a composition u(x) = x², so the chain rule contributes u′(x) = 2x. Fix: the correct derivative is cos(x²)·2x. Whenever the upper limit is anything other than a bare x, multiply by its derivative.
Swapping the two parts. Students try to "evaluate" ∫ₐᵇ f by computing f(b) − f(a), or try to differentiate ∫ₐˣ f by finding an antiderivative first. Why it's wrong: Part 2 subtracts an antiderivative F at the endpoints (F(b) − F(a)); Part 1 says the derivative of the accumulation is just f at the upper limit. Fix: name your task first — evaluating a number (Part 2) or differentiating an accumulation (Part 1) — then apply the matching part.
Sign error from F(a) − F(b). FTC Part 2 is F(b) − F(a) — top limit minus bottom limit. Subtracting in the wrong order negates the answer. Fix: always write the upper-limit value first. A negative answer where you expected positive is the telltale sign you flipped it.
Reading g from f's graph as if g equals f. Students say "g has a maximum where f has a maximum." Why it's wrong: f is g′, not g. g has a maximum where g′ = f changes from + to − (an x-intercept of f), and g has an inflection point where f has a max or min. Fix: treat the given graph of f exactly as you treated f′ in Unit 5 — sign of f ⇒ increase/decrease of g; slope of f ⇒ concavity of g.
Dropping dx / writing +C on a definite integral. A definite integral is a number; there is no +C on it (the constant cancels in F(b) − F(a)). Fix: keep +C for indefinite integrals only; on a definite integral, the answer is a number with no C.
∫₁³ 2x dx =∫₀^π sin x dx =g(x) = ∫₂ˣ (t³ + 1) dt, then g′(x) =d/dx ∫₀^{x²} sin t dt =∫₁^e (1/x) dx =d/dx ∫ₓ³ cos t dt =∫₀² (3x² − 2) dx =d/dx ∫₁^{sin x} eᵗ dt =∫₀² e^{−x²} dx is closest tof consists of two line segments: from (0, 4) down to (2, 0), then from (2, 0) down to (4, −4). Let g(x) = ∫₀ˣ f(t) dt. The value of g(4) is∫₁⁴ (1/√x) dx =12 (short answer). [NO CALC] Evaluate ∫₁⁴ (3x² − 2x) dx using FTC Part 2, and write the full FTC justification (name the hypotheses).
13 (short answer, justification). [NO CALC] A student computes d/dx ∫₁^{x³} √(1 + t²) dt = √(1 + x⁶). Identify the error, give the correct derivative, and explain which part of the FTC (and which rule) was misapplied.
14 (short answer, accumulation from graph, justification). [NO CALC] The graph of f is the upper semicircle of radius 2 on [0, 4] (so f ≥ 0) together with the segment from (4, 0) to (6, −2) (so f < 0), as in Example 3. Let g(x) = ∫₀ˣ f(t) dt. Find g(6), state where g has its absolute maximum on [0, 6], and justify your answer using the sign of g′.
15 (short answer, net change interpretation). [CALC] Sand is added to a pile at a rate of r(t) = 10e^{−0.2t} kilograms per hour for 0 ≤ t ≤ 5. Write a definite integral for the total sand added over the 5 hours, evaluate it (round to three decimals), and explain the meaning of the answer in context.
This is the classic accumulation-function FRQ — given the graph of a function f, you analyze g(x) = ∫ₐˣ f(t) dt. It is a non-calculator question (AP Section II, Part B style). Budget about 15 minutes. Justifications must name the relevant theorem or the sign of g′ = f.
FRQ. Let
fbe the continuous function whose graph on[0, 7]is shown above (four line segments, witht-intercepts att = 2andt = 5and a minimum at(4, −4)). Letgbe the function defined by
`g(x) = ∫₀ˣ f(t) dt.
`(a) Find
g(2),g(5), andg(7). (3 points)(b) On the interval
0 < x < 7, find thex-coordinate of each relative extremum ofg, and classify each as a relative maximum or minimum. Justify your answer. (3 points)(c) On the interval
0 < x < 7, find thex-coordinate of each inflection point of the graph ofg. Justify your answer. (2 points)(d) Find the absolute minimum value of
gon the closed interval[0, 7]. Justify your answer. (2 points)Total: 10 points
(a) g(x) is the signed area under f from 0 to x (area above the t-axis counts positive, below counts negative). Using the triangle areas:
g(2) = ∫₀² f(t) dt = +4 (triangle above the axis on [0, 2], area (1/2)(2)(4) = 4).g(5) = g(2) + ∫₂⁵ f(t) dt = 4 + (−4) + (−2) = −2 (two below-axis triangles on [2, 4] and [4, 5], areas 4 and 2).g(7) = g(5) + ∫₅⁷ f(t) dt = −2 + (+4) = 2 (triangle above the axis on [5, 7], area (1/2)(2)(4) = 4).So g(2) = 4, g(5) = −2, g(7) = 2.
(b) Since g′(x) = f(x), the relative extrema of g occur where f changes sign.
x = 2, f changes from positive to negative, so g′ changes from positive to negative: g has a relative maximum at x = 2.x = 5, f changes from negative to positive, so g′ changes from negative to positive: g has a relative minimum at x = 5.Justification: g′ = f. At x = 2, f changes from positive to negative, so g has a relative maximum there; at x = 5, f changes from negative to positive, so g has a relative minimum there.
(c) Inflection points of g occur where g″ = f′ changes sign — that is, where f changes from increasing to decreasing or vice versa. From the graph, f is decreasing on (0, 4) and increasing on (4, 7), changing direction only at x = 4.
Justification: g″ = f′. The graph of f changes from decreasing to increasing at x = 4, so g″ = f′ changes from negative to positive there; therefore g has an inflection point at x = 4.
(d) Candidates for the absolute minimum of g on [0, 7] are the relative minimum x = 5 and the endpoints x = 0 and x = 7. Evaluate:
g(0) = 0, g(5) = −2, g(7) = 2
The least of these is g(5) = −2. Justification: On [0, 7], g is continuous, so by the Extreme Value Theorem its absolute minimum occurs at a critical point or an endpoint. The only interior critical point that is a relative minimum is x = 5, where g(5) = −2; comparing with g(0) = 0 and g(7) = 2, the absolute minimum value of g is −2, attained at x = 5.
g(2) = 4, g(5) = −2, g(7) = 2. Trap: treating areas below the axis as positive. Below-axis regions contribute negative signed area — this is the single most common error and it cascades into g(5) and g(7).x = 2 (max), 1 point for x = 5 (min), 1 point for a sign-of-g′ justification. Trap: saying "g has a max at x = 2 because f has a max there" — false; g's extrema are at the zeros of f where f changes sign, not at f's peaks. The justification must reference that g′ = f changes sign.x = 4, 1 point for the justification via g″ = f′ changing sign. Trap: naming x = 2 or x = 5 (those are extrema of g, where f = 0, not inflection points) — inflection of g is where f turns around, here only at x = 4.−2, 1 point for justifying via the closed-interval/EVT candidate test. Trap: reporting the location x = 5 instead of the value −2 (the question asks for the minimum value), or failing to compare with the endpoints.1. (C) 8. ∫₁³ 2x dx = [x²]₁³ = 9 − 1 = 8. Verify: d/dx[x²] = 2x. ✓ (A) is F(a) = 1²·... confusion; (B) used [x²]₀³-type miscount; (D) reported F(3) alone (9) without subtracting F(1).
2. (A) 2. ∫₀^π sin x dx = [−cos x]₀^π = −cos π − (−cos 0) = −(−1) + 1 = 2. Verify: d/dx[−cos x] = sin x. ✓ (C) comes from the sign slip [cos x]₀^π = −1 −1 = −2 then "rounding" to 0; (D) halved; (B) used the wrong-sign antiderivative cos x giving −2.
3. (D) x³ + 1. By FTC Part 1, the derivative of ∫₂ˣ (t³+1) dt is the integrand evaluated at the upper limit x. Note: the lower constant 2 is irrelevant to g′. (B) integrated instead of recognizing FTC Part 1. (C) differentiated the integrand. (A) subtracted the lower-limit value, which belongs to evaluating (Part 2), not differentiating (Part 1).
4. (A) 2x sin(x²). Upper limit u = x², u′ = 2x; by FTC Part 1 with the chain rule, sin(x²)·2x. (D) forgot the chain-rule factor 2x — the #1 error. (B) used the antiderivative cos instead of substituting into the integrand sin. (C) combined both mistakes.
5. (D) 1. ∫₁^e (1/x) dx = [ln|x|]₁^e = ln e − ln 1 = 1 − 0 = 1. Verify: d/dx[ln|x|] = 1/x. ✓ (B) assumed equal limits cancel; (C) used x as the antiderivative; (A) misapplied the log to the difference of limits.
6. (C) −cos x. The lower limit varies: ∫ₓ³ cos t dt = −∫₃ˣ cos t dt, so the derivative is −cos x. (D) ignored that the variable is the lower limit (missing the sign flip). (A) evaluated the integral (Part 2) instead of differentiating. (B) used the antiderivative sin rather than the integrand cos.
7. (B) 4. ∫₀² (3x² − 2) dx = [x³ − 2x]₀² = (8 − 4) − 0 = 4. Verify: d/dx[x³ − 2x] = 3x² − 2. ✓ (A) dropped the −2x term; (C) used [x³]₀² ignoring −2; (D) forgot to divide/subtract, taking 3·2² = 12.
8. (A) e^{sin x} cos x. Upper limit u = sin x, u′ = cos x; FTC Part 1 with the chain rule gives e^{sin x}·cos x. (B) forgot the chain-rule factor cos x. (C) evaluated the integral (Part 2) instead of differentiating. (D) kept only the chain factor.
9. (D) 0.882. By calculator, fnInt(e^(−X²), X, 0, 2) ≈ 0.882. (C) is a rough "area ≈ 1" guess. (B) is e², an unrelated value. (A) is e^{−2}, the integrand near x = 2, not the integral.
10. (C) 0. g(4) = ∫₀⁴ f = (signed area above the axis on [0, 2]) + (signed area below the axis on [2, 4]). The first triangle has base 2, height 4, area (1/2)(2)(4) = 4 above the axis (+4); the second triangle has base 2, height 4, area 4 below the axis (−4). So g(4) = 4 + (−4) = 0. (A) 8 adds the magnitudes, ignoring that the second region is below the axis. (B) 4 stops at g(2) and ignores the below-axis triangle. (D) −4 counts only the below-axis triangle and drops the first region.
11. (B) 2. ∫₁⁴ x^{−1/2} dx = [2x^{1/2}]₁⁴ = 2√4 − 2√1 = 4 − 2 = 2. Verify: d/dx[2√x] = 1/√x. ✓ (A) used antiderivative √x (missing the factor 2). (C) miscomputed 2(√4) = 3-type slip. (D) took √4·... = 4 forgetting to subtract F(1).
12. An antiderivative of 3x² − 2x is F(x) = x³ − x². The integrand is a polynomial, continuous on [1, 4]. By FTC Part 2:
∫₁⁴ (3x² − 2x) dx = [x³ − x²]₁⁴ = (64 − 16) − (1 − 1) = 48 − 0 = 48.
Justification: Because f(x) = 3x² − 2x is continuous on [1, 4] and F(x) = x³ − x² satisfies F′(x) = f(x), by the Fundamental Theorem of Calculus ∫₁⁴ f(x) dx = F(4) − F(1) = 48. Verify: d/dx[x³ − x²] = 3x² − 2x. ✓
13. Error: the student applied FTC Part 1 but omitted the chain-rule factor for the variable upper limit u(x) = x³. Correct derivative: substitute the upper limit into the integrand and multiply by u′(x) = 3x²:
d/dx ∫₁^{x³} √(1 + t²) dt = √(1 + (x³)²) · 3x² = 3x²·√(1 + x⁶).
Which rule: FTC Part 1 combined with the chain rule — the upper limit is a composition, so the outer FTC step (√(1 + (x³)²)) must be multiplied by the inner derivative (3x²). The student's answer √(1 + x⁶) is missing the · 3x² factor.
14. g(6) = ∫₀⁶ f. On [0, 4], f ≥ 0 and the region is a half-disk of radius 2, area (1/2)π(2)² = 2π, so it contributes +2π. On [4, 6], f < 0 and the region is a triangle of base 2, height 2, area 2, contributing −2. Thus g(6) = 2π − 2 ≈ 4.283.
Absolute maximum: at x = 4, with g(4) = 2π ≈ 6.283.
Justification: g′(x) = f(x). Since f(x) > 0 for 0 < x < 4 and f(x) < 0 for 4 < x < 6, g is increasing on (0, 4) and decreasing on (4, 6), so g has its absolute maximum at x = 4. Comparing with the endpoints, g(0) = 0 and g(6) = 2π − 2, both less than g(4) = 2π.
15. Total sand added = net change of the pile = integral of the rate:
total = ∫₀⁵ 10e^{−0.2t} dt.
By calculator, fnInt(10e^(−0.2X), X, 0, 5) ≈ 31.606 kg. (By hand: antiderivative −50e^{−0.2t}, giving −50e^{−1} − (−50) = 50(1 − e^{−1}) ≈ 31.606.)
Meaning: the value ≈ 31.606 represents the total kilograms of sand added to the pile over the 5-hour interval 0 ≤ t ≤ 5 — the accumulated amount, by the net-change interpretation of FTC Part 2.
| Part | Points | Earned for |
|---|---|---|
| (a) | 3 | g(2) = 4 (1); g(5) = −2 using signed areas of the below-axis triangles (1); g(7) = 2 (1) |
| (b) | 3 | Relative max at x = 2 (1); relative min at x = 5 (1); justification that g′ = f changes sign (+→− at 2, −→+ at 5) (1) |
| (c) | 2 | Inflection at x = 4 (1); justification that g″ = f′ changes sign there (f changes from decreasing to increasing) (1) |
| (d) | 2 | Absolute minimum value −2 (1); justification comparing the relative minimum g(5) = −2 with endpoints g(0) = 0, g(7) = 2 (1) |
Most common point losses: (1) in (a), counting below-axis area as positive — gives g(5) = 10 instead of −2; (2) in (b), justifying extrema by where f peaks rather than where f changes sign; (3) in (c), naming x = 2 or x = 5 (extrema, not inflection) instead of x = 4; (4) in (d), giving the location x = 5 instead of the value −2, or skipping the endpoint comparison.
CalcIQ · Lesson 29 of 35 · Unit 6: Integration and Accumulation of Change · The Fundamental Theorem of Calculus
This lesson is independent study material for AP Calculus AB exam preparation and is not endorsed by or affiliated with the College Board. "AP" and "Advanced Placement" are registered trademarks of the College Board.
Accuracy review: Every definite integral was verified by symbolic computation (sympy), and every FTC Part 1 derivative was verified by differentiating the corresponding accumulation function symbolically — including the chain-rule cases d/dx ∫₂^{x²} cos t dt = 2x cos(x²), d/dx ∫₁^{x³} √(1+t²) dt = 3x²√(1+x⁶), and the variable-lower-limit sign flip. The accumulation analysis (sign of f ⇒ monotonicity of g; slope of f ⇒ concavity of g) and all FRQ signed-area values (g(2)=4, g(5)=−2, g(7)=2; max at x=2, min at x=5, inflection at x=4, absolute minimum −2) were confirmed against the specified graph geometry. Reviewed by Isaac (retired actuary).