Foundations — Critical points — finding, classifying
This page assumes nothing. If the parent note used a symbol and expected you to already know it, we build it here from a picture first. Read top to bottom — each idea is the ground the next one stands on.
0. The picture everything lives in
Before any symbol, fix the mental image. A function of two variables is a height machine: you feed it two numbers (a spot on a flat map, like east-position and north-position ) and it hands you back one number — the height of the land at that spot. We call that height .

Why the topic needs it: critical points are special spots on the floor where the surface above does something interesting (peak, pit, pass). No surface, no story.
1. The coordinates and the point
The two inputs are named and . A specific spot we care about often gets its own letters, usually — think of it as "we planted a flag at east-position , north-position ."
Why: the parent writes things like " is a critical point" — it is asking a yes/no question about one dot.
2. Slope in one direction: the partial derivative
Stand on the surface. Now walk only east (increase , keep frozen). You trace a single curve — a slice of the surface. The steepness of that slice is a slope. Freezing and measuring the east-west slope gives us the partial derivative with respect to , written .

Why the topic needs it: a flat spot must be flat east–west AND north–south. That is exactly the two conditions and . See Gradient and Directional Derivatives for the full directional story.
3. Bundling both slopes: the gradient
Two slopes and describe the ground fully. We staple them into one arrow called the gradient, written (the symbol is read "nabla" or "del" — just a name for "collect the partial slopes").

Why: the parent's whole definition of a critical point is one line — . Now you can read it: "the steepest-uphill arrow has shrunk to nothing, because there's no uphill — you're on a flat spot."
4. Second slopes: curvature
At a flat spot the arrow is gone, so slope tells us nothing about shape. We need how the slope itself is changing — that is curvature. Take a derivative of a derivative.
- = "how the east-slope changes as you keep walking east" = up-curve or down-curve along . Positive = bowl-shaped (cup 🙂), negative = dome-shaped (cap 🙁).
- = same idea along the north direction.
- = the mixed one: "how does the east-slope change as you step north?" It measures how the two directions twist together.

Why the topic needs it: these three numbers are the raw material of the Hessian Matrix and the whole Second Derivative Test.
5. Packaging curvature: the Hessian matrix and
Three curvature numbers deserve a tidy box. A matrix is just a rectangular grid of numbers. The Hessian is the 2×2 grid of second partials.
Why: the parent's boxed formula is now not magic — it's "multiply the straight curvatures, subtract the twist squared."
6. Reading the sign of a quadratic: the quadratic form
Near a flat spot, the change in height for a tiny step is (approximately) a quadratic form — a sum of squared-ish terms:
Here are just small step sizes east and north. "Quadratic" means every term is degree-2 (each variable appears twice: , , ).
Why: this quadratic is the bridge, built from the Taylor Series in Several Variables, between the raw curvature numbers and the plain-English verdict.
7. The tool that makes appear: Taylor expansion & ""
How do we know the height change looks quadratic near a flat spot? Because a Taylor expansion approximates any smooth surface near a point by a polynomial: constant + linear + quadratic + tinier corrections.
At a critical point the constant part is just the height itself and the linear part is zero (slopes gone), leaving as the leading actor. The 1-D warm-up for this whole idea is the Single-variable Second Derivative Test; constraints get handled separately by Lagrange Multipliers.
How these feed the topic
Equipment checklist
Read the left side, answer, then reveal.
What does output, and what shape do all its outputs draw?
What does the subscript in tell you to do?
Compute for .
What does mean in plain words?
What is the difference between and ?
Write the Hessian and its determinant.
Why is the height-change near a critical point quadratic, not linear?
What does signal in the Taylor step?
Connections
- Critical points — finding, classifying — the parent topic these foundations build toward.
- Gradient and Directional Derivatives — where and directional slope come from.
- Hessian Matrix — the curvature grid and its determinant.
- Taylor Series in Several Variables — supplies the quadratic form .
- Quadratic Forms and Definiteness — reads the sign of (min/max/saddle).
- Single-variable Second Derivative Test — the 1-D warm-up.
- Lagrange Multipliers — extrema under constraints.