Navigation: Wiki Home > Skills > FTC Part 2: Evaluating Definite Integrals
Before the Fundamental Theorem, computing the area under a curve required painstaking work: divide the region into thin rectangles, add up their areas, and take a limit. Archimedes needed extraordinary genius to find the area under a parabola.
After the Fundamental Theorem, the same calculation takes seconds. If you can find an antiderivative, you can evaluate any definite integral instantly. This single theorem transformed calculus from a collection of clever tricks into a practical computational tool.
The payoff: Instead of computing complicated limits of sums, just find an antiderivative and subtract.
| Property | Value |
|---|---|
| Concept | Fundamental Theorem of Calculus |
| Course | MATH161 (Calculus I) |
| Difficulty | Intermediate |
| Time | ~20 minutes |
If $f$ is continuous on $[a, b]$ and $F$ is any antiderivative of $f$ (meaning $F' = f$), then:
$$\boxed{\int_a^b f(x)\, dx = F(b) - F(a)}$$
We use the following shorthand for "evaluate at the bounds":
$$F(x)\Big\vert _a^b = F(b) - F(a)$$
Other common notations: $[F(x)]_a^b$ or $\left.F(x)\right]_a^b$
So the theorem can be written:
$$\int_a^b f(x)\, dx = F(x)\Big\vert _a^b$$
You might wonder: if $F(x) = \frac{x^3}{3}$ is an antiderivative of $x^2$, couldn't we also use $F(x) = \frac{x^3}{3} + 7$?
Yes! Here's why it doesn't matter:
$$\left(\frac{x^3}{3} + 7\right)\Bigg\vert _0^1 = \left(\frac{1}{3} + 7\right) - \left(0 + 7\right) = \frac{1}{3} + 7 - 7 = \frac{1}{3}$$
The constant cancels! So always use the simplest antiderivative (with $C = 0$).
If $v(t)$ is velocity and $s(t)$ is position with $s'(t) = v(t)$, then:
$$\int_a^b v(t)\, dt = s(b) - s(a) = \text{displacement}$$
The total change in position equals the integral of velocity. This connects area under the velocity curve to net distance traveled.
FTC2 requires continuity on $[a, b]$. Watch out for:
If the integrand has a discontinuity in $[a, b]$, FTC2 doesn't apply directly.
Evaluate $\displaystyle\int_0^2 x^3\, dx$.
Find the area under the curve $y = \cos x$ from $x = 0$ to $x = \frac{\pi}{2}$.
Evaluate $\displaystyle\int_{-1}^{2} (x^3 - x)\, dx$ and interpret the result as a difference of areas.
A student computes:
$$\int_{-1}^{1} \frac{1}{x^2}\, dx = \left[-\frac{1}{x}\right]_{-1}^{1} = -1 - (1) = -2$$
Explain why this answer is wrong and what the actual situation is.
Water flows into a tank at a rate of $r(t) = 3t^2 - 12t + 9$ gallons per minute, where $t$ is measured in minutes since noon.
The Bank Account Analogy: Think of $f(x)$ as the rate you deposit (or withdraw) money. The antiderivative $F(x)$ is your balance. To find how much your balance changed from time $a$ to time $b$, you don't add up every tiny transaction. Just check your balance at both times and subtract:
$$\text{Balance change} = F(b) - F(a) = \int_a^b f(x)\, dx$$
FTC2 says: To find total change, just compare endpoints.
| Mistake | Correction |
|---|---|
| Subtracting in wrong order | Always upper minus lower: $F(b) - F(a)$ |
| Forgetting to evaluate at both limits | Must compute $F(b)$ AND $F(a)$ |
| Applying FTC2 when $f$ is discontinuous | Check continuity on $[a, b]$ first |
| Adding $+C$ to the antiderivative | Don't include $+C$ for definite integrals |
Looking back:
Looking ahead:
The Big Picture: Together, FTC1 and FTC2 say that differentiation and integration are inverse processes:
| Previous | Up | Next |
|---|---|---|
| FTC Part 1 + Chain Rule | Skills Index | Substitution (Definite Integrals) |
Last updated: 2026-01-22