What a reduction formula is — and why it helps
It links a hard integral to an easier version of itself, one index lower.
The idea. Suppose you must evaluate . Integrating directly needs integration by parts five times — slow and error-prone. A reduction formula does the parts step once, in general, producing a relation like
where . Now you compute once and climb to by repeated substitution. The same single derivation handles every power.
The structure of a reduction formula:
- — the integral you want, depending on an integer index .
- A relation expressing in terms of (drops by one) or (drops by two — typical for , , ).
- A base case — or (and sometimes both, when the step is ) — that you evaluate directly.
Cambridge tip. Always write down the base case and check the index step (does drop by 1 or by 2?). For the step is , so an even bottoms out at and an odd at .
- depends on an integer index ; the formula links it to or .
- Derive once, then apply recursively to a known base case.
- Step size matters: / drop by 2, so parity of decides the base case.
See the full worked example for reduction formulae for the evaluation of definite integrals →