4.4.12 · D1Multivariable Calculus

Foundations — Critical points — finding, classifying

1,893 words9 min readBack to topic

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 .

Figure — Critical points — finding, classifying

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 .

Figure — Critical points — finding, classifying

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").

Figure — Critical points — finding, classifying

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.
Figure — Critical points — finding, classifying

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

f of x and y - height machine

partial slopes f_x and f_y

gradient nabla f - uphill arrow

critical point - nabla f equals zero

second partials f_xx f_yy f_xy - curvature

Hessian H - curvature grid

determinant D equals det H

quadratic form Q - height change

Taylor expansion

sign of Q - min max or saddle

Second Derivative Test verdict


Equipment checklist

Read the left side, answer, then reveal.

What does output, and what shape do all its outputs draw?
One height number ; together they draw a surface above the -floor.
What does the subscript in tell you to do?
Measure the slope in the -direction while freezing as a constant.
Compute for .
(treat as a constant).
What does mean in plain words?
Both slopes and are zero — the ground is flat, a critical point.
What is the difference between and ?
is curvature along ; is the twist — how the -slope changes as you step in .
Write the Hessian and its determinant.
, and .
Why is the height-change near a critical point quadratic, not linear?
The linear (slope) part is zero there, so the quadratic curvature part leads.
What does signal in the Taylor step?
An approximation valid for tiny steps, where the ignored higher-order terms are negligible.

Connections