← Skill tree MathScape MATH162

FTC Part 2: Evaluating Definite Integrals

Reference: Stewart §5.3  •  Chapter: 4  •  Section: 3

Navigation: Wiki Home > Skills > FTC Part 2: Evaluating Definite Integrals

The Shortcut That Changed Mathematics

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.

Prerequisite Map

This skillFTC Part 2: Evaluating Definite Integrals

Quick Reference

Property Value
Concept Fundamental Theorem of Calculus
Course MATH161 (Calculus I)
Difficulty Intermediate
Time ~20 minutes

Key Concepts

The Evaluation Theorem

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)}$$

Notation

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$$

The Procedure

  1. Find an antiderivative $F(x)$ of the integrand $f(x)$
  2. Evaluate $F$ at the upper limit: $F(b)$
  3. Evaluate $F$ at the lower limit: $F(a)$
  4. Subtract: $F(b) - F(a)$

Why Any Antiderivative Works

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$).

Physical Interpretation

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.

When FTC2 Fails

FTC2 requires continuity on $[a, b]$. Watch out for:

If the integrand has a discontinuity in $[a, b]$, FTC2 doesn't apply directly.

Practice Problems

Level 1 Basic Polynomial

Evaluate $\displaystyle\int_0^2 x^3\, dx$.

Thought Process
  1. Find an antiderivative of $x^3$: Use the power rule backwards. Add 1 to the exponent and divide by the new exponent: $F(x) = \frac{x^4}{4}$
  1. Evaluate at upper limit (2): $F(2) = \frac{2^4}{4} = \frac{16}{4} = 4$
  1. Evaluate at lower limit (0): $F(0) = \frac{0^4}{4} = 0$
  1. Subtract: $4 - 0 = 4$
Show Answer

An antiderivative of $x^3$ is $F(x) = \frac{x^4}{4}$.

$$\int_0^2 x^3\, dx = \frac{x^4}{4}\Bigg\vert _0^2 = \frac{2^4}{4} - \frac{0^4}{4} = \frac{16}{4} - 0 = 4$$

Level 2 Trigonometric Integral

Find the area under the curve $y = \cos x$ from $x = 0$ to $x = \frac{\pi}{2}$.

Thought Process

Area under a curve from $a$ to $b$ is $\int_a^b f(x)\, dx$ (when $f(x) \geq 0$).

  1. The antiderivative of $\cos x$ is $\sin x$.
  1. Evaluate: $\sin(\frac{\pi}{2}) - \sin(0) = 1 - 0 = 1$

This makes geometric sense: the area under one "bump" of the cosine curve is exactly 1 square unit.

Show Answer

$$A = \int_0^{\pi/2} \cos x\, dx = \sin x\Big\vert _0^{\pi/2}$$

$$= \sin\left(\frac{\pi}{2}\right) - \sin(0) = 1 - 0 = 1$$

The area is $1$ square unit.

Level 3 Polynomial with Negative Region

Evaluate $\displaystyle\int_{-1}^{2} (x^3 - x)\, dx$ and interpret the result as a difference of areas.

Thought Process
  1. Find the antiderivative:
  1. Evaluate at limits and subtract.
  1. For interpretation: The function $x^3 - x = x(x-1)(x+1)$ has roots at $x = -1, 0, 1$. It's negative on $(-1, 0)$, positive on $(0, 1)$, and positive on $(1, 2)$. The integral gives the net signed area.
Show Answer

Antiderivative: $F(x) = \frac{x^4}{4} - \frac{x^2}{2}$

$$\int_{-1}^{2} (x^3 - x)\, dx = \left(\frac{x^4}{4} - \frac{x^2}{2}\right)\Bigg\vert _{-1}^{2}$$

At $x = 2$: $\frac{16}{4} - \frac{4}{2} = 4 - 2 = 2$

At $x = -1$: $\frac{1}{4} - \frac{1}{2} = \frac{1}{4} - \frac{2}{4} = -\frac{1}{4}$

$$= 2 - \left(-\frac{1}{4}\right) = 2 + \frac{1}{4} = \frac{9}{4}$$

Interpretation: The curve is below the $x$-axis on $(-1, 0)$ and above on $(0, 2)$. The integral $\frac{9}{4}$ represents: (area above axis) $-$ (area below axis).

Level 4 Recognizing an Invalid Application

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.

Thought Process

First, notice the red flag: $\frac{1}{x^2}$ is always positive (when defined), so the integral of a positive function should be positive, not $-2$.

Check the integrand on $[-1, 1]$: At $x = 0$, we have $\frac{1}{0^2}$, which is undefined. The function has a discontinuity (actually, a vertical asymptote) at $x = 0$.

FTC2 requires continuity on the entire interval. Since $f(x) = \frac{1}{x^2}$ is not continuous on $[-1, 1]$, FTC2 doesn't apply.

This is an improper integral situation that requires different techniques.

Show Answer

The error: The function $f(x) = \frac{1}{x^2}$ is not continuous on $[-1, 1]$. It has a vertical asymptote at $x = 0$:

$$\lim_{x \to 0} \frac{1}{x^2} = +\infty$$

Why the answer is wrong: FTC Part 2 requires $f$ to be continuous on $[a, b]$. Since $\frac{1}{x^2}$ is undefined at $x = 0$, the theorem doesn't apply.

The clue something is wrong: The integrand $\frac{1}{x^2} > 0$ for all $x \neq 0$, so any legitimate integral should be positive, not $-2$.

The reality: This integral is improper and must be evaluated using limits (covered in later sections). In fact, this particular improper integral diverges (equals $+\infty$).

Level 5 Net Change Application

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.

  1. Find the net change in water volume from $t = 0$ to $t = 4$ minutes.
  2. At what time(s) is water flowing out of the tank?
  3. What is the maximum amount of water that leaves the tank during $[0, 4]$?
Thought Process

(a) Net change in volume = $\int_0^4 r(t)\, dt$. Find the antiderivative and apply FTC2.

(b) Water flows out when $r(t) < 0$. Factor $r(t) = 3t^2 - 12t + 9 = 3(t^2 - 4t + 3) = 3(t-1)(t-3)$. The parabola opens up, so $r(t) < 0$ between the roots: $1 < t < 3$.

(c) Water leaving = negative of the integral over the interval where $r(t) < 0$. That's $-\int_1^3 r(t)\, dt$ (the negative makes it positive, representing water lost).

Show Answer

(a) Net change in volume:

$$\int_0^4 (3t^2 - 12t + 9)\, dt = \left[t^3 - 6t^2 + 9t\right]_0^4$$

At $t = 4$: $64 - 96 + 36 = 4$

At $t = 0$: $0 - 0 + 0 = 0$

Net change = 4 gallons (4 gallons more at $t=4$ than at $t=0$)

(b) When water flows out:

Factor: $r(t) = 3(t-1)(t-3)$

This is negative when $(t-1)$ and $(t-3)$ have opposite signs, which occurs when $1 < t < 3$.

Water flows out during $(1, 3)$, from minute 1 to minute 3.

(c) Maximum water lost:

The amount that flows out is:

$$-\int_1^3 r(t)\, dt = -\left[t^3 - 6t^2 + 9t\right]_1^3$$

At $t = 3$: $27 - 54 + 27 = 0$

At $t = 1$: $1 - 6 + 9 = 4$

$$= -(0 - 4) = 4$$

Maximum water lost = 4 gallons (during minutes 1-3)

Note: The same 4 gallons that left during minutes 1-3 came back during minutes 3-4, resulting in a net gain of 4 gallons over the full interval.

Mastery Checklist

Mental Model

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.


Common Mistakes

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

Connections

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