Year 11 Maths Advanced Module 3 ⏱ ~40 min Lesson 8 of 15

Stationary Points and Turning Points

Where does a roller coaster reach its highest peak? Where does a thrown ball pause at the top of its arc? These moments share a mathematical signature: the gradient is momentarily zero. In this lesson, you will learn how to find these special points — called stationary points — and how to determine whether they are summits, valleys, or flat terraces.

⛰️
Printable worksheet

Download this lesson's worksheet

Use the PDF for classwork, homework or revision. It includes key ideas, activities, questions, an extend task and success-criteria proof.

Think First

Imagine throwing a ball straight up into the air. At the very top of its flight, the ball is momentarily stationary before it starts falling back down. If the ball's height is $h(t)$, what do you think is true about the derivative $h'(t)$ at that exact instant? And how might the second derivative $h''(t)$ help you confirm that this point is a maximum rather than a minimum?

Type your initial response below — you will revisit this at the end of the lesson.

Write your initial response in your book. You will revisit it at the end of the lesson.

Write your initial thinking in your book
Saved
📐

Formula Reference — This Lesson

Stationary points
Solve $f'(x) = 0$
Second derivative test
$f''(x) > 0$ at stationary point $\Rightarrow$ local minimum $f''(x) < 0$ at stationary point $\Rightarrow$ local maximum $f''(x) = 0$ at stationary point $\Rightarrow$ test inconclusive (could be horizontal inflection)
First derivative test (alternative)
Sign of $f'(x)$ changes from $-$ to $+$ $\Rightarrow$ local minimum Sign of $f'(x)$ changes from $+$ to $-$ $\Rightarrow$ local maximum Sign of $f'(x)$ does not change $\Rightarrow$ horizontal point of inflection
Key insight: All turning points are stationary points, but not all stationary points are turning points. A horizontal point of inflection is stationary but not a turning point.
📖 Know

Key Facts

  • Stationary points occur where $f'(x) = 0$
  • The second derivative test for classifying stationary points
  • The difference between a turning point and a horizontal point of inflection
💡 Understand

Concepts

  • Why the sign of $f''(x)$ determines concavity and nature of stationary points
  • When the second derivative test is inconclusive and the first derivative test is needed
  • How stationary points relate to real-world maxima and minima
✅ Can Do

Skills

  • Find stationary points by solving $f'(x) = 0$
  • Classify stationary points using the second derivative test
  • Use the first derivative test when the second derivative test fails
  • Sketch the general shape of a curve given information about its derivatives

Misconceptions to Fix

Wrong: Integration and differentiation produce identical results.

Right: Integration is the reverse of differentiation, but includes an arbitrary constant (+C) for indefinite integrals.

Key Terms
DerivativeThe rate of change of a function at a point; the gradient of the tangent.
DifferentiationThe process of finding the derivative of a function.
Stationary PointA point where the derivative equals zero.
Chain RuleA rule for differentiating composite functions: dy/dx = dy/du × du/dx.
Product RuleA rule for differentiating products: d(uv)/dx = u(dv/dx) + v(du/dx).
Stationary PointA point where f'(x) = 0; may be a maximum, minimum, or point of inflection.
⛰️

Finding Stationary Points

A stationary point is a point on a curve where the gradient is zero — the tangent line is horizontal. To find them:

  1. Find $f'(x)$.
  2. Solve $f'(x) = 0$ for $x$.
  3. Substitute these $x$-values back into $f(x)$ to find the corresponding $y$-coordinates.

For example, for $f(x) = x^3 - 3x^2$:

$$f'(x) = 3x^2 - 6x = 3x(x - 2) = 0$$

So $x = 0$ or $x = 2$. The stationary points are $(0, 0)$ and $(2, -4)$.

🎯

Classifying Stationary Points

Second Derivative Test

Once you have found a stationary point at $x = a$:

First Derivative Test (When $f''(a) = 0$)

Examine the sign of $f'(x)$ just before and just after $x = a$:

Why this matters for business. A company's profit function often has stationary points representing maximum profit or minimum loss. By using calculus, managers can find the exact price or production level that maximises profit — without guessing.
〰️

Horizontal Points of Inflection

A horizontal point of inflection is a stationary point where the curve changes concavity but does not turn around. The gradient is zero, but the function continues increasing (or decreasing) on both sides.

The classic example is $y = x^3$ at $(0, 0)$. Here:

🧮 Worked Examples

Worked Example 1 — Finding and Classifying Stationary Points

Stepwise
Find and classify the stationary points of $f(x) = x^3 - 3x^2$.
  1. 1
    Find $f'(x)$ and solve $f'(x) = 0$
    f'(x) = 3x^2 - 6x = 3x(x - 2) = 0
    x = 0 \quad \text{or} \quad x = 2
  2. 2
    Find $y$-coordinates
    f(0) = 0 \quad \Rightarrow \quad (0, 0)
    f(2) = 8 - 12 = -4 \quad \Rightarrow \quad (2, -4)
  3. 3
    Find $f''(x)$ and classify
    f''(x) = 6x - 6
    f''(0) = -6 < 0 \quad \Rightarrow \quad \text{local maximum at } (0, 0)
    f''(2) = 6 > 0 \quad \Rightarrow \quad \text{local minimum at } (2, -4)
✓ Answer Local max $(0, 0)$; local min $(2, -4)$

Worked Example 2 — Inconclusive Second Derivative Test

Stepwise
Find and classify the stationary point of $f(x) = x^4$.
  1. 1
    Solve $f'(x) = 0$
    f'(x) = 4x^3 = 0 \quad \Rightarrow \quad x = 0
    f(0) = 0 \quad \Rightarrow \quad (0, 0)
  2. 2
    Second derivative test
    f''(x) = 12x^2 \quad \Rightarrow \quad f''(0) = 0
    Inconclusive — need first derivative test.
  3. 3
    First derivative test
    f'(x) = 4x^3
    For $x < 0$: $f'(x) < 0$. For $x > 0$: $f'(x) > 0$.
    Sign changes from negative to positive.
✓ Answer Local minimum at $(0, 0)$

Worked Example 3 — Horizontal Point of Inflection

Stepwise
Find and classify the stationary point of $f(x) = x^3 + 1$.
  1. 1
    Solve $f'(x) = 0$
    f'(x) = 3x^2 = 0 \quad \Rightarrow \quad x = 0
    f(0) = 1 \quad \Rightarrow \quad (0, 1)
  2. 2
    Second derivative test
    f''(x) = 6x \quad \Rightarrow \quad f''(0) = 0
    Inconclusive.
  3. 3
    First derivative test
    f'(x) = 3x^2 > 0 \quad \text{for all } x \neq 0
    Sign does not change — the function is increasing on both sides.
✓ Answer Horizontal point of inflection at $(0, 1)$
⚠️

Common Mistakes — Don't Lose Easy Marks

Forgetting to find the $y$-coordinate
Questions often ask for the stationary point, which requires both $x$ and $y$ coordinates.
✓ Fix: Always substitute $x$ back into $f(x)$ to find the full coordinates.
Assuming $f''(a) = 0$ means a point of inflection
At a stationary point, $f''(a) = 0$ is inconclusive. It could still be a max or min.
✓ Fix: Use the first derivative test whenever $f''(a) = 0$ at a stationary point.
Confusing local max with local min
$f''(a) > 0$ means concave up (minimum), while $f''(a) < 0$ means concave down (maximum). Many students reverse these.
✓ Fix: Mnemonic — "Positive = smile = minimum. Negative = frown = maximum."
Stopping after finding $f'(x) = 0$ without classifying
The question usually asks you to determine the nature of the stationary points, not just find them.
✓ Fix: Always classify — state whether each point is a local maximum, local minimum, or horizontal point of inflection.

📓 Copy Into Your Books

⛰️ Stationary points

  • Solve $f'(x) = 0$
  • Substitute back to find $y$

🎯 Second derivative test

  • $f'' > 0$ → minimum (cup)
  • $f'' < 0$ → maximum (frown)
  • $f'' = 0$ → test fails

🔍 First derivative test

  • $-$ to $+$ → minimum
  • $+$ to $-$ → maximum
  • No change → horizontal inflection

⚠️ Remember

  • Not all stationary points are turning points

📝 How are you completing this lesson?

🧪 Activities

🔍 Activity 1 — Calculate

Find and Classify Stationary Points

Find the stationary points and determine their nature.

  1. 1 $f(x) = x^2 - 4x + 5$

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
  2. 2 $y = 2x^3 - 3x^2$

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
  3. 3 $f(x) = x^4 - 2x^2$

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
  4. 4 $y = x^3 + 3x^2 + 3x$

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
🎨 Activity 2 — Interpret

Analyse the Behaviour

Explain the concepts in words.

  1. 1 Explain the difference between a turning point and a horizontal point of inflection. Give an example of each.

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
  2. 2 A student finds a stationary point where $f''(x) = 0$ and immediately concludes it is a point of inflection. Why might this be incorrect?

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
Revisit Your Thinking

Earlier you thought about a ball at the top of its arc.

At the highest point, the velocity $h'(t) = 0$ because the ball is momentarily stationary. The second derivative $h''(t)$ is negative because gravity is pulling the ball downward — this confirms the point is a local maximum (concave down). This is exactly how physicists and engineers use calculus to find peaks in trajectories, from sports science to rocket design.

Now revisit your initial response. What did you get right? What has changed in your thinking?

Look back at your initial response in your book. Annotate it with what you now understand differently.

Annotate your initial response in your book
Saved
Interactive: Stationary Point Finder
Revisit Your Initial Thinking

Look back at what you wrote in the Think First section. What has changed? What did you get right? What surprised you?

MC

Multiple Choice

5 random questions from a replayable lesson bank — feedback shown immediately

✍️ Short Answer

📝

Extended Questions

ApplyBand 4

6. (a) Find the coordinates of the stationary points of $f(x) = x^3 - 6x^2 + 9x + 2$. 2 MARKS

(b) Determine the nature of each stationary point. 2 MARKS

Type your answers below:

Answer in your workbook.

✏️ Answer in your workbook
AnalyseBand 5

7. A farmer has 60 metres of fencing and wants to enclose a rectangular paddock against an existing straight wall. The side parallel to the wall requires no fencing. 4 MARKS

(a) Show that the area of the paddock is $A = x(60 - 2x)$, where $x$ is the width perpendicular to the wall.

(b) Find the dimensions that maximise the area, and state the maximum area.

Type your answer below:

Answer in your workbook.

✏️ Answer in your workbook
AnalyseBand 5

8. The curve $y = ax^3 + bx^2 + cx + d$ has a stationary point at $(1, 4)$ and a point of inflection at $(0, 2)$. Find the values of $a$, $b$, $c$, and $d$. 4 MARKS

Type your answer below:

Answer in your workbook.

✏️ Answer in your workbook

✅ Comprehensive Answers

🔍 Activity 1 — Calculate Model Answers

1. $f'(x) = 2x - 4 = 0 \Rightarrow x = 2$, $f(2) = 1$. $f''(x) = 2 > 0$, so $(2, 1)$ is a local minimum.

2. $y' = 6x^2 - 6x = 6x(x - 1) = 0 \Rightarrow x = 0$ or $x = 1$. $y(0) = 0$, $y(1) = -1$. $y'' = 12x - 6$, so $y''(0) = -6 < 0$ (local max at $(0, 0)$) and $y''(1) = 6 > 0$ (local min at $(1, -1)$).

3. $f'(x) = 4x^3 - 4x = 4x(x^2 - 1) = 0 \Rightarrow x = 0, \pm 1$. $f(0) = 0$, $f(\pm 1) = -1$. $f''(x) = 12x^2 - 4$, so $f''(0) = -4 < 0$ (local max at $(0, 0)$), $f''(\pm 1) = 8 > 0$ (local min at $(\pm 1, -1)$).

4. $y' = 3x^2 + 6x + 3 = 3(x + 1)^2 = 0 \Rightarrow x = -1$, $y(-1) = -1 + 3 - 3 = -1$. $y'' = 6x + 6$, so $y''(-1) = 0$ (inconclusive). First derivative test: $y' > 0$ on both sides, so $(-1, -1)$ is a horizontal point of inflection.

🎨 Activity 2 — Interpret Model Answers

1. A turning point is a stationary point where the function changes direction (from increasing to decreasing or vice versa), such as $y = x^2$ at $(0, 0)$. A horizontal point of inflection is stationary but the function continues in the same direction on both sides, such as $y = x^3$ at $(0, 0)$.

2. $f''(x) = 0$ at a stationary point is inconclusive. The point could be a maximum, minimum, or horizontal inflection. The first derivative test must be used to determine the nature.

❓ Multiple Choice

1. A — $f'(x) = 2x - 6 = 0 \\Rightarrow x = 3$.

2. B — $f'(x) = 3x^2 - 6x$, $f''(x) = 6x - 6$. $f''(2) = 6 > 0$, so it is a local minimum.

3. B — By definition, a stationary point is where the gradient $f'(x)$ equals zero.

4. C — $f'(x) = 3x^2$ is zero at $x = 0$, and $f'(x) > 0$ on both sides. This is a horizontal point of inflection.

5. C — $f'(x) = 3x^2 - 3 = 3(x - 1)(x + 1) = 0$, so $x = \\pm 1$. There are two stationary points.

6. B — $f''(a) > 0$ means the curve is concave up at $x = a$, which indicates a local minimum.

7. B — When $f'(x)$ changes from negative to positive, the function changes from decreasing to increasing, indicating a local minimum.

📝 Short Answer Model Answers

Q6 (4 marks): $f'(x) = 3x^2 - 12x + 9 = 3(x-1)(x-3) = 0$ [1]. Stationary points: $f(1) = 6 \Rightarrow (1,6)$ and $f(3) = 2 \Rightarrow (3,2)$ [1]. $f''(x) = 6x - 12$ [1]. $f''(1) = -6 < 0 \Rightarrow$ local maximum at $(1,6)$; $f''(3) = 6 > 0 \Rightarrow$ local minimum at $(3,2)$ [1].

Q7 (4 marks): Constraint $2x + y = 60 \Rightarrow y = 60 - 2x$, so $A = xy = x(60-2x)$ [1]. $\frac{dA}{dx} = 60 - 4x = 0 \Rightarrow x = 15$ [1]. Length $y = 60 - 2(15) = 30$ m [1]. Maximum area $= 15 \times 30 = 450$ m$^2$ [1].

Q8 (4 marks): $y(0) = 2 \Rightarrow d = 2$ [1]. Point of inflection at $(0, 2)$ means $y''(0) = 0$, and since $y'' = 6ax + 2b$, this gives $b = 0$ [1]. Stationary point at $(1, 4)$ gives $a + c + 2 = 4$ so $a + c = 2$, and $3a + c = 0$ [1]. Solving simultaneously yields $a = -1$ and $c = 3$ [1].

☄️
Asteroid Blaster

Blast the Correct Answer

Defend your ship by blasting the correct answers for Stationary Points and Turning Points. Scores count toward the Asteroid Blaster leaderboard.

Play Asteroid Blaster →

Consolidation Game

Stationary Points and Turning Points

Mark lesson as complete

Tick when you've finished all activities and checked your answers.