Skip to content
M
hscscience Ext 2 · Y12
0/100daily goal
0
0
0 due
0
L1 · 0 XP
KJ
Your weak spots
Insights load after your first practice round.
Module 15 · L10 of 16 ~40 min ⚡ +90 XP available

Reduction Formulae I

A reduction formula expresses an integral $I_n$ in terms of a lower-index integral $I_{n-1}$ or $I_{n-2}$. The recursive structure lets you bring $\int \sin^{10} x\,dx$ down to a base case you can integrate by inspection. This lesson teaches the two derivation patterns — integration by parts with a clever split — and how to use a derived formula to evaluate a specific case.

Today's hook — Without doing any integration, imagine you wanted to evaluate $\displaystyle\int \sin^7 x\,dx$. Could you find a way to reduce it to $\int \sin^5 x\,dx$ (and then to $\sin^3$, and then $\sin$)? Sketch what algebraic move on $\sin^n x$ might let integration by parts close the loop. Compare after card 05.
0/5QUESTS
01
Recall — your gut answer first
+5 XP warm-up

Write the integration-by-parts formula. Then think: if $I_n = \int \sin^n x\,dx$, what would you choose as $u$ and $dv$ to introduce an $I_{n-2}$ on the right-hand side? Before checking — what identity will convert $\sin^{n-2}x \cos^2 x$ back into a $\sin^n$ term? Sketch your reasoning below.

auto-saved
02
The two moves for deriving a reduction formula
+5 XP to read

Every reduction-formula derivation rewards two habits: split the integrand to expose an integrable factor, then use a Pythagorean (or other) identity to fold the result back into $I_n$. The Pythagorean identity turns an off-power expression into a copy of $I_n$, which you then solve for algebraically.

The split-parts-fold flow: (1) split $\sin^n x = \sin^{n-1}x \cdot \sin x$ (or $x^n e^x = x^n \cdot e^x$), (2) integrate by parts with $u, dv$ chosen so $v$ is easy, (3) use $\cos^2 x = 1 - \sin^2 x$ (or whatever identity applies) to fold the leftover back into $I_n$ and solve.

$I_n = -\dfrac{\sin^{n-1}x\,\cos x}{n} + \dfrac{n-1}{n} I_{n-2}$  ·  $J_n = x^n e^x - n J_{n-1}$

Split power − 1 Parts u, dv Fold identity Solve algebraically for Iₙ
$\displaystyle I_n = -\frac{\sin^{n-1}x\,\cos x}{n} + \frac{n-1}{n}\,I_{n-2}$
Choose $dv$ to be integrable
In parts, pick $dv$ as the piece you can integrate cleanly: $dv = \sin x\,dx$ gives $v = -\cos x$. The other factor becomes $u$.
Fold with the Pythagorean identity
After parts, you'll have $\sin^{n-2}x \cos^2 x = \sin^{n-2}x - \sin^n x$. The $\sin^n x$ term is a copy of $I_n$ — move it to the LHS and solve.
Choose your base case
For $\int \sin^n x\,dx$: if $n$ is odd, base case is $I_1 = -\cos x + C$. If $n$ is even, base case is $I_0 = x + C$. Iterate the formula down from $n$.
03
What you'll master
Know

Key facts

  • A reduction formula expresses $I_n$ in terms of $I_{n-1}$ or $I_{n-2}$
  • Derived via integration by parts plus an algebraic identity
  • $\int \sin^n x\,dx$: jumps by 2 (uses $\cos^2 = 1 - \sin^2$)
  • $\int x^n e^x\,dx$: jumps by 1 (parts strips one power of $x$)
Understand

Concepts

  • Why the Pythagorean identity is what "closes the loop" for $\sin^n$
  • Why a reduction formula is genuinely useful: it terminates at a known base case
  • Why even/odd $n$ leads to different base cases ($I_0$ or $I_1$)
Can do

Skills

  • Derive the $\sin^n x$ reduction formula from scratch
  • Derive the $x^n e^x$ reduction formula via parts
  • Use a reduction formula to evaluate a specific case (e.g. $I_5$ from $I_3$ from $I_1$)
04
Key terms
Reduction formulaA recursive identity expressing an integral $I_n$ in terms of a lower-index integral $I_{n-k}$ (typically $k = 1$ or $2$). Iterate until you reach an integrable base case.
Integration by parts$\displaystyle\int u\,dv = uv - \int v\,du$. The engine behind nearly every reduction-formula derivation.
$I_n$ notationShorthand for an integral depending on integer parameter $n$ — e.g. $I_n = \int \sin^n x\,dx$ or $I_n = \int_0^1 x^n e^x\,dx$.
Base caseThe lowest-index integral that you can evaluate directly: $I_0 = x + C$ or $I_0 = \int e^x\,dx = e^x + C$, $I_1 = -\cos x + C$, etc.
Pythagorean identity$\sin^2 x + \cos^2 x = 1$. The folding identity for $\sin^n$ and $\cos^n$ reductions — converts $\cos^2$ to $1 - \sin^2$.
$\sin^n$ reduction$\displaystyle I_n = -\frac{\sin^{n-1}x\,\cos x}{n} + \frac{n-1}{n}\,I_{n-2}$. Index drops by 2 each iteration.
MEX-C1NESA outcome (Further Integration): derives and applies reduction formulae using integration by parts for integrals involving powers of $\sin x$, $\cos x$, $x^n e^x$ and similar.
05
Deriving the $\sin^n x$ reduction formula
core concept

Let $\displaystyle I_n = \int \sin^n x\,dx$ for $n \geq 2$. Write $\sin^n x = \sin^{n-1}x \cdot \sin x$ and integrate by parts with

$u = \sin^{n-1}x \Rightarrow du = (n-1)\sin^{n-2}x \cos x\,dx$,   $dv = \sin x\,dx \Rightarrow v = -\cos x$.

Then $\displaystyle I_n = -\sin^{n-1}x \cos x + \int (n-1)\sin^{n-2}x \cos^2 x\,dx$.

Use $\cos^2 x = 1 - \sin^2 x$ to split the integral:

$\displaystyle I_n = -\sin^{n-1}x \cos x + (n-1)\int \sin^{n-2}x\,dx - (n-1)\int \sin^n x\,dx$.

The last integral is $I_n$ again, so $I_n + (n-1)I_n = -\sin^{n-1}x \cos x + (n-1)I_{n-2}$, giving

$$I_n \;=\; -\frac{\sin^{n-1}x\,\cos x}{n} \;+\; \frac{n-1}{n}\,I_{n-2}.$$
The folding trick. The key move is using $\cos^2 x = 1 - \sin^2 x$ to expose a copy of $I_n$, then solving for $I_n$ algebraically. Without this identity the integration by parts produces a different (uncloseable) integral.

$I_n = \int \sin^n x\,dx$. Split $\sin^n = \sin^{n-1} \cdot \sin x$ · Parts: $u = \sin^{n-1}x$, $dv = \sin x\,dx \Rightarrow v = -\cos x$ · Use $\cos^2 = 1 - \sin^2$ to expose $I_n$ on the RHS · Final: $I_n = -\dfrac{\sin^{n-1}x\,\cos x}{n} + \dfrac{n-1}{n}\,I_{n-2}$

Pause — copy the $\sin^n x$ reduction formula $I_n = -\frac{\sin^{n-1}x\cos x}{n}+\frac{n-1}{n}I_{n-2}$, the derivation steps (split, IBP, $\cos^2=1-\sin^2$, expose $I_n$) into your book.

Quick check: In deriving the reduction formula for $I_n = \int \sin^n x\,dx$, which substitution in integration by parts is correct?

06
Deriving the $x^n e^x$ reduction formula
core concept

We just saw the $\sin^n x$ reduction formula $I_n = -\tfrac{\sin^{n-1}x\cos x}{n} + \tfrac{n-1}{n}I_{n-2}$, derived by splitting off one $\sin x$ as $dv$, applying IBP, then using $\cos^2 = 1-\sin^2$ to expose $I_n$ on the right. That raises a question: does the same split-off-and-IBP idea work for $\int x^n e^x\,dx$? This card answers it → yes: $u = x^n$, $dv = e^x dx$ gives $J_n = x^n e^x - nJ_{n-1}$, reducing the power by 1 each step.

Let $\displaystyle J_n = \int x^n e^x\,dx$ for $n \geq 1$. Integrate by parts with

$u = x^n \Rightarrow du = n x^{n-1}\,dx$,   $dv = e^x\,dx \Rightarrow v = e^x$.

Then $\displaystyle J_n = x^n e^x - n\int x^{n-1} e^x\,dx = x^n e^x - n J_{n-1}$.

$$J_n \;=\; x^n e^x \;-\; n\,J_{n-1}.$$

Index drops by 1 each iteration. Base case: $J_0 = \int e^x\,dx = e^x + C$.

Why only one identity is needed here. Unlike $\sin^n$, there is no Pythagorean fold — the parts step alone reduces the power of $x$ by one. The reduction is “clean” because $e^x$ is its own derivative and antiderivative.

$J_n = \int x^n e^x\,dx$. Parts: $u = x^n$, $dv = e^x dx \Rightarrow v = e^x$ · $J_n = x^n e^x - n J_{n-1}$. Index drops by 1 · Base case: $J_0 = e^x + C$ · Iterate: $J_2 = x^2 e^x - 2 J_1 = x^2 e^x - 2(x e^x - J_0) = (x^2 - 2x + 2)e^x + C$

Pause — copy $J_n = \int x^n e^x\,dx$, the reduction $J_n = x^n e^x - nJ_{n-1}$, the base $J_0 = e^x+C$, and the iterated example $J_2 = (x^2-2x+2)e^x+C$ into your book.

Did you get this? True or false: the reduction formula $J_n = x^n e^x - n J_{n-1}$ for $\int x^n e^x\,dx$ requires the Pythagorean identity in its derivation.

PROBLEM 1 · DERIVE THE $\sin^n$ REDUCTION

Show that if $I_n = \displaystyle\int \sin^n x\,dx$, then $I_n = -\dfrac{\sin^{n-1}x\,\cos x}{n} + \dfrac{n-1}{n}\,I_{n-2}$ for $n \geq 2$.

1
Write $\sin^n x = \sin^{n-1}x \cdot \sin x$. Set $u = \sin^{n-1}x$, $dv = \sin x\,dx$. Then $du = (n-1)\sin^{n-2}x \cos x\,dx$, $v = -\cos x$.
Always pick $dv$ as the piece you can integrate exactly. Here $\sin x$ is the “easy half”.
PROBLEM 2 · USING THE FORMULA

Using the reduction formula from Problem 1, evaluate $I_5 = \displaystyle\int \sin^5 x\,dx$ by reducing through $I_3$ to $I_1$.

1
$n = 5$: $I_5 = -\dfrac{\sin^4 x \cos x}{5} + \dfrac{4}{5}I_3$. Now reduce $I_3$ with $n = 3$: $I_3 = -\dfrac{\sin^2 x \cos x}{3} + \dfrac{2}{3}I_1$.
Each iteration drops the index by 2. Track the boundary term separately each time.
PROBLEM 3 · $x^n e^x$ REDUCTION

Derive the reduction formula for $J_n = \displaystyle\int x^n e^x\,dx$ and use it to find $J_3$.

1
Parts: $u = x^n$, $dv = e^x\,dx$. Then $du = n x^{n-1}\,dx$, $v = e^x$. So $J_n = x^n e^x - n\displaystyle\int x^{n-1} e^x\,dx = x^n e^x - n J_{n-1}$.
No Pythagorean fold needed — parts alone strips one power of $x$ and leaves $e^x$ intact.

Fill the gap: The $\sin^n$ reduction formula reads $I_n = -\dfrac{\sin^{n-1}x\,\cos x}{} + \dfrac{n-1}{n}\,I_{}$, with base case $I_0 = x + C$ when $n$ is even.

Trap 01
Picking the wrong split
If you let $u = \sin x$ and $dv = \sin^{n-1}x\,dx$, you cannot integrate $dv$ in closed form for general $n$. Always split off ONE factor of $\sin x$ (the integrable piece) as $dv$ — never the high-power piece.
Trap 02
Forgetting to fold $I_n$ back to the LHS
After applying $\cos^2 = 1 - \sin^2$, a copy of $I_n$ appears on the right. You must move it across and solve algebraically. Treating the right-hand integral as a new unknown produces an infinite regress, not a reduction.
Trap 03
Choosing the wrong base case
$\sin^n$ reduction drops by 2: from odd $n$ you reach $I_1 = -\cos x$; from even $n$ you reach $I_0 = x$. Mixing these (e.g., applying $I_0 = x$ when you should land at $I_1$) gives wrong answers.

Did you get this? True or false: applying the $\sin^n$ reduction formula starting from $n = 6$ terminates at the base case $I_0 = x + C$.

Work mode · how are you completing this lesson?
1

Use the reduction formula $I_n = -\tfrac{\sin^{n-1}x \cos x}{n} + \tfrac{n-1}{n}I_{n-2}$ to compute $I_4 = \int \sin^4 x\,dx$.

2

Derive a reduction formula for $C_n = \int \cos^n x\,dx$. State the analogous result.

3

Apply $J_n = x^n e^x - n J_{n-1}$ to evaluate $J_2 = \int x^2 e^x\,dx$.

4

Use the definite version: show that $\displaystyle\int_0^{\pi/2} \sin^n x\,dx = \dfrac{n-1}{n}\int_0^{\pi/2} \sin^{n-2}x\,dx$ for $n \geq 2$. (The boundary term vanishes.)

5

Hence evaluate $\displaystyle\int_0^{\pi/2} \sin^4 x\,dx$.

Odd one out: Three of these are standard reduction formulas. Which is NOT a valid reduction (the recurrence does not lower the index)?

11
Revisit your thinking

Earlier you wondered whether $\int \sin^7 x\,dx$ could be brought down to $\int \sin^5 x\,dx$, then $\sin^3$, then $\sin$.

The split-parts-fold method does exactly that: writing $\sin^n x = \sin^{n-1}x \cdot \sin x$ and applying integration by parts, then using $\cos^2 x = 1 - \sin^2 x$, exposes a copy of $I_n$ on the right which folds back into the formula. Solving algebraically gives $I_n = -\tfrac{\sin^{n-1}x \cos x}{n} + \tfrac{n-1}{n}I_{n-2}$. The same pattern — split, parts, identity, fold — works for $\cos^n$, $\tan^n$, and many others. For $x^n e^x$ the fold is unnecessary because $e^x$ self-replicates under integration.

auto-saved
01
Multiple choice
+5 XP per correct · +25 XP all-correct

Pick your answer, then rate your confidence — that tells the system what to drill next. Each retry pulls a fresh mix from the bank.

02
Short answer
ApplyBand 32 marks

Q1. Given $J_n = \int x^n e^x\,dx = x^n e^x - n J_{n-1}$, evaluate $J_2$. (2 marks)

auto-saved
ApplyBand 43 marks

Q2. Derive the reduction formula $I_n = -\dfrac{\sin^{n-1}x \cos x}{n} + \dfrac{n-1}{n}I_{n-2}$ for $I_n = \int \sin^n x\,dx$ (with $n \geq 2$). State each algebraic step clearly. (3 marks)

auto-saved
AnalyseBand 53 marks

Q3. Hence (using the formula from Q2) evaluate $\displaystyle\int_0^{\pi/2} \sin^5 x\,dx$. (3 marks)

auto-saved
Comprehensive answers (click to reveal)

Activity answers:

1. $I_4 = -\dfrac{\sin^3 x \cos x}{4} + \dfrac{3}{4}I_2$; $I_2 = -\dfrac{\sin x \cos x}{2} + \dfrac{1}{2}I_0 = -\dfrac{\sin x \cos x}{2} + \dfrac{x}{2}$. Therefore $I_4 = -\dfrac{\sin^3 x \cos x}{4} - \dfrac{3 \sin x \cos x}{8} + \dfrac{3x}{8} + C$.

2. Split $\cos^n x = \cos^{n-1}x \cdot \cos x$. Parts: $u = \cos^{n-1}x$, $dv = \cos x\,dx$, $v = \sin x$. Use $\sin^2 x = 1 - \cos^2 x$. Result: $C_n = \dfrac{\cos^{n-1}x \sin x}{n} + \dfrac{n-1}{n}C_{n-2}$.

3. $J_0 = e^x + C$; $J_1 = x e^x - J_0 = (x-1)e^x$; $J_2 = x^2 e^x - 2 J_1 = x^2 e^x - 2(x-1)e^x = (x^2 - 2x + 2)e^x + C$.

4. Boundary term $\left[-\dfrac{\sin^{n-1}x \cos x}{n}\right]_0^{\pi/2}$: at $\pi/2$, $\cos(\pi/2) = 0$; at $0$, $\sin^{n-1}(0) = 0$. Both ends zero, so the boundary vanishes, leaving the recurrence.

5. $\displaystyle\int_0^{\pi/2} \sin^4 x\,dx = \dfrac{3}{4} \int_0^{\pi/2} \sin^2 x\,dx = \dfrac{3}{4} \cdot \dfrac{1}{2} \int_0^{\pi/2} 1\,dx = \dfrac{3}{4} \cdot \dfrac{1}{2} \cdot \dfrac{\pi}{2} = \dfrac{3\pi}{16}$.

Q1 (2 marks): $J_1 = xe^x - J_0 = (x-1)e^x$ [1]. $J_2 = x^2 e^x - 2(x-1)e^x = (x^2 - 2x + 2)e^x + C$ [1].

Q2 (3 marks): Setup (split + parts choices) [1]; apply parts and substitute $\cos^2 = 1 - \sin^2$ [1]; collect $I_n$ terms and divide by $n$ [1].

Q3 (3 marks): Boundary term vanishes [1]; apply reduction twice [1]: $\dfrac{4}{5} \cdot \dfrac{2}{3} \cdot \int_0^{\pi/2} \sin x\,dx = \dfrac{8}{15} \cdot 1 = \dfrac{8}{15}$ [1].

01
Boss battle · The Recursion Rider
earn bronze · silver · gold

Five timed questions on deriving and applying reduction formulae. Beat the boss to bank a tier — gold (90% + speed), silver (75%), or bronze (50%). Replays welcome.

⚔ Enter the arena
02
Science Jump · platform challenge

Climb platforms by answering quick reduction-formula questions. Lighter alternative to the boss.

Mark lesson as complete

Tick when you've finished the practice and review.

🎓
Want help with Reduction Formulae I?

Work through this topic 1-on-1 with an experienced HSC tutor.

Book a free session →