← Back to FractionRush

Differentiation Techniques A-Level Pure 1

Grade 11 · Pure Mathematics 1 · Cambridge A-Level 9709 · Age 16–17

Welcome to Differentiation Techniques!

Differentiation is the cornerstone of calculus — it measures how functions change. In Cambridge A-Level Pure Mathematics 1, you move beyond the basics to master a full toolkit: first principles, the power rule, chain rule, product and quotient rules, differentiation of trigonometric and exponential functions, and the powerful techniques of implicit and parametric differentiation.

dy/dx = lim[h→0] (f(x+h) − f(x)) / h  |  d/dx(xⁿ) = nxⁿ⁻¹  |  Chain: dy/dx = (dy/du)(du/dx)

Learning Objectives

  • Differentiate from first principles using the limit definition
  • Apply the power rule to polynomials and fractional/negative powers
  • Use the chain rule for composite functions
  • Apply the product rule and quotient rule correctly
  • Differentiate sin x, cos x, tan x, eˣ, e^f(x), ln x, ln(f(x))
  • Perform implicit differentiation with respect to x
  • Use parametric differentiation: dy/dx = (dy/dt)/(dx/dt)
  • Find equations of tangents and normals using derivatives
  • Identify stationary points and determine their nature
  • Apply second derivatives to confirm max/min

First Principles

The limit definition — where all differentiation starts

Power Rule

d/dx(xⁿ) = nxⁿ⁻¹ for any rational n

Chain Rule

Composite functions — outer × inner derivative

Product Rule

d/dx(uv) = u'v + uv'

Quotient Rule

d/dx(u/v) = (u'v − uv') / v²

Trig & Exp

sin, cos, tan, eˣ, ln — with chain rule

Implicit

Differentiate both sides w.r.t. x, chain on y

Parametric

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

Learn 1 — First Principles & Power Rule

Definition of the Derivative

The derivative of a function f(x) measures the instantaneous rate of change. It is defined as the limit of the gradient of a chord as the chord's width shrinks to zero:

f'(x) = lim[h→0] (f(x + h) − f(x)) / h

This is called differentiation from first principles. The process always follows the same structure: expand f(x+h), subtract f(x), divide by h, then let h → 0.

First Principles Example: f(x) = x²

Step 1 — Write f(x+h): f(x+h) = (x+h)² = x² + 2xh + h²
Step 2 — Subtract f(x): f(x+h) − f(x) = x² + 2xh + h² − x² = 2xh + h²
Step 3 — Divide by h: (2xh + h²)/h = 2x + h
Step 4 — Let h → 0: lim[h→0] (2x + h) = 2x
Therefore f'(x) = 2x.

First Principles Example: f(x) = x³

f(x+h) = x³ + 3x²h + 3xh² + h³
f(x+h) − f(x) = 3x²h + 3xh² + h³
Divide by h: 3x² + 3xh + h²
Let h → 0: f'(x) = 3x²

The Power Rule

For any rational number n, the power rule gives:

d/dx (xⁿ) = nxⁿ⁻¹

This applies for positive integers, negative powers, fractional powers, and zero:

d/dx (x⁵) = 5x⁴
d/dx (x⁻²) = −2x⁻³ = −2/x³
d/dx (x^(1/2)) = (1/2)x^(−1/2) = 1/(2√x)
d/dx (x^(2/3)) = (2/3)x^(−1/3)
d/dx (1) = d/dx (x⁰) = 0

Constant Multiple Rule

d/dx (k·f(x)) = k·f'(x)
d/dx (5x³) = 5 · 3x² = 15x²
d/dx (−4x^(1/2)) = −4 · (1/2)x^(−1/2) = −2x^(−1/2) = −2/√x

Sum and Difference Rule

d/dx (f(x) ± g(x)) = f'(x) ± g'(x)

Differentiate polynomials term by term:

Differentiate y = 4x³ − 7x² + 3x − 2
dy/dx = 12x² − 14x + 3

Differentiate y = 3/x² + 5√x = 3x⁻² + 5x^(1/2)
dy/dx = −6x⁻³ + (5/2)x^(−1/2) = −6/x³ + 5/(2√x)
Always rewrite expressions as powers of x before differentiating. Fractions like 3/x² become 3x⁻², and roots like √x become x^(1/2). This is the single most important preparation step in A-Level differentiation.

Learn 2 — Chain Rule

What Is a Composite Function?

A composite function is a function applied inside another function — for example (3x+1)⁵, sin(x²), or e^(2x+1). The chain rule handles all such cases.

dy/dx = (dy/du) × (du/dx)

Equivalently: differentiate the outer function (leaving the inner unchanged), then multiply by the derivative of the inner function.

Step-by-Step Method

1. Identify the outer function and the inner function u.
2. Differentiate the outer with respect to u (leaving u in place).
3. Multiply by du/dx (the derivative of the inner function).
4. Substitute back if needed.

Example: y = (3x + 1)⁵

Let u = 3x + 1, so y = u⁵
dy/du = 5u⁴    du/dx = 3
dy/dx = 5u⁴ × 3 = 15(3x + 1)⁴

Example: y = sin(x²)

Let u = x², so y = sin u
dy/du = cos u    du/dx = 2x
dy/dx = cos(x²) × 2x = 2x cos(x²)

Example: y = e^(2x + 1)

Let u = 2x + 1, so y = eᵘ
dy/du = eᵘ    du/dx = 2
dy/dx = e^(2x+1) × 2 = 2e^(2x+1)

Example: y = (x² − 4)^(3/2)

Let u = x² − 4, so y = u^(3/2)
dy/du = (3/2)u^(1/2)    du/dx = 2x
dy/dx = (3/2)(x²−4)^(1/2) × 2x = 3x(x²−4)^(1/2)

Example: y = ln(3x² + 1)

Let u = 3x² + 1, so y = ln u
dy/du = 1/u    du/dx = 6x
dy/dx = 6x / (3x² + 1)

Quick-Recognition Pattern

d/dx [f(u)]ⁿ = n[f(u)]ⁿ⁻¹ · f'(u)
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))
The most common chain rule error is forgetting to multiply by the inner derivative. In (3x+1)⁵, the 3 from differentiating 3x+1 must appear. Always ask: "What is inside, and what is its derivative?"

Learn 3 — Product & Quotient Rules

The Product Rule

When two differentiable functions are multiplied together, use the product rule:

d/dx (uv) = u'v + uv'

In words: derivative of first × second + first × derivative of second.

When to Use the Product Rule

Use it when the function is a product of two parts that cannot be easily expanded, e.g.:
x² sin x,   (2x+1)³ ln x,   eˣ cos x,   x^(1/2)(x−3)²

Product Rule Examples

Differentiate y = x³ sin x
u = x³, v = sin x    u' = 3x², v' = cos x
dy/dx = 3x² sin x + x³ cos x
Differentiate y = (2x + 1)⁴ · eˣ
u = (2x+1)⁴, v = eˣ    u' = 8(2x+1)³ (chain rule), v' = eˣ
dy/dx = 8(2x+1)³ eˣ + (2x+1)⁴ eˣ = eˣ(2x+1)³[8 + (2x+1)] = eˣ(2x+1)³(2x+9)
Differentiate y = x² ln x
u = x², v = ln x    u' = 2x, v' = 1/x
dy/dx = 2x ln x + x² · (1/x) = 2x ln x + x = x(2 ln x + 1)

The Quotient Rule

When one function is divided by another, use the quotient rule:

d/dx (u/v) = (u'v − uv') / v²

Memory aid: "low d-high minus high d-low, over the square of what's below".

Quotient Rule Examples

Differentiate y = sin x / x²
u = sin x, v = x²    u' = cos x, v' = 2x
dy/dx = (cos x · x² − sin x · 2x) / x⁴ = x(x cos x − 2 sin x) / x⁴ = (x cos x − 2 sin x) / x³
Differentiate y = (3x − 1) / (x² + 2)
u = 3x−1, v = x²+2    u' = 3, v' = 2x
dy/dx = (3(x²+2) − (3x−1)(2x)) / (x²+2)²
Numerator: 3x²+6 − 6x²+2x = −3x²+2x+6
dy/dx = (−3x²+2x+6) / (x²+2)²
Differentiate y = eˣ / (1 + x)
u = eˣ, v = 1+x    u' = eˣ, v' = 1
dy/dx = (eˣ(1+x) − eˣ·1) / (1+x)² = eˣ(1+x−1) / (1+x)² = xeˣ / (1+x)²

Product vs Quotient Rule

Note: u/v = u · v⁻¹, so you can always use the product rule with v⁻¹ instead of the quotient rule. Both give the same answer. Use whichever feels cleaner.
In the quotient rule, the sign is u'v MINUS uv' — never the other way around. A plus sign here is the single most common error. Also, always fully simplify the numerator by expanding and collecting like terms.

Learn 4 — Differentiating Trig & Exponential Functions

Standard Trigonometric Derivatives

d/dx (sin x) = cos x    d/dx (cos x) = −sin x    d/dx (tan x) = sec²x
These must be memorised. Note the negative sign for cos x — it is the most frequently dropped sign in exams.

Examples:
d/dx (sin x) = cos x
d/dx (3 cos x) = −3 sin x
d/dx (tan x) = sec²x = 1/cos²x

Trig with Chain Rule

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))

Example: y = sin(3x)
dy/dx = 3 cos(3x)

Example: y = cos(x² + 1)
dy/dx = −2x sin(x² + 1)

Example: y = tan(2x − 1)
dy/dx = 2 sec²(2x − 1)

Exponential Derivatives

d/dx (eˣ) = eˣ    d/dx (e^(f(x))) = f'(x) e^(f(x))
The exponential function eˣ is its own derivative — a remarkable fact unique to the base e.

Example: y = e^(3x)
dy/dx = 3e^(3x)

Example: y = e^(x² − 2)
dy/dx = 2x · e^(x² − 2)

Example: y = 4e^(−x)
dy/dx = 4 · (−1) · e^(−x) = −4e^(−x)

Logarithm Derivatives

d/dx (ln x) = 1/x    d/dx (ln(f(x))) = f'(x) / f(x)
Example: y = ln(5x)
dy/dx = 5/(5x) = 1/x   (same as ln x — the constant inside vanishes!)

Example: y = ln(x² + 3)
dy/dx = 2x / (x² + 3)

Example: y = ln(sin x)
dy/dx = cos x / sin x = cot x

Combined Examples

y = e^(sin x)
Chain rule: outer = eᵘ, inner u = sin x
dy/dx = cos x · e^(sin x)

y = sin(eˣ)
Outer = sin u, inner u = eˣ
dy/dx = eˣ cos(eˣ)

y = ln(cos x)
Outer = ln u, inner u = cos x
dy/dx = (−sin x) / cos x = −tan x
For ln(ax) where a is a constant: d/dx ln(ax) = a/(ax) = 1/x. The constant a always cancels. For ln(ax + b): d/dx = a/(ax+b). These are the two most tested ln forms in Cambridge 9709.

Learn 5 — Implicit & Parametric Differentiation

Implicit Differentiation

When a curve is defined by an equation in both x and y (not rearranged to y = f(x)), differentiate both sides with respect to x. For any term involving y, apply the chain rule: differentiate with respect to y, then multiply by dy/dx.

d/dx (yⁿ) = n·yⁿ⁻¹ · dy/dx

Implicit Example: Circle x² + y² = 25

Differentiate both sides w.r.t. x:
2x + 2y · (dy/dx) = 0
2y · (dy/dx) = −2x
dy/dx = −x/y

At the point (3, 4): dy/dx = −3/4. Gradient of tangent is −3/4.

Implicit Example: x³ + y³ = 6xy

Differentiate w.r.t. x (use product rule on 6xy):
3x² + 3y² · (dy/dx) = 6y + 6x · (dy/dx)
Collect dy/dx terms:
3y² · (dy/dx) − 6x · (dy/dx) = 6y − 3x²
dy/dx (3y² − 6x) = 6y − 3x²
dy/dx = (6y − 3x²) / (3y² − 6x) = (2y − x²) / (y² − 2x)

Implicit Example: eˣ + e^y = e^(x+y)

Differentiate w.r.t. x:
eˣ + e^y · (dy/dx) = e^(x+y) · (1 + dy/dx)
eˣ + e^y · (dy/dx) = e^(x+y) + e^(x+y) · (dy/dx)
dy/dx (e^y − e^(x+y)) = e^(x+y) − eˣ
dy/dx = (e^(x+y) − eˣ) / (e^y − e^(x+y))

Parametric Differentiation

When a curve is defined by x = f(t) and y = g(t), the gradient dy/dx is found by:

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

Never take the reciprocal — divide dy/dt by dx/dt.

Parametric Example: x = t², y = 2t

dx/dt = 2t    dy/dt = 2
dy/dx = 2 / (2t) = 1/t

At t = 3: dy/dx = 1/3. Point: (9, 6). Tangent: y − 6 = (1/3)(x − 9) → y = x/3 + 3.

Parametric Example: x = cos t, y = sin 2t

dx/dt = −sin t    dy/dt = 2 cos 2t
dy/dx = 2 cos 2t / (−sin t)
Using cos 2t = 1 − 2sin²t:
dy/dx = 2(1 − 2sin²t) / (−sin t) = −2(1 − 2sin²t) / sin t

Second Parametric Derivative

d²y/dx² = d/dx(dy/dx) = [d/dt(dy/dx)] / (dx/dt)

For x = t², y = 2t: dy/dx = 1/t
d/dt(1/t) = −1/t²
d²y/dx² = (−1/t²) / (2t) = −1/(2t³)
The most common parametric error is writing dy/dx = (dx/dt)/(dy/dt) — inverting the fraction. Always write (dy/dt) on top. Also, for implicit differentiation, every y term needs its dy/dx factor. Never forget it for terms like sin y, y³, or ln y.

Worked Examples

Eight fully worked examples covering all key differentiation techniques for Cambridge A-Level 9709.

Example 1 — First Principles for f(x) = x²

Q: Differentiate f(x) = x² from first principles.
M1: Write the definition: f'(x) = lim[h→0] [(x+h)² − x²] / h
M1: Expand: [(x² + 2xh + h²) − x²] / h = [2xh + h²] / h = 2x + h
A1: Let h → 0: f'(x) = 2x 3 marks

Example 2 — Chain Rule on (2x − 1)⁴

Q: Find dy/dx when y = (2x − 1)⁴.
M1: Identify outer function uⁿ and inner u = 2x − 1.
M1: dy/dx = 4(2x−1)³ × d/dx(2x−1)
A1: dy/dx = 4(2x−1)³ × 2 = 8(2x−1)³ 3 marks

Example 3 — Product Rule with Trig

Q: Differentiate y = x² cos x.
M1: Let u = x², v = cos x → u' = 2x, v' = −sin x
M1: dy/dx = u'v + uv' = 2x cos x + x²(−sin x)
A1: dy/dx = 2x cos x − x² sin x = x(2 cos x − x sin x) 3 marks

Example 4 — Quotient Rule

Q: Differentiate y = (x² + 1) / (2x − 3).
M1: u = x²+1, v = 2x−3 → u' = 2x, v' = 2
M1: dy/dx = (2x(2x−3) − (x²+1)·2) / (2x−3)²
M1: Numerator: 4x²−6x − 2x²−2 = 2x²−6x−2
A1: dy/dx = (2x²−6x−2) / (2x−3)² = 2(x²−3x−1) / (2x−3)² 4 marks

Example 5 — Trig + Exponential Chain Rule

Q: Find dy/dx when y = e^(3x) · sin(2x).
M1: Product rule: u = e^(3x), v = sin(2x). u' = 3e^(3x) (chain), v' = 2cos(2x) (chain).
A1: dy/dx = 3e^(3x) sin(2x) + e^(3x) · 2cos(2x) = e^(3x)(3sin(2x) + 2cos(2x)) 4 marks

Example 6 — Implicit Circle x² + y² = r²

Q: Find the gradient of x² + y² = 13 at (2, 3).
M1: Differentiate both sides w.r.t. x: 2x + 2y(dy/dx) = 0
M1: Solve: dy/dx = −x/y
A1: At (2, 3): dy/dx = −2/3 3 marks

Example 7 — Implicit Differentiation with Product

Q: Given x²y + y³ = 5, find dy/dx in terms of x and y.
M1: Differentiate: d/dx(x²y) + d/dx(y³) = 0. Use product rule on x²y: 2xy + x²(dy/dx).
M1: 2xy + x²(dy/dx) + 3y²(dy/dx) = 0
M1: Factorise: dy/dx(x² + 3y²) = −2xy
A1: dy/dx = −2xy / (x² + 3y²) 4 marks

Example 8 — Parametric Curve

Q: A curve has equations x = t + 1/t, y = t − 1/t. Find dy/dx in terms of t.
M1: dx/dt = 1 − 1/t² = (t²−1)/t²
M1: dy/dt = 1 + 1/t² = (t²+1)/t²
A1: dy/dx = [(t²+1)/t²] ÷ [(t²−1)/t²] = (t²+1)/(t²−1) 4 marks

Common Mistakes in Differentiation

These are the errors examiners see most often. Understanding why they are wrong helps you avoid them under pressure.

Mistake 1 — Forgetting the chain rule inner derivative

✗ d/dx (sin(3x)) = cos(3x)
✓ d/dx (sin(3x)) = 3cos(3x). The derivative of the inner function (3x) gives the factor 3.

Mistake 2 — Wrong sign in quotient rule

✗ d/dx(u/v) = (u'v + uv') / v²
✓ d/dx(u/v) = (u'v − uv') / v². It is u'v MINUS uv', never plus. The numerator sign matters.

Mistake 3 — Missing dy/dx factor in implicit differentiation

✗ Differentiating y³: writes 3y²
✓ d/dx(y³) = 3y² · dy/dx. Every y-term requires the chain rule factor dy/dx.

Mistake 4 — Inverting the parametric formula

✗ dy/dx = (dx/dt) / (dy/dt)
✓ dy/dx = (dy/dt) / (dx/dt). Numerator is dy/dt — the y-derivative is always on top.

Mistake 5 — Incorrect derivative of cos x

✗ d/dx(cos x) = sin x
✓ d/dx(cos x) = −sin x. The negative sign is essential and frequently dropped in exam conditions.

Mistake 6 — Treating ln(ax) differently from ln x

✗ d/dx(ln(2x)) = 1/(2x) leaving 1/(2x)
✓ d/dx(ln(2x)) = 2/(2x) = 1/x. The chain rule factor (2) cancels with the denominator, giving the same answer as d/dx(ln x).

Mistake 7 — Product rule with a constant factor

✗ Differentiating 3x²sin x using product rule as if 3 is a separate function
✓ 3 is a constant — only u = x² and v = sin x are the product functions. Pull 3 out as a factor: dy/dx = 3(2x sin x + x² cos x).

Mistake 8 — Forgetting to differentiate product terms in implicit equations

✗ Differentiating 6xy: writes 6y (forgetting the x part)
✓ 6xy requires the product rule: d/dx(6xy) = 6y + 6x(dy/dx). Both the x and y parts contribute.

Mistake 9 — Applying power rule to e^x

✗ d/dx(eˣ) = xeˣ⁻¹
✓ d/dx(eˣ) = eˣ. The exponential function is its own derivative — the power rule does not apply.

Key Formulas — Differentiation Techniques

Rule / FunctionDerivativeNotes
First Principlesf'(x) = lim[h→0] (f(x+h)−f(x))/hfundamental definition
Power Ruled/dx(xⁿ) = nxⁿ⁻¹any rational n
Constant Multipled/dx(kf(x)) = k·f'(x)pull constant out
Sum/Differenced/dx(f±g) = f'±g'differentiate term by term
Chain Ruledy/dx = (dy/du)·(du/dx)composite functions
Product Ruled/dx(uv) = u'v + uv'two functions multiplied
Quotient Ruled/dx(u/v) = (u'v − uv')/v²two functions divided
sin xcos xradians only
cos x−sin xnote the minus sign
tan xsec²x = 1/cos²xquotient rule proof
sin(f(x))f'(x)·cos(f(x))chain rule applied
cos(f(x))−f'(x)·sin(f(x))chain rule + minus
tan(f(x))f'(x)·sec²(f(x))chain rule applied
self-derivative
e^(f(x))f'(x)·e^(f(x))chain rule
ln x1/xx > 0
ln(f(x))f'(x)/f(x)chain rule
Implicit: yⁿ termn·yⁿ⁻¹·(dy/dx)chain rule on y
Parametricdy/dx = (dy/dt)/(dx/dt)dy/dt on numerator
Second parametricd²y/dx² = [d/dt(dy/dx)]/(dx/dt)differentiate dy/dx w.r.t. t, divide by dx/dt

Proof Bank

Two proofs that may appear in Cambridge examination questions or as part of deeper understanding questions.

Proof 1 — First Principles: d/dx(xⁿ) = nxⁿ⁻¹ for positive integer n

We use the binomial theorem. For positive integer n:
(x+h)ⁿ = xⁿ + nxⁿ⁻¹h + (n(n−1)/2)xⁿ⁻²h² + ... + hⁿ

f'(x) = lim[h→0] [(x+h)ⁿ − xⁿ] / h
= lim[h→0] [nxⁿ⁻¹h + (n(n−1)/2)xⁿ⁻²h² + ... + hⁿ] / h
= lim[h→0] [nxⁿ⁻¹ + (n(n−1)/2)xⁿ⁻²h + ... + hⁿ⁻¹]

As h → 0, every term containing h vanishes, leaving:
f'(x) = nxⁿ⁻¹   Q.E.D.

Proof 2 — Product Rule from First Principles

Let p(x) = u(x)·v(x). Then:
p'(x) = lim[h→0] [u(x+h)v(x+h) − u(x)v(x)] / h

Add and subtract u(x+h)v(x) in the numerator:
= lim[h→0] [u(x+h)v(x+h) − u(x+h)v(x) + u(x+h)v(x) − u(x)v(x)] / h
= lim[h→0] u(x+h) · [v(x+h)−v(x)]/h + lim[h→0] [u(x+h)−u(x)]/h · v(x)

As h → 0: u(x+h) → u(x), [v(x+h)−v(x)]/h → v'(x), [u(x+h)−u(x)]/h → u'(x)

Therefore p'(x) = u(x)v'(x) + u'(x)v(x) = uv' + u'v   Q.E.D.

Proof 3 — d/dx(tan x) = sec²x using Quotient Rule

Write tan x = sin x / cos x. Let u = sin x, v = cos x.
u' = cos x, v' = −sin x
d/dx(tan x) = (cos x · cos x − sin x · (−sin x)) / cos²x
= (cos²x + sin²x) / cos²x
Using the identity cos²x + sin²x = 1:
= 1 / cos²x = sec²x   Q.E.D.

Proof 4 — Parametric dy/dx Formula

If x = f(t) and y = g(t) are differentiable, and dx/dt ≠ 0, then by the chain rule:
dy/dt = (dy/dx) · (dx/dt)
(since we can treat y as a function of x, which is a function of t)
Dividing both sides by dx/dt (≠ 0):
dy/dx = (dy/dt) / (dx/dt)   Q.E.D.

Tangent Line Visualiser

Select a function and click a point on the curve to see the tangent line and gradient value at that point.

Click anywhere on the curve to see the tangent and gradient.

Exercise 1 — Power Rule & Polynomial Differentiation (10 Questions)

Exercise 2 — Chain Rule Applications (10 Questions)

Exercise 3 — Product & Quotient Rules (10 Questions)

Exercise 4 — Trig & Exponential Differentiation (10 Questions)

Exercise 5 — Implicit & Parametric Differentiation (10 Questions)

Practice — 30 Mixed Questions

Challenge — 15 Harder Questions

Exam Style Questions

8 exam-style questions with mark schemes. Attempt each before revealing the solution.

Q1 [3 marks]

Differentiate y = (5x − 2)⁶ with respect to x.

Let u = 5x − 2, y = u⁶   [M1 identify chain rule structure]
dy/dx = 6u⁵ × 5   [M1 multiply by inner derivative 5]
dy/dx = 30(5x − 2)⁵   [A1]

Q2 [4 marks]

Given that y = x²eˣ, find dy/dx and show it can be written as xeˣ(x + 2).

u = x², v = eˣ → u' = 2x, v' = eˣ   [B1 both derivatives]
dy/dx = 2xeˣ + x²eˣ   [M1 product rule applied]
= eˣ(2x + x²)   [M1 factorise eˣ]
= xeˣ(x + 2)   [A1 factorise x]

Q3 [4 marks]

A curve has equation y = (3x² + 1) / (x + 2). Find the gradient at x = 1.

u = 3x²+1, v = x+2, u' = 6x, v' = 1   [B1]
dy/dx = (6x(x+2) − (3x²+1)) / (x+2)²   [M1 quotient rule]
Numerator at x=1: 6(3) − 4 = 14; denominator: 9   [M1]
Gradient = 14/9   [A1]

Q4 [5 marks]

The curve C has equation x² + 2y² + xy = 11. Find dy/dx in terms of x and y. Hence find the coordinates of the points on C where the tangent is parallel to the x-axis.

Differentiate implicitly: 2x + 4y(dy/dx) + y + x(dy/dx) = 0   [M1 M1 product rule on xy]
dy/dx(4y + x) = −2x − y   [M1]
dy/dx = −(2x + y)/(4y + x)   [A1]
Tangent parallel to x-axis → dy/dx = 0 → 2x + y = 0 → y = −2x
Substitute: x² + 2(4x²) + x(−2x) = 11 → x² + 8x² − 2x² = 11 → 7x² = 11 → x = ±√(11/7)
Points: (√(11/7), −2√(11/7)) and (−√(11/7), 2√(11/7))   [A1]

Q5 [4 marks]

Differentiate y = ln(sin x) + sin(ln x) with respect to x.

d/dx[ln(sin x)] = cos x / sin x = cot x   [M1 A1 chain rule on ln]
d/dx[sin(ln x)] = cos(ln x) × (1/x)   [M1 chain rule on sin]
dy/dx = cot x + cos(ln x)/x   [A1]

Q6 [5 marks]

A curve is defined parametrically by x = 3t², y = 6t. Find the equation of the normal to the curve at the point where t = 2.

dx/dt = 6t, dy/dt = 6   [B1]
dy/dx = 6/(6t) = 1/t   [M1]
At t = 2: dy/dx = 1/2. Normal gradient = −2   [M1]
Point: x = 12, y = 12   [B1]
Normal: y − 12 = −2(x − 12) → y = −2x + 36   [A1]

Q7 [4 marks]

Find the x-coordinates of the stationary points of y = x³e^(−x).

dy/dx = 3x²e^(−x) + x³(−e^(−x))   [M1 product rule]
= e^(−x)(3x² − x³) = x²e^(−x)(3 − x)   [M1 factorise]
Set dy/dx = 0: x² = 0 or 3 − x = 0   (e^(−x) > 0 always)   [M1]
x = 0 or x = 3   [A1]

Q8 [6 marks]

The equation of a curve is x² + 4xy + y² = −4. (i) Find dy/dx in terms of x and y. (ii) Find the coordinates of the two points where the tangent is vertical (i.e. dx/dy = 0).

(i) Differentiate: 2x + 4y + 4x(dy/dx) + 2y(dy/dx) = 0   [M1 M1]
dy/dx(4x + 2y) = −2x − 4y
dy/dx = −(x + 2y)/(2x + y)   [A1]
(ii) Vertical tangent → 2x + y = 0 → y = −2x   [M1]
Substitute: x² + 4x(−2x) + (−2x)² = −4 → x² − 8x² + 4x² = −4 → −3x² = −4 → x² = 4/3
x = ±2/√3   [M1]
Points: (2/√3, −4/√3) and (−2/√3, 4/√3)   [A1]

Past Paper Questions

5 questions drawn from Cambridge A-Level 9709 Pure 1 past papers on Differentiation.

Past Paper Q1 — 9709/11/O/N/20 Q5 [5 marks]

A curve has equation y = (2x − 1)^(1/2) + 3/(2x − 1). Find dy/dx and the equation of the tangent at x = 1.

Rewrite: y = (2x−1)^(1/2) + 3(2x−1)^(−1)
dy/dx = (1/2)(2x−1)^(−1/2)·2 + 3·(−1)(2x−1)^(−2)·2   [M1 M1]
= (2x−1)^(−1/2) − 6(2x−1)^(−2)   [A1]
At x = 1: dy/dx = 1 − 6 = −5; y = 1 + 3 = 4   [M1]
Tangent: y − 4 = −5(x − 1) → y = −5x + 9   [A1]

Past Paper Q2 — 9709/12/M/J/19 Q7 [6 marks]

A curve has parametric equations x = 4 cos t, y = 3 sin t. Find the equation of the normal to the curve at the point where t = π/6.

dx/dt = −4 sin t, dy/dt = 3 cos t   [B1]
dy/dx = −3cos t / (4 sin t)   [M1]
At t = π/6: dy/dx = −3(√3/2)/(4·1/2) = −3√3/4   [M1]
Normal gradient = 4/(3√3) = 4√3/9   [M1]
Point: x = 4·(√3/2) = 2√3, y = 3·(1/2) = 3/2   [B1]
Normal: y − 3/2 = (4√3/9)(x − 2√3)   [A1]

Past Paper Q3 — 9709/11/M/J/18 Q6 [6 marks]

A curve has equation y = x·ln x. Find the coordinates of the stationary point and determine its nature.

dy/dx = ln x + x·(1/x) = ln x + 1   [M1 A1 product rule]
Stationary: ln x + 1 = 0 → ln x = −1 → x = e^(−1) = 1/e   [M1 A1]
y = (1/e)·(−1) = −1/e   [B1]
d²y/dx² = 1/x. At x = 1/e: d²y/dx² = e > 0 → minimum at (1/e, −1/e)   [A1]

Past Paper Q4 — 9709/13/O/N/17 Q8 [7 marks]

The curve C has equation y = (x² + 4)/(x − 1) for x > 1. Find the coordinates of the stationary point of C.

u = x²+4, v = x−1, u' = 2x, v' = 1   [B1]
dy/dx = (2x(x−1) − (x²+4)) / (x−1)²   [M1 quotient rule]
Numerator: 2x²−2x−x²−4 = x²−2x−4   [A1]
Set x²−2x−4 = 0: x = (2 ± √20)/2 = 1 ± √5   [M1 A1]
For x > 1: x = 1 + √5   [B1]
y = ((1+√5)²+4)/√5 = (6+2√5+4)/√5 = (10+2√5)/√5 = 2√5+2   [A1]
Stationary point: (1+√5, 2+2√5)

Past Paper Q5 — 9709/12/O/N/16 Q9 [8 marks]

A curve has implicit equation y³ + 3xy = 4. (i) Find dy/dx. (ii) Find the equation of the tangent at the point (1, 1).

(i) Differentiate w.r.t. x: 3y²(dy/dx) + 3y + 3x(dy/dx) = 0   [M1 M1 product rule on 3xy]
dy/dx(3y² + 3x) = −3y   [M1]
dy/dx = −y/(y² + x)   [A1]
(ii) At (1,1): dy/dx = −1/(1+1) = −1/2   [M1 A1]
Tangent: y − 1 = −(1/2)(x − 1)
y = −x/2 + 3/2   (or 2y + x = 3)   [A1 A1]