Article

Stationary Points

Wednesday, 19 November 2025

A stationary point on a curve is where the gradient is 00. This occurs when f(x)=0f'(x) = 0. For example, the curve y=x2y = x^2 has a stationary point at (0,0)(0, 0).

Local Maximum and Minimum

These are stationary points that represent the highest or lowest points in their immediate area. To find which one it is, we check the gradient slightly before (xhx - h) and slightly after (x+hx + h) the point.

Spelling

  • The plural of maximum is maxima.
  • The plural of minimum is minima.

Point of Inflection

A point of inflection is a stationary point where the gradient is 00, but the sign of the gradient stays the same on both sides.

Comparison of Stationary Points

This comparison is done by sampling two values left/right of the stationary point, hh represents the offset.

Typef(xh)f'(x - h)f(x)f'(x)f(x+h)f'(x + h)
Local Minimum-00++
Local Maximum++00-
Point of Inflection++00++
Point of Inflection-00-

The gradient of the point of inflection has the same sign on each side.

Summary

If d2ydx2<0\frac{d^{2}y}{dx^{2}} < 0, then xx is the local maximum. If d2ydx2>0\frac{d^{2}y}{dx^{2}} > 0, then xx is the local minimum. If d2ydx2=0\frac{d^{2}y}{dx^{2}} = 0 then sample around and compare - this does not mean that it is a point of inflection.