Definition
The second derivative test classifies critical points of a function of two variables where using the discriminant (Hessian determinant).
Why It Matters
This test is the ‘multivariable compass’ for finding optimal points; in complex systems with many inputs, it is the only reliable way to know if you are standing on a peak, a valley, or a deceptive saddle point.
Core Concepts
-
The Discriminant ():
-
How to read: “The quantity D equals f x x times f y y minus f x y squared.”
- Meaning: The determinant of the Hessian matrix—product of pure second partials minus squared mixed partial squared.
-
Classification:
- Local Min: and .
- Local Max: and .
- Saddle Point: .
- Inconclusive: .
-
How to read: “The D positive and f-x-x positive means local minimum; D positive and f-x-x negative means local maximum; D negative means saddle; D zero is inconclusive.”
- Meaning / when to use: For multivariable critical points where both first partials vanish. means definite curvature (bowl); means opposite curvatures in different directions (saddle).