You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
A reduction formula is a recurrence relation that expresses an integral In — one carrying an integer parameter n — in terms of a lower-index integral such as In−1 or In−2. Rather than integrating ∫sin8xdx or ∫x6exdx from scratch (a nightmare of repeated parts), you derive the recurrence once, then climb down to a base case you can evaluate instantly. This lesson builds the technique rigorously, drills the integration-by-parts derivations that earn the marks, and stretches towards the Wallis product and the Beta function.
Reduction formulae sit in the compulsory Pure content assessed on Paper 1 and Paper 2 (each 2 h, 100 marks, 33⅓%, with per-paper weighting AO1 55% / AO2 25% / AO3 20%), inside the "Further calculus" strand alongside improper integrals, volumes of revolution and the mean value of a function. The topic is unusually rich in AO2: a part-(a) "Show that In=…" is a proof, rewarding rigorous, well-communicated integration by parts, not just a final answer. The follow-up "Hence evaluate I4" is AO1 (apply your own recurrence accurately), and an unfamiliar integrand dressed up so you must spot that a reduction is the right tool reaches into AO3. Because the derivation is the marks, this is a topic where disciplined layout — stating u, dv, du, v explicitly and handling the boundary term cleanly — converts directly into a full score.
Let In denote a definite or indefinite integral depending on a non-negative integer n. A reduction (or recurrence) formula has the shape
In=g(n)+h(n)In−k,k∈{1,2},
where g(n) is an explicit term (often a boundary contribution, sometimes 0) and h(n) is a coefficient in n. Applying it repeatedly reduces the index until you reach a base case — I0 or I1 — that integrates trivially. The structure mirrors mathematical induction in reverse: where induction builds up from a base case, a reduction formula climbs down to one, and the recurrence is the inductive step that connects consecutive terms. The engine that produces almost every reduction formula is integration by parts,
∫udxdvdx=uv−∫vdxdudx,
with the parameter n chosen to "peel off" one power. The art is splitting the integrand so that the leftover integral is a lower-index version of the same family. A handful of algebraic identities recur:
| Identity | Used for |
|---|---|
| cos2x=1−sin2x | ∫sinnxdx |
| sin2x=1−cos2x | ∫cosnxdx |
| tan2x=sec2x−1 | ∫tannxdx |
| sec2x=1+tan2x | ∫secnxdx |
The standard workflow is: (1) write In; (2) integrate by parts, splitting off one factor; (3) use an identity to re-express the leftover integral in terms of In−1 or In−2; (4) rearrange into the recurrence; (5) find the base case(s); (6) climb down.
Why a recurrence, not a formula? For ∫sin8xdx a direct attack would mean eight nested integrations by parts — error-prone and slow. The recurrence In=nn−1In−2 does the same work once and for all, expressing the answer for any n in terms of a smaller case. This is the same idea as a recurrence relation for a sequence: instead of a closed formula you have a rule that steps the index down, plus a starting value. The payoff is enormous — one derivation handles an entire infinite family of integrals.
The choice of which factor to differentiate and which to integrate matters. The guiding principle is the same LIATE-style logic as ordinary integration by parts: differentiate the part that simplifies (a power xn drops to xn−1; a power sinn−1x drops by one), and integrate the part that stays manageable (ex stays ex; sinx becomes −cosx). Get this the wrong way round and the leftover integral becomes more complicated, not less, and no recurrence emerges. After the parts step, the leftover almost always needs one of the Pythagorean identities above to be massaged back into the same family — this re-expression is the second decisive move.
Take u=xn, dxdv=ex, so dxdu=nxn−1, v=ex:
In=[xnex]01−∫01nxn−1exdx=(e−0)−n∫01xn−1exdx.
(M1 for parts with the correct u,v; A1 for the boundary term e and the lower integral.) The remaining integral is exactly In−1, so
In=e−nIn−1(n≥1).
Base case I0=∫01exdx=[ex]01=e−1. Climbing up:
I1I2I3=e−1⋅I0=e−(e−1)=1,=e−2I1=e−2,=e−3I2=e−3(e−2)=6−2e.
(M1 for correct iterative substitution; A1 for I2=e−2 and I3=6−2e.)
This is the single most important reduction formula in the course. Write sinnx=sinn−1x⋅sinx and take u=sinn−1x, dxdv=sinx; then dxdu=(n−1)sinn−2xcosx, v=−cosx:
In=[−sinn−1xcosx]0π/2+(n−1)∫0π/2sinn−2xcos2xdx.
(M1 for the split and parts; A1 for this line.) The boundary term vanishes at both ends (at x=2π because cos2π=0; at x=0 because sin0=0). Now substitute cos2x=1−sin2x:
In=(n−1)∫0π/2sinn−2x(1−sin2x)dx=(n−1)In−2−(n−1)In.
(M1 for using the Pythagorean identity to recover In−2 and In.) Collect the In terms:
In+(n−1)In=(n−1)In−2⟹nIn=(n−1)In−2⟹In=nn−1In−2.
(A1 for the rearrangement to the printed form.) Base cases I0=∫0π/21dx=2π and I1=∫0π/2sinxdx=[−cosx]0π/2=1. Then
I2I4I6=21I0=4π,=43I2=163π,=65I4=325π,I3I5I7=32I1=32,=54I3=158,=76I5=3516.
Notice the pattern: even n leaves a factor of π; odd n is purely rational — because the descent ends on I0=2π or I1=1 respectively.
Here the trick is an identity, not parts. Write tannx=tann−2x(sec2x−1):
In=∫0π/4tann−2xsec2xdx−∫0π/4tann−2xdx.
(M1 for the sec2x−1 split.) The first integral yields to u=tanx (du=sec2xdx): [n−1tann−1x]0π/4=n−11 since tan4π=1. The second is In−2:
In=n−11−In−2(n≥2).
(A1 for the recurrence.) Base cases I0=4π and I1=∫0π/4tanxdx=[−ln∣cosx∣]0π/4=−ln21=21ln2. Hence
I2=1−4π,I3=21−21ln2,I4=31−I2=4π−32.
This is the hardest standard reduction and a frequent A* discriminator. For In=∫secnxdx, split secnx=secn−2x⋅sec2x and integrate by parts with u=secn−2x, dxdv=sec2x; then dxdu=(n−2)secn−2xtanx (since dxdsecn−2x=(n−2)secn−3x⋅secxtanx) and v=tanx:
In=secn−2xtanx−(n−2)∫secn−2xtan2xdx.
(M1 parts with this split.) Now use tan2x=sec2x−1:
In=secn−2xtanx−(n−2)∫secnxdx+(n−2)∫secn−2xdx=secn−2xtanx−(n−2)In+(n−2)In−2.
(M1 identity, recovering In and In−2.) Collecting the In terms, (n−1)In=secn−2xtanx+(n−2)In−2, so
In=n−1secn−2xtanx+n−1n−2In−2(n≥2).
(A1 for the recurrence.) For the definite version on [0,4π] the boundary term is not zero: with I1=∫0π/4secxdx=[ln∣secx+tanx∣]0π/4=ln(2+1), the recurrence gives I3=2sec4πtan4π+21I1=22+21ln(2+1). This example is instructive precisely because it combines all three techniques — parts, a Pythagorean identity, and a non-vanishing boundary term — in one derivation.
(Specimen-style — not a real past paper.)
Let In=∫01xn(1−x)1/2dx. (a) Using integration by parts, show that In=2n+32nIn−1 for n≥1. (b) Find I0, and hence evaluate I2.
(a) Take u=xn, dxdv=(1−x)1/2, so dxdu=nxn−1 and v=−32(1−x)3/2:
In=[−32xn(1−x)3/2]01+32n∫01xn−1(1−x)3/2dx.
The boundary term is 0 (at x=1 the factor (1−x)3/2=0; at x=0 the factor xn=0 for n≥1). Writing (1−x)3/2=(1−x)(1−x)1/2 and expanding,
In=32n∫01[xn−1(1−x)1/2−xn(1−x)1/2]dx=32n(In−1−In).
So 3In=2nIn−1−2nIn, giving (3+2n)In=2nIn−1, i.e. In=2n+32nIn−1, as required. □
(b) I0=∫01(1−x)1/2dx=[−32(1−x)3/2]01=32. Then I1=52I0=154 and I2=74I1=10516. Notice how the descent here steps down by one (because the parts peeled off a single power of x), so only the single base case I0 is needed — contrast the sine recurrence, which steps by two and so requires both I0 and I1. Reading off the step size from the recurrence tells you exactly how many base cases to compute before you begin the descent.
Iterating the sine recurrence In=nn−1In−2 all the way down gives Wallis's formulae:
∫0π/2sin2mxdx=(2m)!!(2m−1)!!⋅2π,∫0π/2sin2m+1xdx=(2m+1)!!(2m)!!,
where the double factorial k!!=k(k−2)(k−4)⋯ runs down in steps of two to 1 or 2. For example 6!!=6⋅4⋅2=48 and 5!!=5⋅3⋅1=15, so ∫0π/2sin6xdx=6!!5!!⋅2π=4815⋅2π=325π — matching Worked Example 2.
These formulae are just the recurrence iterated. For an even index, say n=2m, each step pulls out a factor and lands eventually on I0=2π:
I2m=2m2m−1⋅2m−22m−3⋯43⋅21⋅I0,
and the chain of odd numerators over even denominators is exactly (2m)!!(2m−1)!!. For an odd index the descent ends on I1=1 instead, so no π survives — which is why I3=32, I5=158 are purely rational. Recognising whether your target index is even or odd tells you immediately whether to expect a π in the answer, a quick check that catches many slips.
A reduction can also reduce a power by two while leaving explicit boundary terms. For the indefinite integral In=∫xncosxdx, parts with u=xn, dxdv=cosx gives In=xnsinx−n∫xn−1sinxdx; a second application to ∫xn−1sinxdx yields
In=xnsinx+nxn−1cosx−n(n−1)In−2.
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.