12.1510 min read
Quadratic Case: Classifying Extrema
For the quadratic with invertible symmetric , the critical point can be classified by the eigenvalues of :
- All eigenvalues of positive ( positive definite): is a strict global minimum.
- All eigenvalues of negative ( negative definite): is a strict global maximum.
- Mixed signs (some positive, some negative): is a saddle point.
This is because the value of around is . If is positive definite, for all , so — a minimum.
Formal View
Theorem 12.9 — Classification of Quadratic Critical Points
For with invertible symmetric and critical point :
- (all eigenvalues ): is the unique global minimum
- (all eigenvalues ): is the unique global maximum
- indefinite (mixed eigenvalue signs): is a saddle point
Interactive Visualization
Definiteness Classifier
Why This Matters
Classifying quadratic critical points via definiteness is the rigorous version of the second derivative test.
- Second-order optimality conditions in nonlinear programming
- Newton's method converges to minima when the Hessian is positive definite
- Portfolio variance minimization requires a positive definite covariance matrix
Quiz
Question 1
If and , the critical point at the origin is:
Question 2
If the Hessian of at a critical point is positive definite, then is a local minimum.
Common Mistakes
- Checking only the diagonal of the Hessian — definiteness requires examining all eigenvalues, not just diagonal entries.
- Confusing indefinite (mixed eigenvalue signs) with "not positive definite" — negative definite is also not positive definite but gives a maximum, not a saddle.
- Applying the quadratic classification to non-quadratic functions without computing the Hessian at the critical point.