§ 01Why This Theorem Is Fundamental
Before the Fundamental Theorem, computing the area under a curve meant summing thousands of rectangles. Differentiation and integration appeared to be completely unrelated operations. The Fundamental Theorem revealed they are perfect inverses of one another.
The theorem comes in two parts. Part 1 tells you that differentiation undoes integration: if you integrate a function and then differentiate the result, you recover the original function. Part 2 tells you the practical payoff: instead of computing a limit of Riemann sums to find ∫ₐᵇ f(x) dx, you only need to find any antiderivative F and evaluate F(b) − F(a).
This is why calculus is powerful. A calculation that would take hours of summing rectangles collapses to a single subtraction. Newton and Leibniz's greatest insight was recognising this connection, and it transformed mathematics, physics, and engineering forever.
§ 02The Two Parts, Side by Side
Here are both parts stated precisely. Read them carefully, they say subtly different things.
Conditions: f is continuous on an open interval containing a.
Meaning: Differentiation and integration are inverse operations. The function g(x) = ∫ₐˣ f(t) dt is an antiderivative of f(x).
Conditions: f is continuous on [a, b] and F is any antiderivative of f (F′ = f).
Meaning: To evaluate a definite integral, find an antiderivative and subtract its values at the endpoints.
§ 03Proof Sketch — FTC Part 1
Let g(x) = ∫ₐˣ f(t) dt. We want to show g′(x) = f(x). By the definition of the derivative:
-
Write g(x+h) − g(x) as a single integral using interval additivity:
g(x+h) − g(x) = ∫ₐˣ⁺ʰ f(t) dt − ∫ₐˣ f(t) dt = ∫ₓˣ⁺ʰ f(t) dt -
By the Mean Value Theorem for Integrals, there exists a number c between x and x+h such that:
∫ₓˣ⁺ʰ f(t) dt = f(c) · h -
Divide by h:
[g(x+h) − g(x)] / h = f(c) -
As h → 0, c is squeezed between x and x+h, so c → x. Since f is continuous, f(c) → f(x).
g′(x) = limh→0 f(c) = f(x) ✓
§ 04Proof Sketch — FTC Part 2
We want to show that ∫ₐᵇ f(x) dx = F(b) − F(a) for any antiderivative F of f.
-
From FTC Part 1, the function g(x) = ∫ₐˣ f(t) dt is an antiderivative of f. That is, g′(x) = f(x).
-
Any two antiderivatives of the same function differ by a constant. So if F is another antiderivative, then F(x) = g(x) + C for some constant C.
-
Note that g(a) = ∫ₐᵃ f(t) dt = 0 (integral over a zero-width interval).
-
Now evaluate F(b) − F(a):
F(b) − F(a) = [g(b) + C] − [g(a) + C] = g(b) − g(a) = g(b) − 0 = g(b) -
But g(b) = ∫ₐᵇ f(t) dt by definition. Therefore:
∫ₐᵇ f(x) dx = F(b) − F(a) ✓
§ 05Why They Are the Same Theorem
Parts 1 and 2 are sometimes presented as separate results, but they are two faces of the same coin. Part 1 gives the theoretical engine: differentiation and integration invert each other. Part 2 gives the practical tool that flows from Part 1.
| Aspect | FTC Part 1 | FTC Part 2 |
|---|---|---|
| What it says | d/dx ∫ₐˣ f(t) dt = f(x) | ∫ₐᵇ f(x) dx = F(b) − F(a) |
| Direction | Integration then differentiation | Find antiderivative, then subtract |
| Primary use | Differentiating integral expressions | Evaluating definite integrals |
| Key condition | f continuous near a | f continuous on [a, b] |
| Output | A function (the derivative) | A number (the area) |
§ 06FTC Part 1 with the Chain Rule
A very common exam question combines FTC Part 1 with the chain rule. What if the upper limit is a function of x rather than just x itself?
This follows directly from FTC Part 1 plus the chain rule. Think of it as: evaluate f at the upper limit, then multiply by the derivative of the upper limit.
The rule extends further: if both limits are functions of x, split the integral at a constant and apply the rule twice:
§ 07Worked Examples
Evaluate ∫₁⁴ (3x² − 2x + 1) dx.
- Find the antiderivative: F(x) = x³ − x² + x.
- Apply FTC Part 2: F(4) − F(1).
- F(4) = 64 − 16 + 4 = 52.
- F(1) = 1 − 1 + 1 = 1.
Evaluate ∫₀^(π/2) cos x dx.
- Antiderivative of cos x is sin x.
- [sin x]₀^(π/2) = sin(π/2) − sin(0) = 1 − 0 = 1.
Evaluate ∫₀² eˣ dx.
- Antiderivative of eˣ is eˣ (the magic of e!).
- [eˣ]₀² = e² − e⁰ = e² − 1.
Evaluate ∫₁^e (1/x) dx.
- Antiderivative of 1/x is ln|x|.
- [ln x]₁^e = ln(e) − ln(1) = 1 − 0 = 1.
Find g′(x) where g(x) = ∫₂ˣ (t³ + sin t) dt.
- By FTC Part 1, g′(x) = f(x) where f(t) = t³ + sin t.
- Simply replace t with x.
Find d/dx ∫ₓ⁵ (t² + 1) dt.
The variable is in the lower limit. Flip the integral using ∫ₓ⁵ = −∫₅ˣ.
- d/dx [−∫₅ˣ (t²+1) dt] = −(x²+1).
Find d/dx ∫₁^(x²) √(1+t³) dt.
- Upper limit g(x) = x², so g′(x) = 2x.
- Integrand evaluated at upper limit: f(x²) = √(1+(x²)³) = √(1+x⁶).
- Apply general FTC: f(g(x)) · g′(x).
Find d/dx ∫₀^(sin x) e^(t²) dt.
- Upper limit g(x) = sin x, g′(x) = cos x.
- f(g(x)) = e^(sin²x).
- Answer: e^(sin²x) · cos x.
Find d/dx ∫_(x)^(x²) cos(t²) dt.
- Split at any constant c: ∫_(x)^(x²) = ∫_(x)^(c) + ∫_(c)^(x²) = −∫_(c)^(x) + ∫_(c)^(x²).
- Differentiate each part separately using FTC+chain rule:
- From −∫_(c)^(x): −cos(x²) · 1 = −cos(x²).
- From ∫_(c)^(x²): cos((x²)²) · 2x = cos(x⁴) · 2x.
Evaluate ∫₀^(2π) sin x dx and explain the result geometrically.
- Antiderivative of sin x is −cos x.
- [−cos x]₀^(2π) = −cos(2π) − (−cos(0)) = −1 + 1 = 0.
The result is 0 because sin x is positive on (0, π) and negative on (π, 2π), and the two regions have equal area. The definite integral gives net signed area, not total area.
Find the total area enclosed between y = sin x and the x-axis on [0, 2π].
- Split into regions where sin x ≥ 0 and sin x ≤ 0.
- On [0, π]: sin x ≥ 0. Area = ∫₀^π sin x dx = [−cos x]₀^π = 2.
- On [π, 2π]: sin x ≤ 0. Area = |∫_π^(2π) sin x dx| = |[−cos x]_π^(2π)| = |−2| = 2.
- Total area = 2 + 2 = 4.
Evaluate: lim_(n→∞) Σ_(k=1)^n (k/n)² · (1/n).
Recognise this as a Riemann sum for ∫₀¹ x² dx with partition width 1/n and right endpoints k/n.
- The limit equals ∫₀¹ x² dx.
- Antiderivative: x³/3. Evaluate: [x³/3]₀¹ = 1/3 − 0 = 1/3.
§ 08Common Mistakes
§ 09Test Yourself — 10-Question Quiz
Questions alternate between fill-in-the-blank computations and multiple-choice conceptual questions. Exact or decimal answers accepted where specified.
Evaluate ∫₀³ (2x + 1) dx. Enter your answer.
- F(x) = x² + x.
- F(3) = 9 + 3 = 12. F(0) = 0.
- Answer: 12 − 0 = 12.
What does FTC Part 1 state?
FTC Part 1 says that the accumulator function g(x) = ∫ₐˣ f(t) dt is an antiderivative of f. Differentiating it recovers f(x). Option (b) is FTC Part 2.
Evaluate ∫₀^(π/2) sin x dx. Enter your answer.
- Antiderivative of sin x is −cos x.
- [−cos x]₀^(π/2) = −cos(π/2) − (−cos 0) = 0 + 1 = 1.
Find d/dx ∫₁^(x³) √(t⁴+1) dt.
- Upper limit g(x) = x³, g′(x) = 3x².
- Integrand at upper limit: √((x³)⁴+1) = √(x¹²+1).
- By FTC + chain rule: √(x¹²+1) · 3x².
Evaluate ∫₁^e (3/x) dx. Enter your answer.
- Antiderivative: 3 ln x.
- [3 ln x]₁^e = 3 ln(e) − 3 ln(1) = 3·1 − 3·0 = 3.
Why does +C disappear when evaluating a definite integral?
The constant C is added and subtracted: F(b)+C − (F(a)+C) = F(b)−F(a). The C terms cancel exactly, regardless of what value C takes. This is why any antiderivative works in FTC Part 2.
Let g(x) = ∫₃ˣ (t² − 4) dt. Find g′(5).
- By FTC Part 1: g′(x) = x² − 4.
- g′(5) = 25 − 4 = 21.
What is d/dx ∫ₓ^4 cos(t³) dt?
- Variable is in the lower limit, so flip: d/dx[−∫₄ˣ cos(t³)dt].
- = −cos(x³) · 1 = −cos(x³).
Evaluate ∫₋₁^2 (x² − x) dx. Enter your answer.
- Antiderivative: F(x) = x³/3 − x²/2.
- F(2) = 8/3 − 4/2 = 8/3 − 2 = 2/3.
- F(−1) = −1/3 − 1/2 = −2/6 − 3/6 = −5/6.
- Answer: 2/3 − (−5/6) = 4/6 + 5/6 = 9/6 = 3/2 = 1.5.
Which of the following is the correct interpretation of ∫₀^(2π) sin x dx = 0?
On [0, π], sin x is positive (area = 2). On [π, 2π], sin x is negative (area = −2). The definite integral gives net signed area: 2 + (−2) = 0. The total (unsigned) area is 4. This distinction is crucial in applications.
Quiz complete!