We've seen that some functions have absolute maximum and minimum values, while others don't. The function $f(x) = x^2$ on all of $\mathbb{R}$ has a minimum but no maximum. The function $f(x) = x^3$ has neither. So when can we be certain that extreme values exist?
The Extreme Value Theorem gives us the answer: continuity + closed interval = guaranteed extrema. This theorem is the foundation of all optimization problems in calculus. Without it, we couldn't be sure that the "optimal" value we're seeking even exists.
| Property | Value |
|---|---|
| Section | Stewart §3.1 |
| Course | MATH161 |
| Difficulty | Beginner |
| Time | ~15 minutes |
$$\boxed{\text{If } f \text{ is continuous on } [a,b], \text{ then } f \text{ attains an absolute maximum and an absolute minimum.}}$$
More precisely: If $f$ is continuous on a closed interval $[a, b]$, then there exist numbers $c$ and $d$ in $[a, b]$ such that:
The theorem has two conditions: continuity and closed interval. Remove either one, and the conclusion can fail.
BOTH CONDITIONS NEEDED:
Continuous + Closed → Extrema guaranteed ✓
Continuous + Open → May fail ✗
Discontinuous + Closed → May fail ✗
| Condition Violated | Example | What Happens |
|---|---|---|
| Open interval | $f(x) = x$ on $(0, 1)$ | No max (approaches 1), no min (approaches 0) |
| Discontinuous | $f(x) = \begin{cases} x & x < 1 \\ 0 & x = 1 \end{cases}$ on $[0, 1]$ | No max (supremum 1 not attained) |
| Unbounded domain | $f(x) = x^2$ on $[0, \infty)$ | No max (goes to infinity) |
Case 1: Continuous on $[a, b]$ (EVT applies)
f(x)
│ ★ max at interior
│ /\
│ / \
│ / \____
│/ \
●────────────●
a b
★ min at endpoint
Case 2: Open interval (EVT fails)
f(x)
│ ○ approaches but never reaches
│ /
│ /
│ /
│ /
○──── (no endpoints included)
a b
Case 3: Discontinuous (EVT fails)
f(x)
│ ○ hole (jump discontinuity)
│ /
│ /●
│ /
│/
●────────────●
a b
For each function and domain, determine whether the Extreme Value Theorem guarantees that absolute extrema exist.
The function $f(x) = \dfrac{1}{x-1}$ is defined on $[0, 3]$ except at $x = 1$.
Consider $f(x) = x^3 - 6x^2 + 9x + 2$ on $[0, 4]$.
For each function, the EVT does not apply on the given domain. Find the largest closed interval contained in the given domain on which EVT does apply, and state what the EVT guarantees on that interval.
The Safety Net Analogy:
Think of a continuous function on a closed interval like a tightrope walker with a safety net:
If the net has no edges (open interval), you could fall off the end. If the rope has gaps (discontinuity), you could slip through a hole. Either way, you might never reach a definite highest or lowest point.
Looking back:
Looking ahead:
| Previous | Up | Next |
|---|---|---|
| Absolute & Local Extrema | Section Index | Critical Numbers |
Last updated: 2026-01-22