Visual walkthrough — Critical points — finding, classifying
Step 1 — What "flat in every direction" really means
WHAT. We start at a special point where the ground is level. "Level" means: if I take a tiny step in any horizontal direction, the height does not start to rise or fall. The two most basic directions are along and along .
WHY. The slope along is written — read it as "how fast height changes if I nudge and freeze ." The slope along is . At a hilltop, valley, or pass, both of these are zero. This is what the parent calls ; the symbol is just the pair of these two slopes bundled together.
PICTURE. Look at the two coloured tangent lines. The blue line runs along the -direction, the orange along the -direction. Both are perfectly horizontal — that is our starting condition.

Step 2 — Zooming in: the height difference is a pure quadratic
WHAT. Take a tiny step away from the flat point: east, north. We ask how much the height changed, . We approximate this with a Taylor expansion.
WHY this tool. A Taylor expansion writes any smooth surface near a point as: (its height) + (linear slope terms) + (curvature terms) + (tinier stuff). We use it because it turns a scary curved surface into a polynomial we can analyse by hand. Here the linear slope terms are — and both slopes are zero (Step 1). So the first surviving piece is the curvature piece.
Term by term in the surviving bracket:
- — curvature along (does the east-west slice smile or frown?), multiplied by .
- — curvature along (north-south slice), multiplied by .
- — the twist: how the east-west slope changes as you move north (in ). Multiplied by .
- — a bookkeeping constant from the Taylor formula; it scales the whole bracket but, being a fixed positive number, it never affects any sign.
PICTURE. The flat landscape is replaced, near the point, by a smooth "cup or cap or saddle" bowl whose only ingredients are these three second-derivative numbers.

Step 3 — Why we can't just look at and
WHAT. The naive hope: "if the -slice curves up () and the -slice curves up (), surely it's a bowl." We show this hope can fail.
WHY it fails. The twist term can be so strongly negative along the diagonal direction (where and have opposite signs) that it drags below zero — even when both pure curvatures are positive.
PICTURE. Look at the counterexample . Along the axes (blue and orange slices) the ground curves up. But along the diagonal (red slice) the twist wins and the ground curves down. Both axis-slices lie: it's a saddle.

Step 4 — The trick: complete the square
WHAT. We rewrite so that the twist term is absorbed into a perfect square. Assume for now .
WHY complete the square. A perfect square can never be negative. If we can force into the form (positive-or-negative number)(square) + (another number)(square), then the signs of the two multipliers tell us everything — with no direction-hunting. Completing the square is the standard algebraic move to turn into squares.
Reading it:
- — the coefficient in front of the first square .
- — a shifted, tilted direction; the square always.
- — the coefficient in front of the second square ; call it the "leftover".
PICTURE. Picture rotating/tilting our coordinate axes so the twist disappears. In the new tilted axes, the bowl has no cross-term — it's a clean sum of two independent curvatures, which we can read off directly.

Step 5 — The leftover coefficient IS the discriminant
WHAT. Simplify that leftover coefficient over a common denominator:
WHY this matters. So the whole quadratic form is now Both and are . The only things that can flip signs are the two coefficients: and . The number has appeared — not by magic, but as the surviving coefficient after completing the square.
Naming properly. Collect the four second derivatives into a grid called the Hessian matrix, written :
- Top-left , bottom-right — the two pure curvatures.
- Off-diagonal — the twist, equal by Clairaut's theorem, which is why is symmetric.
The determinant of this matrix (top-left times bottom-right, minus the two off-diagonals multiplied) is precisely our :
Term by term in :
- — curvature along the first tilted axis. Sign sign of .
- — curvature along the second tilted axis. Sign sign of .
PICTURE. Two independent parabolic slices, one per tilted axis, each with its own upward or downward opening controlled by a single coefficient.

Step 6 — Read every sign: all cases
WHAT. We now sweep through every possible sign combination of the two coefficients and .
WHY. A judge-proof test must never leave the reader stranded. Here are all cases.
Case A — and (bowl / minimum). Then too. Both coefficients positive for every nonzero step. Every direction goes up ⇒ local minimum.
Case B — and (dome / maximum). If but , then as well. Both coefficients negative everywhere ⇒ local maximum. (Note: forces to share 's sign, since . So we never need to inspect separately.)
Case C — (saddle). Then and have opposite signs. One tilted axis curves up, the other down some directions, others ⇒ saddle, no matter what is.
Case D (degenerate) — . The leftover coefficient . Then — it is flat (exactly zero) along the entire line . The quadratic can no longer decide; higher-order terms take over. Inconclusive. (Example : here , yet the quartic makes it a genuine minimum — only direct inspection reveals this.)
Case E (degenerate) — . Our completing-the-square assumed , so handle this separately. If then .
- If : ⇒ saddle (the twist alone creates opposite curvatures).
- If also : ⇒ inconclusive; fall back to and higher terms.
So the -first rule survives even when : nothing is left uncovered.
PICTURE. Four miniature landscapes side by side — bowl, dome, saddle, and a flat trough for — each tagged with its sign pattern.

Step 7 — A full run on a real example
WHAT. Apply the built machine to , exactly as the parent's Example 2.
WHY. To watch and change from point to point on one function.
Find flat points: Two flat points: and .
Second derivatives: , , , so
- At : and → minimum (Case A).
- At : → saddle (Case C), regardless of .
PICTURE. One landscape holding both flat points: a valley at and a pass at .

The one-picture summary
Everything compresses to one flow: complete the square → the leftover coefficient is → decides, then describes.

Recall Feynman retelling — the whole walkthrough in plain words
Stand on a flat spot of a hilly field. Flat means every direction starts level, so slope alone can't tell you if you're in a bowl or on a saddle. So you feel the curving. There are three curving-numbers: how it bends east-west, how it bends north-south, and a sneaky "twist" number for how the two mix (there's only one twist number because Clairaut's theorem says the two mixed rates are equal). Straight up we can't compare them, because the twist confuses things. The clever move: we tilt our head (complete the square) until the twist vanishes — now the ground is just two clean parabolas at right angles. Two numbers remain: one is , the other is where . If both parabolas open up, it's a bowl (minimum). Both down, a dome (maximum). One up and one down, a saddle. And that happens exactly when . If , one parabola went flat and we simply can't tell from curving alone — we must look closer. So: decides whether, describes which.
Connections
- Critical points — finding, classifying — the parent; this page derives its central result.
- Taylor Series in Several Variables — Step 2's quadratic approximation.
- Quadratic Forms and Definiteness — definite/indefinite ↔ min/max/saddle.
- Hessian Matrix — ; eigenvalues are the tilted-axis curvatures.
- Gradient and Directional Derivatives — marks the flat point of Step 1.
- Single-variable Second Derivative Test — the one-variable ancestor of "check the curvature".