Peaks, Pits, and Saddles
To find extrema of without constraints:
Step 1 — First-order conditions: set and . Solutions are critical points — candidates for maxima, minima, or saddle points.
Step 2 — Second-order conditions: the Hessian matrix classifies each critical point:
Compute the determinant :
- and : local maximum (the surface curves downward in all directions).
- and : local minimum (curves upward in all directions).
- : saddle point (curves up in one direction, down in another — a mountain pass).
- : inconclusive — higher-order analysis needed.
Economic application: a firm chooses output level and advertising expenditure to maximise profit . The FOCs give the candidate; the Hessian confirms it is a maximum (profit function should be concave — diminishing returns to both quantity and advertising). If the Hessian says saddle, the firm is at a pass, not a peak — increasing one variable while decreasing the other would improve profit.
The Hessian verdicts
| Verdict | ||
|---|---|---|
| Local maximum | ||
| Local minimum | ||
| — | Saddle point | |
| — | Inconclusive |
Common pitfall: Checking and separately and declaring a maximum. The cross-term can betray you: with a large , the surface can still be a saddle. Only the determinant test sees the interaction.