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 product rule for differentiating the product of two functions, as required by the Edexcel A-Level Mathematics specification (9MA0). You need to know when to use the product rule and how to apply it correctly.
Use the product rule when you need to differentiate y = u × v, where u and v are both functions of x, and it is not practical to expand the expression first.
Examples where the product rule is needed:
If y = uv, where u = u(x) and v = v(x), then:
dy/dx = u(dv/dx) + v(du/dx)
Or in shorter notation:
dy/dx = uv' + vu'
In words: "(first × derivative of second) + (second × derivative of first)."
Differentiate y = x² sin x.
Solution: u = x², v = sin x du/dx = 2x, dv/dx = cos x
dy/dx = x² cos x + sin x × 2x = x² cos x + 2x sin x
This can be factorised: x(x cos x + 2 sin x)
Differentiate y = x³ cos x.
Solution: u = x³, v = cos x du/dx = 3x², dv/dx = -sin x
dy/dx = x³(-sin x) + cos x(3x²) = -x³ sin x + 3x² cos x
Factorised: x²(3 cos x - x sin x)
Differentiate y = xeˣ.
Solution: u = x, v = eˣ du/dx = 1, dv/dx = eˣ
dy/dx = xeˣ + eˣ × 1 = xeˣ + eˣ = eˣ(x + 1)
Differentiate y = x²e³ˣ.
Solution: u = x², v = e³ˣ du/dx = 2x, dv/dx = 3e³ˣ
dy/dx = x² × 3e³ˣ + e³ˣ × 2x = 3x²e³ˣ + 2xe³ˣ = xe³ˣ(3x + 2)
Differentiate y = e²ˣ sin x.
Solution: u = e²ˣ, v = sin x du/dx = 2e²ˣ, dv/dx = cos x
dy/dx = e²ˣ cos x + sin x × 2e²ˣ = e²ˣ(cos x + 2 sin x)
Differentiate y = x ln x.
Solution: u = x, v = ln x du/dx = 1, dv/dx = 1/x
dy/dx = x × (1/x) + ln x × 1 = 1 + ln x = 1 + ln x
Differentiate y = x² ln x.
Solution: u = x², v = ln x du/dx = 2x, dv/dx = 1/x
dy/dx = x²(1/x) + ln x(2x) = x + 2x ln x = x(1 + 2 ln x)
Exam Tip: After applying the product rule, always look for common factors to simplify. Factorising your answer makes it cleaner and is often expected in the mark scheme.
Find the coordinates of the stationary point of y = xe⁻ˣ.
Solution: u = x, v = e⁻ˣ du/dx = 1, dv/dx = -e⁻ˣ
dy/dx = x(-e⁻ˣ) + e⁻ˣ(1) = -xe⁻ˣ + e⁻ˣ = e⁻ˣ(1 - x)
Set dy/dx = 0: e⁻ˣ(1 - x) = 0
Since e⁻ˣ > 0 for all x, we need 1 - x = 0, so x = 1.
When x = 1: y = 1 × e⁻¹ = 1/e ≈ 0.368
Stationary point: (1, 1/e)
Find the equation of the tangent to y = x sin x at x = π/2.
Solution: u = x, v = sin x du/dx = 1, dv/dx = cos x
dy/dx = x cos x + sin x
At x = π/2: y = (π/2) sin(π/2) = (π/2)(1) = π/2 dy/dx = (π/2) cos(π/2) + sin(π/2) = (π/2)(0) + 1 = 1
Tangent: y - π/2 = 1(x - π/2) y = x
If y = uvw (three functions), the product rule extends:
dy/dx = u'vw + uv'w + uvw'
Differentiate y = x² eˣ sin x.
Solution: u = x², v = eˣ, w = sin x u' = 2x, v' = eˣ, w' = cos x
dy/dx = 2x × eˣ × sin x + x² × eˣ × sin x + x² × eˣ × cos x = x eˣ(2 sin x + x sin x + x cos x) = xeˣ(2 sin x + x sin x + x cos x)
| Mistake | Correction |
|---|---|
| dy/dx = (du/dx)(dv/dx) | WRONG — you do not multiply the derivatives. The product rule is uv' + vu' |
| Forgetting to factorise the answer | Factorising is not essential for correctness, but is expected for full marks on "show that" questions |
| Using the product rule when expanding would be simpler | For y = (x + 1)(x + 2), just expand to x² + 3x + 2 and differentiate |
| Choosing u and v incorrectly | Any choice of u and v gives the correct answer — but choosing wisely makes simplification easier |
Edexcel 9MA0 specification section 9 — Differentiation, sub-strand 9.1 (product rule) covers using the product rule, the quotient rule and the chain rule, including problems involving connected rates of change and inverse functions (refer to the official specification document for exact wording). The product rule dxd(uv)=u′v+uv′ is foundational and is examined across 9MA0-01 (Pure Mathematics 1) and 9MA0-02 (Pure Mathematics 2), frequently in synoptic combination with section 6 (exponentials and logarithms — differentiating xex, xlnx), section 5 (trigonometry — differentiating xsinx, x2cosx) and section 8 (integration — integration by parts as the reverse direction). Edexcel's formula booklet does list the product, quotient and chain rules, so candidates need not memorise the formula — but they must apply it without arithmetic slips under exam pressure.
Question (8 marks): The curve C has equation y=x2ln(2x+1) for x>−21.
(a) Find dxdy, simplifying your answer where possible. (5)
(b) Hence find the x-coordinate of the stationary point of C for x≥0, justifying your answer. (3)
Solution with mark scheme:
(a) Step 1 — identify u and v.
Let u=x2 and v=ln(2x+1). Then by the product rule dxdy=u′v+uv′.
M1 — clear identification of u and v and the product rule structure. Examiners reward written labelling here; candidates who launch into differentiation without naming the factors often slip on which derivative belongs to which factor.
Step 2 — differentiate each factor.
u′=2x by the power rule.
v′=2x+12 by the chain rule (derivative of ln(2x+1) is 2x+11 multiplied by the inner derivative 2).
M1 — correct chain-rule application to ln(2x+1). Common error: writing v′=2x+11 and forgetting the factor of 2 from the inner derivative. That loses M1 and propagates into the final A1.
A1 — both derivatives u′=2x and v′=2x+12 correct.
Step 3 — assemble the product rule.
dxdy=2x⋅ln(2x+1)+x2⋅2x+12
M1 — substitution into u′v+uv′ in the correct order.
Step 4 — simplify.
dxdy=2xln(2x+1)+2x+12x2
A common neat form factors out 2x:
dxdy=2x[ln(2x+1)+2x+1x]
A1 — correct simplified expression. Either factored or unfactored form is acceptable as final answer.
(b) Step 1 — set the derivative to zero.
From the factored form, dxdy=0 requires 2x=0 or ln(2x+1)+2x+1x=0.
M1 — recognising the factorisation route and isolating the bracketed equation.
Step 2 — analyse the second factor.
For x>0: ln(2x+1)>0 (since 2x+1>1) and 2x+1x>0. So the bracket is strictly positive on x>0.
M1 — sign analysis showing no positive root.
A1 — concluding that the unique stationary point on x≥0 is at x=0.
Total: 8 marks (M5 A3, split as shown).
Question (6 marks): Given that y=(2x+1)(x2−3)4:
(a) Use the product rule and the chain rule to show that dxdy=(x2−3)3[2(x2−3)+8x(2x+1)]. (4)
(b) Hence write dxdy as a fully simplified polynomial expression in x multiplied by (x2−3)3. (2)
Mark scheme decomposition by AO:
(a)
(b)
Total: 6 marks split AO1 = 4, AO2 = 2. The "show that" structure is the Edexcel signature for product-rule questions: candidates are guided to factor out the common chain-rule term, which sets up part (b) cleanly.
Connects to:
Section 9 — Chain rule (combined applications): the product rule almost never appears alone at A-Level. x2ex is a pure product; x2e3x requires the product rule with the chain rule applied to e3x. Recognising which rule applies to which factor is the AO2 reasoning examiners reward.
Section 9 — Quotient rule: for y=u/v, dxdy=v2u′v−uv′. This is structurally a product rule applied to u⋅v−1 followed by simplification — many A* candidates derive it on the fly rather than memorising it.
Section 8 — Integration by parts: the reverse direction of the product rule. From dxd(uv)=u′v+uv′, integrating both sides gives ∫u′vdx+∫uv′dx=uv, which rearranges to ∫udv=uv−∫vdu. Every integration-by-parts question is a disguised product-rule question.
Modelling — power as the product of force and velocity: in Mechanics applications, P(t)=F(t)⋅v(t), and rates of change of power require the product rule. Similarly, kinetic energy 21mv2 with mass varying in time (rocket-equation contexts) needs the product rule on m(t)⋅v(t)2.
Section 9 — Second derivatives and stationary points: finding dx2d2y for a function defined as a product means applying the product rule twice — once for dxdy, and again to differentiate the resulting product. Stationary-point classification questions at A-Level routinely require this iterated application.
Product-rule questions on 9MA0 distribute AO marks roughly as follows:
| AO | Typical share | Earned by |
|---|---|---|
| AO1 (knowledge / procedure) | 60–70% | Identifying u and v, differentiating each correctly (often with chain rule), substituting into u′v+uv′ |
| AO2 (reasoning / interpretation) | 20–30% | Spotting common factors for elegant simplification, justifying which factor to differentiate first, recognising synoptic chain-rule applications |
| AO3 (problem-solving) | 5–15% | Stationary-point analysis, modelling-context interpretation, connected rates of change |
Examiner-rewarded phrasing: "Let u=… and v=…, so by the product rule dxdy=u′v+uv′"; "applying the chain rule to the second factor"; "factorising out (x2−3)3 as the lowest power present". Phrases that lose marks: writing dxd(uv)=u′v′ (the most catastrophic single error in calculus); leaving the answer in unsimplified form when the question demands a polynomial; mishandling sign when one factor is a difference.
A specific Edexcel pattern: in printed-answer ("show that") questions, the printed form is deliberately factored to guide candidates. If your working produces an unfactored expression that doesn't visibly match, do not just write the printed line — show the factoring step explicitly. Examiners look for the working that bridges your line to the printed line.
Question: Differentiate y=x2ex with respect to x.
Grade C response (~210 words):
Using the product rule with u=x2 and v=ex:
u′=2x and v′=ex.
So dxdy=2x⋅ex+x2⋅ex=2xex+x2ex.
This can be written as ex(2x+x2) or xex(2+x).
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.