Stationary Points
Definition
A stationary point of occurs where:
That is: and .
At a stationary point, the function is “flat” in all directions.
Types of Stationary Points
- Local minimum: increases in all directions
- Local maximum: decreases in all directions
- Saddle point: increases in some directions, decreases in others
The Hessian Matrix
At a stationary point, the second-order behaviour is determined by the Hessian matrix:
Since (for smooth functions), is symmetric.
Classification Criterion
Let
| Condition | Classification |
|---|---|
| and | Local minimum |
| and | Local maximum |
| Saddle point | |
| Inconclusive |
Why implies extremum: Both eigenvalues of have same sign.
Why implies saddle: Eigenvalues have opposite signs.
Why is inconclusive: One eigenvalue is zero; higher-order terms needed.
Taylor Series Interpretation
Near stationary point :
In matrix form:
The quadratic form determines whether we have:
- Minimum: quadratic positive in all directions ( positive definite)
- Maximum: quadratic negative in all directions ( negative definite)
- Saddle: quadratic can be positive or negative depending on direction
Example
Find and classify stationary points of .
Find stationary points:
From : .
Substituting into :
So or .
Stationary points: and .
Compute Hessian:
At :
, and .
Local maximum.
At :
.
Saddle point.
Global vs Local
- Local minimum: for all nearby
- Global minimum: for all in the domain
Multiple stationary points may exist; the global minimum/maximum is found by comparing function values.
Connection to Eigenvalues
The Hessian is real symmetric, so has real eigenvalues .
- Both positive → minimum ()
- Both negative → maximum ()
- One positive, one negative → saddle ()
and determines the sign of (for convention).
Why Stationary Points Matter
- Optimisation problems (minimise cost, maximise efficiency)
- Machine learning (gradient descent finds minima of loss functions)
- Physics (equilibrium states are stationary points of potential energy)
- Economics (profit maximisation, cost minimisation)