← All notes
mathsGrade 11-122 min read

Integration: the standard integrals and how to choose a method

Differentiation has rules; integration has a toolkit and a decision. Here are the standard results, the three techniques, and the question that tells you which technique a problem wants.

Integration is harder than differentiation for one reason: there's no single procedure. Instead you carry a toolkit and learn to recognise which tool a given integral is asking for. Master the standard results first — most questions are one of them in disguise.

The standard integrals

f(x)f(x)f(x)dx\displaystyle\int f(x)\,dx
xn  (n1)x^n \;(n\neq -1)xn+1n+1+C\dfrac{x^{n+1}}{n+1} + C
1x\dfrac{1}{x}lnx+C\ln\lvert x\rvert + C
exe^{x}ex+Ce^{x} + C
cosx\cos xsinx+C\sin x + C
sinx\sin xcosx+C-\cos x + C
sec2x\sec^2 xtanx+C\tan x + C

The power rule is the reverse of differentiation: add one to the power, divide by the new power. Note the exception — you can't divide by zero, so 1x\frac{1}{x} integrates to a logarithm, not a power.

The three techniques

  1. Reverse chain rule (substitution). Spot a function and its derivative both present. Let uu be the inside function and the integral simplifies. Tell-tale sign: something like 2x(x2+1)5dx\int 2x\,(x^2+1)^5\,dx — the 2x2x is the derivative of x2+1x^2+1.
  2. Integration by parts. For a product of two unlike functions (e.g. xexx\,e^x): udvdxdx=uvvdudxdx.\int u\,\frac{dv}{dx}\,dx = uv - \int v\,\frac{du}{dx}\,dx. Choose uu by LIATE — Logs, Inverse trig, Algebra, Trig, Exponentials — whichever comes first becomes uu.
  3. Rewrite first. Many integrals aren't hard, just disguised. Expand brackets, split a fraction, or use a trig identity to turn sin2x\sin^2 x into something you can integrate.

Don't forget what an integral is

The \int sign is a stretched "S" for sum — you're adding up infinitely many thin slices. For a definite integral, evaluate the result at both limits and subtract; the +C+C cancels and you get a number (an area).

Always add +C+C to an indefinite integral. It's not decoration — infinitely many curves have the same gradient, and CC is the one mark examiners take back most often.

Last revised 18 September 2025.