IB Maths AA SLTopic 5 â CalculusPaper 1 & 2~9 min read
Integration by Substitution
When reverse chain rule is too messy to spot, substitution always works. The idea: replace the awkward “inside” function with a single new variable u, integrate in u-world, then translate back. It’s slower than RCR but completely systematic â once you’ve done a few, the steps become automatic.
ð What you need to know
Use substitution when the integrand is composite but RCR is hard to spot.
Pick u = the “inside” function (the secondary one in the composite).
Differentiate to find du = (du/dx) dx and replace every x term â including dx.
For definite integrals: either change the limits to u-values, or substitute x back in at the end.
On Paper 2, your GDC computes definite integrals directly â but you may still need to show the substitution working.
When (and why) to use substitution
RCR is the quick option when you can spot the pattern. Substitution is the slower, safer method that always works for the same kind of integrals.
Think of it this way: the integrand has an awkward “inside” function (like 3x² + 5x â 1). You give that whole inside a new name â u â and rewrite the entire integral so it only involves u. Suddenly it looks much simpler.
If you can spot RCR, use it â it’s faster. If you can’t, switch to substitution and trust the steps. Both methods give the same answer.
The substitution flow
x-world â u-world â integrate â back
The five-step method
Substitution recipe
Pick u. Let u = inside function â usually the “messy” bracket.
Differentiate u. Find du/dx, then rearrange to du = (…)dx.
Replace everything. Every x, every dx â gone. Only u and du remain. (For definite integrals, also change the limits.)
Integrate in u. Should now be a simple standard integral.
Translate back â sub u back to x (indefinite), or plug in u-limits (definite). Add + c if indefinite.
Five steps, in order. The trickiest is step 3 â every single x must vanish. If you still see x’s after step 3, you’ve either picked the wrong u or missed a substitution.
Definite integrals: change the limits
For definite integrals, you have a choice:
Option A â change the x-limits into u-limits, then evaluate directly in u-world (no need to translate back).
Option B â integrate in u, translate back to x, then plug in the original x-limits.
Option A is usually faster. Just remember to actually change the limits.
Changing limits â example
x-limits
x = 1
x = 2
â
u-limits
u = 3(1)² + 5(1) â 1 = 7
u = 3(2)² + 5(2) â 1 = 21
whatever u equals, plug in each x-limit to get the matching u-limit
ð
Paper 2 GDC shortcut
If it’s a calculator paper and the question doesn’t demand working, your GDC will compute the definite integral directly â no substitution needed. Use this to check your answer even when working is required.
Worked examples
WE 1
A classic â same one we did with RCR
Find ⫠2x cos(x²) dx using substitution.
step 1 â pick uLet u = x² (the inside function)step 2 â differentiatedu/dx = 2x â du = 2x dxstep 3 â replaceâ« cos(x²) · (2x dx) = â« cos u dustep 4 â integrate= sin u + cstep 5 â translate back= sin(x²) + csame answer as RCR â substitution is just a different route to the same place!
WE 2
Awkward fraction â substitution wins
Find â«6x + 5(3x² + 5x â 1)3 dx.
step 1 â pick ucomposite is (3x² + 5x â 1)³let u = 3x² + 5x â 1step 2 â differentiatedu/dx = 6x + 5 â du = (6x + 5) dxstep 3 â replaceI = â« du / u³ = â« uâ»Â³ dustep 4 â integrate= uâ»Â²/(â2) + c = â1/(2u²) + cstep 5 â back to xI = â1 / [2(3x² + 5x â 1)²] + cnotice how (6x + 5) was exactly du â no adjusting needed!