DEV Community

Thulnitha De Silva
Thulnitha De Silva

Posted on • Originally published at thethula.com

Math Deep Dive: Sunday, July 19

Math Deep Dive: Sunday, July 19 — Mastering Integration by Parts Before Your Cambridge or IB Exam

Here is a question that separates the students who understand calculus from the ones who merely remember it: if you forget the formula for integration by parts mid-exam, can you derive it from scratch in under 60 seconds? If your answer is hesitant, this post is exactly what you need. Today's Math Deep Dive targets one of the most heavily examined techniques in H2 Mathematics, Cambridge A-Level (Singapore syllabus), and the IB Diploma — and we are going to own it completely.

Why Integration by Parts Matters More Than You Think

Integration by parts is not just a technique — it is a lens. Once you understand why it works, you start seeing structure in problems that previously looked random. For students sitting the Cambridge A-Level examinations under the Singapore-Cambridge General Certificate of Education system, or preparing for IB Mathematics: Analysis and Approaches (AA) at Higher Level, this technique appears in pure integration questions, differential equations, and even statistics-adjacent problems involving expected values.

Data from past-year A-Level H2 Mathematics papers shows that integration by parts, or problems requiring it as a sub-step, appears in at least one question every single year — often worth 6 to 10 marks. In IB HL examinations, it appears with similar frequency, sometimes disguised inside longer multi-part questions. Ignoring it is not an option.

First Principles: Where Does the Formula Actually Come From?

Most students memorise the formula ∫u dv = uv − ∫v du without ever asking why it looks that way. Let us fix that right now, because understanding the origin is the fastest path to never forgetting it.

Start with the product rule for differentiation — something every A-Level and IB student already knows cold:

d/dx [u(x) · v(x)] = u'(x)·v(x) + u(x)·v'(x)

Now integrate both sides with respect to x:

u(x)·v(x) = ∫ u'(x)·v(x) dx + ∫ u(x)·v'(x) dx

Rearrange to isolate the second integral:

∫ u(x)·v'(x) dx = u(x)·v(x) − ∫ v(x)·u'(x) dx

That is integration by parts. Nothing magical. Nothing to memorise blindly. It is simply the product rule, read backwards. This is the kind of first-principles thinking that top JC maths tutors in Singapore consistently emphasise — and what distinguishes a student aiming for distinction from one aiming to pass.

The LIATE Rule: Your Decision-Making Framework

The trickiest part of integration by parts is not applying the formula — it is choosing which function to call u and which to call dv. A poor choice can make the integral more complicated, not less. The LIATE rule gives you a reliable 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ˣ)

Whichever function appears higher on this list should be your choice for u. The remaining function (multiplied by dx) becomes dv. This is not a rigid law — experienced students know the exceptions — but for the vast majority of exam questions, LIATE is dependable.

Worked Example 1: A Classic H2 Maths Problem

Find ∫ x · eˣ dx.

Using LIATE: x is algebraic (A), eˣ is exponential (E). Algebraic comes first, so:

  • Let u = x → du = dx

  • Let dv = eˣ dx → v = eˣ

Apply the formula:

∫ x · eˣ dx = x · eˣ − ∫ eˣ dx = x · eˣ − eˣ + C = eˣ(x − 1) + C

Notice how the right-hand integral, ∫ eˣ dx, is simpler than what we started with. That is the hallmark of a correct LIATE choice — the resulting integral should always be easier, never harder.

Worked Example 2: The Logarithm Case

Find ∫ ln x dx.

This one trips up many IGCSE and JC students because there is only one function visible. The trick is to write it as ∫ 1 · ln x dx.

  • Let u = ln x → du = (1/x) dx

  • Let dv = 1 dx → v = x

Apply the formula:

∫ ln x dx = x · ln x − ∫ x · (1/x) dx = x · ln x − ∫ 1 dx = x · ln x − x + C

This result — x ln x − x + C — appears so frequently in Cambridge A-Level and IB examinations that many experienced online maths tuition students in Singapore commit it to memory as a standard result. But more importantly, you now know how to derive it instantly.

Worked Example 3: Applying Integration by Parts Twice

Find ∫ x² · sin x dx.

Here, u = x² (algebraic) and dv = sin x dx. After one application:

= −x² cos x + ∫ 2x · cos x dx

The remaining integral still requires integration by parts. Apply it again with u = 2x, dv = cos x dx:

∫ 2x · cos x dx = 2x · sin x − ∫ 2 sin x dx = 2x sin x + 2 cos x + C

Combining everything:

∫ x² · sin x dx = −x² cos x + 2x sin x + 2 cos x + C

This type of repeated application is a common feature of H2 Mathematics questions in Singapore's A-Level papers, often structured as part (i) and part (ii) to scaffold the working.

Common Pitfalls That Cost Students Marks

Even strong students lose marks on integration by parts through avoidable errors. Here are the most frequent ones seen in Cambridge A-Level and IB marking schemes:

Forgetting the negative sign. When dv = sin x dx, then v = −cos x. Missing that negative is one of the most common single-mark drops in examinations.
Not adding the constant of integration C at the final step for indefinite integrals. This costs one mark every time, and it accumulates painfully over a full paper.
Choosing the wrong function as u. If you pick eˣ as u when x is present, your resulting integral becomes more complex. Recognise this early and swap.
Arithmetic errors in the second integral. When applying the formula twice, the working becomes long. Box your intermediate results to stay organised.
Confusing definite and indefinite integration steps. When evaluating definite integrals using integration by parts, substitute limits only at the very end, after the full antiderivative is found.

The Non-Obvious Insight: Integration by Parts as a Reduction Tool

Here is something most school textbooks — including those used in Singapore's JC curriculum — do not make explicit: integration by parts is fundamentally a reduction strategy. Every time you apply it correctly, you reduce the complexity of the integral by one degree. A cubic polynomial becomes quadratic; a quadratic becomes linear; a linear term becomes a constant.

This means you can predict, before you begin, exactly how many times you will need to apply the technique. If you see xⁿ · eˣ, you will apply integration by parts exactly n times. Building this predictive awareness transforms how you approach problems under timed exam conditions — it eliminates the anxiety of not knowing where a question is heading.

This kind of structural pattern recognition is what separates a student who scores 70% from one who scores 90% in H2 Mathematics. Top Cambridge tutors in Singapore consistently train students to ask not just "how do I solve this?" but "what is this problem doing?"

Practice Strategies for the Week Ahead

Reading about integration by parts is useful. Actually doing problems is what builds exam-ready fluency. Here is a structured practice plan to implement before your next mock or internal assessment:

  • Day 1–2: Drill single-application problems — mix of polynomial × exponential and polynomial × trigonometric. Target 10 questions with full working shown.

  • Day 3: Focus exclusively on logarithm and inverse trig integrals. These require the "invisible 1" trick and are consistently underdrilled.

  • Day 4–5: Practise double-application problems. Use past-year H2 Maths papers from 2018 to 2023 — the Singapore Examinations and Assessment Board (SEAB) releases these publicly and they are invaluable.

  • Day 6: Do one complete timed past-paper question that embeds integration by parts within a longer proof or differential equation. This is where IB HL and Cambridge A-Level questions live.

  • Day 7 (Sunday): Write out the derivation from the product rule, then solve three problems without notes. If you can do this cleanly, you own the technique.

Bringing It Together

Integration by parts is one of those topics where confidence comes not from memorising a formula, but from understanding the logic beneath it. Once you see it as the product rule in reverse — a reduction engine that systematically simplifies complexity — it stops feeling like a trick and starts feeling like a tool you fully control.

For students in Singapore preparing for the Cambridge A-Level H2 Mathematics examination, the IB Diploma Mathematics AA HL paper, or IGCSE Additional Mathematics, this technique will appear. The question is not whether you will encounter it — it is whether you will execute it cleanly under pressure.

At Thula Academy, our personalised online maths tuition programmes for Singapore students are built around exactly this kind of deep, structural understanding — not surface-level drilling. If you want to work through integration by parts, calculus, or any area of your A-Level or IB Mathematics syllabus with an experienced tutor who knows the Cambridge and IB marking schemes inside out, book a trial session today. Come in with a question. Leave with a framework.

Next Sunday's Math Deep Dive: Differential Equations — how to read the structure of a question before you write a single line of working.


Originally published on Thula Academy — AI-powered tutoring for Cambridge, Edexcel, IB & AP students worldwide.

Start your 21-day free trial →

Top comments (0)