Grade 11 · Pure Mathematics 1 · Cambridge A-Level 9709 · Age 16–17
Now that you can differentiate, it is time to put derivatives to work. This module covers the most powerful and frequently examined applications of differentiation in Cambridge A-Level Pure Mathematics 1: finding equations of tangents and normals, identifying where functions increase or decrease, locating and classifying stationary points, solving optimisation problems, and using the chain rule to connect rates of change.
Gradient = f'(a); perpendicular gradient = −1/f'(a)
f'(x) > 0 increasing; f'(x) < 0 decreasing
Solve f'(x) = 0; use f'' or sign change to classify
Model, differentiate, solve — check it's really max or min
dy/dt = (dy/dx) × (dx/dt) via chain rule
f'' > 0: concave up (min); f'' < 0: concave down (max)
The tangent to a curve y = f(x) at the point where x = a has gradient equal to the derivative f'(a). This is the instantaneous rate of change at that exact point.
Once you have the gradient m = f'(a) and the point (a, f(a)) on the curve, use the point-slope form:
The normal to a curve at a point is perpendicular to the tangent at that point. Perpendicular lines have gradients whose product is −1:
If f'(a) = 0 (tangent is horizontal), the normal is vertical (undefined gradient, write x = a). If f'(a) is undefined (vertical tangent), the normal is horizontal.
A function f(x) is increasing on an interval if its graph rises from left to right across that interval — as x increases, y increases. It is decreasing if the graph falls.
The second derivative f''(x) tells you how the gradient is changing — whether the curve is concave up (bowl-shaped) or concave down (arch-shaped):
A stationary point is where the gradient of the curve is zero — where the tangent is horizontal. There are three types: local maximum, local minimum, and point of inflection.
When the second derivative test is inconclusive (f''(a) = 0), examine the sign of f'(x) on either side of the stationary point:
Optimisation means finding the maximum or minimum value of a real-world quantity. This could be the largest volume a box can have, the least material needed to make a container, or the maximum profit from selling goods.
Two quantities that both depend on time may be related to each other. If you know how fast one is changing, you can find how fast the other is changing using the chain rule.
This says: the rate of change of y with time equals the rate of change of y with x, multiplied by the rate of change of x with time.
Eight fully worked examples covering every application topic.
Find the equation of the tangent to y = x³ − 4x + 1 at the point where x = −1.
Find the equation of the normal to y = (2x − 1)³ at the point (1, 1).
Find the ranges of x for which f(x) = 2x³ − 9x² + 12x − 3 is increasing.
Find and classify all stationary points of y = x⁴ − 8x² + 3.
A rectangular piece of card 10 cm × 8 cm has equal squares of side x cut from each corner and is folded into an open box. Show that V = 4x³ − 36x² + 80x and find the maximum volume.
A window consists of a rectangle surmounted by a semicircle. The perimeter is 12 m. Show that the area is A = 6r − r² − πr²/2 (where r is the radius of the semicircle) and find r for maximum area.
The area of a circle increases at 10 cm²/s. Find the rate of increase of the circumference when the radius is 5 cm.
Water fills a cone (vertex down) of semi-vertical angle 30°. Water enters at 4 cm³/s. Find dh/dt when h = 6 cm.
These are the errors Cambridge examiners see most often. Review each one carefully.
| Quantity | Formula |
|---|---|
| Gradient of curve at x = a | m = f'(a) |
| Equation of tangent at (a, b) | y − b = m(x − a) |
| Gradient of normal | m_n = −1/m = −1/f'(a) |
| Equation of normal at (a, b) | y − b = (−1/m)(x − a) |
| Tangent parallel to x-axis | f'(a) = 0 → tangent is y = b |
| Normal is vertical | When f'(a) = 0, normal is x = a |
| Condition | Type |
|---|---|
| f'(a) = 0 and f''(a) > 0 | Local minimum |
| f'(a) = 0 and f''(a) < 0 | Local maximum |
| f'(a) = 0 and f''(a) = 0 | Inconclusive — use sign change of f' |
| f' changes + → 0 → − | Local maximum |
| f' changes − → 0 → + | Local minimum |
| f' same sign both sides of a | Point of inflection |
| Relation | Chain Rule Form |
|---|---|
| Area of circle A = πr² | dA/dt = 2πr · (dr/dt) |
| Volume of sphere V = (4/3)πr³ | dV/dt = 4πr² · (dr/dt) |
| Volume of cone V = (1/3)πr²h (fixed r/h ratio) | Express V(h) first, then dV/dt = dV/dh · (dh/dt) |
| General two-variable | dy/dt = (dy/dx)(dx/dt) |
| Inverse rate | dt/dy = 1 / (dy/dt) |
Rigorous justifications of the key results used in applications of differentiation.
Claim: If a tangent has gradient m, the perpendicular (normal) has gradient −1/m.
Proof:
Two lines L₁ and L₂ are perpendicular if and only if the product of their gradients equals −1.
Geometrically: if L₁ makes angle θ with the x-axis, then L₂ makes angle θ + 90° (or θ − 90°). Using tan(θ + 90°) = −1/tan θ:
m₂ = tan(θ + 90°) = −cot θ = −1/tan θ = −1/m₁.
Algebraically: if L₁ has gradient m and L₂ has gradient k, rotate the vector (1, m) by 90° to get (−m, 1). The gradient of L₂ is then 1/(−m) ... wait, slope of direction vector (−m, 1) is 1/(−m) = −1/m. Hence m · k = m · (−1/m) = −1. QED.
Note: This fails when m = 0 (horizontal tangent → vertical normal, x = a) or m is undefined (vertical tangent → horizontal normal, y = b).
Claim: If f'(a) = 0 and f''(a) > 0, then f has a local minimum at x = a.
Proof via Taylor Series:
Expand f near x = a to second order:
f(a + h) = f(a) + f'(a)·h + (1/2)f''(a)·h² + O(h³)
Since f'(a) = 0:
f(a + h) − f(a) = (1/2)f''(a)·h² + O(h³)
For small enough |h|, the O(h³) term is negligible compared to h². If f''(a) > 0, then (1/2)f''(a)·h² > 0 for all h ≠ 0. Therefore f(a + h) > f(a) for all small h ≠ 0, which is precisely the definition of a local minimum.
Similarly, if f''(a) < 0, then f(a + h) < f(a) for small h ≠ 0 — a local maximum.
If f''(a) = 0, the leading term is O(h³) or higher, and we cannot conclude from f'' alone — hence the test is inconclusive and the sign change method is required.
Claim: If f'(x) > 0 for all x in (a, b), then f is strictly increasing on (a, b).
Proof (Mean Value Theorem approach):
Take any two points x₁, x₂ ∈ (a, b) with x₁ < x₂.
By the Mean Value Theorem, there exists c ∈ (x₁, x₂) such that:
f(x₂) − f(x₁) = f'(c) · (x₂ − x₁)
Since f'(c) > 0 (given) and x₂ − x₁ > 0 (since x₁ < x₂), we have f(x₂) − f(x₁) > 0, i.e., f(x₂) > f(x₁). Since x₁ < x₂ implies f(x₁) < f(x₂), f is strictly increasing. QED.
Claim: If y = f(x) and x = g(t), then dy/dt = (dy/dx) · (dx/dt).
Informal Proof:
The chain rule states d/dt[f(g(t))] = f'(g(t)) · g'(t).
In Leibniz notation with y = f(x), x = g(t):
dy/dt = (dy/dx) · (dx/dt)
The "dx" in the denominator of dy/dx and the "dx" in the numerator of dx/dt "cancel" symbolically, leaving dy/dt.
This is valid whenever dy/dx and dx/dt both exist. The result extends to chains of any length: if y depends on x, x on u, and u on t, then dy/dt = (dy/dx)(dx/du)(du/dt).
Drag the slider to move the point along the curve. The tangent line at that point is drawn in pink. Stationary points are marked in purple.
Enter the gradient value or constant term as requested. Tolerance ±0.01.
Q1. The curve y = x² + 3x − 2 passes through (1, 2). Find the gradient of the tangent at x = 1.
Q2. Find the gradient of the normal to y = 2x² − x at x = 2.
Q3. The tangent to y = x³ at (2, 8) has equation y = 12x + c. Find c.
Q4. Find the x-coordinate of the point on y = x² − 4x + 3 where the tangent is parallel to the x-axis.
Q5. The curve y = √x has a tangent at (4, 2). Find the y-intercept of this tangent.
Q6. Find the gradient of the tangent to y = (2x+1)³ at x = 0.
Q7. The normal to y = x² + 1 at (2, 5) has gradient m. Find m.
Q8. The tangent to y = 1/x at (2, 0.5) has equation y = −x/4 + c. Find c.
Q9. For y = x² − 6x, find the x-value where the tangent has gradient 2.
Q10. The tangent to y = eˣ at x = 0 has equation y = x + c. Find c.
Enter the boundary x-value(s) where the function changes behaviour. If two boundaries, enter the smaller one.
Q1. f(x) = x² − 4x + 1. Find the x-value where f changes from decreasing to increasing.
Q2. f(x) = −x² + 6x. Find the x-value where f changes from increasing to decreasing.
Q3. f(x) = x³ − 3x². Find the smaller x-value where f' = 0.
Q4. f(x) = x³ − 3x² (continued). Find the larger x-value where f' = 0.
Q5. f(x) = 2x³ − 3x² − 12x + 1. Find the smaller boundary of the decreasing interval.
Q6. f(x) = 2x³ − 3x² − 12x + 1. Find the larger boundary of the decreasing interval.
Q7. f(x) = x⁴ − 8x². Find the positive x where f' = 0 (not x = 0).
Q8. f(x) = x + 1/x for x > 0. Find the x-value where f' = 0.
Q9. f(x) = 3x − x³. Find the positive x-value where f' = 0.
Q10. f(x) = x² e^(−x). Find the positive x-value where f' = 0 (other than x = 0).
Enter the y-value at the stationary point, or the x-value as specified.
Q1. y = x² − 4x + 7. Find the y-value at the stationary point.
Q2. y = −x² + 8x − 3. Find the maximum y-value.
Q3. y = x³ − 12x. Find the y-value at the local maximum (x = −2).
Q4. y = x³ − 12x. Find the y-value at the local minimum (x = 2).
Q5. y = 2x³ − 3x² − 12x. Find the x-value of the local minimum.
Q6. y = x⁴ − 4x³. Find the y-value at the minimum where x = 3.
Q7. y = x + 4/x. Find the y-value at the local minimum for x > 0.
Q8. y = x²e^x. The stationary point at x = 0 is a min/max/inflection. Enter −1 for min, 1 for max, 0 for inflection.
Q9. y = x³. How many stationary points does it have? Enter the number.
Q10. y = x⁴ − 2x². Find the y-value at x = 0 stationary point.
Enter the maximum or minimum value as requested.
Q1. A square has perimeter P = 4x. The area is A = x². If P = 20, find the value of A.
Q2. A rectangle has perimeter 40 cm. Find the maximum area (cm²).
Q3. A box with square base (side x) and no lid has surface area 300 cm². Express height h in terms of x, then find the x that maximises volume. Enter x to 2 d.p.
Q4. The sum of two positive numbers is 10. Find the minimum value of the sum of their squares.
Q5. A 10 cm × 10 cm sheet has equal squares of side x cut from corners to form an open box. Find x (to 2 d.p.) that maximises volume.
Q6. A farmer has 60 m of fence for 3 sides of a rectangle (wall forms the 4th). Find the maximum area (m²).
Q7. Revenue R(x) = 50x − x². Find the maximum revenue.
Q8. A cylinder has volume 100π cm³. Find the radius r (cm) that minimises the total surface area. Give to 2 d.p.
Q9. y = x³ − 6x² + 9x on [0, 4]. Find the maximum y-value on this closed interval.
Q10. A right-angle triangle has legs summing to 10. Find the maximum hypotenuse squared.
Enter the rate of change as requested. Tolerance ±0.01.
Q1. Area of circle A = πr². If dr/dt = 2 cm/s, find dA/dt when r = 3 cm. (Leave in terms of π as a decimal to 2 d.p.)
Q2. Volume of sphere V = (4/3)πr³. If dr/dt = 1 cm/s, find dV/dt when r = 2 cm. (Give as a multiple of π, enter number only.)
Q3. A = πr². If dA/dt = 10π cm²/s, find dr/dt when r = 5 cm.
Q4. A square has side x cm, area A = x². If dx/dt = 3 cm/s, find dA/dt when x = 4 cm.
Q5. Volume V = x³. If dV/dt = 12 cm³/s, find dx/dt when x = 2 cm.
Q6. y = x² + 1. If dx/dt = 4, find dy/dt when x = 3.
Q7. A cone has V = (1/3)πr²h with fixed r/h = 1/2 (so r = h/2). If dV/dt = 5 cm³/s, find dh/dt when h = 4 cm. Give to 3 d.p.
Q8. Perimeter of square P = 4x. If dP/dt = 8 cm/s, find dA/dt when x = 3 cm.
Q9. y = sin x. If dx/dt = 2 rad/s, find dy/dt when x = π/6.
Q10. The radius of a circle decreases at 0.3 cm/s. Find the rate at which circumference C = 2πr decreases. Give in terms of π (enter the coefficient).
Mixed questions across all five topics. Get 100% for confetti!
P1. Gradient of tangent to y = 3x² − 2 at x = 1.
P2. y = x³ − x at x = −1. Find the tangent gradient.
P3. Normal gradient to y = 4x − x² at x = 1.
P4. y = x² − 5x. x-value where f' = 0.
P5. f(x) = x³ − 6x. Number of stationary points.
P6. y = x³ − 6x. y at local maximum.
P7. y = x³ − 6x. y at local minimum.
P8. f(x) = x² − 4x + 7. Minimum y-value.
P9. y = −2x² + 8x. Maximum y-value.
P10. The tangent to y = x² at (3, 9) has gradient m. Find m.
P11. y = 1/x. Tangent at (1,1) has equation y = −x + c. Find c.
P12. dA/dt when A = πr², dr/dt = 3, r = 2. (Express as multiple of π, enter coefficient.)
P13. Rectangle perimeter 80 m. Maximum area (m²).
P14. y = x³ − 3x + 2. y-value at local maximum.
P15. y = x³ − 3x + 2. y-value at local minimum.
P16. f(x) = 2x³ + 3x² − 12x. x-value of the local maximum (the negative one).
P17. f''(x) at a stationary point is −5. Is this a max or min? Enter 1 for max, −1 for min.
P18. V = x(10−2x)², 0 < x < 5. Find dV/dx at x = 2.
P19. y = (x−1)². Find the x-value of the stationary point.
P20. A = πr², r increases at 0.5 m/s. Rate of increase of A when r = 4 m. (Multiple of π, enter coefficient.)
P21. Normal to y = x³ at (2, 8): normal gradient.
P22. f(x) = x⁴ − 8x². How many stationary points are there?
P23. y = x + 9/x for x > 0. Minimum y-value.
P24. The product of two positive numbers is 16. Minimum sum of the two numbers.
P25. V = (4/3)πr³. dV/dt when r = 3 and dr/dt = 2. (Express as multiple of π.)
P26. y = sin x. Gradient at x = π/3. Give to 2 d.p.
P27. y = eˣ. Normal gradient at x = 0.
P28. f(x) = x² − 4. For what x is f' = 0?
P29. y = x³ − 6x² + 12x − 8. How many stationary points does it have?
P30. A cube has side x cm. If dx/dt = 2 cm/s, find dV/dt when x = 3 cm.
These require multi-step reasoning. Tolerance ±0.01 unless otherwise stated.
C1. Find the x-coordinates where the tangent to y = x³ − 3x² + 2 is parallel to the line y = 9x − 1.
C2. The tangents to y = x² at two points have gradients that sum to 6. If the points are (a, a²) and (b, b²), find a + b.
C3. y = x³ − 3x + k. For what value of k does the curve have a stationary point at y = 0? (Give the positive answer.)
C4. A cylinder (no top) has volume 250π. Find the minimum total surface area divided by π. (Enter integer.)
C5. A cone and sphere share the same volume πr³ (sphere radius = r). If V_cone = (1/3)πR²H where H = 4r, find R/r.
C6. y = x⁴ − 4x³ + 6x². Find the x-value of the inflection point where f'' = 0 and f'' changes sign.
C7. Rate of change of the volume of a sphere (dV/dt) is always numerically equal to the surface area. Find dr/dt. (Just enter the number.)
C8. A rectangle is inscribed in a circle of radius 5. Find the maximum area of the rectangle.
C9. f(x) = x³ + ax² + bx has a local max at x = −1 and local min at x = 3. Find a.
C10. The normal to y = x² − 3x + 5 at the point P is parallel to the line x + y = 7. Find the x-coordinate of P.
C11. y = (x−2)²(x+1). Find the x-coordinate of the point of inflection.
C12. Two sides of a triangle are 6 and 8, with included angle θ. Maximise the area A = (1/2)(6)(8)sin θ. What is the maximum area?
C13. Water fills a hemisphere (radius 10 cm) at 20 cm³/s. Find dh/dt when h = 5 cm, where V = π(10h² − h³/3). Give to 3 d.p.
C14. The curve y = ax³ + bx² has a stationary point at (2, −4). Find a.
C15. Prove that y = x³ + 3x is an increasing function for all x. What is the minimum value of dy/dx?
Cambridge-style multi-part questions. Show your working. Reveal mark schemes after attempting each.
A curve has equation y = 2x³ − 9x² + 12x − 4.
(a) Find dy/dx. 2
(b) Find the coordinates of the two stationary points. 3
(c) Determine the nature of each stationary point. 3
The curve C has equation y = x² − 4x + 5.
(a) Find the equation of the tangent to C at the point (3, 2). 3
(b) Find the equation of the normal to C at the point (3, 2). 2
(c) The normal meets the x-axis at point Q. Find the coordinates of Q. 2
A rectangular garden is to be enclosed with 100 m of fencing. One side of the garden is against a straight wall and requires no fencing. Let the width perpendicular to the wall be x m.
(a) Show that the area A = 100x − 2x². 2
(b) Find the value of x that gives the maximum area. 3
(c) Find the maximum area. 1
(d) Justify that this is indeed a maximum. 3
A circle has area A cm² and radius r cm. The radius is increasing at 0.2 cm/s.
(a) Find dA/dr. 1
(b) Find the rate of increase of the area when r = 5 cm. 2
(c) The circumference is C = 2πr. Find the rate of increase of the circumference when r = 5 cm. 2
(d) Show that the rate of increase of A = C × (dr/dt). 3
A function f is defined by f(x) = x³ − 6x² + 9x + 2.
(a) Find f'(x) and f''(x). 2
(b) Find the intervals where f is increasing. 3
(c) Find and classify all stationary points. 4
(d) State the range of f on the closed interval [0, 4]. 1
A closed cylinder has volume V = 300π cm³.
(a) Express the total surface area S in terms of the radius r only. 3
(b) Show that dS/dr = 0 gives r = ∛150. 3
The gradient of a curve at any point (x, y) is given by dy/dx = 3x² − 4x + 1. The curve passes through (2, 3).
(a) Find the equation of the curve. 3
(b) Find the equation of the tangent to the curve at (2, 3). 2
(c) Determine the x-values of the stationary points and their nature. 2
Water pours into a conical funnel (vertex at bottom). The cone has height 20 cm and radius at top 10 cm. Water enters at a rate of 5 cm³/s.
(a) Using similar triangles, express r in terms of h. 1
(b) Show that V = πh³/12. 2
(c) Find dh/dt when h = 8 cm. Give your answer to 3 significant figures. 5
Five Cambridge 9709 style past paper questions with full solutions on reveal.
The curve C has equation y = x³ − 2x² + x + 1.
(i) Find the equation of the tangent to C at the point (2, 3).
(ii) Find the equation of the normal to C at the point (2, 3), giving your answer in the form ax + by + c = 0 where a, b, c are integers.
A curve has equation y = 2x³ + 3x² − 12x + 1.
(i) Find the coordinates of each stationary point.
(ii) Determine the nature of each stationary point.
(iii) State the set of values of x for which y is decreasing.
A solid cylinder has radius r cm and height h cm. Its volume is 54π cm³.
(i) Express h in terms of r.
(ii) Show that the total surface area S = 2πr² + 108π/r.
(iii) Find the value of r that minimises S, and find the minimum value of S.
A spherical balloon is being inflated. When the radius is 6 cm, the volume is increasing at 12 cm³/s.
(i) Find the rate of increase of the radius at this instant.
(ii) Find the rate of increase of the surface area at this instant. (S = 4πr²)
The function f is defined for x ∈ ℝ by f(x) = x³ − 6x² + 9x + 1.
(i) Find f'(x) and the x-coordinates of the stationary points of y = f(x).
(ii) Determine the nature of each stationary point, showing your reasoning.
(iii) Find the range of f on the interval [0, 5].
(iv) On which subinterval is f increasing? State in set notation.