Critical Points
A critical point (or stationary point) of is a point where the gradient vanishes: . Equivalently, all partial derivatives are zero at : for all .
At a critical point, every directional derivative is zero ( for all ). The function has no first-order preference for any direction — it is "flat" at the critical point.
Critical points come in three varieties: local minima, local maxima, and saddle points. To distinguish them, we need second-order information (the Hessian matrix). A local minimum in particular requires a positive definite Hessian.
Formal View
Critical points are also called stationary points or, in optimization contexts, first-order optimal points.
Why This Matters
Finding critical points is the first step in every calculus-based optimization method.
- Setting to derive normal equations, MLE conditions, and MAP estimators
- Equilibrium analysis in dynamical systems
- Phase transitions in physics: critical points of energy functions
Quiz
A critical point of is a point where:
Every local minimum of a differentiable function is a critical point.
Common Mistakes
- Thinking every critical point is a local minimum — saddle points and local maxima are also critical.
- Confusing (function value is zero) with (gradient is zero).
- Setting individual partial derivatives to zero but forgetting to verify all of them are zero simultaneously.