Courses / Business I
Mathematics II

Unconstrained Multivariable Extrema

To find extrema of f(x,y) without constraints: Step 1 — First-order conditions: set fx = 0 and fy = 0.

Business I 311 words Free to read

Peaks, Pits, and Saddles

To find extrema of f(x,y)f(x,y) without constraints:

Step 1 — First-order conditions: set fx=0f_x = 0 and fy=0f_y = 0. Solutions are critical points — candidates for maxima, minima, or saddle points.

Step 2 — Second-order conditions: the Hessian matrix classifies each critical point:

H=(fxxfxyfyxfyy)H = \begin{pmatrix} f_{xx} & f_{xy} \\ f_{yx} & f_{yy} \end{pmatrix}

Compute the determinant D=fxxfyy(fxy)2D = f_{xx} f_{yy} - (f_{xy})^2:

D=fxxfyyfxy2{D>0,fxx<0maxD>0,fxx>0minD<0saddleD = f_{xx} f_{yy} - f_{xy}^2 \qquad \begin{cases} D>0, f_{xx}<0 \Rightarrow \text{max} \\ D>0, f_{xx}>0 \Rightarrow \text{min} \\ D<0 \Rightarrow \text{saddle} \end{cases}

Economic application: a firm chooses output level qq and advertising expenditure aa to maximise profit π(q,a)\pi(q,a). 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

D=fxxfyyfxy2D = f_{xx}f_{yy} - f_{xy}^2fxxf_{xx}Verdict
D>0D > 0<0< 0Local maximum
D>0D > 0>0> 0Local minimum
D<0D < 0Saddle point
D=0D = 0Inconclusive
Common pitfall: Checking fxx<0f_{xx} < 0 and fyy<0f_{yy} < 0 separately and declaring a maximum. The cross-term can betray you: with a large fxyf_{xy}, the surface can still be a saddle. Only the determinant test sees the interaction.

Practise this lesson

The explanation above is free to read. The graded practice for this lesson lives in the Tryals app.

13practice questions
2interactive scenes
Start Business I free

Mathematics II