Integration: The Three Main Tricks
Differentiation has algorithms that always work. Integration does not. Every differentiation rule has an inverse that, in principle, gives an integration rule — but spotting which rule to apply, and in what order, is a genuine skill that takes practice to develop. The good news is that the vast majority of integrals you will encounter at A-level reduce to one of three core techniques, or a combination of them.
The techniques below are not mutually exclusive, and it is not always obvious from the outset which one to reach for. That is normal. Integration rewards persistence more than inspiration.
The three tricks
- Substitution — the reverse of the chain rule. Introduce a new variable to simplify the integrand.
- Integration by parts — the reverse of the product rule. Trade one integral for a (simpler) one.
- Changing the form — rewrite the integrand into something you already know how to integrate. This is the most varied technique: partial fractions, trigonometric identities, completing the square, and much more.
Trick 1 — Substitution
Substitution is the integration counterpart of the chain rule. If you can spot a function and (roughly) its derivative both present in the integrand, introducing a new variable u often collapses the integral into a standard form.
The key step is exchanging dx for du using the relation du = g′(x) dx, which means dx = du / g′(x). When g′(x) is already a factor of the integrand, it cancels cleanly — that is the sign that substitution is the right tool.
Definite integrals: change the limits too
With a definite integral, you can either change the limits of integration into u-values (cleaner), or substitute back to x before evaluating. Never evaluate a u-expression at x-limits.
Trick 2 — Integration by parts
Integration by parts is the inverse of the product rule. It replaces one integral with another, simpler one. The formula is:
The choice of which factor to call u and which to call dv/dx determines whether the resulting integral is simpler or harder. The standard guide — sometimes called LIATE — ranks which functions should preferably be chosen as u:
| Priority for u | Type of function | Examples |
|---|---|---|
| 1st | Logarithms | ln x, log x |
| 2nd | Inverse trig | arctan x, arcsin x |
| 3rd | Algebraic (polynomials) | x, x², x³ |
| 4th | Trigonometric | sin x, cos x |
| 5th | Exponential | eˣ, 2ˣ |
LIATE is a guide, not a rule. There are cases where reversing it works better, and you will develop a feel for this with practice.
Trick 3 — Changing the form
The most varied of the three techniques. The idea is to rewrite the integrand into an equivalent form that you already know how to integrate — without introducing a new variable. How you do that depends entirely on the type of integrand. Several different tools fall under this umbrella.
3a — Partial fractions
A rational function — a polynomial over a polynomial — cannot usually be integrated directly, but once split into partial fractions each piece integrates as a logarithm or a standard rational form.
3b — Trigonometric identities
Powers of trigonometric functions cannot be integrated directly. The double-angle and product-to-sum identities reduce them to standard integrable forms.
3c — Completing the square
Integrals involving a quadratic in the denominator often become standard arctan or logarithm forms once the quadratic is rewritten as a perfect square plus a constant.
3d — Algebraic manipulation
Sometimes the integrand simply needs rearranging before it is recognisable. Splitting a fraction, multiplying top and bottom by a conjugate, or performing polynomial long division are all fair game.
3e — Further Maths: identities from De Moivre's theorem
In Further Maths the range of available identities expands considerably. De Moivre's theorem — (cos θ + i sin θ)n = cos nθ + i sin nθ — can be used to express high powers of sin and cos as combinations of multiple-angle functions, which are directly integrable.
The two key results, derived by writing z = eiθ:
Compare this with the A-level approach for cos³x above: for even powers, the trig identity approach is algebraically awkward, while De Moivre's theorem reduces any power to a direct sum of cosines. For higher powers like cos⁶x or cos⁸x, De Moivre is essentially the only practical route.
When things don't work — and they often won't
Integration is genuinely hard. Even professional mathematicians try wrong approaches before finding one that works. This is not a sign of failure — it is the nature of integration. There is no single strategy that always works, and the absence of one is not a gap in your knowledge.
If your first attempt leads nowhere, a few things are worth trying:
- Try a different substitution. If u = f(x) made things worse, try u = g(x). Sometimes the "obvious" substitution is not the productive one.
- Switch techniques entirely. If substitution is going nowhere, try changing the form first, and then substituting into the simplified integrand.
- See whether your partial attempt can be salvaged. Sometimes an integration by parts leaves a remainder that itself responds to substitution. The techniques are not independent — they combine.
- Look at the structure of the answer. If you expect a logarithm and you are getting a polynomial, something has gone wrong earlier than you think. Differentiate your partial answer and compare it to the integrand.
- Try a specific numerical value. If you have two candidate antiderivatives and are unsure which is correct, differentiate both and compare to the integrand at x = 1. The one that matches is right.
In an examination, if you are completely stuck on an integration, write down the technique you would try and why — method marks are available even without a correct final answer. And if you do get an answer, differentiate it: there is no easier check in all of mathematics.
Summary — what to reach for when
| What you see | Try first | Notes |
|---|---|---|
| f(g(x)) · g′(x) | Substitution u = g(x) | Classic chain-rule reversal |
| Numerator ≈ derivative of denominator | Substitution → ln | Result is always ln|denominator| |
| Product of unlike functions | Integration by parts | Use LIATE to choose u |
| ln x or arctan x alone | By parts with u = ln x (or arctan) | Write as 1 · ln x first |
| Rational function (poly/poly) | Partial fractions | Divide first if degree top ≥ degree bottom |
| sin²x, cos²x, even powers | Double-angle identity | cos⁴x, sin⁴x etc: De Moivre in FM |
| Odd power of sin or cos | Trig identity + substitution | Peel off one factor to pair with dx |
| High even power (cos⁶x, sin⁸x …) | De Moivre (Further Maths) | Reduces to sum of multiple-angle terms |
| Quadratic in denominator | Complete the square → arctan | Or partial fractions if it factorises |
| eˣ sin x, eˣ cos x | By parts twice, solve for I | The integral reappears and you solve algebraically |
