⛰️ Stationary Points

OCR FSMQ Additional Maths · Calculus (CA5–CA7)

Level 3 · Ages 15–16

← Back to topic overview
1 What a Stationary Point Is
A stationary point is a point where the curve is momentarily flat — the tangent is horizontal, so the gradient is zero. These are the peaks, troughs and levelling-off points of a curve.
CA5 — how to find them
Solve  $\dfrac{\mathrm{d}y}{\mathrm{d}x} = 0$
maximum minimum At each stationary point the tangent is horizontal: dy/dx = 0
TypeDescription
Local maximumA peak — the curve rises to it, then falls
Local minimumA trough — the curve falls to it, then rises
Point of inflectionFlat, but the curve continues in the same direction
"Local" matters. A local maximum is the highest point nearby, not necessarily on the whole curve. A cubic's local maximum is eventually exceeded as the curve rises off to infinity.
2 Finding Stationary Points
Substitute into $y$, not into the derivative. The derivative is zero at a stationary point by definition, so putting $x$ back into it just gives $0$ — no use at all.
Worked Example 1 — A quadratic

Find the stationary point of $y = x^2 - 8x + 3$.

$\dfrac{\mathrm{d}y}{\mathrm{d}x} = 2x - 8 = 0$
$x = 4$
$y = 16 - 32 + 3 = -13$
Stationary point at $(4, -13)$.
Cross-check by completing the square: $x^2 - 8x + 3 \equiv (x-4)^2 - 13$, giving the vertex $(4, -13)$ ✓ A quadratic has exactly one stationary point, its vertex.
Worked Example 2 — A cubic

Find the stationary points of $y = 2x^3 - 3x^2 - 12x + 5$.

$\dfrac{\mathrm{d}y}{\mathrm{d}x} = 6x^2 - 6x - 12$
$6\left(x^2 - x - 2\right) = 0$, so $6(x-2)(x+1) = 0$.
$x = 2$ or $x = -1$.
At $x = 2$: $y = 16 - 12 - 24 + 5 = -15$
At $x = -1$: $y = -2 - 3 + 12 + 5 = 12$
Stationary points at $(2, -15)$ and $(-1, 12)$.
Take out the common factor first. Factorising $6x^2-6x-12$ as $6(x-2)(x+1)$ is far easier than using the quadratic formula.
3 Determining the Nature (CA6)
The second derivative test
$\dfrac{\mathrm{d}^2y}{\mathrm{d}x^2} > 0$  →  minimum (curve bends upwards, like a cup)
$\dfrac{\mathrm{d}^2y}{\mathrm{d}x^2} < 0$  →  maximum (curve bends downwards, like a cap)
$\dfrac{\mathrm{d}^2y}{\mathrm{d}x^2} = 0$  →  inconclusive — use the gradient-sign test instead
The memory hook: positive second derivative, positive like a smile — a minimum. Negative second derivative, a frown — a maximum.
Worked Example 3 — Classifying both points

Determine the nature of the stationary points of $y = 2x^3 - 3x^2 - 12x + 5$, found above at $(-1, 12)$ and $(2, -15)$.

$\dfrac{\mathrm{d}y}{\mathrm{d}x} = 6x^2 - 6x - 12$, so $\dfrac{\mathrm{d}^2y}{\mathrm{d}x^2} = 12x - 6$.
At $x = -1$: $-12 - 6 = -18 < 0$, so $(-1, 12)$ is a maximum.
At $x = 2$: $24 - 6 = 18 > 0$, so $(2, -15)$ is a minimum.
Sense check: for a positive cubic the maximum always comes first (smaller $x$) and the minimum second ✓
You must state the conclusion in words. Writing "$-18$" alone is not an answer. Write "since $\tfrac{\mathrm{d}^2y}{\mathrm{d}x^2} < 0$, this is a maximum".
The alternative: the gradient-sign test
Check the sign of $\dfrac{\mathrm{d}y}{\mathrm{d}x}$ just before and just after the point:
$+ \to 0 \to -$  is a maximum  ·  $- \to 0 \to +$  is a minimum
same sign both sides  is a point of inflection
Worked Example 4 — When the second derivative fails

Find and classify the stationary point of $y = x^3$.

$\dfrac{\mathrm{d}y}{\mathrm{d}x} = 3x^2 = 0$ gives $x = 0$, and $y = 0$.
$\dfrac{\mathrm{d}^2y}{\mathrm{d}x^2} = 6x$, which at $x = 0$ is $0$ — inconclusive.
So test the gradient either side. At $x = -0.1$: $3(0.01) = 0.03 > 0$.
At $x = +0.1$: $3(0.01) = 0.03 > 0$.
The gradient is positive on both sides, so the curve keeps rising through the flat spot.
$(0, 0)$ is a point of inflection, not a maximum or minimum.
A zero second derivative does not prove there is an inflection — it only means the test has failed and you must look further.
Worked Example 5 — Using a table of signs

Classify the stationary point of $y = x^4$ at the origin.

$\dfrac{\mathrm{d}y}{\mathrm{d}x} = 4x^3 = 0$ at $x = 0$, and $\dfrac{\mathrm{d}^2y}{\mathrm{d}x^2} = 12x^2 = 0$ there too.
$x$$-1$$0$$1$
$\dfrac{\mathrm{d}y}{\mathrm{d}x} = 4x^3$$-4$$0$$4$
Signnegativezeropositive
The pattern is $- \to 0 \to +$, so $(0,0)$ is a minimum.
The second derivative was zero even though this is a genuine minimum — proof that the test can fail either way.
4 Sketching with Known Stationary Points (CA7)
Worked Example 6 — A full sketch

Sketch $y = x^3 - 3x^2$, showing all key features.

$\dfrac{\mathrm{d}y}{\mathrm{d}x} = 3x^2 - 6x = 3x(x-2) = 0$, so $x = 0$ or $x = 2$.
At $x=0$: $y = 0$.  At $x=2$: $y = 8 - 12 = -4$.
$\dfrac{\mathrm{d}^2y}{\mathrm{d}x^2} = 6x - 6$. At $x=0$: $-6 < 0$, maximum at $(0,0)$. At $x=2$: $6 > 0$, minimum at $(2,-4)$.
Intercepts: $x^3 - 3x^2 = x^2(x-3)$, so the curve touches at $x=0$ and crosses at $x=3$.
Positive cubic, so it comes from the bottom left and goes to the top right.
Shape: rises to the maximum at the origin, falls to the minimum $(2,-4)$, then rises through $(3, 0)$.
The repeated factor $x^2$ and the maximum at the origin agree. A squared factor means the curve touches the axis, which can only happen at a stationary point — two independent methods confirming the same feature.
5 Quick Reference

Find them

Solve $\dfrac{\mathrm{d}y}{\mathrm{d}x} = 0$.

Get $y$

Substitute into the original equation.

Give coordinates

Both $x$ and $y$.

Minimum

$\dfrac{\mathrm{d}^2y}{\mathrm{d}x^2} > 0$.

Maximum

$\dfrac{\mathrm{d}^2y}{\mathrm{d}x^2} < 0$.

Zero second derivative

Inconclusive — use the sign test.

Sign test

$+\,0\,-$ maximum; $-\,0\,+$ minimum.

Say it in words

State the conclusion, not just the number.

How many?

Quadratic: $1$. Cubic: $0$ or $2$.

Touching the axis

A repeated root is a stationary point.

6 Practice Questions
Question 1

Find the stationary point of $y = x^2 - 6x + 2$ and state its nature.

▶ Show solution

$2x - 6 = 0$, so $x = 3$ and $y = 9 - 18 + 2 = -7$.

$\dfrac{\mathrm{d}^2y}{\mathrm{d}x^2} = 2 > 0$, so $(3, -7)$ is a minimum.

Question 2

Find the stationary point of $y = 5 + 4x - x^2$ and state its nature.

▶ Show solution

$4 - 2x = 0$, so $x = 2$ and $y = 5 + 8 - 4 = 9$.

$\dfrac{\mathrm{d}^2y}{\mathrm{d}x^2} = -2 < 0$, so $(2, 9)$ is a maximum.

Question 3

Find the stationary points of $y = x^3 - 12x$.

▶ Show solution

$3x^2 - 12 = 0$, so $x^2 = 4$ and $x = \pm 2$.

At $x=2$: $y = 8 - 24 = -16$.  At $x=-2$: $y = -8 + 24 = 16$.

Stationary points $(2, -16)$ and $(-2, 16)$.

Question 4

Classify the stationary points found in Question 3.

▶ Show solution

$\dfrac{\mathrm{d}^2y}{\mathrm{d}x^2} = 6x$

At $x=2$: $12 > 0$, so $(2,-16)$ is a minimum.

At $x=-2$: $-12 < 0$, so $(-2,16)$ is a maximum.

Question 5

Find and classify the stationary points of $y = x^3 - 6x^2 + 5$.

▶ Show solution

$3x^2 - 12x = 3x(x-4) = 0$, so $x = 0$ or $x = 4$.

At $x=0$: $y = 5$.  At $x=4$: $y = 64 - 96 + 5 = -27$.

$\dfrac{\mathrm{d}^2y}{\mathrm{d}x^2} = 6x - 12$.

At $x=0$: $-12 < 0$, so $(0, 5)$ is a maximum.

At $x=4$: $12 > 0$, so $(4, -27)$ is a minimum.

Question 6

Show that $y = x^3 + 3x$ has no stationary points.

▶ Show solution

$\dfrac{\mathrm{d}y}{\mathrm{d}x} = 3x^2 + 3$

Since $x^2 \geqslant 0$ for all real $x$, we have $3x^2 + 3 \geqslant 3 > 0$.

The gradient is never zero, so there are no stationary points. The curve is always increasing.

Question 7

Find the stationary points of $y = x^4 - 8x^2$.

▶ Show solution

$4x^3 - 16x = 4x\left(x^2 - 4\right) = 4x(x-2)(x+2) = 0$

$x = 0$, $2$ or $-2$.

At $x=0$: $y = 0$.  At $x=\pm2$: $y = 16 - 32 = -16$.

Points: $(0, 0)$, $(2, -16)$ and $(-2, -16)$.

Question 8

Classify the stationary points found in Question 7.

▶ Show solution

$\dfrac{\mathrm{d}^2y}{\mathrm{d}x^2} = 12x^2 - 16$

At $x=0$: $-16 < 0$, so $(0,0)$ is a maximum.

At $x=2$: $48 - 16 = 32 > 0$, a minimum.

At $x=-2$: $48 - 16 = 32 > 0$, a minimum.

A "W" shape, with two equal minima either side of a local maximum at the origin.

Question 9

The curve $y = x^3 + ax^2 + b$ has a stationary point at $(2, 1)$. Find $a$ and $b$.

▶ Show solution

$\dfrac{\mathrm{d}y}{\mathrm{d}x} = 3x^2 + 2ax$, and this is zero at $x = 2$:

$12 + 4a = 0$, so $a = -3$.

The point $(2,1)$ is on the curve: $8 + a(4) + b = 1$

$8 - 12 + b = 1$, so $b = 5$.

Check: $y = x^3 - 3x^2 + 5$ gives $\tfrac{\mathrm{d}y}{\mathrm{d}x} = 3x^2-6x = 0$ at $x = 0, 2$ ✓ and $y(2) = 8-12+5 = 1$ ✓

Question 10

The curve $C$ has equation $y = 2x^3 + 3x^2 - 36x + 5$.

(a) Find the coordinates of the stationary points.   (b) Determine the nature of each.   (c) Find the $y$-intercept and sketch $C$.   (d) State the number of real solutions of $2x^3 + 3x^2 - 36x + 5 = 0$, with a reason.

▶ Show solution

(a) $\dfrac{\mathrm{d}y}{\mathrm{d}x} = 6x^2 + 6x - 36 = 6\left(x^2 + x - 6\right) = 6(x+3)(x-2)$

Zero when $x = -3$ or $x = 2$.

At $x = -3$: $y = 2(-27) + 3(9) + 108 + 5 = -54 + 27 + 108 + 5 = 86$

At $x = 2$: $y = 16 + 12 - 72 + 5 = -39$

Stationary points: $(-3, 86)$ and $(2, -39)$.

(b) $\dfrac{\mathrm{d}^2y}{\mathrm{d}x^2} = 12x + 6$

At $x=-3$: $-36 + 6 = -30 < 0$, so $(-3, 86)$ is a maximum.

At $x=2$: $24 + 6 = 30 > 0$, so $(2, -39)$ is a minimum.

(c) $y$-intercept: $x = 0$ gives $y = 5$, so $(0, 5)$.

A positive cubic: rising from the bottom left, up to the maximum $(-3, 86)$, down through $(0, 5)$ to the minimum $(2, -39)$, then rising to the top right.

(d) The local maximum value is $86$, which is above the $x$-axis, and the local minimum value is $-39$, which is below it.

So the curve crosses the axis three times: once on the way up to the maximum, once falling from the maximum to the minimum, and once rising after the minimum.

The equation has three real solutions.

The general rule: a cubic has three real roots exactly when its two stationary values lie on opposite sides of the $x$-axis. If they were both positive or both negative, there would be only one root.

Stationary Points (CA5–CA7) · OCR FSMQ Additional Maths · Created with MathJax