Welcome to Integration by Substitution!

In your journey through A Level Calculus, you’ve already mastered the basics of integration. But what happens when you meet an integral that looks messy, like \(\int x(1+x^2)^8 dx\)? It’s a bit like trying to untie a double-knotted shoelace—you need a specific technique to loosen it up. That technique is Integration by Substitution.

Think of substitution as the Chain Rule in reverse. Just as the Chain Rule helps us differentiate "functions within functions," substitution helps us integrate them. By changing the variable (usually to \(u\)), we transform a complicated integral into a much simpler one that we already know how to solve.


1. The "Reverse Chain Rule" (Recognition)

Sometimes, an integral is set up perfectly for us. This happens when we have a function and its derivative both sitting inside the integral. The syllabus (Ref: c27) identifies these as cases where the process is the reverse of the chain rule.

The Pattern: Look for \(\int f'(x) [f(x)]^n dx\) or something similar.

Example: \(\int x(1+x^2)^8 dx\)
Notice that the bit inside the bracket is \(1+x^2\). If we differentiate that, we get \(2x\). We have an \(x\) sitting outside the bracket! It’s almost a perfect match.

Quick Tip: The "U-Turn" Analogy

Imagine you are driving. Differentiation takes you from Point A to Point B. Integration by substitution is like realizing you need to get back to Point A, but the road is blocked. Substitution is the "U-turn" that lets you find a simpler side-road (the \(u\) variable) to reach your destination.


2. The Step-by-Step Substitution Recipe

Don't worry if this seems tricky at first! Following these five steps will work for almost any substitution problem (Ref: c27, c28):

Step 1: Choose your \(u\).
Usually, \(u\) is the "inner" part of a composite function (like the bit inside a bracket or under a square root).

Step 2: Differentiate \(u\) to find \(\frac{du}{dx}\).
Rearrange this to get \(dx\) on its own. For example, if \(u = 1+x^2\), then \(\frac{du}{dx} = 2x\), so \(dx = \frac{du}{2x}\).

Step 3: Substitute everything into the integral.
Replace the \(x\) terms with \(u\) and replace \(dx\) with your new expression. Crucial: All the \(x\) terms must cancel out! You cannot integrate a mix of \(x\) and \(u\).

Step 4: Integrate.
Now you should have a simple integral in terms of \(u\).

Step 5: Replace \(u\) with \(x\).
Switch back to your original variable so your final answer makes sense.

Key Takeaway: Substitution is like Currency Exchange. You convert your "Pounds" (\(x\)) into "Euros" (\(u\)) to do your shopping (integration), but you must convert back to "Pounds" at the end to see how much you spent!


3. Dealing with Definite Integrals

When your integral has limits (the little numbers at the top and bottom of the \(\int\) sign), you have a choice to make. You must change the limits to match your new variable \(u\).

Example: If your limits are \(x=0\) and \(x=1\), and your substitution is \(u = 2x+3\):
When \(x=0, u = 2(0)+3 = 3\)
When \(x=1, u = 2(1)+3 = 5\)
Your new integral will now go from \(3\) to \(5\).

Common Mistake to Avoid: Many students forget to change the limits and use the old \(x\) limits with their new \(u\) integral. This will lead to the wrong answer! Always update your limits as soon as you define \(u\).


4. Harder Substitutions (The "Extra \(x\)" Problem)

Sometimes, the syllabus requires you to find a substitution where the \(x\) doesn't immediately cancel out (Ref: c28). An example given in the syllabus is \(\int \frac{x}{(x+1)^3} dx\).

How to solve this:
1. Let \(u = x+1\).
2. This means \(x = u-1\). (We rearranged the substitution!)
3. Find \(dx\): \(\frac{du}{dx} = 1\), so \(dx = du\).
4. Substitute: \(\int \frac{u-1}{u^3} du\).
5. Split the fraction: \(\int (\frac{u}{u^3} - \frac{1}{u^3}) du = \int (u^{-2} - u^{-3}) du\).
Now it’s easy to integrate!


5. Summary and Quick Review

Did you know?

Integration by substitution is often called "u-substitution" because Mathematicians almost always use the letter \(u\). There’s no legal reason you couldn’t use \(m\) for "Magic" or \(s\) for "Substitution," but sticking with \(u\) helps you follow textbooks and mark schemes more easily!

Quick Review Box:
Identify: Is there a "bracket" or "inner function"? Use that as \(u\).
The \(dx\) Trap: Never forget to replace \(dx\). It is not the same as \(du\)!
The Balancing Act: If you have a constant left over (like a \(\frac{1}{2}\)), just pull it outside the integral sign.
Final Step: For indefinite integrals (no limits), always add the constant of integration \(+ c\).

Summary:
Integration by substitution turns a "product" or "composite" integral into a basic power or log integral. Success comes down to choosing the right \(u\) and being disciplined with your algebra when replacing \(dx\). Don't worry if it takes a few tries to spot the right substitution—practice makes it instinctive!