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 parts — a technique for integrating the product of two functions — as required by the Edexcel A-Level Mathematics specification (9MA0). You need to know the formula, how to choose u and dv/dx, when to apply the method repeatedly, and the LIATE rule for guidance.
Integration by parts is derived from the product rule for differentiation. The formula is:
∫ u (dv/dx) dx = uv - ∫ v (du/dx) dx
Alternatively, using the shorthand notation:
∫ u dv = uv - ∫ v du
The product rule states: d/dx(uv) = u(dv/dx) + v(du/dx)
Rearranging: u(dv/dx) = d/dx(uv) - v(du/dx)
Integrating both sides: ∫ u(dv/dx) dx = uv - ∫ v(du/dx) dx
The key to integration by parts is choosing the right function for u and the right function for dv/dx. The goal is to make the resulting integral ∫ v(du/dx) dx simpler than the original.
A useful guideline is the LIATE rule. Choose u to be the function that comes first in this list:
| Priority | Type | Examples |
|---|---|---|
| 1st | Logarithmic | ln x, log x |
| 2nd | Inverse trigonometric | arcsin x, arctan x |
| 3rd | Algebraic (polynomial) | x, x², 3x + 1 |
| 4th | Trigonometric | sin x, cos x |
| 5th | Exponential | eˣ, 2ˣ |
The remaining function becomes dv/dx.
Key Point: The LIATE rule is a guideline, not a strict rule. It works in the vast majority of cases at A-Level.
Choose u and dv/dx:
Find du/dx and v:
Apply the formula: ∫ x cos x dx = x sin x - ∫ sin x × 1 dx = x sin x - (-cos x) + c = x sin x + cos x + c
Choose: u = x, dv/dx = eˣ
Find: du/dx = 1, v = eˣ
Apply: ∫ x eˣ dx = x eˣ - ∫ eˣ dx = x eˣ - eˣ + c = eˣ(x - 1) + c
First application:
∫ x² sin x dx = x²(-cos x) - ∫ (-cos x)(2x) dx = -x² cos x + 2 ∫ x cos x dx
Second application (on ∫ x cos x dx):
∫ x cos x dx = x sin x - ∫ sin x dx = x sin x + cos x + c
Combining: ∫ x² sin x dx = -x² cos x + 2(x sin x + cos x) + c = -x² cos x + 2x sin x + 2 cos x + c
This is a classic example — it looks like there is only one function, but we write it as 1 × ln x.
Choose: u = ln x, dv/dx = 1
Find: du/dx = 1/x, v = x
Apply: ∫ ln x dx = x ln x - ∫ x × (1/x) dx = x ln x - ∫ 1 dx = x ln x - x + c
Exam Tip: To integrate ln x, always use integration by parts with u = ln x and dv/dx = 1. This is a standard result worth memorising: ∫ ln x dx = x ln x - x + c.
For definite integrals, apply the limits to the formula:
∫ from a to b of u(dv/dx) dx = [uv] from a to b - ∫ from a to b of v(du/dx) dx
Example: Evaluate ∫ from 0 to 1 of x e^(2x) dx
Choose: u = x, dv/dx = e^(2x) Find: du/dx = 1, v = (1/2)e^(2x)
∫ from 0 to 1 of x e^(2x) dx = [(1/2)x e^(2x)] from 0 to 1 - ∫ from 0 to 1 of (1/2)e^(2x) dx
= [(1/2)(1)e² - 0] - [(1/4)e^(2x)] from 0 to 1
= (1/2)e² - [(1/4)e² - (1/4)e⁰]
= (1/2)e² - (1/4)e² + 1/4
= (1/4)e² + 1/4
= (e² + 1)/4
Sometimes, applying integration by parts twice brings you back to the original integral. This happens with integrals like ∫ eˣ sin x dx and ∫ eˣ cos x dx.
First application:
∫ eˣ sin x dx = eˣ sin x - ∫ eˣ cos x dx ... (*)
Second application (on ∫ eˣ cos x dx):
∫ eˣ cos x dx = eˣ cos x - ∫ eˣ(-sin x) dx = eˣ cos x + ∫ eˣ sin x dx
Substitute back into (*): ∫ eˣ sin x dx = eˣ sin x - [eˣ cos x + ∫ eˣ sin x dx] ∫ eˣ sin x dx = eˣ sin x - eˣ cos x - ∫ eˣ sin x dx
Add ∫ eˣ sin x dx to both sides: 2 ∫ eˣ sin x dx = eˣ sin x - eˣ cos x
Divide by 2: ∫ eˣ sin x dx = (1/2)eˣ(sin x - cos x) + c
Exam Tip: When the original integral reappears after two applications, call it I and solve the resulting equation for I. This technique is tested regularly at A-Level.
| Use Integration by Parts | Use Substitution |
|---|---|
| Product of two different types of function (e.g., x × eˣ) | Composite function with inner derivative present (e.g., 2x × e^(x²)) |
| ∫ x sin x dx, ∫ x² eˣ dx | ∫ sin(3x + 1) dx, ∫ x√(x² + 1) dx |
| ∫ ln x dx, ∫ x ln x dx | ∫ f'(x)/f(x) dx |
Edexcel 9MA0-02 specification section 10 — Integration, sub-strand 10.5: integration by parts is a Year 2 Pure technique used to integrate products of functions, derived by reversing the product rule. The formula ∫udv=uv−∫vdu — equivalently ∫u(x)dxdvdx=u(x)v(x)−∫v(x)dxdudx — is listed in the Edexcel formula booklet, so candidates are not required to memorise it, but they are required to apply it fluently. By-parts is examined on 9MA0-02 (Pure Mathematics 2) and frequently surfaces in 9MA0-03 (Statistics & Mechanics) when computing expected values E(X)=∫xf(x)dx for continuous random variables and when integrating velocity expressions involving products. Synoptically the technique connects to section 7 (Differentiation, product rule), section 9 (Numerical methods, when an antiderivative cannot be found in closed form) and section 8 (Differential equations, where by-parts often features in solving non-separable forms).
Question (8 marks): Find ∫x2exdx, simplifying your answer.
Solution with mark scheme:
Step 1 — choose u and dv for the first application of by-parts.
Apply the LIATE rule: among Logarithmic, Inverse-trig, Algebraic, Trigonometric, Exponential factors, choose u to be the type that appears earlier in the list. Here we have an algebraic factor x2 and an exponential factor ex. A beats E, so let:
u=x2,dxdv=ex
Then dxdu=2x and v=ex.
M1 — correct identification of u and dxdv consistent with reducing the algebraic power. Choosing the reverse (u=ex, dv=x2dx) does not reduce the difficulty of the integral and earns no marks for setup.
Step 2 — apply the by-parts formula.
∫x2exdx=x2ex−∫ex⋅2xdx=x2ex−2∫xexdx
A1 — correct first application, with the new integral ∫xexdx clearly written and the constant factor 2 extracted.
Step 3 — recognise that ∫xexdx itself requires by-parts.
For the new integral, again apply LIATE: u=x (algebraic), dxdv=ex (exponential), so dxdu=1 and v=ex.
∫xexdx=xex−∫ex⋅1dx=xex−ex+C1
M1 — correct second application of by-parts to the residual integral. The fact that this question requires by-parts twice is the marker that distinguishes it from a 4-mark question.
A1 — correct evaluation of the inner antiderivative xex−ex.
Step 4 — substitute back and simplify.
∫x2exdx=x2ex−2(xex−ex)+C=x2ex−2xex+2ex+C
M1 — correct substitution of the inner result, with brackets handled correctly so that the sign of +2ex comes out positive (subtracting a negative).
A1 — correct expanded form.
Step 5 — factorise to present a tidy final answer.
∫x2exdx=ex(x2−2x+2)+C
A1 — final factorised form with constant of integration. Examiners reward the factorised presentation here as it makes verification by differentiation straightforward.
Total: 8 marks (M3 A5).
Question (6 marks): Find ∫0π/2xsinxdx, giving your answer in exact form.
Mark scheme decomposition by AO:
Total: 6 marks split AO1 = 5, AO2 = 1. Edexcel typically reserves one AO2 mark on by-parts questions for the closing simplification or the recognition that a boundary term vanishes — the moves that demonstrate fluency rather than rote application.
Connects to:
Section 7 — Differentiation, product rule (reverse derivation): the by-parts formula is the integrated version of the product rule dxd(uv)=udxdv+vdxdu. Integrating both sides and rearranging gives ∫udv=uv−∫vdu. Recognising the formula as "product rule run backwards" is the conceptual hook that A* candidates use to remember it without the formula booklet.
LIATE / strategic choice of u: the LIATE heuristic (Logarithmic, Inverse-trig, Algebraic, Trigonometric, Exponential) is not a rule but a guide for which factor to differentiate. The deeper principle is "differentiate the factor whose derivative is simpler" — so lnx becomes 1/x, xn reduces to nxn−1, while ex and sinx stay essentially the same complexity under differentiation.
Reduction formulae (university extension): repeated by-parts on integrands like ∫xnexdx produces a recurrence In=xnex−nIn−1. This reduction formula perspective is implicit in the 8-mark example above and is studied formally in Year 1 university calculus.
Substitution combined with by-parts (section 10.4): integrals such as ∫xln(x2+1)dx require first a substitution (w=x2+1) followed by by-parts on the resulting lnw integrand. Recognising which technique to apply first, and in which order, is a synoptic problem-solving skill rewarded with AO3 marks.
Section 8 — Differential equations: non-separable first-order ODEs solved by integrating factor lead to integrals like ∫xexdx and ∫e−xsinxdx that require by-parts. The "integrating-factor method" cannot be completed without fluent by-parts.
By-parts questions on 9MA0-02 split AO marks as follows:
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.