The Fundamental Theorem of Calculus
Learning objectives
- State both parts of the Fundamental Theorem of Calculus (FTC1 and FTC2)
- Use FTC1 to differentiate accumulation functions, possibly composed with the chain rule
- Use FTC2 to evaluate definite integrals via antiderivatives
- Derive integration by parts and the change-of-variables formula from FTC2
The Fundamental Theorem of Calculus is the single most important theorem in calculus. It says two seemingly unrelated operations, differentiation (rates of change) and integration (accumulated area), are inverses of each other. Before this connection was made rigorous (Cauchy and Riemann, 1800s), the practical "trick" of computing integrals by guessing antiderivatives was an empirical shortcut without theoretical justification. After FTC, it became the centerpiece of the subject: every integration technique, integration by parts, substitution, partial fractions, ultimately derives from one of FTC's two parts.
FTC Part 1: differentiating the accumulation function
If is continuous on [a,b] and we define the accumulation function , then on . In words: the derivative of the area-from--to- function is the original function. This guarantees that every continuous function has an antiderivative (a function whose derivative is ), namely the accumulation function itself.
FTC Part 2: evaluating definite integrals
If is continuous on [a,b] and is ANY antiderivative of (meaning ), then . This is the computational powerhouse: instead of computing Riemann sums or chasing , we find an antiderivative and evaluate at the endpoints. The proof of Part 2 uses MVT applied to each subinterval of a partition, another payoff of §2.3.
FTC1 with the chain rule
If for a differentiable , then by the chain rule . Example: for , . This is the most common "trick" question in early analysis: students forget the chain-rule factor and write just .
Plot and its derivative . The graphs visually demonstrate FTC1: at every , the slope of equals . You can also see FTC2 in action by computing , which should equal (true integral 8/3 by hand or by Riemann sums).
- Physics & conservation laws: work-energy theorem says . The line integral of force equals the change in kinetic energy, a direct application of FTC2 with .
- Probability cumulative distributions: a continuous random variable has density and CDF . FTC1 says the derivative of the CDF is the density: . Every density estimator and Monte Carlo simulation is built on this relationship.
- Differential equations & integral equations: the solution to is , a literal FTC1 statement. Numerical ODE solvers (Euler, Runge-Kutta) approximate this integral.
Pause and think: FTC2 says for ANY antiderivative . Two different antiderivatives differ by a constant. Why does the choice of constant not change the answer?
Try it
- Predict first: compute using FTC2. The antiderivative is ; evaluate at the endpoints.
- Let . Find using FTC1 plus chain rule for BOTH the upper and lower limits.
- Prove integration by parts \int_a^b u\,dv = [uv]_a^b - \int_a^b v\,du from the product rule plus FTC2. (Integrate from to .)
- True or false: if for every , then is identically zero on its domain of continuity. Justify using FTC1.
A trap to watch for
FTC1 requires continuous on [a,b]. If has a discontinuity (even just one finite jump), is still continuous but it is NOT differentiable at the jump, FTC1 only gives where is continuous. For Lebesgue integration, even more subtle: is absolutely continuous and differentiable almost everywhere, but the relationship is via the Lebesgue Differentiation Theorem, not Riemann's FTC.
What you now know
You can apply FTC1 and FTC2 confidently, including the chain-rule variant; derive integration by parts and substitution from FTC2; and connect each piece to its real-world cousin in physics, probability, and ODEs. The next two sections (§2.6 Pointwise convergence and §2.7 Uniform convergence) ask when , a question that turns out to be subtle and requires the new notion of uniform convergence.
Mark section complete →
References
- Garrity, T. (2002). All the Mathematics You Missed. Cambridge University Press, ch. 2.
- Spivak, M. (2008). Calculus (4th ed.). Publish or Perish, ch. 14.
- Apostol, T. M. (1974). Mathematical Analysis (2nd ed.). Addison-Wesley, ch. 7.
- Rudin, W. (1976). Principles of Mathematical Analysis (3rd ed.). McGraw-Hill, ch. 6.
- Bartle, R. G., Sherbert, D. R. (2011). Introduction to Real Analysis (4th ed.). Wiley, ch. 7.