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 integration by substitution (also called u-substitution), a powerful technique for evaluating integrals that cannot be found by simple inspection. It is the reverse of the chain rule for differentiation and is a key topic in A-Level Mathematics.
If we can write an integral in the form:
∫ f(g(x)) × g'(x) dx
then by substituting u = g(x), du = g'(x) dx, the integral simplifies to:
∫ f(u) du
which is often much easier to integrate.
Find ∫ 2x(x² + 3)⁴ dx.
Let u = x² + 3. Then du/dx = 2x, so du = 2x dx.
∫ 2x(x² + 3)⁴ dx = ∫ u⁴ du = u⁵/5 + C = (x² + 3)⁵/5 + C
Find ∫ x(x² + 1)³ dx.
Let u = x² + 1. Then du = 2x dx, so x dx = du/2.
∫ x(x² + 1)³ dx = ∫ u³ × (du/2) = (1/2) ∫ u³ du = (1/2) × u⁴/4 + C = (x² + 1)⁴/8 + C
Find ∫ (3x + 2)⁵ dx.
Let u = 3x + 2. Then du = 3 dx, so dx = du/3.
∫ (3x + 2)⁵ dx = ∫ u⁵ × (du/3) = (1/3) × u⁶/6 + C = (3x + 2)⁶/18 + C
When using substitution with definite integrals, you must change the limits to match the new variable u:
This means you do not need to substitute back to x at the end.
Evaluate ∫₀¹ x√(1 − x²) dx.
Let u = 1 − x². Then du = −2x dx, so x dx = −du/2.
Change limits: When x = 0, u = 1. When x = 1, u = 0.
∫₀¹ x√(1 − x²) dx = ∫₁⁰ √u × (−du/2)
= (1/2) ∫₀¹ √u du (reversing limits removes the negative sign)
= (1/2) [u^(3/2) ÷ (3/2)]₀¹
= (1/2) × (2/3) [u^(3/2)]₀¹
= (1/3) [1 − 0]
= 1/3
A very important special case: if the integrand has the form f'(x)/f(x), then:
∫ f'(x)/f(x) dx = ln|f(x)| + C
This is because substituting u = f(x) gives du = f'(x) dx, and ∫ du/u = ln|u| + C.
Find ∫ 2x/(x² + 5) dx.
The numerator 2x is the derivative of the denominator x² + 5. Therefore:
∫ 2x/(x² + 5) dx = ln|x² + 5| + C = ln(x² + 5) + C
(We can drop the absolute value since x² + 5 > 0 for all x.)
Find ∫ cos x/sin x dx = ∫ cot x dx.
Here f(x) = sin x, f'(x) = cos x:
∫ cos x/sin x dx = ln|sin x| + C
If the integrand has the form f'(x) × [f(x)]ⁿ, then:
∫ f'(x) × [f(x)]ⁿ dx = [f(x)]^(n+1) / (n + 1) + C (n ≠ −1)
Find ∫ cos x × sin³x dx.
Here f(x) = sin x, f'(x) = cos x, n = 3:
∫ cos x × sin³x dx = sin⁴x/4 + C
Alternatively, let u = sin x, du = cos x dx:
∫ u³ du = u⁴/4 + C = sin⁴x/4 + C ✓
Find ∫ x/√(3x + 1) dx.
Let u = 3x + 1. Then x = (u − 1)/3 and dx = du/3.
∫ x/√(3x + 1) dx = ∫ [(u − 1)/3] × (1/√u) × (du/3)
= (1/9) ∫ (u − 1)/√u du
= (1/9) ∫ (u^(1/2) − u^(−1/2)) du
= (1/9) [2u^(3/2)/3 − 2u^(1/2)] + C
= (2/27)(3x + 1)^(3/2) − (2/9)(3x + 1)^(1/2) + C
We can factorise:
= (2/27)√(3x + 1) [3x + 1 − 3] + C
= (2/27)√(3x + 1)(3x − 2) + C
| Integrand contains | Try the substitution |
|---|---|
| (ax + b)ⁿ | u = ax + b |
| f(x²) × x | u = x² |
| f(sin x) × cos x | u = sin x |
| f(cos x) × sin x | u = cos x |
| f(eˣ) × eˣ | u = eˣ |
| f(ln x) × (1/x) | u = ln x |
| √(a² − x²) | x = a sin θ (trigonometric substitution) |
Evaluate ∫₀¹ eˣ/(eˣ + 1) dx.
Let u = eˣ + 1. Then du = eˣ dx.
Limits: When x = 0, u = 2. When x = 1, u = e + 1.
∫₀¹ eˣ/(eˣ + 1) dx = ∫₂^(e+1) (1/u) du
= [ln u]₂^(e+1)
= ln(e + 1) − ln 2
= ln[(e + 1)/2]
Exam Tip: In AQA papers, substitution questions often tell you what substitution to use (e.g. "Use the substitution u = x² + 1"). When they do, follow their instruction. When they do not, look for a "function and its derivative" pattern. Always show the substitution for du/dx, the replacement of dx, the change of limits (for definite integrals), and the final integration. Each of these stages earns method marks.
AQA 7357 specification, Paper 2 — Pure Mathematics, Section H (Integration), Year 2 content covers using a given substitution (refer to the official specification document for exact wording). Substitution is the structural reverse of the chain rule and the most-used integration technique beyond direct anti-differentiation. The AQA formula booklet lists standard integrals (∫x1dx=ln∣x∣+C, ∫sec2xdx=tanx+C, etc.) but does not list substitution templates — students must recognise the pattern ∫f(g(x))g′(x)dx themselves. Substitution interacts with Section G (Differentiation, chain rule), Section H (integration by parts, partial fractions) and feeds Section P (Mechanics, work-energy via ∫Fdx). On Paper 2 it is examined both as a directed technique ("using the substitution u=…") and as an open-ended choice on harder integrals.
Question (8 marks):
(a) Use the substitution u=x2+1 to find ∫x(x2+1)4dx. (5)
(b) Hence, or otherwise, evaluate ∫0π/2sin3xcosxdx using the substitution u=sinx. (3)
Solution with mark scheme:
(a) Step 1 — set up the substitution.
Let u=x2+1. Differentiating: dxdu=2x, so du=2xdx, equivalently xdx=21du.
M1 — correct expression for du in terms of dx (or vice versa). The frequent error is writing du=2x without the dx, which conflates the derivative with the differential and breaks the substitution algebra.
Step 2 — rewrite the integral entirely in u.
∫x(x2+1)4dx=∫(x2+1)4⋅xdx=∫u4⋅21du=21∫u4du
M1 — every x replaced. A common loss of marks: leaving a stray x in the integrand (e.g. writing ∫xu4du). The integral must be entirely in the new variable before integrating.
A1 — correct integrand 21u4.
Step 3 — integrate with respect to u.
21∫u4du=21⋅5u5+C=10u5+C
M1 — correct application of the power rule ∫undu=n+1un+1+C.
Step 4 — back-substitute.
10(x2+1)5+C
A1 — final answer in terms of x, with constant of integration. Forgetting to back-substitute (leaving the answer in u) loses the final A1 — the question asked for the integral with respect to x, so the answer must reference x.
(b) Step 1 — set up substitution and change limits.
Let u=sinx, so dxdu=cosx and du=cosxdx.
When x=0, u=sin0=0. When x=2π, u=sin(2π)=1.
M1 — correct du and correctly transformed limits. For a definite integral, changing the limits is mandatory if you do not intend to back-substitute; failing to change limits and then evaluating from 0 to π/2 in the u integral is dimensionally wrong and scores zero on this M1.
Step 2 — rewrite and evaluate.
∫0π/2sin3xcosxdx=∫01u3du=[4u4]01=41−0=41
M1 — correct anti-derivative. A1 — final exact value 41.
Total: 8 marks (M5 A3, split as shown).
Question (6 marks): Use the substitution u=1+x to find ∫(1+x)x1dx, simplifying your answer.
Mark scheme decomposition by AO:
Total: 6 marks split AO1 = 5, AO2 = 1. The AO2 mark rewards the domain observation that justifies dropping the modulus — a small but characteristic A* presentation move.
Connects to:
Section G — Chain rule (reverse direction): the substitution rule is the chain rule played backwards. If F′(u)=f(u) and u=g(x), then dxdF(g(x))=f(g(x))g′(x) by the chain rule, so ∫f(g(x))g′(x)dx=F(g(x))+C. Recognising the chain-rule "fingerprint" f(g(x))⋅g′(x) in an integrand is the trigger for substitution.
Section H — Integration by parts: when substitution fails (no clean g′(x) factor present), parts ∫udv=uv−∫vdu becomes the next tool. Some integrals — ∫xex2dx, for instance — yield instantly to substitution; others — ∫xexdx — demand parts. Diagnosing which is an A* skill.
Trigonometric substitution x=sinθ: integrals containing 1−x2 are tackled by x=sinθ, exploiting 1−sin2θ=cos2θ. The AQA 7357 specification includes this technique within Section H. The substitution is "inverse" — x is written as a function of θ rather than θ as a function of x.
Partial fractions (Section H): ∫(x−1)(x+2)1dx resists direct substitution but yields after partial-fraction decomposition. Partial fractions and substitution are complementary: PF prepares the integrand, substitution then handles each term.
Mechanics — work-energy theorem (Section P): the integral W=∫F(x)dx that defines work done by a variable force routinely needs substitution when F is given as a composite function of position. Spring forces F=−kx integrate trivially; gravitational forces F=−GMm/r2 also; but velocity-dependent damping F=−bv=−bdx/dt requires the chain-rule substitution vdv=adx — the kinematic identity that powers most of A-Level mechanics energy problems.
Substitution questions on AQA 7357 split AO marks as follows:
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.