4. Stationary Points & Inflection0%

Functions and Graphs · Topic 4 of 7

4. Stationary Points & Inflection

Video coming soon2 worked examples

Theory

Stationary points occur where f(x)=0f'(x) = 0. Classify them using the second derivative: f(x)>0f''(x) > 0 gives a minimum, f(x)<0f''(x) < 0 gives a maximum. A point of inflection is where the concavity changes — where f(x)=0f''(x) = 0 and ff'' changes sign.

The Golden Rule: solve f(x)=0f'(x) = 0 for the stationary points, then use the sign of f(x)f''(x) to classify each; for an inflection, confirm the concavity actually changes.

⚠️ Common Examiner Traps

  • f(x)=0f''(x) = 0 is not enough: an inflection also needs a genuine change of sign in ff''.
  • Missing the yy-coordinate: give full coordinates for each stationary point.
  • Nature confusion: keep the sign test straight — positive second derivative is a minimum.

Worked examples

Example 1

Find and classify the stationary points of y=x33xy = x^3 - 3x.

Step 1: Set dydx=0\frac{dy}{dx} = 0:

3x23=0    x=±13x^2 - 3 = 0 \implies x = \pm 1

Step 2: Use d2ydx2=6x\frac{d^2y}{dx^2} = 6x to classify:

x=1: 6>0 (min),x=1: 6<0 (max)x = 1:\ 6 > 0 \ (\text{min}), \qquad x = -1:\ -6 < 0 \ (\text{max})

Step 3: Find the yy-coordinates: minimum at (1,2)(1, -2), maximum at (1,2)(-1, 2).

Example 2

Find the point of inflection of y=x36x2+5y = x^3 - 6x^2 + 5.

Step 1: Differentiate twice and set the second derivative to zero:

dydx=3x212x,d2ydx2=6x12=0    x=2\frac{dy}{dx} = 3x^2 - 12x, \qquad \frac{d^2y}{dx^2} = 6x - 12 = 0 \implies x = 2

Step 2: Check the sign change: f(x)<0f''(x) < 0 for x<2x < 2 and f(x)>0f''(x) > 0 for x>2x > 2, so the concavity changes.

Step 3: Evaluate yy: 824+5=118 - 24 + 5 = -11. The point of inflection is (2,11)(2, -11).