Finding Local Extrema
A critical point occurs where or is undefined. This is our primary tool for locating peaks and valleys.
The first derivative test tracks the sign of around the critical point to classify its nature:
| changes from | Conclusion at |
|---|---|
| to | Local maximum |
| to | Local minimum |
| no sign change | Neither (inflection) |
The second derivative test evaluates when :
Common pitfall: makes a candidate, not a guarantee. For example, has a derivative of zero at , but pauses flat mid-climb and is neither a maximum nor a minimum.
Global Extrema & MVT
To find global extrema on , evaluate at every critical point and at both endpoints. The largest resulting value is the absolute maximum, and the smallest is the absolute minimum. True extremes often hide at the endpoints where the derivative never vanishes.
The Mean Value Theorem (MVT) states that if is continuous on and differentiable on , there exists at least one such that:
This guarantees a point where the instantaneous rate of change equals the average rate of change over the interval.
Physics link: Minimising potential energy to find the equilibrium position is a direct application where .