Skip to main content

Worked Solutions

Differentiation — Worked Solutions (HSC Maths Advanced)

By Nidhi · Intuition tutor 1 min read

Created with Intu AI Reviewed by Intuition's expert tutors

Studying this? See our HSC Maths Advanced course →

Worked examples for HSC Maths Advanced differentiation. Each shows where the marks are awarded, the key idea, and the full solution explained by your choice of tutor — Stella, Ella or Cassie.

How to use these

Try each question first, then check your working. Use the tutor tabs to read the full solution in the style that suits you: Stella is direct and challenging, Ella is warm and explains the why, and Cassie is concise and analytical.

Example 1 — Stationary points

Standard 4 marks

Question

The curve is $y = x^3 - 6x^2 + 9x$. Find the coordinates of the stationary points and determine their nature.

Solution

Stationary points are where the gradient is zero, so differentiate and solve $y' = 0$.

$y' = 3x^2 - 12x + 9 = 3(x-1)(x-3)$, so $x = 1$ or $x = 3$.

Substitute back: $y(1) = 4$ and $y(3) = 0$, giving $(1, 4)$ and $(3, 0)$.

Decide the nature with the second derivative: $y'' = 6x - 12$. $y''(1) = -6 < 0$ → maximum; $y''(3) = 6 > 0$ → minimum.

So $(1, 4)$ is a maximum and $(3, 0)$ a minimum. Always justify the nature with the $y''$ test — a sketch alone won't get the mark.

Where the marks go

  • 1 mark: Correct first derivative $y' = 3x^2 - 12x + 9$
  • 1 mark: Solves $y' = 0$ to get $x = 1$ and $x = 3$
  • 1 mark: Correct coordinates $(1, 4)$ and $(3, 0)$
  • 1 mark: Determines nature using the second derivative

Key idea

Stationary points are where $y' = 0$; the sign of $y''$ tells you maximum (negative) or minimum (positive).

Example 2 — Product and chain rule

Standard 3 marks

Question

Differentiate $y = x^2 e^{3x}$.

Solution

This is a product, $x^2$ times $e^{3x}$, so use the product rule — and the chain rule on $e^{3x}$.

$u = x^2,\ u' = 2x$. $v = e^{3x},\ v' = 3e^{3x}$.

$y' = u'v + uv' = 2x e^{3x} + 3x^2 e^{3x}$.

Factor: $y' = x e^{3x}(2 + 3x)$.

Don't skip the factoring — a clean form earns the last mark and sets you up if the next part asks for stationary points.

Where the marks go

  • 1 mark: Applies the product rule with a correct setup
  • 1 mark: Correct chain-rule derivative of $e^{3x}$ (i.e. $3e^{3x}$)
  • 1 mark: Correct simplified/factored derivative

Key idea

A product of functions → product rule; an exponential like $e^{3x}$ → the chain rule gives the extra factor of 3.