Finding the Best
Optimization—finding maxima and minima—turns shape into strategy. Because a smooth function's tangent is horizontal at an interior peak or valley, its derivative is zero at extreme points. This reduces optimization to solving .
| Step | Action | Rule |
|---|---|---|
| 1 | Find critical points | Where or is undefined |
| 2 | Classify points | Max, min, or neither |
| 3 | Check endpoints | Evaluate and on closed intervals |
Common Pitfall: Never assume guarantees a max or min. It may be a flat inflection point (like at 0). Always test the point, and never forget endpoints, where the global extreme often hides!
Classifying Extrema
Two primary tools classify a critical point:
- First-derivative test: Watch the sign of around the point. Plus to minus ( to ) is a local maximum (rising then falling); minus to plus ( to ) is a local minimum.
- Second-derivative test: At a critical point, means local minimum (concave up), and means local maximum (concave down). If , the test is inconclusive.
Keep the scale in mind: a local extremum is best only in its immediate neighborhood, while a global extremum is the absolute best across the entire domain. On a closed interval , find the global max and min by evaluating every critical point and endpoint, then taking the largest and smallest values.