4.4.12 · D4Multivariable Calculus

Exercises — Critical points — finding, classifying

2,414 words11 min readBack to topic

Before we begin, the two tools we lean on the whole way:

Here means "the slope of if you only walk in the -direction, freezing ", and means "how that -slope itself is changing" — the curvature along . is the cross term: how the -slope changes as you shift . If those words feel new, re-read the parent Critical points — finding, classifying first; the derivation lives in Taylor Series in Several Variables and Quadratic Forms and Definiteness.

Figure — Critical points — finding, classifying

The picture above is your answer key for step 3 of the recipe. Read it left to right:

  • Left (bowl): both curvatures point up, they agree with . This is Exercise 3's and Exercise 8's .
  • Middle (dome): both curvatures point down, still agreeing but . This is Exercise 7(b)'s at the origin — a local maximum.
  • Right (saddle): the two curvatures fight — up along one axis, down along the other → . This is Exercise 5's and every saddle you meet below.

So when you compute , you are literally asking the picture: "do the curvatures agree (extremum) or fight (saddle)?" The amber dot marks the critical point in each panel — the one flat spot where the recipe applies.


L1 — Recognition

Recall Solution 1

What we do: just plug into . No gradient, no Taylor — the second derivatives are handed to us. Since , it's an extremum, not a saddle. Now ("cup, smiley"), so it curves upward. Match this to the left panel of the figure above. Conclusion: local minimum.

Recall Solution 2

. The instant , the two curvatures have opposite signs — up one way, down the other — so it is a saddle point, full stop (the right panel of the figure). The value of is irrelevant here; checking it is wasted effort. The student's error: they tried to use to pick max vs min, but that branch only exists when . With there is no max/min to describe. Conclusion: saddle.


L2 — Application

Recall Solution 3

Step 1 — gradient (why: extrema need zero slope in every direction). Step 2 — solve the system. From : . Substitute into : One critical point: . Step 3 — discriminant. (constants — this is a pure quadratic, so curvature is the same everywhere). Conclusion: local minimum at — the bowl (left panel of the figure).

Recall Solution 4

Step 1. . Step 2. ; . Two candidates: and . Step 3. , so .

  • At : , local minimum.
  • At : saddle. Why they differ: the -curvature flips sign with . Where it curves up (positive ) it agrees with the -bowl → min; where it curves down (negative ) they fight → saddle.

L3 — Analysis

Recall Solution 5

Step 1. . Step 2. and . Substitute into : . Only . Step 3. . Conclusion: saddle at — even though and . The big cross term overpowers both, so along the line the surface actually dips (the right panel of the figure, despite both diagonal curvatures reading positive).

Recall Solution 6

Step 1. . Step 2. From : . Sub into : . So (→ ) or (→ ). Critical points and . Step 3. , so .

  • At : saddle.
  • At : , local minimum.

L4 — Synthesis

Recall Solution 7

For all three, all vanish at (every term is degree 4, so first and second derivatives are zero there). Hence for all three — the test is inconclusive. Why means "inconclusive" (the key idea, not just a rule): is built from the second-order (quadratic) piece of the Taylor expansion — the bowl/dome/saddle shape that approximates the surface near the point. When every second derivative is zero, that quadratic approximation is completely flat: to second order these three surfaces look identical (a flat table). The shape only reveals itself in the quartic () terms, which the Hessian never sees. So we must inspect those higher-order terms by hand. We do so directly:

  • (a) , zero only at origin → local (global) minimum (the bowl, but built from th powers).
  • (b) , zero only at origin → local (global) maximum — this is the concrete dome case, matching the middle panel of the figure above.
  • (c) : along -axis it's ; along -axis it's → up one way, down another → saddle. Lesson: when the quadratic (2nd-order) picture is flat; the quartic terms decide, and you must look at them by hand.
Recall Solution 8

Step 1. Use the product rule. With , : Step 2. is never zero, so ; then or . Critical points and . Step 3 — second derivatives. Differentiating again (carefully, since both factors depend on ):

  • At : , , . , local minimum (value ).
  • At : , , . saddle.

L5 — Mastery

Recall Solution 9

Method — Lagrange multipliers (constraint present; see Lagrange Multipliers). Minimise subject to . Set : So . Plug into the constraint: Then . Minimum distance: . Why it is the minimum: squared distance grows without bound as you move far away on the plane, so the single stationary point Lagrange returns must be the global minimum. (Sanity check with the point–plane formula ✓.)

Recall Solution 10

Step 1 — solve the gradient system honestly. . Setting both to zero gives the linear system A homogeneous linear system has only the trivial solution when its matrix is invertible, i.e. when When (i.e. ) the two equations become multiples of one another, so they collapse to a single line of solutions — infinitely many critical points. (Notice this determinant is exactly ; that is not a coincidence for a pure quadratic, whose Hessian is this matrix.) Step 2 — discriminant. , so Step 3 — cover every case in :

  • : unique critical point , and local minimum.
  • or : unique critical point saddle.
  • (so ): the gradient vanishes along the whole line . Directly, , equal to exactly on that line → a non-strict (degenerate) minimum valley; every point of is a (non-isolated) critical point.
  • (so ): the gradient vanishes along . Directly, → a valley along . Answer: minimum for (unique point); saddle for (unique point); at the system degenerates into an entire line of critical points forming a flat, non-strict valley (a positive-semidefinite form).

Active Recall

Recall Order of operations in the second-derivative test?

Compute first; only if do you read (positive → min, negative → max). → saddle immediately; → inspect directly.

Recall Why does a large

create saddles even when ? The mixed term measures cross-curvature; in a big can push negative, meaning some diagonal direction curves downward — an indefinite quadratic form.

Recall What do you do when

? The Hessian is silent. Bound directly, test along axes and diagonals, or expand to higher order (Taylor). can hide a min, max, saddle, or (for a pure quadratic) a whole line of critical points.


Connections