← Back to subjects
0
Edexcel A-level Mathematics (9MA0) · Differentiation
Mini-Lesson

Differentiation

Topic 7 starts from first principles and builds the whole toolkit: the chain, product and quotient rules, the derivatives of eˣ, ln x and the trigonometric functions, implicit and parametric differentiation, connected rates of change, stationary points, and convex / concave curves and points of inflection.

first principles& the rulesimplicit &parametricstationary points& ratesTopic 7: every derivative in radians — and every rule needs the right set-up

Work through each screen, answer the questions as you go (some are wordy, most are calculations) and collect ⭐ stars. Watch for the Exam trap notes — that is where the marks get thrown away. Press Start when you are ready.

Differentiation · first principles

Differentiation from first principles

The derivative is the limit of the gradient of a chord as the chord shrinks to a point. This is a proof (Topic 1) as much as a calculation.

f′(x) = lim (h→0) [f(x + h) − f(x)] / hthe gradient of the chord from x to x + h
Worked example — prove that if f(x) = x³ then f′(x) = 3x²

[f(x+h) − f(x)]/h = [(x + h)³ − x³]/h

= [x³ + 3x²h + 3xh² + h³ − x³]/h = [3x²h + 3xh² + h³]/h

= 3x² + 3xh + h². As h → 0 this tends to 3x². ∎

Seeing the limit numerically at x = 2

h = 0.1: chord gradient = (2.1³ − 2³)/0.1 = (9.261 − 8)/0.1 = 12.61

h = 0.01: (2.01³ − 8)/0.01 = 12.0601. h = 0.001: 12.006. The limit is f′(2) = 3(2²) = 12. ✓

Exam trap: you must keep the lim (h→0) notation on every line until you take the limit, and you may only cancel the h after factorising. Setting h = 0 too early gives 0/0.

Calculate

Your turn — the chord gradient

1For f(x) = x³, calculate the gradient of the chord joining the points where x = 2 and x = 2.1. (Give your answer exactly.)
Set-up

f(2.1) = 2.1³ = 9.261, f(2) = 8.

Gradient = (9.261 − 8) ÷ 0.1 = 1.261 ÷ 0.1 = 12.61.

Compare with the true derivative f′(2) = 3(2)² = 12 — the chord is close, and gets closer as h shrinks.

Hint: [f(2.1) − f(2)] ÷ 0.1, and 2.1³ = 9.261.
Quick check

The definition

?Which expression correctly defines f′(x) from first principles?
Differentiation · the rules

Chain, product and quotient rules

CHAIN: dy/dx = dy/du × du/dxPRODUCT: (uv)′ = u′v + uv′  ·  QUOTIENT: (u/v)′ = (u′v − uv′)/v²
Chain — y = (3x² − 1)⁴

Let u = 3x² − 1, so y = u⁴. dy/du = 4u³, du/dx = 6x.

dy/dx = 4(3x² − 1)³ × 6x = 24x(3x² − 1)³. At x = 1: 24 × 1 × (2)³ = 24 × 8 = 192.

Product — y = x² e^(3x)

u = x² (u′ = 2x), v = e^(3x) (v′ = 3e^(3x)).

dy/dx = 2x e^(3x) + 3x² e^(3x) = e^(3x)(2x + 3x²). At x = 1: e³(2 + 3) = 5e³ ≈ 100.43.

Quotient — y = (2x + 1)/(x − 3)

u = 2x + 1 (u′ = 2), v = x − 3 (v′ = 1).

dy/dx = [2(x − 3) − (2x + 1)(1)] / (x − 3)² = (2x − 6 − 2x − 1)/(x − 3)² = −7/(x − 3)².

At x = 5: −7/4 = −1.75.

Exam trap: the quotient rule numerator is u′v minus uv′ — the order matters, unlike the product rule. Get it backwards and every sign flips.

Calculate

Your turn — chain rule

2y = (3x² − 1)⁴. Find the value of dy/dx when x = 1.
Set-up

dy/dx = 24x(3x² − 1)³.

At x = 1: 24 × 1 × (3 − 1)³ = 24 × 8 = 192.

Hint: dy/dx = 4(3x² − 1)³ × 6x. At x = 1 the bracket is 2.
Calculate

Your turn — product rule

3y = x² e^(3x). Find dy/dx when x = 1, to 1 decimal place. (e³ = 20.0855)
Set-up

dy/dx = e^(3x)(2x + 3x²). At x = 1: e³(2 + 3) = 5e³.

5 × 20.0855 = 100.4277 → 100.4 (1 d.p.)

Hint: dy/dx = 2x e^(3x) + 3x² e^(3x) = e^(3x)(2x + 3x²).
Calculate

Your turn — quotient rule

4y = (2x + 1)/(x − 3). Find dy/dx when x = 5.
Set-up

Numerator: 2(x − 3) − (2x + 1)(1) = 2x − 6 − 2x − 1 = −7.

dy/dx = −7/(x − 3)². At x = 5: −7/2² = −7/4 = −1.75.

Hint: dy/dx = [2(x − 3) − (2x + 1)] / (x − 3)² = −7/(x − 3)².
Sort it

Which rule do you reach for?

Tap a function, then the rule you would use to differentiate it.

⛓️ Chain rule

✖️ Product rule

➗ Quotient rule

Differentiation · standard results

The standard derivatives

These must be instant. All angles in radians.

d/dx: xⁿ → n x^(n−1) · eˣ → eˣ · ln x → 1/xsin x → cos x · cos x → −sin x · tan x → sec²x
  • d/dx (e^(kx)) = k e^(kx) · d/dx (ln kx) = 1/x (the k vanishes — check it with the log laws!)
  • d/dx (sin kx) = k cos kx · d/dx (cos kx) = −k sin kx
  • d/dx (sec x) = sec x tan x · d/dx (cosec x) = −cosec x cot x · d/dx (cot x) = −cosec²x

Exam trap: d/dx (sin x) = cos x is only true in radians. In degrees the derivative would carry an ugly π/180 factor — which is exactly why A-level calculus abandons degrees.

Quick check

Standard derivative

?What is d/dx of cos(2x)?
Differentiation · implicit

Implicit differentiation

When the curve is not in the form y = f(x), differentiate every term with respect to x, remembering that y is a function of x — so d/dx (y²) = 2y dy/dx (chain rule), and products like 3xy need the product rule.

Worked example — x² + 3xy + y² = 11 at the point (1, 2)

Check the point is on the curve: 1 + 3(1)(2) + 4 = 1 + 6 + 4 = 11 ✓

Differentiate: 2x + 3y + 3x (dy/dx) + 2y (dy/dx) = 0

Collect: (dy/dx)(3x + 2y) = −(2x + 3y)

dy/dx = −(2x + 3y)/(3x + 2y). At (1, 2): −(2 + 6)/(3 + 4) = −8/7 ≈ −1.14.

Exam trap: d/dx(3xy) = 3y + 3x dy/dx — it is a product. Writing just 3x dy/dx loses the mark and wrecks the answer.

Calculate

Your turn — implicit differentiation

5The curve x² + 3xy + y² = 11 passes through P(1, 2). Find dy/dx at P (give a decimal to 2 d.p., or a fraction such as -8/7).
Set-up

(dy/dx)(3x + 2y) = −(2x + 3y)

At (1, 2): dy/dx = −(2 + 6)/(3 + 4) = −8/7 = −1.1428…

Hint: Differentiate term by term: 2x + 3y + 3x(dy/dx) + 2y(dy/dx) = 0.
Differentiation · parametric

Parametric differentiation

If x and y are both given in terms of t, chain them together:

dy/dx = (dy/dt) ÷ (dx/dt)the dt cancels — but you must divide, not multiply
Worked example — x = 2t, y = t² − 3

dx/dt = 2, dy/dt = 2t.

dy/dx = 2t/2 = t. At t = 5 (i.e. the point (10, 22)) the gradient is 5.

Check with the Cartesian form y = x²/4 − 3: dy/dx = x/2 = 10/2 = 5 ✓

Exam trap: the answer to a parametric gradient question is usually left in terms of t. Only substitute a number if you are given the point or the value of t.

Quick check

Parametric gradient

?A curve has x = f(t) and y = g(t). Which expression gives dy/dx?
Differentiation · stationary points

Stationary points, convexity and inflection

At a stationary point dy/dx = 0. The second derivative tells you which kind:

d²y/dx² > 0 → minimum (convex)d²y/dx² < 0 → maximum (concave) · d²y/dx² = 0 → test further (it may be a point of inflection)
Worked example — y = x³ − 6x² + 9x + 2

dy/dx = 3x² − 12x + 9 = 3(x² − 4x + 3) = 3(x − 1)(x − 3) = 0 ⇒ x = 1 or x = 3.

d²y/dx² = 6x − 12. At x = 1: −6 < 0 → maximum. At x = 3: +6 > 0 → minimum.

y-values: at x = 1, y = 1 − 6 + 9 + 2 = 6; at x = 3, y = 27 − 54 + 27 + 2 = 2.

Inflection where 6x − 12 = 0 ⇒ x = 2 (and the concavity really does change there).

Exam trap: d²y/dx² = 0 does not automatically mean a point of inflection — the concavity must actually change sign. For y = x⁴ at x = 0 the second derivative is 0 but the point is a minimum.

Quick check

Maximum or minimum?

?For y = x³ − 6x² + 9x + 2 there are stationary points at x = 1 and x = 3. What is the nature of the one at x = 3?
Differentiation · rates

Connected rates of change

Chain the rates together — write down what you know and what you want, then bridge with the chain rule.

dV/dt = dV/dr × dr/dt“the rate you want = the rate you can differentiate × the rate you are given”
Worked example — an expanding spherical balloon

V = (4/3)πr³ and the radius grows at dr/dt = 0.2 cm s⁻¹. Find dV/dt when r = 5 cm.

dV/dr = 4πr² = 4π(25) = 100π ≈ 314.159

dV/dt = 100π × 0.2 = 20π = 62.8 cm³ s⁻¹ (1 d.p.)

Exam trap: quote units, and never substitute r = 5 before differentiating — you would be differentiating a constant and get zero.

Calculate

Your turn — connected rates

6A spherical balloon has volume V = (4/3)πr³. Its radius increases at 0.2 cm s⁻¹. Find dV/dt when r = 5 cm, to 1 decimal place.
Set-up

dV/dr = 4πr² = 4π × 25 = 100π = 314.159…

dV/dt = 314.159 × 0.2 = 62.83 = 62.8 cm³ s⁻¹ (1 d.p.)

cm³/s
Hint: dV/dt = dV/dr × dr/dt = 4πr² × 0.2.
Match it

Derivative flashcards

Tap a function on the left, then its derivative.

Function
Derivative
Differentiation · exam technique

Where the marks go

  • State u, v, u′, v′ before using the product or quotient rule. It is a mark, and it prevents sign errors.
  • Tangents and normals: the tangent has gradient m = dy/dx at the point; the normal has gradient −1/m.
  • Modelling: “find the maximum volume” means differentiate, set to zero, solve, then justify it is a maximum with the second derivative.
  • Radians only for trigonometric derivatives.
  • Convert first: 3/√x must become 3x^(−½) before you can differentiate it.

Link: differentiation from first principles is a Topic 1 proof; parametric differentiation needs Topic 3; and every rate-of-change model reappears as a differential equation in Topic 8.

Recap

The big ideas to take away

First principles: f′(x) = lim(h→0) [f(x+h) − f(x)]/h — keep the limit notation

Rules: chain: dy/du × du/dx · product: u′v + uv′ · quotient: (u′v − uv′)/v²

Standard: eˣ → eˣ · ln x → 1/x · sin x → cos x · cos x → −sin x · tan x → sec²x

Implicit: d/dx(y²) = 2y dy/dx; d/dx(xy) = y + x dy/dx

Parametric: dy/dx = (dy/dt) ÷ (dx/dt)

Stationary points: dy/dx = 0, then use the sign of d²y/dx²; rates chain together

Topic 7 is the largest source of method marks on Paper 1 — the set-up is worth more than the arithmetic. Press Finish to see your score.

🏆

Mini-lesson complete!

⭐⭐⭐

You have worked through Differentiation for Edexcel A-level Mathematics (9MA0). 🎉

Your stars: 0 / 0

Next: test yourself in the Evaluate stage Confidence Quiz, then lock it in with Verify.

📣 Smashed it? Share your score

Challenge a mate to beat your stars, or show a parent how you got on.

→ Back to all subjects