You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
Builds on: aqa-alevel-maths-pure-2 / integration-techniques — this lesson is the A2-level deep dive.
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.
Spec Mapping — AQA 7357 Section H Integration. This lesson covers the integration-by-substitution content of Section H, at the depth required for A2-level synoptic questions and modelling-style problems. Refer to the official AQA specification document for exact wording.
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:
intf(u)duwhich is often much easier to integrate.
Find ∫ 2x(x² + 3)⁴ dx.
Let u = x² + 3. Then du/dx = 2x, so du = 2x dx.
∫2x(x2+3)4dx=∫u4du=5u5+C=5(x2+3)5+CFind ∫ x(x² + 1)³ dx.
Let u = x² + 1. Then du = 2x dx, so x dx = du/2.
∫x(x2+1)3dx=∫u3×2du=21∫u3du=21×4u4+C=8(x2+1)4+CFind ∫ (3x + 2)⁵ dx.
Let u = 3x + 2. Then du = 3 dx, so dx = du/3.
∫(3x+2)5dx=∫u5×3du=31×6u6+C=18(3x+2)6+CWhen 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 ∫01x1−x2dx.
Let u=1−x2. Then du=−2xdx, so xdx=−2du.
Change limits: When x = 0, u = 1. When x = 1, u = 0.
∫01x1−x2dx=∫10u×(−2du)=21∫01udu(reversing limits removes the negative sign)=21[3/2u3/2]01=21×32[u3/2]01=31[1−0]=31A very important special case: if the integrand has the form f'(x)/f(x), then:
∫f(x)f′(x)dx=ln∣f(x)∣+CThis 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:
∫x2+52xdx=ln∣x2+5∣+C=ln(x2+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:
∫sinxcosxdx=ln∣sinx∣+CIf the integrand has the form f'(x) × [f(x)]ⁿ, then:
∫f′(x)×[f(x)]ndx=n+1[f(x)]n+1+C(n=−1)Find ∫ cos x × sin³x dx.
Here f(x) = sin x, f'(x) = cos x, n = 3:
∫cosx×sin3xdx=4sin4x+CAlternatively, let u = sin x, du = cos x dx:
∫u3du=4u4+C=4sin4x+C✓Find ∫3x+1xdx.
Let u=3x+1. Then x=3u−1 and dx=3du.
∫3x+1xdx=∫3u−1×u1×3du=91∫uu−1du=91∫(u1/2−u−1/2)du=91[32u3/2−2u1/2]+C=272(3x+1)3/2−92(3x+1)1/2+CWe can factorise:
=2723x+1[3x+1−3]+C=2723x+1(3x−2)+C| Integrand contains | Try the substitution |
|---|---|
| (ax+b)n | u=ax+b |
| f(x2)×x | u=x2 |
| f(sinx)×cosx | u=sinx |
| f(cosx)×sinx | u=cosx |
| f(ex)×ex | u=ex |
| f(lnx)×x1 | u=lnx |
| a2−x2 | x=asinθ (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.
∫01ex+1exdx=∫2e+1u1du=[lnu]2e+1=ln(e+1)−ln2=ln[2e+1]This topic connects to:
aqa-alevel-maths-pure-2 / integration-techniques) — substitution is one of the two standard techniques alongside parts.aqa-alevel-maths-pure-1 / differentiation) — substitution is the inverse operation, so confident chain-rule recognition unlocks the right $u$.aqa-alevel-maths-calculus-applications / areas-under-curves) — many definite-area integrals require substitution before they can be evaluated.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.
Note: this question is constructed to model AQA Paper 1/2/3 style; it is not a reproduction of any published past paper.
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.
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.