Math Deep Dive: Wednesday, July 8 — Mastering Integration by Parts
Here's a statistic that should sharpen your focus: integration by parts questions appear in over 70% of A-level maths papers, yet fewer than half of students apply the technique correctly under exam conditions. The gap between knowing a method and executing it flawlessly is where marks are won and lost. Today, we close that gap.
Whether you're approaching your A-level maths final or consolidating your calculus foundations, this deep dive will take you from the underlying logic of integration by parts all the way through to exam-ready execution — with zero hand-waving along the way.
What Is Integration by Parts — Really?
Before we touch a single integral, let's establish the why. Integration by parts isn't an arbitrary formula someone invented to torment students. It is the direct consequence of the product rule for differentiation, reversed and repurposed.
Recall the product rule: if you have two functions u(x) and v(x), then:
d/dx [uv] = u(dv/dx) + v(du/dx)
Integrate both sides with respect to x, and after rearranging, you arrive at the integration by parts formula:
∫ u (dv/dx) dx = uv − ∫ v (du/dx) dx
Written more compactly using the shorthand notation familiar from A-level maths: ∫ u dv = uv − ∫ v du. This is not magic — it is algebra applied to the product rule. Anchoring the formula in first principles like this means you can reconstruct it from scratch in an exam if your memory falters.
First Principles: Building the Intuition
Think of integration by parts as a trading strategy. You have an integral that's difficult to evaluate directly. By designating one part of the integrand as u and another as dv, you are exchanging your original problem for a (hopefully simpler) one: ∫ v du. The art lies entirely in making the right trade.
The key question to ask yourself is: "After I differentiate u and integrate dv, is the resulting integral easier than what I started with?" If the answer is yes, you've made a good choice. If no, swap your designations and try again.
A reliable heuristic taught at TheThula is the LIATE priority order for choosing u:
L — Logarithmic functions (e.g., ln x)
I — Inverse trigonometric functions (e.g., arctan x)
A — Algebraic functions (e.g., x², 3x)
T — Trigonometric functions (e.g., sin x, cos x)
E — Exponential functions (e.g., eˣ)
Choose the function that appears higher in this list as your u. This heuristic works because functions higher on the list become simpler when differentiated, while functions lower on the list integrate cleanly. It's a tool, not a law — but it is correct in the vast majority of A-level problems.
Worked Example 1: A Classic Case
Let's evaluate: ∫ x eˣ dx
Using LIATE: x is algebraic (A), eˣ is exponential (E). Algebraic ranks higher, so we set u = x and dv = eˣ dx.
Now compute the necessary components:
Differentiate u: du/dx = 1, so du = dx
Integrate dv: ∫eˣ dx = eˣ, so v = eˣ
Apply the formula: ∫ x eˣ dx = x·eˣ − ∫ eˣ dx = xeˣ − eˣ + C
Factor for elegance: = eˣ(x − 1) + C
A quick check: differentiate eˣ(x − 1) using the product rule. You get eˣ(x − 1) + eˣ(1) = xeˣ. Correct. Always verify your answer by differentiating — this takes 30 seconds and guarantees marks in an exam.
Worked Example 2: The Logarithm Trap
Evaluate: ∫ x² ln x dx
This catches students off guard. LIATE tells us ln x (logarithmic) outranks x² (algebraic), so: u = ln x, dv = x² dx.
du = (1/x) dx
v = x³/3
Applying the formula:
∫ x² ln x dx = (x³/3) ln x − ∫ (x³/3) · (1/x) dx
= (x³/3) ln x − ∫ x²/3 dx
= (x³/3) ln x − x³/9 + C
Notice what happened: by choosing ln x as u, the difficult logarithm was differentiated away, leaving a straightforward polynomial integral. This is the payoff of applying LIATE correctly.
Worked Example 3: Repeated Integration by Parts
Some integrals require applying the technique twice. Consider: ∫ x² eˣ dx
First pass: u = x², dv = eˣ dx → du = 2x dx, v = eˣ
∫ x² eˣ dx = x²eˣ − ∫ 2x eˣ dx
The remaining integral ∫ 2x eˣ dx requires a second application — which we already solved in Example 1. Substituting:
= x²eˣ − 2[xeˣ − eˣ] + C = x²eˣ − 2xeˣ + 2eˣ + C
= eˣ(x² − 2x + 2) + C
The pattern here is worth memorising: ∫ xⁿ eˣ dx will always require n applications of integration by parts, each time reducing the power of x by one.
Common Pitfalls — Where Students Lose Marks
After reviewing hundreds of A-level maths scripts, the same errors appear repeatedly. Here are the most damaging:
Pitfall 1: Forgetting the Constant of Integration
In indefinite integrals, omitting + C is penalised consistently. Build the habit of writing it automatically — it's a free mark you should never drop.
Pitfall 2: Sign Errors in the Subtraction
The formula contains a minus sign: ∫ u dv = uv minus ∫ v du. Students frequently add instead of subtracting. Write out the full formula on your working sheet before substituting values.
Pitfall 3: Incorrect Choice of u and dv
Assigning u = eˣ when a polynomial is present typically creates a more complex integral, not a simpler one. If your second integral looks harder than your first, stop — you've likely made the wrong assignment.
Pitfall 4: Differentiating v Instead of Integrating
This is surprisingly common under pressure. Remember: u gets differentiated (to find du), while dv gets integrated (to find v). Labelling your working clearly prevents this error entirely.
Pitfall 5: Not Simplifying the Remaining Integral
After applying the formula, students sometimes abandon simplification too early. Always reduce the remaining integral to its simplest form before evaluating — partial cancellations can occur that dramatically shorten your work.
A Non-Obvious Insight: When Integration by Parts Produces Itself
Here is something genuinely elegant that many A-level maths students never encounter: some integrals, when you apply integration by parts twice, return to the original integral. This isn't a dead end — it's the solution.
Consider: ∫ eˣ sin x dx. Apply integration by parts twice (both times keeping the same hierarchy of choices), and you arrive at:
∫ eˣ sin x dx = eˣ sin x − eˣ cos x − ∫ eˣ sin x dx
Call the original integral I. Then: I = eˣ sin x − eˣ cos x − I, which gives 2I = eˣ(sin x − cos x), so:
I = eˣ(sin x − cos x)/2 + C
This technique — treating the integral as an unknown and solving algebraically — is tested at A-level and beyond. It rewards students who understand that mathematics is about structure, not just computation.
Practice Strategies That Actually Work
Knowing the theory is necessary but not sufficient. Here's how to build genuine exam fluency:
Timed drilling: Set a 5-minute timer per integration by parts problem. Speed under constraint is a skill, and it must be practised explicitly.
Work backwards: Differentiate a complex expression and then challenge yourself to integrate the result. This builds pattern recognition and solidifies the connection to the product rule.
Classification practice: Take a list of integrals and simply identify u and dv without solving. Making the correct assignment quickly is half the battle.
Error logs: Keep a dedicated notebook page for integration mistakes. Reviewing your own errors within 24 hours has been shown to reduce repeat mistakes by up to 60%.
Teach it aloud: Explaining the technique out loud — even to yourself — forces you to confront gaps in understanding that silent practice conceals.
At TheThula, our tutors work with students on deliberate practice rather than repetitive drill. The distinction matters: deliberate practice targets your specific weaknesses with immediate feedback, while mindless repetition reinforces whatever habits you already have — including bad ones.
Your Action Point for Today
Close this post, open a fresh sheet of paper, and attempt the following three integrals without looking at your notes:
∫ x cos x dx
∫ ln x dx (Hint: think of this as ∫ 1 · ln x dx)
∫ x³ eˣ dx
If you find yourself stuck, that's valuable data — it tells you exactly where to focus your revision energy. If you solve all three cleanly and quickly, you're ready to tackle definite integral applications, reduction formulae, and the more demanding problem-solving contexts where integration by parts is embedded inside larger questions.
Mathematics rewards those who build from first principles and practise with intention. If you want structured, expert guidance tailored to your specific A-level maths targets, TheThula's specialist tutors are available to accelerate your progress — not just for integration, but across the full spectrum of problem-solving skills that separate good results from outstanding ones.
Top comments (0)