What the Theorem Says
The Fundamental Theorem of Calculus (FTC) is the central result of the subject. It tells us that differentiation and integration are inverse processes of each other. It comes in two parts.
Part 1 — The Derivative of an Integral
If f is continuous on [a, b] and we define:
Then F is differentiable and F'(x) = f(x). The derivative of an area-accumulation function returns the original function.
Think of filling a tank with water. F(x) is the total volume at time x. The rate at which volume increases is exactly f(x) — the flow rate at that moment. Differentiating accumulated total gives back instantaneous rate.
Part 2 — Evaluating Definite Integrals
If F is any antiderivative of f, then:
Find: ∫₀³ x² dx
Why It Matters
Before the FTC, computing areas required exhausting Riemann sum calculations. The FTC turns that into simple algebra: find an antiderivative, plug in two numbers, subtract. This is why calculus became so powerful — a hard geometric problem became an algebraic one.
Frequently Asked Questions
Why "Fundamental"?
Before the FTC, integration and differentiation appeared to be two completely unrelated problems. Integration was about area — an ancient geometric question. Differentiation was about tangent lines and rates — a modern algebraic question. Newton and Leibniz's great discovery was that these are not two problems but one: they are inverse operations, like multiplication and division.
This connection is so profound that it transforms calculus from a collection of techniques into a unified subject. Every time you evaluate a definite integral by finding an antiderivative, you are applying the FTC. It is not one tool among many — it is the tool that makes integration computable.
Part 1 — Why It's True
Define F(x) = ∫ₐˣ f(t) dt. We want to show F'(x) = f(x). By the definition of the derivative:
For small h, f(t) ≈ f(x) on [x, x+h], so the integral ≈ f(x)·h. Dividing by h gives f(x). The formal proof uses the Mean Value Theorem for integrals to make this rigorous.
More Worked Examples
Using FTC Part 1 — Differentiating Integrals
The Most Common Misconception
The FTC says ∫ₐᵇ f(x)dx = F(b) − F(a) where F' = f. Students often forget that F must be differentiable on the entire interval [a, b]. If f has a discontinuity in [a, b], the FTC does not directly apply — you need to split the integral or use improper integral techniques.