IB Maths AA SL Topic 5 β€” Calculus Paper 1 & 2 ~8 min read

Stationary Points

A stationary point is where the curve is momentarily flat β€” gradient = 0. To find them, set fβ€²(x) = 0 and solve. To classify them as a max, min, or point of inflection, use the second derivative. Together, they pin down everything you need to know about the shape of a curve.

πŸ“˜ What you need to know

The three types

Local maximum
fβ€³(x) < 0
curve goes up then down
Local minimum
fβ€³(x) > 0
curve goes down then up
Inflection
fβ€³(x) = 0
flat moment, same direction either side
A “turning point” means a max or min β€” the curve actually turns direction. A “stationary point of inflection” is flat for a moment but doesn’t turn β€” it keeps going the same way.

How to find stationary points

3-step method

  1. Differentiate to get fβ€²(x).
  2. Solve fβ€²(x) = 0 for the x-coordinates.
  3. Substitute each x-value into f(x) for the y-coordinates.

Classify with the second derivative

At a stationary point, if…Then it is a…
fβ€³(x) > 0Local minimum (curve concave up)
fβ€³(x) < 0Local maximum (curve concave down)
fβ€³(x) = 0Inconclusive β€” use the first derivative test instead
🧠

“Positive = pit, negative = peak”

fβ€³ > 0 β†’ bowl shape (pit) β†’ minimum at the bottom. fβ€³ < 0 β†’ upside-down bowl (peak) β†’ maximum at the top. The sign of fβ€³ matches the shape.

Backup: the first derivative test

If fβ€³(x) = 0 at a stationary point, you can’t classify it with the second derivative. Instead, check the sign of fβ€²(x) just before and just after the point.

Sign change in fβ€²(x)Type
βˆ’ then + (down then up)Local minimum
+ then βˆ’ (up then down)Local maximum
same sign both sidesStationary point of inflection
πŸ“

Use your GDC if allowed

On Paper 2, your GDC will solve fβ€²(x) = 0 and find max/min coordinates directly in graphing mode. Use it to check answers β€” but for “show that” questions, you must do it algebraically.

Worked examples

WE 1

Find a stationary point

Find the coordinates of the stationary point on the curve y = xΒ² βˆ’ 6x + 5.

step 1 β€” differentiate dy/dx = 2x βˆ’ 6step 2 β€” set = 0 2x βˆ’ 6 = 0 β†’ x = 3step 3 β€” find y y = (3)Β² βˆ’ 6(3) + 5 = 9 βˆ’ 18 + 5 = βˆ’4 stationary point at (3, βˆ’4) dΒ²y/dxΒ² = 2 > 0 β†’ it’s a minimum (positive quadratic, makes sense!)
WE 2

Full classification of a cubic

Find the coordinates and nature of the stationary points on y = 2xΒ³ βˆ’ 3xΒ² βˆ’ 36x + 25.

step 1 β€” differentiate & solve fβ€²(x) = 6xΒ² βˆ’ 6x βˆ’ 36 = 6(xΒ² βˆ’ x βˆ’ 6) = 6(x βˆ’ 3)(x + 2) fβ€²(x) = 0 β†’ x = 3 or x = βˆ’2step 2 β€” y-coordinates f(3) = 2(27) βˆ’ 3(9) βˆ’ 108 + 25 = βˆ’56 f(βˆ’2) = 2(βˆ’8) βˆ’ 3(4) + 72 + 25 = 69step 3 β€” classify (second derivative) fβ€³(x) = 12x βˆ’ 6 fβ€³(3) = 30 > 0 β†’ minimum fβ€³(βˆ’2) = βˆ’30 < 0 β†’ maximum (3, βˆ’56) local min  Β·  (βˆ’2, 69) local max always factor fβ€²(x) to find the roots quickly!
WE 3

Stationary point of a trig function

Find and classify the stationary point of y = sin x + cos x for 0 ≀ x ≀ Ο€.

step 1 β€” differentiate & solve dy/dx = cos x βˆ’ sin x = 0 β†’ tan x = 1 x = Ο€/4step 2 β€” y-coordinate y = sin(Ο€/4) + cos(Ο€/4) = √2/2 + √2/2 = √2step 3 β€” second derivative dΒ²y/dxΒ² = βˆ’sin x βˆ’ cos x at x = Ο€/4: βˆ’βˆš2/2 βˆ’ √2/2 = βˆ’βˆš2 < 0 β†’ maximum local max at (Ο€/4, √2) remember to keep your GDC in radians!
WE 4

Stationary point of f(x) = x e^(βˆ’x)

Find and classify the stationary point of f(x) = x eβˆ’x.

step 1 β€” differentiate (product rule) u = x, v = eβˆ’x; uβ€² = 1, vβ€² = βˆ’eβˆ’x fβ€²(x) = x(βˆ’eβˆ’x) + eβˆ’x(1) = eβˆ’x(1 βˆ’ x)step 2 β€” solve fβ€²(x) = 0 eβˆ’x β‰  0, so 1 βˆ’ x = 0 β†’ x = 1 f(1) = 1 Β· eβˆ’1 = 1/estep 3 β€” classify fβ€³(x) = eβˆ’x(x βˆ’ 2) fβ€³(1) = eβˆ’1(βˆ’1) = βˆ’1/e < 0 β†’ maximum local max at (1, 1/e) eβˆ’x is always positive β€” it never makes the derivative zero on its own!
WE 5

When the second derivative test fails

Find and classify the stationary point of y = x⁴.

step 1 β€” find it dy/dx = 4xΒ³ = 0 β†’ x = 0 y = 0step 2 β€” second derivative test dΒ²y/dxΒ² = 12xΒ² at x = 0: 12(0)Β² = 0 β†’ INCONCLUSIVEstep 3 β€” first derivative test fβ€²(βˆ’1) = 4(βˆ’1)Β³ = βˆ’4 < 0 fβ€²(1) = 4(1)Β³ = 4 > 0 Sign goes βˆ’ to + β†’ minimum local min at (0, 0) when fβ€³ = 0, fall back to the first derivative test!

πŸ’‘ Top tips

⚠ Common mistakes

Stationary points are about flat points. Next: concavity & points of inflection β€” looking at how the whole curve bends, not just specific spots.

Need help with Stationary Points?

Get 1-on-1 help from an IB examiner who knows exactly what Paper 1 & 2 are looking for.

Book Free Session β†’