4.4.12 · D3Multivariable Calculus

Worked examples — Critical points — finding, classifying

3,548 words16 min readBack to topic

The scenario matrix

Every critical-point problem falls into one of these cells. The last column names the example that nails it.

# Case class What makes it tricky Example
A clean minimum Ex 1
B clean maximum Ex 2
C saddle (sign of irrelevant) Ex 3
D Mixed term looks like a min, is a saddle Ex 4
E Several critical points classify each separately Ex 5
F degenerate Hessian is silent — inspect directly Ex 6
G A whole line/curve of critical points infinitely many; vanishes on a set Ex 7
H Constrained extremum (no free critical point) boundary / Lagrange, not the Hessian Ex 8
I Word problem with units translate → optimise → check units Ex 9

Prerequisites we lean on: Gradient and Directional Derivatives, Hessian Matrix, Quadratic Forms and Definiteness, Lagrange Multipliers, Taylor Series in Several Variables.


Case A — a clean minimum


Case B — a clean maximum

Figure — Critical points — finding, classifying

Look at the figure above — three "clean" landscapes drawn as contour maps. Left (Ex 1): the closed rings tighten onto the magenta dot, so every direction climbs away from it — a bowl / minimum. Middle (Ex 2): identical rings but colours inverted, all directions fall away from the orange dot — a dome / maximum. Right (Ex 3, built next): the contours form a cross, not closed loops — that hyperbolic pattern is the fingerprint of a saddle, where two directions disagree.


Case C — a clean saddle


Case D — the mixed-term disguise

Figure — Critical points — finding, classifying

The figure above plots along two diagonal paths through the origin, turning the 2-D surface into two familiar 1-D curves. The magenta curve is along : it opens downward (). The violet curve is along : it opens upward (). The two curves crossing at the orange dot — one frown, one smile — is the visual proof that a point with can still be a saddle: it's the cross-term that flips one direction.


Case E — several critical points, classify each


Case F — the degenerate trap


Case G — a whole line of critical points

Figure — Critical points — finding, classifying

The figure above is the contour map of the trough. The magenta diagonal is the line where every point is critical — notice the contour colour is constant along it, showing the ground is dead flat in that direction. The violet arrow points across the line, where the contours bunch together and climbs as . A trough with a flat floor and rising walls: that is what an infinite line of minima looks like.


Case H — a constrained extremum (no free critical point)


Case I — a word problem with units


Active Recall

Recall In Ex 4, both

and were . Why a saddle? Because makes . The mixed term's cross-curvature dominated; overrides the sign of .

Recall When does the second derivative test go silent, and what do you do?

When (Ex 6, Ex 7) — the quadratic Taylor term vanishes or is rank-deficient. Inspect the function directly or use higher-order terms.

Recall Why did Ex 8 need Lagrange multipliers instead of the Hessian?

The extremum was forced onto a constraint curve; the free condition finds only interior flat points, and here the only interior critical point was a saddle.

Recall In the box problem (Ex 9), why is the optimal box not a cube?

With no top, only the base and four sides cost material, so it pays to spread out the base () and keep height low (), rather than equalise all edges.


Connections