The Extreme Value Theorem tells us that extrema exist for continuous functions on closed intervals, but it doesn't tell us where to find them. This is where critical numbers come in.
Here's the key insight: at a local maximum or minimum that occurs at an interior point, something special happens to the derivative. Either the tangent line is horizontal ($f'(c) = 0$), or the tangent line doesn't exist ($f'(c)$ is undefined). These special points—called critical numbers—are exactly where we need to look for local extrema.
| Property | Value |
|---|---|
| Section | Stewart §3.1 |
| Course | MATH161 |
| Difficulty | Intermediate |
| Time | ~20 minutes |
$$\boxed{\text{If } f \text{ has a local max or min at } c, \text{ and } f'(c) \text{ exists, then } f'(c) = 0.}$$
Geometric interpretation: At a local extremum where the function is differentiable, the tangent line is horizontal.
At a local maximum: At a local minimum:
___ \ /
/ \ \ /
/ \ \_/
/ \
tangent is horizontal tangent is horizontal
At a local maximum $c$:
Warning 1: The converse is FALSE
$f'(c) = 0$ does NOT imply $f$ has an extremum at $c$.
Counterexample: $f(x) = x^3$
y = x³
/
/
─────●───── ← horizontal tangent but no extremum
/
/
Warning 2: Extrema can occur where $f'$ doesn't exist
Counterexample: $f(x) = \vert x\vert $
y = |x|
\ /
\ /
V ← minimum but f'(0) DNE
Because of these warnings, we need a broader search:
$$\boxed{\text{A \textbf{critical number} of } f \text{ is a number } c \text{ in the domain of } f \text{ where } f'(c) = 0 \text{ or } f'(c) \text{ does not exist.}}$$
| Type | Condition | Graph Appearance | Example |
|---|---|---|---|
| Horizontal tangent | $f'(c) = 0$ | Smooth peak/valley/inflection | $f(x) = x^2$ at $x = 0$ |
| Corner | $f'(c)$ DNE (one-sided limits differ) | Sharp point | $f(x) = \|x\|$ at $x = 0$ |
| Cusp | $f'(c)$ DNE (vertical tangent) | Sharp point with vertical tangent | $f(x) = x^{2/3}$ at $x = 0$ |
| Vertical tangent | $f'(c)$ DNE ($f'(c) = \pm\infty$) | Smooth but steep | $f(x) = x^{1/3}$ at $x = 0$ |
$$\boxed{\text{If } f \text{ has a local extremum at } c, \text{ then } c \text{ is a critical number of } f.}$$
This is the reformulation of Fermat's Theorem: all local extrema occur at critical numbers.
The converse is false: not every critical number gives an extremum.
Step 1: Find $f'(x)$.
Step 2: Find where $f'(x) = 0$. These are critical numbers.
Step 3: Find where $f'(x)$ does not exist but $f(x)$ does exist. These are also critical numbers.
Important: A point where $f$ is undefined is NOT a critical number (it must be in the domain of $f$).
Find all critical numbers of $f(x) = x^3 - 6x^2 + 9x + 1$.
Find all critical numbers of $f(x) = x^{2/3}(x - 5)$.
Find all critical numbers of $f(x) = \dfrac{x^2}{x - 1}$.
Find all critical numbers of $f(\theta) = 2\cos\theta + \sin(2\theta)$ on the interval $[0, 2\pi]$.
Prove Fermat's Theorem: If $f$ has a local maximum at $c$ and $f'(c)$ exists, then $f'(c) = 0$.
Hint: Use the definition of derivative as a limit and consider the signs of the difference quotient for $h > 0$ and $h < 0$ separately.
The Detective's Suspect List:
Finding extrema is like solving a mystery: you know the extreme value exists (EVT), but you need to find where.
Critical numbers are your suspects. Every local extremum is at a critical number (no innocent critical numbers at crime scenes), but not every critical number is guilty of being an extremum.
Your job: round up all the suspects (find all critical numbers), then test them to see who's really responsible for the extrema.
Looking back:
Looking ahead:
| Previous | Up | Next |
|---|---|---|
| Extreme Value Theorem | Section Index | Closed Interval Method |
Last updated: 2026-01-22