Drill 1: $f'(x) = 2x - 6 = 0$ gives $x = 3$. $f'(2) = -2 < 0$ and $f'(4) = 2 > 0$, so the sign runs $-$ to $+$: a local minimum. $f(3) = 9 - 18 + 5 = -4$, so the point is $(3, -4)$.
Drill 2: $f'(x) = 3x^2 - 6x + 3 = 3(x-1)^2$, which is zero only at $x = 1$. Since $(x-1)^2 \geq 0$, $f'$ is positive on both sides, so the sign does not change: $(1, 1)$ is a horizontal point of inflection, not a turning point. ($f(1) = 1 - 3 + 3 = 1$.)
Drill 3: $f'(x) = 4x^3 - 4x = 4x(x-1)(x+1)$, zero at $x = -1, 0, 1$. Testing: $f'(-2) = -24 < 0$, $f'(-0.5) = 1.5 > 0$, $f'(0.5) = -1.5 < 0$, $f'(2) = 24 > 0$. So $(-1, -1)$ is a local minimum, $(0, 0)$ is a local maximum, and $(1, -1)$ is a local minimum. The curve is a "W".
Drill 4: $f'$ is a polynomial, so it is continuous; a continuous function cannot pass from positive to negative without taking the value 0 somewhere in between. Every zero of $f'$ is a stationary point and has already been found, so between two consecutive ones there is no zero and therefore no sign change. One test value per interval is therefore enough to determine the sign throughout it.
Drill 5: On the curve: $2^3 + 2p + q = 5$, so $2p + q = -3$. Stationary: $f'(x) = 3x^2 + p$, so $f'(2) = 12 + p = 0$ and $p = -12$. Substituting: $-24 + q = -3$, so $q = 21$.
Q1 (3 marks): (a) $f'(x) = 6x^2 + 6x - 12 = 6(x^2 + x - 2) = 6(x + 2)(x - 1)$, so $x = -2$ or $x = 1$ [1]. (b) Test $f'(-3) = 6(-1)(-4) = 24 > 0$; $f'(0) = 6(2)(-1) = -12 < 0$; $f'(2) = 6(4)(1) = 24 > 0$. So at $x = -2$ the sign runs $+$ to $-$, a local maximum; at $x = 1$ it runs $-$ to $+$, a local minimum [1]. (c) $f(-2) = 2(-8) + 3(4) + 24 + 1 = -16 + 12 + 24 + 1 = 21$ and $f(1) = 2 + 3 - 12 + 1 = -6$. So the stationary points are $(-2, 21)$ and $(1, -6)$ [1].
Q2 (3 marks): (a) $f'(x) = 0$ when $(x+2)^2 = 0$ or $x - 4 = 0$, so $x = -2$ and $x = 4$ [0.5]. (b) $(x+2)^2$ is positive for every $x \neq -2$, so it never affects the sign; the sign of $f'$ is decided entirely by $(x - 4)$. Testing: $f'(-3) = (1)(-7) < 0$, $f'(0) = (4)(-4) < 0$, $f'(5) = (49)(1) > 0$. At $x = -2$ the sign is negative on both sides, so it is a horizontal point of inflection; at $x = 4$ the sign runs $-$ to $+$, a local minimum. The repeated factor is exactly what makes the first one fail to turn [1.5]. (c) To sketch the curve I would also need $f$ itself, or at least $f(4)$, since $f'$ alone fixes the shape but not the vertical position, and any constant added to $f$ gives the same $f'$. Near $x = -2$ I can already say the curve is decreasing on both sides, flattening momentarily at the point $(-2, 7)$ before continuing downward [1].
Q3 (3 marks): (a) $f'(x) = 3 - 3x^2 = 3(1-x)(1+x)$, so $f'(1) = 0$ ✓. Testing either side: $f'(0) = 3 > 0$ and $f'(2) = -9 < 0$, so the sign runs $+$ to $-$ and $x = 1$ is indeed a local maximum, with $f(1) = 3 - 1 = 2$ ✓ [1]. (b) The student never examined the endpoints of the interval. $f(-3) = -9 + 27 = 18$ and $f(3) = 9 - 27 = -18$. The largest value of $f$ on $[-3, 3]$ is therefore $18$, attained at the endpoint $x = -3$, which is nine times the value they gave [1]. (c) The principle: a local maximum is not automatically a global maximum. On a closed interval the greatest value must be found by comparing every local maximum with the values at both endpoints (and at any point where $f'$ fails to exist). Omitting the endpoint check is safe only when the domain has no endpoints to check — for instance a function on all of $\mathbb{R}$ whose behaviour at infinity is known to rule them out — or when the question explicitly asks for a local maximum rather than the maximum value [1].