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 three key A-Level integration methods: integration by substitution, integration by parts, and integration using partial fractions.
Substitution reverses the chain rule. Replace a complicated expression with a simpler variable u.
Find ∫2x(x² + 1)⁴ dx.
Let u = x² + 1, so du = 2x dx.
∫2x(x² + 1)⁴ dx = ∫u⁴ du = u⁵/5 + c
= (x² + 1)⁵/5 + c
Find ∫x√(3x − 1) dx.
Let u = 3x − 1, so x = (u + 1)/3 and dx = du/3.
∫[(u + 1)/3] √u × du/3 = (1/9) ∫(u + 1)u^(1/2) du = (1/9) ∫(u^(3/2) + u^(1/2)) du
= (1/9)[2u^(5/2)/5 + 2u^(3/2)/3] + c
= 2(3x − 1)^(5/2)/45 + 2(3x − 1)^(3/2)/27 + c
Change the limits as well: when x = a → u = g(a); when x = b → u = g(b).
Evaluate ∫₀² x(x² + 1)³ dx.
Let u = x² + 1, du = 2x dx → x dx = du/2.
When x = 0, u = 1; when x = 2, u = 5.
∫₁⁵ u³ × (1/2) du = (1/2)[u⁴/4]₁⁵ = (1/8)(625 − 1)
= 78
Integration by parts reverses the product rule:
∫u (dv/dx) dx = uv − ∫v (du/dx) dx
Use the LIATE priority: Logarithmic, Inverse trig, Algebraic, Trigonometric, Exponential — let u be the function that appears earliest in this list.
Find ∫x eˣ dx.
Let u = x (algebraic), dv/dx = eˣ.
du/dx = 1, v = eˣ.
∫x eˣ dx = xeˣ − ∫eˣ dx = xeˣ − eˣ + c
= eˣ(x − 1) + c
Find ∫x² sin x dx.
Let u = x², dv/dx = sin x → du/dx = 2x, v = −cos x.
= −x² cos x + ∫2x cos x dx
Now apply by parts again to ∫2x cos x dx:
u = 2x, dv/dx = cos x → du/dx = 2, v = sin x.
= −x² cos x + [2x sin x − ∫2 sin x dx]
= −x² cos x + 2x sin x + 2 cos x + c
= (2 − x²) cos x + 2x sin x + c
Find ∫ln x dx.
Let u = ln x, dv/dx = 1 → du/dx = 1/x, v = x.
∫ln x dx = x ln x − ∫x × (1/x) dx = x ln x − ∫1 dx
= x ln x − x + c
Decompose a rational function into partial fractions, then integrate each term separately.
| Fraction | Integral |
|---|---|
| A/(x − a) | A ln |
| A/(x − a)² | −A/(x − a) + c |
Find ∫(5x − 1)/[(x + 1)(x − 2)] dx.
Decompose: (5x − 1)/[(x + 1)(x − 2)] = A/(x + 1) + B/(x − 2)
5x − 1 = A(x − 2) + B(x + 1)
x = 2: 9 = 3B → B = 3
x = −1: −6 = −3A → A = 2
∫[2/(x + 1) + 3/(x − 2)] dx
= 2 ln|x + 1| + 3 ln|x − 2| + c
Find ∫(3x + 5)/[(x + 1)²] dx.
Decompose: (3x + 5)/(x + 1)² = A/(x + 1) + B/(x + 1)²
3x + 5 = A(x + 1) + B
x = −1: 2 = B
Compare x coefficients: 3 = A
∫[3/(x + 1) + 2/(x + 1)²] dx
= 3 ln|x + 1| − 2/(x + 1) + c
AQA 7357 Pure Mathematics specification, Section H — Integration (Year 2 content) covers using substitution; integrate by parts; integrate using partial fractions that are linear in the denominator; recognise standard forms (∫f(x)f′(x)dx=ln∣f(x)∣+C, ∫a2+x21dx via inverse trig where listed) (refer to the official specification document for exact wording). Section H sits at the apex of Pure: Year 1 integration (power rule, basic trig, exponentials) is the prerequisite, and the Year 2 techniques unlock differential equations (Section H sub-strand on first-order separable ODEs) and any modelling question that produces a non-elementary integrand. The AQA formula booklet provides the standard integrals ∫xndx, ∫ekxdx, ∫x1dx, basic trig integrals, and the integration-by-parts formula ∫udv=uv−∫vdu — but does not list reduction patterns or partial-fraction decompositions; those must be derived in the answer.
The technique is examined across all three AQA papers: Paper 1 (Pure 1) tests substitution and basic standard integrals; Paper 2 (Pure 2) is where the harder by-parts and partial-fraction work appears; Paper 3 (Mechanics + Statistics) uses integration to recover displacement from velocity (s=∫vdt) and to compute expectations of continuous random variables (E(X)=∫xf(x)dx).
Question (8 marks): Find ∫x2exdx.
Solution with mark scheme:
Step 1 — recognise the structure. The integrand is a polynomial times an exponential. Substitution will not collapse it (no inner function whose derivative appears as a factor). Partial fractions does not apply. The remaining tool is integration by parts, which trades a "harder" ∫udv for an "easier" uv−∫vdu. Choose u as the polynomial (so that differentiating it lowers the degree) and dv as the exponential (so that integrating it leaves the form unchanged).
B1 — correct identification of integration by parts as the appropriate technique, with reasoning recorded.
Step 2 — first application of by-parts.
Let u=x2 and dv=exdx. Then du=2xdx and v=ex.
∫x2exdx=x2ex−∫2x⋅exdx=x2ex−2∫xexdx
M1 — correct choice of u and dv with derivatives and antiderivative computed.
A1 — correct first-stage expression x2ex−2∫xexdx.
Step 3 — second application of by-parts on the residual integral ∫xexdx.
Let u=x and dv=exdx. Then du=dx and v=ex.
∫xexdx=xex−∫exdx=xex−ex+C1
M1 — correct second application of by-parts.
A1 — correct evaluation xex−ex (constant absorbed at the end).
Step 4 — combine.
∫x2exdx=x2ex−2(xex−ex)+C=x2ex−2xex+2ex+C
M1 — correct substitution back into the first-stage expression.
A1 — correct factored or expanded form, e.g. ex(x2−2x+2)+C.
A1 — +C explicitly included (an A1 mark on every indefinite integral; AQA examiners deduct it routinely when omitted).
Total: 8 marks (B1 M3 A4).
The factored form ex(x2−2x+2)+C is preferred because it can be verified instantly: differentiate using the product rule and confirm x2ex falls out. Examiners reward candidates who write "Check: dxd[ex(x2−2x+2)]=ex(x2−2x+2)+ex(2x−2)=x2ex" because it demonstrates AO3 self-checking discipline.
Question (6 marks): Use the substitution u=1+x2 to evaluate ∫01(1+x2)3xdx, giving your answer as an exact fraction.
Mark scheme decomposition by AO:
Total: 6 marks split AO1 = 4, AO2 = 2. The AO2 marks reward the limit transformation (a step that distinguishes substitution from a "u-only" symbolic exercise) and the exact-form discipline.
Connects to:
Year 1 basic integration (Section H earlier sub-strand): the power rule ∫xndx=n+1xn+1+C for n=−1 is the engine inside every substitution. Once a substitution reduces the integrand to un form, Year 1 machinery completes the job.
Differentiation — chain rule (Section G): substitution is the chain rule run in reverse. Whenever you see ∫f(g(x))g′(x)dx, substituting u=g(x) converts it to ∫f(u)du. Recognising the inner function and its derivative as a factor in the integrand is the synoptic skill.
Differentiation — product rule (Section G): integration by parts is the product rule run in reverse. From dxd(uv)=udv/dx+vdu/dx, integrating both sides gives uv=∫udv+∫vdu, hence ∫udv=uv−∫vdu. Without fluency in the product rule, by-parts is opaque procedure.
Algebra — partial fractions (Section B): integrating rational functions like (x−1)(x+2)1 requires decomposing into x−1A+x+2B first, then integrating each piece as ln. The algebraic decomposition is a Section B technique repurposed as a Section H tool.
First-order separable ODEs (Section H later sub-strand): equations like dxdy=x(x+1)y separate into ∫y1dy=∫x(x+1)1dx, where the right-hand side demands partial fractions. Every separable ODE eventually invokes one of the four techniques in this Deep Dive.
Integration-techniques questions on AQA 7357 distribute AO marks as follows:
| AO | Typical share | Earned by |
|---|---|---|
| AO1 (knowledge / procedure) | 55–70% | Choosing u and dv for by-parts, computing derivatives and antiderivatives, applying the substitution formula |
| AO2 (reasoning / interpretation) | 20–35% | Justifying technique choice, transforming limits in definite integrals, recognising standard forms, presenting exact answers |
| AO3 (problem-solving) | 5–15% | Multi-step problems combining techniques (e.g. substitution then by-parts), modelling integrals, ODE setup |
Examiner-rewarded phrasing: "let u=… so that du/dx=…, hence dx=…"; "transforming the limits: when x=a, u=…"; "applying integration by parts with u=… and dv=… chosen so the residual integral is simpler"; "+C" on every indefinite integral. Phrases that lose marks: omitting the constant of integration, leaving ∫ symbols in the final answer, mixing x and u variables in a single line, and presenting decimals where exact form is demanded.
A specific AQA pattern: when a question writes "use the substitution u=…" the substitution is prescribed — using a different one (even if it works) loses the M1 for "correct method". When the question writes "find" without prescribing, any valid technique scores.
Question: Find ∫(2x+1)5dx.
Grade C response (~150 words):
Let u=2x+1, so dxdu=2 and dx=2du.
The integral becomes ∫u5⋅21du=21⋅6u6+C=12u6+C.
Substituting back: 12(2x+1)6+C.
Examiner commentary: Full marks (3/3). Substitution is set up cleanly, the constant absorbed into the rescaling dx=du/2, the back-substitution explicit, and +C included. This is the standard procedural answer for a single-step substitution. Some candidates skip the substitution and apply the "reverse chain rule" mentally — that is also acceptable but riskier under time pressure because the divide-by-the-derivative-of-the-inner step is easy to forget.
Grade A response (~210 words):*
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.