To find the absolute maxima and minima of a continuous function on a closed interval , Weierstrass’s theorem guarantees that they exist. The practical method consists of building a table of candidates.
In brief — Table method for absolute max/min
- Compute and find all the stationary points () interior to .
- Compute at the stationary points and at the endpoints .
- Put everything into a table and compare: the largest value is the absolute maximum, the smallest the absolute minimum.
The idea is that an absolute extremum on can fall only at an interior stationary point or at an endpoint of the interval: it is therefore enough to compute at these few candidate points and compare their values.
| Type | ||
|---|---|---|
| Left endpoint | ||
| Right endpoint | ||
| Stationary point | ||
| Stationary point |
absolute max largest value absolute min smallest value
Example — Absolute max/min on an interval
Let us look for the absolute maximum and minimum of on . The derivative is ; only is interior to the interval (the other is outside).
Type Endpoint Endpoint Comparing the values: absolute maximum at , absolute minimum at .
Links
Topics: Function study
Concepts: Absolute maxima and minima · Stationary point · Weierstrass’s theorem
Skills: Studying a function