Pure Mathematics — Paper 1 · AQA AS Mathematics (sample) · Drill 2 of 3
Why this topic matters. Differentiation is the single highest-frequency topic on AQA AS Mathematics (sample) Paper 1 — it appears every year without exception and typically accounts for 12–20 marks. Stationary points with the second derivative test, tangents, normals, and first principles all appear regularly. This is your highest-priority drill.
The scaffold to use (DPST Framework)
Differentiate: apply the power rule d/dx(x²) = nxn−1 term by term.
Point: find where dy/dx = 0 (stationary points) or substitute given x to find gradient.
Second Derivative: find d²y/dx²; if positive at a stationary point ⇒ minimum; if negative ⇒ maximum.
Tangent/Normal: use y − y₁ = m(x − x₁); for normal, gradient = −1/m.
M1
Power rule on each term: d/dx(3x⁴) = 12x³; d/dx(−5x²) = −10x; d/dx(2x) = 2; d/dx(−7) = 0.
AO1 — applying power rule term by termCommon mistake: Differentiating the constant term to −7 instead of 0.
M1
dy/dx = 3x² − 3. Set equal to zero: 3x² − 3 = 0 ⇒ x² = 1.
AO1 — setting derivative to zeroCommon mistake: Forgetting to set dy/dx = 0 and instead working with y = 0.
A1
x = 1 or x = −1.
AO1 — correct x-values
A1
The stationary points occur at x = 1 and x = −1.
AO2 — clear statement of coordinates
Q4. Find d²y/dx² for y = 4x³ − 3x² + x.
Foundational
[2 marks]
Method to use
Consider First Principles Proof — differentiate dy/dx again using the power rule.
Q5. The curve C has equation y = x² − 4x + 7. Find the equation of the tangent to C at the point (3, 4).
Foundational
[4 marks]
Method to use
Consider Stationary Point Classify — find dy/dx at the given point to get the gradient, then use y − y₁ = m(x − x₁).
M1
dy/dx = 2x − 4. At x = 3: gradient = 2(3) − 4 = 2.
AO1 — finding gradient at the pointCommon mistake: Using the gradient of the normal instead of the tangent.
A1
Tangent through (3, 4) with gradient 2: y − 4 = 2(x − 3).
AO1 — applying point-gradient formula
A1
y = 2x − 6 + 4 = 2x − 2. (Or: y − 4 = 2(x − 3).)
AO1 — correct equation of tangent
A1
Verify: at x = 3, y = 6 − 2 = 4. ✓
AO2 — substituting back to verify
Q6. Differentiate from first principles: f(x) = x² + 3x. Show all working.
Foundational
[4 marks]
Method to use
Consider First Principles Proof — use f′(x) = limh→0 [f(x+h) − f(x)] / h; expand f(x+h) fully before cancelling.
M1
f(x+h) − f(x) = 2xh + h² + 3h = h(2x + h + 3). Divide by h: 2x + h + 3.
AO2 — forming and simplifying the difference quotientCommon mistake: Forgetting to divide by h, or not factoring h before cancelling.
A1
As h → 0: f′(x) = 2x + 3.
AO1 — correct limit
A1
This confirms the power rule result d/dx(x² + 3x) = 2x + 3. ✓
AO2 — linking to power rule
Mid-tier — application and analysis (exam-bulk questions)
Q7. Find the stationary points of y = x³ − 6x² + 9x + 2 and determine their nature using the second derivative test.
Mid-tier
[7 marks]
Method to use
Consider Stationary Point Classify — set dy/dx = 0 and solve; then compute d²y/dx² at each point and check its sign.
M1
y-values: at x=1, y = 1−6+9+2 = 6. At x=3, y = 27−54+27+2 = 2.
AO1 — computing y-coordinates
M1
d²y/dx² = 6x − 12. At x=1: 6−12 = −6 < 0. At x=3: 18−12 = 6 > 0.
AO1 — evaluating second derivative
A1
x=1 gives local maximum at (1, 6); x=3 gives local minimum at (3, 2).
AO2 — correct classification with reasoningCommon mistake: Reversing maximum and minimum: a negative d²y/dx² means maximum (curve is concave down at that point).
A1
State: the curve has a local maximum of 6 at x = 1 and a local minimum of 2 at x = 3.
AO2 — both stationary points fully described
A1
Sanity check: for a cubic with positive leading coefficient, the first stationary point (smaller x) is the local maximum. ✓
AO2 — verifying with knowledge of cubic shape
Q8. Find the equation of the normal to the curve y = 2x³ − x at the point where x = 1.
Mid-tier
[5 marks]
Method to use
Consider Stationary Point Classify — find dy/dx at x=1 for the tangent gradient; the normal gradient is −1/(dy/dx); then use point-gradient form.
M1
Normal gradient: mn = −1/5.
AO2 — applying perpendicularity conditionCommon mistake: Using the tangent gradient for the normal equation.
A1
Point on curve: y = 2(1)³ − 1 = 1. Point is (1, 1).
AO1 — finding the y-coordinate
A1
Normal: y − 1 = −(1/5)(x − 1) ⇒ 5y − 5 = −x + 1 ⇒ x + 5y = 6.
AO1 — correct equation of normal
A1
Check: at (1,1): 1 + 5 = 6. ✓
AO2 — verifying the point lies on the normal
Q9. A curve C has equation y = x³ − 6x² + 12x − 4. Show that C has no stationary points.
Mid-tier
[3 marks]
Method to use
Consider Power Rule Differentiation — differentiate and show that dy/dx > 0 for all real x (or that the discriminant of dy/dx = 0 is negative).
M1
Discriminant: (−4)² − 4(1)(4) = 16 − 16 = 0. One repeated root at x = 2.
AO2 — evaluating discriminantCommon mistake: Stopping after finding discriminant = 0 without interpreting it.
A1
Since the discriminant is 0 (not positive), there is only one value of x where dy/dx = 0. However, d²y/dx² = 6x − 12; at x=2: d²y/dx² = 0. A point of inflection, not a stationary max/min. C has no turning points (local max or min).
AO2 — correct interpretation of the degenerate case
Q10. The function f(x) = x³ + 3x² − 9x + 5. (a) Find f′(x). (b) Find the range of values of x for which f is a decreasing function.
Mid-tier
[6 marks]
Method to use
Consider Power Rule Differentiation — f is decreasing when f′(x) < 0; factorise f′(x) and solve the inequality.
M1
(b) f decreasing when f′(x) < 0: 3(x+3)(x−1) < 0 ⇒ (x+3)(x−1) < 0.
AO2 — setting up inequality
M1
Sign table: negative between the roots. Critical values x = −3 and x = 1.
AO2 — finding the sign between rootsCommon mistake: Writing x < −3 or x > 1 instead of −3 < x < 1.
A1
f is decreasing for −3 < x < 1.
AO1 — correct interval
A1
At x = −3: f′ = 0 (boundary); at x = 0: f′ = 3(3)(−1) = −9 < 0 (decreasing). ✓
AO2 — verifying with a test value
Q11. Differentiate from first principles f(x) = 3x² − 2x, and verify using the power rule.
Mid-tier
[5 marks]
Method to use
Consider First Principles Proof — form [f(x+h)−f(x)]/h, expand, cancel h, then take the limit as h → 0.
A1
The first principles result matches the power rule, confirming both methods give the same derivative.
AO2 — linking methods
Q12. A particle moves along a straight line. Its displacement s metres from origin at time t seconds is s = t³ − 6t² + 9t. Find: (a) the velocity when t = 2; (b) the times when the particle is at rest.
M1
(t−1)(t−3) = 0 ⇒ t = 1 or t = 3.
AO1 — solving the quadraticCommon mistake: Forgetting to check that t ≥ 0 for physical validity.
A1
Particle at rest at t = 1 s and t = 3 s.
AO2 — clear statement with units
A1
At t=1: s = 1−6+9 = 4m. At t=3: s = 27−54+27 = 0m. ✓
AO2 — sanity-checking displacement values
A1
The negative velocity at t=2 (between t=1 and t=3) confirms the particle reverses direction at t=1.
AO2 — physical interpretation
Q13. Find the x-coordinates of the points on the curve y = x⁴ − 8x² + 3 where the gradient is zero. Classify each using the second derivative.
Mid-tier
[7 marks]
Method to use
Consider Stationary Point Classify — set dy/dx = 0; factorise the resulting equation; then use d²y/dx² to classify.
M1
dy/dx = 4x³ − 16x = 4x(x² − 4) = 4x(x−2)(x+2). Set = 0.
AO1 — differentiating and factorising
A1
x = 0, x = 2, x = −2.
AO1 — three stationary x-values
M1
d²y/dx² = 12x² − 16. At x=0: −16 < 0 (max). At x=2: 48−16=32 > 0 (min). At x=−2: same as x=2 by symmetry (min).
AO1 — computing second derivative at each pointCommon mistake: Forgetting to check x = −2; symmetry saves time but must be stated.
A1
x = 0: local maximum. x = 2: local minimum. x = −2: local minimum.
AO2 — correct classification with evidence
A1
Local max (0, 3); local minima at (2, −13) and (−2, −13) by symmetry about the y-axis.
AO2 — full description including coordinates
A1
The quartic has a positive leading coefficient, so the two outer arms go to +∞. Consistent with two local minima and one local maximum in between. ✓
AO2 — shape argument for verification
Q14. The curve y = ax³ + bx has a stationary point at (1, −2). Find a and b.
Mid-tier
[5 marks]
Method to use
Consider Power Rule Differentiation — use y = −2 at x = 1 and dy/dx = 0 at x = 1 to get two equations, then solve.
M1
Point (1,−2) on curve: a + b = −2. [Eq 1]
AO1 — using the given point
M1
dy/dx = 3ax² + b. At x=1: 3a + b = 0. [Eq 2]
AO1 — stationary point condition
M1
Eq2 − Eq1: 2a = 2 ⇒ a = 1.
AO1 — solving the system
A1
b = −2 − a = −3. So a = 1, b = −3.
AO1 — correct values
Q17. The curve C has equation y = x³ − 3x + k, where k is a constant. (a) Show that C has two distinct stationary points for all real values of k. (b) The point of inflection of C has y-coordinate 5. Find the value of k.
Stretch
[7 marks]
Method to use
Consider Stationary Point Classify — for (a), show dy/dx = 0 has two distinct solutions regardless of k; for (b), find the inflection point of C, recognise its y-coordinate is k, then set it equal to 5.
M1
(a) dy/dx = 3x² − 3 = 3(x²−1). Set = 0: x = ±1, which gives two distinct stationary points independent of k.
AO2 — argument independent of kCommon mistake: Claiming stationary points depend on k by confusing y-values with x-values.
A1
(a) ✓ Two distinct stationary points at x = −1 and x = 1 for any value of k.
AO2 — clear statement of the argument
M1
(b) Point of inflection of C where d²y/dx² = 0: for y = x³ − 3x + k, d²y/dx² = 6x = 0 ⇒ x = 0 (and d²y/dx² changes sign through x = 0, so it is a genuine inflection).
AO1 — finding inflection by second derivative
A1
y-coordinate of C at x = 0: y(0) = 0³ − 3(0) + k = k. So the inflection of C is at (0, k).
AO1 — computing y-coordinate of inflection
M1
The inflection y-coordinate is given as 5, so k = 5.
AO2 — applying the passage-through condition
A1k = 5.
AO1 — correct value of k
A1
Verify: C has equation y = x³−3x+5. At x=0: y=5 ✓.
AO2 — verification
A1
The stationary points of C (k=5) are at (1, 3) and (−1, 7).
AO2 — computing full stationary coordinates
Q18. Differentiate from first principles f(x) = 1/x. Hence state the derivative of x−1 and verify it matches the power rule.
Stretch
[6 marks]
Method to use
Consider First Principles Proof — form [1/(x+h) − 1/x]/h; simplify the numerator over a common denominator; then take the limit.
M1
[f(x+h) − f(x)]/h = [1/(x+h) − 1/x]/h. Common denominator: = [x − (x+h)] / [h⋅x(x+h)] = [−h] / [hx(x+h)].
AO1 — forming and simplifying the difference quotient
M1
Cancel h (h ≠ 0): = −1 / [x(x+h)].
AO2 — algebraic simplificationCommon mistake: Not cancelling h first, leading to 0/0 confusion.
A1
As h → 0: −1/[x(x+0)] = −1/x².
AO1 — correct limit
A1
So d/dx(1/x) = −1/x², equivalently d/dx(x−1) = −1⋅x−2 = −x−2.
AO2 — writing in two equivalent forms
A1
Power rule: d/dx(x−1) = (−1)x−2 = −1/x². ✓ Matches.
AO2 — verification via power rule
A1
The first principles derivation confirms that the power rule holds for negative integer powers.
AO2 — connecting specific result to general principle
Q19. The tangent to y = x³ + ax + b at the point P(2, 5) has gradient 15. Find a and b. Find also the x-coordinate of the second point Q where this tangent meets the curve.
Stretch
[8 marks]
Method to use
Consider Stationary Point Classify — use the gradient and point conditions to find a and b; then solve the cubic for intersections of tangent and curve.
M1
dy/dx = 3x² + a. At x=2: 12 + a = 15 ⇒ a = 3.
AO1 — using gradient condition
M1
Point (2,5) on curve: 8 + 2a + b = 5 ⇒ 8 + 6 + b = 5 ⇒ b = −9.
AO1 — using point condition
A1a = 3, b = −9. Curve: y = x³ + 3x − 9.
AO1 — correct a and b
M1
Tangent: y − 5 = 15(x − 2) ⇒ y = 15x − 25. Set equal to curve: x³+3x−9 = 15x−25 ⇒ x³−12x+16 = 0.
AO2 — setting up the intersection equation
M1
We know x=2 is a double root (tangent touches curve at P). Factor: x³−12x+16 = (x−2)²(x+4).
AO2 — recognising the double root and factorising
A1
(x−2)²(x+4) = 0 ⇒ x = 2 (double) or x = −4.
AO1 — finding the third root
A1
Q is at x = −4. y = 15(−4)−25 = −85. Q = (−4, −85).
AO2 — full coordinates of Q
Q20. The curve C: y = x⁴ − 4x³ + 4x². Show that C has a point of inflection at x = 1 but NOT at x = 0. Find the third stationary point of C (other than x = 0 and x = 2) and classify it.
Stretch
[8 marks]
Method to use
Consider Stationary Point Classify — for a point of inflection: d²y/dx² = 0 AND d²y/dx² changes sign; do not confuse with stationary points.
M1
d²y/dx² = 12x²−24x+8. At x=0: 8 > 0. At x=1: 12−24+8=−4 < 0. At x=2: 48−48+8=8 > 0.
AO1 — evaluating second derivative
A1
x=0: d²y/dx² = 8 > 0 ⇒ local minimum. x=2: 8 > 0 ⇒ local minimum. x=1: −4 < 0 ⇒ local maximum.
AO2 — classifying all three stationary points
M1
Point of inflection where d²y/dx² = 0 AND sign changes: 12x²−24x+8 = 0 ⇒ 3x²−6x+2 = 0 ⇒ x = (6±√12)/6 = 1 ± 1/√3.
AO2 — finding inflection by solving d²y/dx²=0
A1
Check x=1: d²y/dx²=−4 ≠ 0, so x=1 is NOT an inflection point — it is a local maximum.
AO2 — correcting the premise of the questionCommon mistake: Confusing a local maximum (where d²y/dx²<0) with a point of inflection.
A1
Check x=0: d²y/dx²=8 ≠ 0, so x=0 is also NOT an inflection point — it is a local minimum.
AO2 — completing the disproof for x=0
A1
Inflection points are at x = 1 − 1/√3 ≈ 0.423 and x = 1 + 1/√3 ≈ 1.577.
AO1 — correct inflection x-values
A1
The question asks for the third stationary point: x=1 is the local maximum at (1, y(1)). y(1) = 1−4+4 = 1. Local maximum at (1, 1).
AO2 — answering the final part clearly