You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
This lesson covers the chain rule, product rule, quotient rule, and implicit differentiation — extending your differentiation toolkit for more complex functions.
If y = f(g(x)), then:
dy/dx = f’(g(x)) × g’(x)
Or, if y = f(u) and u = g(x):
dy/dx = (dy/du) × (du/dx)
Differentiate y = (3x + 2)⁵.
Let u = 3x + 2, so y = u⁵.
dy/du = 5u⁴, du/dx = 3
dy/dx = 5(3x + 2)⁴ × 3
= 15(3x + 2)⁴
Differentiate y = sin(x²).
dy/dx = cos(x²) × 2x
= 2x cos(x²)
Differentiate y = e^(3x²+1).
dy/dx = e^(3x²+1) × 6x
= 6x e^(3x²+1)
Differentiate y = ln(2x + 5).
dy/dx = 1/(2x + 5) × 2
= 2/(2x + 5)
If y = u × v, where u and v are both functions of x:
dy/dx = u (dv/dx) + v (du/dx)
Differentiate y = x² sin x.
u = x², v = sin x
du/dx = 2x, dv/dx = cos x
dy/dx = x² cos x + 2x sin x
= x² cos x + 2x sin x
Differentiate y = (2x + 1)eˣ.
u = 2x + 1, v = eˣ
du/dx = 2, dv/dx = eˣ
dy/dx = (2x + 1)eˣ + 2eˣ = eˣ(2x + 1 + 2)
= eˣ(2x + 3)
If y = u/v, where u and v are both functions of x:
dy/dx = [v (du/dx) − u (dv/dx)] / v²
Differentiate y = x²/(x + 1).
u = x², v = x + 1
du/dx = 2x, dv/dx = 1
dy/dx = [(x + 1)(2x) − x²(1)]/(x + 1)² = (2x² + 2x − x²)/(x + 1)²
= (x² + 2x)/(x + 1)²
Differentiate y = sin x/cos x (= tan x) using the quotient rule.
u = sin x, v = cos x
dy/dx = [cos x · cos x − sin x · (−sin x)]/cos²x = (cos²x + sin²x)/cos²x = 1/cos²x
= sec²x
This confirms that the derivative of tan x is sec²x.
When y is defined implicitly (not explicitly as y = f(x)), differentiate each term with respect to x, treating y as a function of x.
Key rule: d/dx [f(y)] = f’(y) × dy/dx
Find dy/dx for x² + y² = 25.
Differentiate: 2x + 2y(dy/dx) = 0
2y(dy/dx) = −2x
dy/dx = −x/y
Find dy/dx for x³ + 3xy + y³ = 5.
Differentiate: 3x² + 3y + 3x(dy/dx) + 3y²(dy/dx) = 0
3x(dy/dx) + 3y²(dy/dx) = −3x² − 3y
dy/dx(3x + 3y²) = −3(x² + y)
dy/dx = −(x² + y)/(x + y²)
Find the gradient of the curve x² + xy − y² = 7 at the point (3, 1).
Differentiate: 2x + y + x(dy/dx) − 2y(dy/dx) = 0
dy/dx(x − 2y) = −2x − y
dy/dx = (−2x − y)/(x − 2y) = (−6 − 1)/(3 − 2)
= −7
Use the chain rule to connect rates:
dy/dt = (dy/dx) × (dx/dt)
A sphere has radius r that increases at 0.5 cm/s. Find the rate of change of volume when r = 4 cm.
V = (4/3)πr³ → dV/dr = 4πr²
dV/dt = dV/dr × dr/dt = 4π(16) × 0.5
= 32π ≈ 100.5 cm³/s
AQA 7357 specification, Paper 2 — Pure Mathematics, Section G (Differentiation), Year 2 sub-strands: chain rule for composite functions, product and quotient rules, implicit differentiation, parametric differentiation, and connected rates of change. The Year 1 power rule dxdxn=nxn−1 remains the engine — every Year 2 technique reduces to applying it inside a wrapper. The AQA formula booklet lists the chain, product and quotient rules explicitly, but candidates are still expected to recall and apply them without prompting. Differentiation techniques surface throughout the spec: section H (integration, as the inverse process), section J (numerical methods, where Newton–Raphson uses f′(x)), section L (vectors, via parametric curves) and across Paper 3 statistics and mechanics whenever a rate of change is modelled.
Question (8 marks): Let f(x)=x2ln(2x+1) for x>−21.
(a) Find f′(x), simplifying your answer. (4)
(b) Show that f has a stationary point at x=0, and find the x-coordinate of any other stationary point in the interval x>0, giving your answer to 3 significant figures. (4)
Solution with mark scheme:
(a) Step 1 — identify the structure. f(x)=u⋅v where u=x2 and v=ln(2x+1). Use the product rule f′=u′v+uv′.
Step 2 — differentiate each factor. u′=2x. For v=ln(2x+1), apply the chain rule with inner function g(x)=2x+1: v′=g(x)g′(x)=2x+12.
M1 — correct identification of product structure and attempt at product rule.
M1 — correct chain-rule derivative of ln(2x+1), namely 2x+12.
Step 3 — assemble.
f′(x)=2xln(2x+1)+x2⋅2x+12=2xln(2x+1)+2x+12x2
A1 — both terms correct.
Step 4 — simplify by factoring 2x.
f′(x)=2x[ln(2x+1)+2x+1x]
A1 — clean factored form. The factorisation matters for part (b).
(b) Step 1 — set f′(x)=0. From the factored form:
2x[ln(2x+1)+2x+1x]=0
Either 2x=0⇒x=0, or the bracket equals zero.
M1 — equating to zero and identifying x=0 as a root.
Step 2 — verify x=0 lies in the domain. The domain requires 2x+1>0, i.e. x>−21. Since 0>−21, x=0 is admissible. At x=0: ln(1)+0=0, confirming the bracket also vanishes (so x=0 is a double root of f′).
A1 — x=0 confirmed as a stationary point with reasoning.
Step 3 — search for further roots in x>0. Define h(x)=ln(2x+1)+2x+1x. For x>0, both ln(2x+1)>0 and 2x+1x>0, so h(x)>0 for all x>0. Hence the bracket has no zero in x>0, and the only stationary point with x≥0 is x=0.
M1 — sign analysis of the bracket on x>0.
A1 — conclusion: no further stationary point exists in x>0 (the question's "if any" is honoured).
Total: 8 marks (M3 A4 plus 1 communication).
Question (6 marks): A curve is defined parametrically by x=t2+1, y=t3−3t for t∈R.
(a) Find dxdy in terms of t. (2)
(b) Find the coordinates of the points on the curve where the tangent is parallel to the x-axis. (4)
Mark scheme decomposition by AO:
(a)
(b)
Total: 6 marks split AO1 = 4, AO2 = 2. Parametric questions reward candidates who keep t as the working variable until the very last step — premature elimination of t to produce a Cartesian equation usually multiplies the algebra unnecessarily.
Connects to:
Year 1 basic differentiation (Section G): every Year 2 technique reduces to the power rule applied inside a wrapper. The chain rule dxdf(g(x))=f′(g(x))⋅g′(x) is just the power rule "with bookkeeping". Confidence with dxdxn for fractional and negative n is a prerequisite — without it, differentiating 2x+1 stalls.
Section H — Integration as inverse: every chain-rule pattern has a reversal. dxdln(2x+1)=2x+12 tells you immediately that ∫2x+11dx=21ln∣2x+1∣+C. Recognition of "the chain rule run backwards" is the core skill of integration by inspection and substitution.
Modelling rates of change (Section O of applied papers): connected rates use the chain rule dtdV=drdV⋅dtdr. A spherical balloon inflating at a known volume rate yields a radius rate via V=34πr3⇒drdV=4πr2. Every "rates" problem in mechanics, physics or biology obeys the same chain.
Tangents and normals: gradient at a point requires f′(x0). For implicit curves like x2+xy+y2=7, implicit differentiation gives dxdy as an expression in both x and y, and the tangent line at (x0,y0) uses that mixed gradient directly.
Second derivative and stationary-point classification: once f′(x)=0 is solved, classifying the stationary point uses f′′(x). f′′(x0)>0 gives a local minimum; f′′(x0)<0 gives a local maximum; f′′(x0)=0 requires a sign-change test on f′ either side. Differentiating a product or quotient twice multiplies the bookkeeping — clean factoring of f′ pays off here.
Differentiation-technique questions on 7357 split AO marks fairly evenly between AO1 and AO2:
| AO | Typical share | Earned by |
|---|---|---|
| AO1 (knowledge / procedure) | 55–65% | Stating and applying the chain, product, quotient rules; differentiating standard forms (ekx, ln(kx), sin(kx)) correctly |
| AO2 (reasoning / interpretation) | 25–35% | Choosing between product and quotient rules sensibly; factoring f′(x) to expose stationary points; justifying sign of f′ on an interval |
| AO3 (problem-solving) | 5–15% | Modelling-led questions: connected rates, optimisation in real contexts, parametric trajectories |
Examiner-rewarded phrasing: "by the product rule with u=… and v=…"; "by the chain rule with inner function g(x)=…"; "differentiating implicitly with respect to x, treating y as a function of x"; "since dtdx=0 at this value of t". Phrases that lose marks: jumping straight to f′(x)=… without stating which rule is used (loses the "method seen" mark when a slip later in the working makes the rule unrecoverable); writing dxdsin(2x)=cos(2x) (missing chain factor of 2); confusing the product rule sign u′v+uv′ with the quotient rule sign v2u′v−uv′.
A specific AQA pattern to watch: implicit-differentiation questions often ask for dxdy at a specific point, not as a general expression. Plugging in numbers immediately (rather than carrying symbolic y through) shortens the algebra and reduces slip risk. Read the question to spot when a numerical evaluation is requested.
Question: Differentiate y=sin(3x2+1) with respect to x.
Grade C response (~140 words):
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.