← Back to Grade 12

Further Differentiation Pure 2/3

Cambridge 9709 · Chain, Product, Quotient, Implicit, Parametric & Related Rates

Welcome to Further Differentiation

This lesson covers all the advanced differentiation techniques required for Cambridge 9709 Pure 2 and Pure 3. Master these skills and you'll be able to differentiate almost any function you encounter.

What you'll learn:
✦ Learn 1 — Derivatives of eˣ, ln x, sin x, cos x, tan x and the chain rule
✦ Learn 2 — Implicit differentiation (equations in x and y)
✦ Learn 3 — Parametric differentiation (dy/dx and d²y/dx²)
✦ Learn 4 — Product rule and quotient rule with trig/log/exp
✦ Learn 5 — Related rates of change (dr/dt, dA/dt, dV/dt)
How to use this lesson: Work through Learn 1–5 in order, then tackle the Examples tab. Use the Visualiser to see tangent lines live. Complete Ex 1–5 for topic practice, then test yourself on Practice, Challenge, Exam Style, and Past Paper Qs.
Prerequisites: You should already know basic differentiation (polynomials, power rule), and be comfortable with algebra including logarithm laws and trigonometric identities.

Quick Reference

d/dx(eˣ) = eˣ  |  d/dx(ln x) = 1/x  |  d/dx(sin x) = cos x  |  d/dx(cos x) = −sin x  |  d/dx(tan x) = sec²x
Chain Rule: dy/dx = (dy/du)·(du/dx)  |  Product: (uv)′ = u′v + uv′  |  Quotient: (u/v)′ = (u′v − uv′)/v²
Parametric: dy/dx = (dy/dt)/(dx/dt)  |  Implicit: differentiate both sides w.r.t. x, using d/dx(f(y)) = f′(y)·dy/dx

Learn 1: Standard Derivatives & Chain Rule

The Five Key Derivatives

These results must be memorised. They form the foundation of all further differentiation:

Function f(x)Derivative f′(x)Note
Unique: its own derivative
eᵃˣa·eᵃˣChain rule built in
ln x1/xx > 0 required
ln(ax)1/xSame as ln x (log laws)
sin xcos xx in radians
cos x−sin xNote the minus sign
tan xsec²x= 1/cos²x

The Chain Rule

If y = f(g(x)), then dy/dx = f′(g(x)) · g′(x)
Equivalently: if y = f(u) and u = g(x), then dy/dx = (dy/du) · (du/dx)
Think of it as: "Derivative of the outside (leaving inside alone) × derivative of the inside"

Chain Rule with Standard Functions

When the argument is a function of x (not just x itself), always apply the chain rule:

d/dx[e^(f(x))] = f′(x)·e^(f(x))
d/dx[ln(f(x))] = f′(x)/f(x)
d/dx[sin(f(x))] = f′(x)·cos(f(x))
d/dx[cos(f(x))] = −f′(x)·sin(f(x))
d/dx[tan(f(x))] = f′(x)·sec²(f(x))

Worked Examples

Example 1: Differentiate y = e^(3x²)
Let u = 3x², so y = eᵘ
du/dx = 6x, dy/du = eᵘ
dy/dx = 6x · e^(3x²)
Example 2: Differentiate y = ln(sin x)
d/dx = cos x / sin x = cot x
Example 3: Differentiate y = sin(x² + 1)
d/dx = 2x · cos(x² + 1)
Example 4: Differentiate y = (2x + 3)⁵
dy/dx = 5(2x + 3)⁴ · 2 = 10(2x + 3)⁴
Common error: Forgetting to multiply by the derivative of the inner function. For example, d/dx[sin(3x)] = 3cos(3x), NOT just cos(3x).

Learn 2: Implicit Differentiation

What is Implicit Differentiation?

An implicit equation defines a relationship between x and y without explicitly writing y as a function of x. For example: x² + y² = 25 or x³ + y³ = 6xy.

We differentiate both sides with respect to x, using the chain rule for any term involving y.

The Key Rule

d/dx[f(y)] = f′(y) · dy/dx

This comes directly from the chain rule: y is a function of x, so when differentiating a function of y with respect to x, we must multiply by dy/dx.

Important Cases

Expressiond/dx
2y · dy/dx
3y² · dy/dx
sin ycos y · dy/dx
eʸ · dy/dx
ln y(1/y) · dy/dx
xyy + x · dy/dx (product rule)
x²y2xy + x² · dy/dx (product rule)

Method: Finding dy/dx Implicitly

Step 1: Differentiate every term on both sides with respect to x
Step 2: Remember: d/dx(y) = dy/dx; d/dx(y²) = 2y·dy/dx; etc.
Step 3: Collect all dy/dx terms on one side
Step 4: Factorise out dy/dx
Step 5: Divide to get dy/dx = ...

Worked Example

Find dy/dx for x² + y² = 25
Differentiate both sides w.r.t. x:
2x + 2y·(dy/dx) = 0
2y·(dy/dx) = −2x
dy/dx = −x/y
Find dy/dx for x³ + y³ − 3xy = 0
Differentiate: 3x² + 3y²·(dy/dx) − [3y + 3x·(dy/dx)] = 0
3x² + 3y²·(dy/dx) − 3y − 3x·(dy/dx) = 0
dy/dx(3y² − 3x) = 3y − 3x²
dy/dx = (y − x²)/(y² − x)

Second Derivatives Implicitly

To find d²y/dx², differentiate dy/dx again with respect to x (implicitly), then substitute back.
Example: For x² + y² = r², we found dy/dx = −x/y
Differentiate again (quotient rule):
d²y/dx² = −(y − x·dy/dx)/y² = −(y − x·(−x/y))/y² = −(y² + x²)/y³ = −r²/y³
Exam tip: After finding dy/dx implicitly, you can find the gradient at a specific point by substituting the (x, y) coordinates directly.

Learn 3: Parametric Differentiation

Parametric Equations

A curve is defined parametrically when both x and y are given as functions of a parameter t:
    x = f(t)     y = g(t)

The parameter t controls the position on the curve. As t varies, the point (x, y) traces out the curve.

First Derivative: dy/dx

dy/dx = (dy/dt) ÷ (dx/dt)
Why? By the chain rule: dy/dx = dy/dt · dt/dx = (dy/dt) / (dx/dt), provided dx/dt ≠ 0.

Second Derivative: d²y/dx²

d²y/dx² = d/dx(dy/dx) = [d/dt(dy/dx)] ÷ (dx/dt)
Method:
1. Find dy/dx = (dy/dt)/(dx/dt) — call this p
2. Differentiate p with respect to t to get dp/dt
3. Then d²y/dx² = (dp/dt) ÷ (dx/dt)

Worked Examples

Example 1: x = t², y = t³ − 3t
dx/dt = 2t,   dy/dt = 3t² − 3
dy/dx = (3t² − 3)/(2t) = 3(t² − 1)/(2t)

For d²y/dx²: let p = 3(t² − 1)/(2t) = (3t² − 3)/(2t)
dp/dt = [6t·(2t) − (3t² − 3)·2]/(4t²) = [12t² − 6t² + 6]/(4t²) = (6t² + 6)/(4t²) = 3(t² + 1)/(2t²)
d²y/dx² = dp/dt ÷ dx/dt = [3(t² + 1)/(2t²)] ÷ (2t) = 3(t² + 1)/(4t³)
Example 2: x = 2cos t, y = 3sin t (ellipse)
dx/dt = −2sin t,   dy/dt = 3cos t
dy/dx = 3cos t / (−2sin t) = −(3/2)cot t
At t = π/4: dy/dx = −(3/2)·1 = −3/2
Example 3: x = t + 1/t, y = t − 1/t
dx/dt = 1 − 1/t²,   dy/dt = 1 + 1/t²
dy/dx = (1 + 1/t²)/(1 − 1/t²) = (t² + 1)/(t² − 1)

Finding Tangents and Normals

At a given value of t:
1. Find dy/dx at that t-value
2. Find the (x, y) coordinates by substituting t into x = f(t) and y = g(t)
3. Use y − y₁ = m(x − x₁) for the tangent, or y − y₁ = −(1/m)(x − x₁) for the normal
Warning: If dx/dt = 0 at a point, then dy/dx is undefined — this corresponds to a vertical tangent on the curve.

Learn 4: Product Rule & Quotient Rule

Product Rule

If y = u·v, then dy/dx = u′v + uv′
When to use: When the function is a product of two different functions that can't be simplified first.
Memory aid: "First times derivative of second, plus second times derivative of first"

Product Rule — Examples

Example 1: y = xeˣ
u = x → u′ = 1    v = eˣ → v′ = eˣ
dy/dx = 1·eˣ + x·eˣ = eˣ(1 + x)
Example 2: y = x²·sin x
u = x² → u′ = 2x    v = sin x → v′ = cos x
dy/dx = 2x·sin x + x²·cos x = x(2sin x + x·cos x)
Example 3: y = eˣ·ln x
u = eˣ → u′ = eˣ    v = ln x → v′ = 1/x
dy/dx = eˣ·ln x + eˣ·(1/x) = eˣ(ln x + 1/x)

Quotient Rule

If y = u/v, then dy/dx = (u′v − uv′) / v²
Important: The order in the numerator is u′v MINUS uv′ (NOT u′v + uv′). The minus sign is crucial!

Quotient Rule — Examples

Example 4: y = sin x / x
u = sin x → u′ = cos x    v = x → v′ = 1
dy/dx = (cos x · x − sin x · 1) / x² = (x·cos x − sin x) / x²
Example 5: y = eˣ / (x + 1)
u = eˣ → u′ = eˣ    v = x + 1 → v′ = 1
dy/dx = [eˣ(x + 1) − eˣ·1] / (x + 1)² = eˣ(x + 1 − 1) / (x + 1)² = x·eˣ / (x + 1)²
Example 6: y = ln x / x² (verify using quotient rule)
u = ln x → u′ = 1/x    v = x² → v′ = 2x
dy/dx = [(1/x)·x² − ln x·2x] / x⁴ = [x − 2x·ln x] / x⁴ = (1 − 2ln x) / x³

Choosing Between Product and Quotient

Often you can use either! For example, y = sin x / eˣ can be written as y = sin x · e^(−x) and use the product rule instead. Whichever you find easier is fine — but be consistent.

Combined Rules (Chain + Product)

Example 7: y = x²·e^(3x)
u = x² → u′ = 2x    v = e^(3x) → v′ = 3e^(3x) [chain rule]
dy/dx = 2x·e^(3x) + x²·3e^(3x) = xe^(3x)(2 + 3x)

Learn 5: Related Rates of Change

What are Related Rates?

When two quantities are related by an equation, their rates of change are also related. If we know how fast one quantity changes, we can find how fast another changes using the chain rule.
If y = f(x) and x changes with time t, then: dy/dt = (dy/dx) · (dx/dt)

Common Geometry Formulas

ShapeFormulaUseful derivative
Circle: AreaA = πr²dA/dr = 2πr
Circle: CircumferenceC = 2πrdC/dr = 2π
Sphere: VolumeV = (4/3)πr³dV/dr = 4πr²
Sphere: Surface AreaS = 4πr²dS/dr = 8πr
Cylinder: VolumeV = πr²hdV/dr = 2πrh (h fixed)
Cone: VolumeV = (1/3)πr²hVaries by context

Method for Related Rates Problems

Step 1: Identify the two quantities that are changing (e.g., radius r and volume V)
Step 2: Write down the equation connecting them (e.g., V = (4/3)πr³)
Step 3: Differentiate with respect to time t, using the chain rule
Step 4: Substitute the given values (rate and/or specific value of the variable)
Step 5: Solve for the required rate

Worked Examples

Example 1 — Expanding circle:
A circular oil slick has area A = πr². The radius increases at 0.5 m/s. Find dA/dt when r = 4 m.

A = πr²  →  dA/dr = 2πr
dA/dt = dA/dr · dr/dt = 2πr · 0.5 = πr
When r = 4: dA/dt = 4π ≈ 12.57 m²/s
Example 2 — Inflating sphere:
Air is pumped into a sphere at 10 cm³/s (dV/dt = 10). Find dr/dt when r = 5 cm.

V = (4/3)πr³  →  dV/dr = 4πr²
dV/dt = dV/dr · dr/dt  →  10 = 4πr² · dr/dt
dr/dt = 10/(4πr²) = 10/(4π·25) = 10/(100π) = 1/(10π) ≈ 0.0318 cm/s
Example 3 — Connected variables:
Variables x and y are related by y = x³ − 2x. Given that x increases at 3 units/s when x = 2, find dy/dt.

dy/dx = 3x² − 2
When x = 2: dy/dx = 12 − 2 = 10
dy/dt = dy/dx · dx/dt = 10 × 3 = 30 units/s
Sign convention: A positive rate means increasing, a negative rate means decreasing. Always check whether the quantity increases or decreases and assign the sign accordingly before starting.
Exam tip: Always state the units of your answer for rates of change. If r is in cm and t is in s, then dr/dt is in cm/s.

Fully Worked Examples

Example 1 — Chain Rule with Exponential

Differentiate y = e^(x² − 3x)

Let u = x² − 3x, so y = eᵘ M1
du/dx = 2x − 3 A1
dy/dx = (2x − 3)e^(x² − 3x) A1

Example 2 — Chain Rule with Logarithm

Differentiate y = ln(3x² + 1)

Using d/dx[ln(f(x))] = f′(x)/f(x) M1
f(x) = 3x² + 1, f′(x) = 6x A1
dy/dx = 6x / (3x² + 1) A1

Example 3 — Product Rule (trig × exponential)

Differentiate y = e^(2x)·cos x

u = e^(2x), u′ = 2e^(2x) [chain rule]    v = cos x, v′ = −sin x M1
dy/dx = u′v + uv′ = 2e^(2x)·cos x + e^(2x)·(−sin x) M1
dy/dx = e^(2x)(2cos x − sin x) A1

Example 4 — Quotient Rule

Differentiate y = (x² + 1) / sin x

u = x² + 1, u′ = 2x    v = sin x, v′ = cos x M1
dy/dx = (u′v − uv′) / v² = (2x·sin x − (x² + 1)·cos x) / sin²x M1, A1

Example 5 — Implicit Differentiation

Find dy/dx for: x²y + y³ = 5

Differentiate each term w.r.t. x: M1
d/dx(x²y) = 2xy + x²(dy/dx) [product rule]
d/dx(y³) = 3y²(dy/dx)
2xy + x²(dy/dx) + 3y²(dy/dx) = 0 A1
dy/dx(x² + 3y²) = −2xy M1
dy/dx = −2xy / (x² + 3y²) A1

Example 6 — Parametric Differentiation

x = 2t + 1, y = t² − t. Find dy/dx and d²y/dx².

dx/dt = 2, dy/dt = 2t − 1 B1
dy/dx = (2t − 1)/2 A1
d/dt(dy/dx) = d/dt[(2t − 1)/2] = 1 M1
d²y/dx² = 1 / (dx/dt) = 1/2 A1

Example 7 — Related Rates

The volume of a cube of side x cm increases at 12 cm³/s. Find the rate of increase of the surface area when x = 3.

V = x³, dV/dt = 12, dV/dx = 3x² B1
dx/dt = dV/dt ÷ dV/dx = 12 / (3x²) = 4/x² M1
S = 6x², dS/dx = 12x B1
dS/dt = 12x · dx/dt = 12x · (4/x²) = 48/x M1
When x = 3: dS/dt = 48/3 = 16 cm²/s A1

Example 8 — Tangent to Implicit Curve

Find the equation of the tangent to x² + 2y² = 9 at the point (1, 2).

Differentiate: 2x + 4y(dy/dx) = 0 M1
dy/dx = −2x/(4y) = −x/(2y) A1
At (1, 2): dy/dx = −1/(2·2) = −1/4 A1
Tangent: y − 2 = −(1/4)(x − 1) → y = −x/4 + 9/4 A1

Common Mistakes

Mistake 1 — Forgetting the chain rule multiplier

✗ WRONG: d/dx[sin(3x)] = cos(3x)
✓ RIGHT: d/dx[sin(3x)] = 3cos(3x) — multiply by derivative of inner function (3)

Mistake 2 — Wrong sign in quotient rule

✗ WRONG: (u/v)′ = (u′v + uv′)/v²
✓ RIGHT: (u/v)′ = (u′v − uv′)/v² — the numerator is a MINUS, not a plus

Mistake 3 — Forgetting dy/dx factor in implicit differentiation

✗ WRONG: d/dx(y²) = 2y
✓ RIGHT: d/dx(y²) = 2y·(dy/dx) — because y is a function of x, chain rule applies

Mistake 4 — Dividing parametric derivatives the wrong way

✗ WRONG: dy/dx = (dx/dt)/(dy/dt)
✓ RIGHT: dy/dx = (dy/dt)/(dx/dt) — it's dy÷dt divided by dx÷dt

Mistake 5 — Wrong formula for d/dx(ln x)

✗ WRONG: d/dx(ln x) = eˣ or d/dx(ln x) = x
✓ RIGHT: d/dx(ln x) = 1/x

Mistake 6 — Confusing d²y/dx² in parametric form

✗ WRONG: d²y/dx² = (d²y/dt²)/(d²x/dt²)
✓ RIGHT: d²y/dx² = [d/dt(dy/dx)] / (dx/dt) — differentiate dy/dx w.r.t. t, then divide by dx/dt

Mistake 7 — Not collecting dy/dx terms in implicit differentiation

✗ WRONG: Leaving dy/dx on both sides and stopping
✓ RIGHT: Move ALL dy/dx terms to one side, factorise dy/dx, then divide to isolate it

Key Formulas Reference Table

Rule / FunctionFormula
d/dx(eˣ) = eˣ
eᵃˣd/dx(eᵃˣ) = a·eᵃˣ
e^(f(x))d/dx[e^(f(x))] = f′(x)·e^(f(x))
ln xd/dx(ln x) = 1/x
ln(f(x))d/dx[ln(f(x))] = f′(x)/f(x)
sin xd/dx(sin x) = cos x
cos xd/dx(cos x) = −sin x
tan xd/dx(tan x) = sec²x
sin(f(x))d/dx[sin(f(x))] = f′(x)·cos(f(x))
cos(f(x))d/dx[cos(f(x))] = −f′(x)·sin(f(x))
Chain Ruledy/dx = (dy/du)·(du/dx)
Product Ruled/dx(uv) = u′v + uv′
Quotient Ruled/dx(u/v) = (u′v − uv′)/v²
Implicit: d/dx(y)dy/dx
Implicit: d/dx(yⁿ)n·yⁿ⁻¹·(dy/dx)
Parametric dy/dx(dy/dt) / (dx/dt)
Parametric d²y/dx²[d/dt(dy/dx)] / (dx/dt)
Related Ratesdy/dt = (dy/dx)·(dx/dt)

Proof Bank

Proof 1: d/dx(eˣ) = eˣ

Using the definition of the derivative:
d/dx(eˣ) = lim[h→0] (e^(x+h) − eˣ) / h
= lim[h→0] eˣ(eʰ − 1) / h
= eˣ · lim[h→0] (eʰ − 1) / h

Now we need: lim[h→0] (eʰ − 1)/h
Using the series expansion: eʰ = 1 + h + h²/2! + ... so eʰ − 1 = h + h²/2! + ...
Therefore (eʰ − 1)/h = 1 + h/2! + ... → 1 as h → 0

Therefore: d/dx(eˣ) = eˣ · 1 = eˣ ✓

Proof 2: d/dx(ln x) = 1/x via Inverse Function

Using the inverse function rule:
Let y = ln x, which means x = eʸ

Differentiate both sides with respect to y:
dx/dy = eʸ = x

Taking the reciprocal (inverse function rule):
dy/dx = 1/(dx/dy) = 1/x

Therefore: d/dx(ln x) = 1/x ✓

Proof 3: Derivation of Implicit Differentiation

Why does d/dx[f(y)] = f′(y)·dy/dx?

Suppose y is a differentiable function of x. Then f(y) is a composite function:
f(y(x)) — f applied to y, and y is a function of x.

By the chain rule:
d/dx[f(y(x))] = f′(y(x)) · y′(x) = f′(y) · dy/dx

Example application:
Equation: x² + y² = r²
Differentiate both sides w.r.t. x:
d/dx(x²) + d/dx(y²) = d/dx(r²)
2x + 2y·(dy/dx) = 0
dy/dx = −x/y ✓

This technique works for any differentiable equation in x and y, because differentiating both sides of a valid equation preserves the equality.

Interactive Derivative Visualiser

Select a curve below. The tangent line is drawn at a point you can control using the slider. The gradient (dy/dx) is shown live.

1.00

Exercise 1 — Standard Derivatives & Chain Rule

Score: 0 / 10

Exercise 2 — Implicit Differentiation

Score: 0 / 10

Exercise 3 — Parametric Differentiation

Score: 0 / 10

Exercise 4 — Product & Quotient Rule

Score: 0 / 10

Exercise 5 — Related Rates of Change

Score: 0 / 10

Practice — 30 Mixed Questions

Score: 0 / 30

Challenge — 15 Harder Questions

Score: 0 / 15

Exam-Style Questions

Question 1 [4 marks]

A curve has equation y = x·e^(2x). Find dy/dx and hence show that the curve has a stationary point at x = −1/2. Find the y-coordinate of this stationary point.

M1: Product rule — u = x, v = e^(2x)
A1: dy/dx = e^(2x) + 2x·e^(2x) = e^(2x)(1 + 2x)
M1: Set dy/dx = 0 → e^(2x)(1 + 2x) = 0 → 1 + 2x = 0 → x = −1/2
A1: y = (−1/2)·e^(−1) = −1/(2e) ≈ −0.184

Question 2 [5 marks]

The curve C has equation x³ + y³ − 3x²y = 3. Find dy/dx in terms of x and y. Hence find the coordinates of the point(s) where the tangent is horizontal.

M1: Differentiate implicitly: 3x² + 3y²·(dy/dx) − [6xy + 3x²·(dy/dx)] = 0
A1: dy/dx(3y² − 3x²) = 6xy − 3x²
A1: dy/dx = (6xy − 3x²)/(3y² − 3x²) = x(2y − x)/(y² − x²)
M1: For horizontal tangent, dy/dx = 0 → x(2y − x) = 0 → x = 0 or y = x/2
A1: x = 0: 0 + y³ − 0 = 3 → y = ∛3. Point: (0, ∛3). Substitute y = x/2 to find further points.

Question 3 [6 marks]

A curve is defined parametrically by x = t² + 1, y = t³ − 3t. Find dy/dx and d²y/dx² in terms of t. Determine the nature of the stationary points of the curve.

B1: dx/dt = 2t, dy/dt = 3t² − 3
A1: dy/dx = (3t² − 3)/(2t) = 3(t − 1)(t + 1)/(2t)
Stationary points: dy/dx = 0 → t = ±1
M1: d/dt(dy/dx) = [6t·(2t) − (3t²−3)·2]/(4t²) = (6t²+6)/(4t²)
A1: d²y/dx² = [(6t²+6)/(4t²)] / (2t) = 3(t²+1)/(4t³)
A1: t = 1: d²y/dx² = 3(2)/4 = 3/2 > 0 → minimum; t = −1: d²y/dx² = 3(2)/(−4) = −3/2 < 0 → maximum
A1: Min at (2, −2), Max at (2, 2)

Question 4 [4 marks]

Differentiate y = ln(x² + 4) / (x + 1) with respect to x, simplifying your answer.

M1: Quotient rule: u = ln(x² + 4), u′ = 2x/(x² + 4); v = x + 1, v′ = 1
M1: dy/dx = [2x(x+1)/(x²+4) − ln(x²+4)] / (x+1)²
A1: = [2x(x+1) − (x²+4)ln(x²+4)] / [(x²+4)(x+1)²]
A1: Correct simplified form

Question 5 [5 marks]

Water leaks from a conical tank (vertex down) at 2 cm³/s. The cone has height 30 cm and base radius 10 cm. Find the rate at which the water level falls when the depth is 12 cm.

M1: At depth h, radius r = h/3 (similar triangles: r/h = 10/30)
B1: V = (1/3)πr²h = (1/3)π(h/3)²h = πh³/27
M1: dV/dh = πh²/9
M1: dV/dt = −2 (leaking) → dh/dt = dV/dt ÷ dV/dh = −2 ÷ (πh²/9) = −18/(πh²)
A1: When h = 12: dh/dt = −18/(144π) = −1/(8π) ≈ −0.0398 cm/s

Question 6 [4 marks]

Find the equation of the normal to the curve x² + xy + y² = 7 at the point (1, 2).

M1: Differentiate: 2x + y + x(dy/dx) + 2y(dy/dx) = 0
A1: dy/dx(x + 2y) = −(2x + y) → dy/dx = −(2x + y)/(x + 2y)
A1: At (1,2): dy/dx = −(2+2)/(1+4) = −4/5 → normal gradient = 5/4
A1: Normal: y − 2 = (5/4)(x − 1) → y = 5x/4 + 3/4

Question 7 [5 marks]

A curve is given parametrically by x = cos²t, y = sin t (0 ≤ t ≤ π/2). Find the equation of the tangent at the point where t = π/6. Express your answer in the form ax + by = c.

B1: dx/dt = −2cos t sin t = −sin(2t); dy/dt = cos t
M1: dy/dx = cos t / (−sin 2t) = cos t / (−2sin t cos t) = −1/(2sin t)
A1: At t = π/6: dy/dx = −1/(2·1/2) = −1; point: (3/4, 1/2)
M1: Tangent: y − 1/2 = −1(x − 3/4) → y = −x + 5/4
A1: 4x + 4y = 5

Question 8 [6 marks]

A spherical balloon is inflated so that its volume increases at a constant rate of 50 cm³/s. (a) Find the rate of increase of radius when r = 5 cm. (b) Find the rate of increase of surface area at the same instant.

B1: V = (4/3)πr³ → dV/dr = 4πr²
M1: dr/dt = dV/dt ÷ dV/dr = 50/(4πr²)
A1: When r = 5: dr/dt = 50/(100π) = 1/(2π) ≈ 0.159 cm/s
B1: S = 4πr² → dS/dr = 8πr
M1: dS/dt = dS/dr · dr/dt = 8πr · 50/(4πr²) = 100/r
A1: When r = 5: dS/dt = 100/5 = 20 cm²/s

Past Paper Questions (Cambridge 9709 Style)

Past Paper 1 — 9709/32/O/N/18 style [5 marks]

The curve with equation e^(x+y) = x + y² passes through the point (0, 0). Find dy/dx at this point and hence find the equation of the tangent to the curve at (0, 0).

M1: Differentiate both sides w.r.t. x:
e^(x+y)·(1 + dy/dx) = 1 + 2y·(dy/dx)
A1: e^(x+y) + e^(x+y)·(dy/dx) = 1 + 2y·(dy/dx)
M1: dy/dx(e^(x+y) − 2y) = 1 − e^(x+y)
A1: At (0,0): e⁰ = 1, so dy/dx(1 − 0) = 1 − 1 = 0 → dy/dx = 0
A1: Tangent: y = 0 (the x-axis)

Past Paper 2 — 9709/33/M/J/19 style [6 marks]

A curve is defined by x = 3t − t³, y = 3t². (a) Find dy/dx in terms of t. (b) Find the coordinates of the stationary point(s) of the curve and determine their nature.

B1: dx/dt = 3 − 3t², dy/dt = 6t
A1: dy/dx = 6t/(3 − 3t²) = 2t/(1 − t²)
M1: Stationary points where dy/dx = 0 → t = 0
A1: t = 0: x = 0, y = 0. Stationary point at (0, 0)
M1: Check sign of dy/dx either side of t = 0: t = −0.1 gives dy/dx negative, t = 0.1 gives positive → minimum
A1: Minimum at (0, 0)

Past Paper 3 — 9709/32/M/J/20 style [5 marks]

The variables x and y satisfy the equation y·sin x = x·cos y. Find dy/dx in terms of x and y.

M1: Differentiate left side: d/dx(y·sin x) = (dy/dx)·sin x + y·cos x [product rule]
M1: Differentiate right side: d/dx(x·cos y) = cos y + x·(−sin y)·(dy/dx) [product rule + chain]
A1: (dy/dx)·sin x + y·cos x = cos y − x·sin y·(dy/dx)
M1: Collect dy/dx: (dy/dx)(sin x + x·sin y) = cos y − y·cos x
A1: dy/dx = (cos y − y·cos x) / (sin x + x·sin y)

Past Paper 4 — 9709/31/O/N/21 style [4 marks]

A colony of bacteria grows such that its mass M grams satisfies M = 5e^(0.3t) where t is time in hours. Find dM/dt when t = 2. Interpret your answer in context.

M1: Differentiate: dM/dt = 5 × 0.3 × e^(0.3t) = 1.5e^(0.3t)
A1: When t = 2: dM/dt = 1.5e^(0.6) = 1.5 × 1.8221... = 2.733 g/hr (3 s.f.)
B1: Correct calculation shown
B1: Interpretation — the mass of bacteria is increasing at approximately 2.73 grams per hour at t = 2 hours.

Past Paper 5 — 9709/32/O/N/22 style [7 marks]

The curve C has equation x²e^y + y = 3. (a) Show that dy/dx = −2xe^y/(x²e^y + 1). (b) Find the equation of the tangent at the point (1, 0).

Part (a):
M1: Differentiate x²e^y using product rule: 2x·e^y + x²·e^y·(dy/dx)
M1: + differentiate y: dy/dx
A1: So: 2xe^y + x²e^y·(dy/dx) + dy/dx = 0
M1: dy/dx(x²e^y + 1) = −2xe^y
A1: dy/dx = −2xe^y/(x²e^y + 1) ✓ (shown)

Part (b):
A1: At (1, 0): dy/dx = −2(1)e⁰/(1·e⁰ + 1) = −2/2 = −1
A1: Tangent: y − 0 = −1(x − 1) → y = −x + 1 → x + y = 1