Math Deep Dive: Saturday, July 11 — Mastering Integration by Parts
Here's a fact that surprises most A-level students: integration by parts is not a trick. It's a direct consequence of the product rule for differentiation — and once you see why it works, you'll never misapply it again. Today's deep dive unpacks one of the most tested calculus techniques on A-level maths papers, from first principles through to exam-ready execution.
Why Integration by Parts Matters in A-Level Maths
In the 2023 Edexcel A-level Mathematics Paper 2, integration by parts appeared in two separate questions, collectively worth 14 marks. That's nearly 12% of the paper. Yet research from exam board examiners consistently shows it as one of the most poorly executed topics — not because students don't know the formula, but because they don't understand when and how to apply it strategically.
The technique becomes essential the moment you encounter integrals like ∫x·eˣ dx or ∫x·sin(x) dx — products of two fundamentally different types of function that cannot be solved by substitution alone. Mastering this single method can be the difference between a grade B and a grade A* in your calculus questions.
Concept Introduction: What Are We Actually Solving?
Integration by parts solves a specific class of problem: integrals of products. When you have two different types of function multiplied together — a polynomial with an exponential, or a logarithm with a polynomial — standard integration rules don't apply directly.
Think of it like this: differentiation has the product rule as its power tool for handling multiplied functions. Integration by parts is simply that same tool, run in reverse. You're not learning something new so much as you're learning to read a familiar map from the other direction.
First Principles: Where Does the Formula Come From?
Let's build this from the ground up. Recall the product rule for differentiation: if you have two functions u(x) and v(x), then:
d/dx [u·v] = u·(dv/dx) + v·(du/dx)
Now integrate both sides with respect to x:
∫ d/dx [u·v] dx = ∫ u·(dv/dx) dx + ∫ v·(du/dx) dx
The left side simplifies beautifully — integrating a derivative just gives you back the original function. So:
u·v = ∫ u·(dv/dx) dx + ∫ v·(du/dx) dx
Rearrange to isolate the integral you actually want to solve:
∫ u·(dv/dx) dx = u·v − ∫ v·(du/dx) dx
This is the integration by parts formula. In shorthand notation — the form you'll see on most formula sheets — it's written as ∫ u dv = uv − ∫ v du. You haven't memorised an abstract rule; you've derived a logical consequence from something you already know.
Choosing u and dv: The LIATE Rule
The single most common error in problem solving with this technique is choosing which part of the product to call u and which to call dv. The wrong choice doesn't make the integral impossible — it just makes it significantly harder, sometimes creating an infinite loop of complexity.
Use the LIATE rule as your decision framework. When selecting u, prioritise in this order:
L — Logarithmic functions (ln x, log x)
I — Inverse trigonometric functions (arcsin, arctan)
A — Algebraic/polynomial functions (x², 3x, constants)
T — Trigonometric functions (sin x, cos x)
E — Exponential functions (eˣ, 2ˣ)
Whatever appears highest on this list in your integral becomes u. Everything else becomes dv. This isn't an arbitrary mnemonic — it reflects the fact that differentiating logarithms and inverse trig functions simplifies them dramatically, while integrating exponentials keeps them clean and manageable.
Worked Example 1: A Classic Polynomial-Exponential Integral
Let's solve ∫ x·eˣ dx step by step.
Step 1 — Identify u and dv using LIATE: We have a polynomial (x) and an exponential (eˣ). Algebraic comes before Exponential in LIATE, so u = x and dv = eˣ dx.
Step 2 — Differentiate u and integrate dv: du/dx = 1, so du = dx. Integrating dv: v = eˣ.
Step 3 — Apply the formula:
∫ x·eˣ dx = x·eˣ − ∫ eˣ · 1 dx = x·eˣ − eˣ + C
Step 4 — Factorise your answer: = eˣ(x − 1) + C
Notice what happened: the remaining integral ∫ eˣ dx was trivial to solve. That's the hallmark of a correct u and dv selection — the second integral is always simpler than the first.
Worked Example 2: The Logarithm Case
Now try ∫ x·ln(x) dx. This one trips up students who instinctively treat ln(x) as something to integrate. Applying LIATE: Logarithmic beats Algebraic, so u = ln(x) and dv = x dx.
Differentiate and integrate: du = (1/x) dx, and v = x²/2.
Apply the formula:
∫ x·ln(x) dx = (x²/2)·ln(x) − ∫ (x²/2)·(1/x) dx
= (x²/2)·ln(x) − ∫ (x/2) dx
= (x²/2)·ln(x) − x²/4 + C
If you had chosen u = x instead, you'd be stuck trying to integrate ln(x) on the right-hand side — which requires its own separate application of integration by parts. The LIATE rule genuinely saves you from creating problems for yourself.
Common Pitfalls That Cost Students Marks
Even students who understand the method fall into predictable traps during exam conditions. Here are the most costly ones, based on examiner reports:
Forgetting the constant of integration. On indefinite integrals, missing +C typically costs one mark. Over an entire paper, these accumulate. Make it automatic.
Sign errors in the subtraction. The formula is uv MINUS ∫v du. Under time pressure, students often flip this to a plus. Write the formula out explicitly before substituting.
Not simplifying the remaining integral before solving it. In Example 2 above, the step where x²/2 × 1/x simplifies to x/2 is where errors cluster. Always simplify before integrating.
Applying integration by parts to integrals that don't need it. If you see ∫ x·eˣ²dx, that's a substitution problem, not integration by parts. Check whether substitution is simpler first.
A Non-Obvious Insight: When to Apply Integration by Parts Twice
Here's something most textbooks underemphasise: sometimes the integral produced in your first application of the formula also requires integration by parts. The integral ∫ x²·eˣ dx is a perfect example — you'll need to apply the technique twice, reducing x² to x, then to a constant, before everything resolves cleanly.
The deeper insight is this: for a polynomial of degree n multiplied by an exponential or trigonometric function, you'll always need exactly n applications of integration by parts. Knowing this in advance turns a potentially confusing process into a structured, predictable algorithm. You're not guessing — you're executing a known number of steps.
Practice Strategies That Actually Build Exam Competence
Passive reading of worked examples does not translate to exam performance. Cognitive science research on mathematics learning consistently shows that retrieval practice — attempting problems from memory before checking — produces significantly stronger retention than re-reading solutions. Here's a structured approach:
Day 1: Work through five integration by parts problems of increasing difficulty. Mark your work against model solutions and note specifically where errors occurred, not just that they occurred.
Day 2: Without looking at yesterday's solutions, redo the same five problems. This forces active recall rather than recognition.
Day 3: Introduce five new problems. Mix integration by parts with substitution problems so you practise the decision of which technique to use, not just execution.
Exam simulation: Regularly time yourself on past paper questions. Under timed conditions, your brain accesses procedures differently. Speed and accuracy both need to be trained explicitly.
Prioritise questions from the last five years of your specific exam board. The style, phrasing, and complexity of questions shifts subtly over time, and recent papers are the most accurate predictor of what you'll face.
Connecting Integration by Parts to Broader A-Level Maths Skills
Integration by parts doesn't exist in isolation. It connects directly to differential equations — a topic weighted heavily in A-level further mathematics — and appears in physics contexts like calculating work done by variable forces and moments of inertia. Students who understand the technique deeply, not just procedurally, carry that advantage across multiple topics and subjects.
Strong algebra skills are the invisible foundation here. The technique itself is straightforward; the errors almost always occur in the algebraic simplification steps around it. If you're consistently making mistakes in integration by parts, audit your algebra — factorising, expanding brackets, and simplifying fractions — before assuming the calculus itself is the problem.
Your Next Step
Understanding integration by parts at the level described in this post puts you ahead of the majority of A-level candidates who can apply the formula but cannot explain it. That depth of understanding is what separates consistent high performers from those who find calculus unpredictable.
This week, before you touch another practice paper, take ten minutes to derive the integration by parts formula yourself, starting only from the product rule. No notes, no formula sheet. If you can do it fluently, you own the concept. If you can't, that gap is exactly where your revision energy should go.
At TheThula, our A-level mathematics tutors work through techniques like this in real time, diagnosing exactly where your understanding breaks down and building exam-ready fluency from the ground up. Explore our sessions and take the guesswork out of your preparation.
Top comments (0)