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

Integrating Powers of Sine & Cosine

What happens when you need to integrate $\sin^3 x$, $\cos^4 x$, or products like $\sin^2 x\cos^3 x$? You can't just "reverse the chain rule." The trick is a two-move strategy: split off one factor and use a Pythagorean identity to convert everything into a single substitutable form. Master the odd-power trick and the double-angle method and you'll handle any power of sine or cosine the HSC can throw at you.

Today's hook — Without using any formula, guess what $\displaystyle\int \sin^3 x\,dx$ could possibly equal. Is there any standard antiderivative rule you could apply directly? Jot your instinct — you'll revisit it at card 05.
0/5QUESTS
01
Recall — your gut answer first
+5 XP warm-up

You already know $\displaystyle\int \sin x\,dx = -\cos x + C$ and $\displaystyle\int \sin^2 x\,dx = \dfrac{x}{2} - \dfrac{\sin 2x}{4} + C$ (from Lesson 6). Without using any new formula — can you think of a way to handle $\displaystyle\int \sin^3 x\,dx$? Write your instinct below.

auto-saved
02
Two strategies for power integrals
+5 XP to read

Every integral of a pure power of sine or cosine uses one of two strategies, depending on whether the power is odd or even:

Strategy A — Odd power: Split off one factor and convert the remainder using $\sin^2 x = 1 - \cos^2 x$ (or $\cos^2 x = 1 - \sin^2 x$), then substitute $u = \cos x$ (or $u = \sin x$).

Strategy B — Even power: Use the double-angle identity to reduce the power: $\sin^2 x = \dfrac{1-\cos 2x}{2}$,   $\cos^2 x = \dfrac{1+\cos 2x}{2}$.

sinⁿx or cosⁿx? n odd Split + sub n even Double-angle u=cos x or sin x ¼(1−cos2x)
Odd → substitution
The "split off one" trick works because it creates a $du$ factor. E.g. $\sin^3 x = \sin^2 x \cdot \sin x$ — the lone $\sin x$ becomes $-du$ when $u=\cos x$.
Even → reduce power
Repeated application of the half-angle formula lowers any even power to integrals of $\cos 2x$, $\cos 4x$ etc., all of which have standard antiderivatives.
Mixed products
For $\sin^m x \cos^n x$: if either $m$ or $n$ is odd, use the odd-power strategy on whichever is odd. If both are even, use the half-angle formula on each.
03
What you'll master
Know

Key facts

  • $\sin^2 x = 1 - \cos^2 x$ (Pythagorean) and $\sin^2 x = \dfrac{1-\cos 2x}{2}$ (double-angle)
  • For odd $n$: split off one factor, convert, substitute $u = \cos x$
  • For even $n$: use the half-angle form to reduce the power
Understand

Concepts

  • Why $u = \cos x \Rightarrow du = -\sin x\,dx$ makes the integral tractable for odd sine powers
  • How double-angle identities convert hard integrals into standard ones
  • When to split a mixed product $\sin^m x \cos^n x$
Can do

Skills

  • Integrate $\sin^3 x$, $\cos^3 x$, $\sin^4 x$, $\cos^4 x$ and products
  • Correctly change limits in definite integrals after substitution
  • Check an antiderivative by differentiation
04
Key terms
Pythagorean identity$\sin^2 x + \cos^2 x = 1$. Used to convert $\sin^2 x \leftrightarrow 1-\cos^2 x$ when splitting odd powers.
Double-angle identity$\cos 2x = 1 - 2\sin^2 x \Rightarrow \sin^2 x = \dfrac{1-\cos 2x}{2}$. Reduces an even power by 1.
Odd-power strategyWrite $\sin^{2k+1}x = \sin^{2k}x \cdot \sin x = (1-\cos^2 x)^k \sin x$, then let $u = \cos x$.
$u$-substitutionReplace $u = \cos x$, $du = -\sin x\,dx$ (or $u = \sin x$, $du = \cos x\,dx$). Don't forget to adjust the sign.
Power reductionUsing the half-angle forms $\sin^2 x = \tfrac{1-\cos 2x}{2}$ and $\cos^2 x = \tfrac{1+\cos 2x}{2}$ to lower even powers one step at a time.
$+C$Always include the constant of integration for indefinite integrals. For definite integrals, $+C$ cancels out.
05
Strategy A — Odd powers of sine (or cosine)
core concept

To integrate $\sin^n x$ when $n$ is odd, rewrite the integrand by splitting off one $\sin x$ and converting the rest via $\sin^2 x = 1 - \cos^2 x$:

$$\int \sin^{2k+1}x\,dx = \int (1-\cos^2 x)^k \sin x\,dx$$

Now let $u = \cos x$, so $du = -\sin x\,dx$, i.e. $\sin x\,dx = -du$. The integral becomes a polynomial in $u$, which you can integrate term-by-term, then substitute back.

Example — $\displaystyle\int \sin^3 x\,dx$:

$$\int \sin^3 x\,dx = \int (1-\cos^2 x)\sin x\,dx$$
$$= \int (1-u^2)(-du) \quad \text{where } u=\cos x$$
$$= -\int (1-u^2)\,du = -\left(u - \frac{u^3}{3}\right)+C = -\cos x + \frac{\cos^3 x}{3} + C$$

Check: Differentiate: $\dfrac{d}{dx}\!\left(-\cos x + \tfrac{\cos^3 x}{3}\right) = \sin x - \cos^2 x \sin x = \sin x(1-\cos^2 x) = \sin^3 x$ ✓

The same logic applies to odd powers of cosine. For $\displaystyle\int \cos^{2k+1}x\,dx$, split off one $\cos x$, convert using $\cos^2 x = 1-\sin^2 x$, then let $u = \sin x$, $du = \cos x\,dx$.

To integrate $\sin^n x$ when $n$ is odd , rewrite the integrand by splitting off one $\sin x$ and converting the rest via $\sin^2 x = 1 - \cos^2 x$:

Pause — copy Strategy A: $\int\sin^n x\,dx$ for odd $n$ — split off $\sin x$, replace $\sin^{n-1}x$ using $1-\cos^2 x$, substitute $u=\cos x$ into your book.

Quick check: To evaluate $\displaystyle\int \cos^3 x\,dx$, which substitution is most appropriate after rewriting $\cos^3 x = (1-\sin^2 x)\cos x$?

06
Strategy B — Even powers using the double-angle identity
core concept

We just saw Strategy A for odd $n$: split $\sin^n x=\sin^{n-1}x\cdot\sin x$, use $\sin^2 x=1-\cos^2 x$, then substitute $u=\cos x$ so $du=-\sin x\,dx$. That raises a question: when $n$ is even, the substitution approach doesn't simplify things — which identity do you apply repeatedly, and how far do you have to reduce before you can integrate? This card answers it → for even $n$, apply $\sin^2 x=\frac{1-\cos2x}{2}$ repeatedly until all powers are 1.

When $n$ is even, substitution won't simplify things. Instead, use the half-angle (power-reduction) forms:

$$\sin^2 x = \frac{1-\cos 2x}{2}, \qquad \cos^2 x = \frac{1+\cos 2x}{2}$$

Apply these once to halve the power. If the resulting integrand still has an even power (e.g. $\cos^4 x$ gives $\cos^2 2x$), apply the identity again.

Example — $\displaystyle\int \sin^4 x\,dx$:

$$\sin^4 x = (\sin^2 x)^2 = \left(\frac{1-\cos 2x}{2}\right)^2 = \frac{1-2\cos 2x+\cos^2 2x}{4}$$
$$= \frac{1}{4}\left(1 - 2\cos 2x + \frac{1+\cos 4x}{2}\right) = \frac{3}{8} - \frac{\cos 2x}{2} + \frac{\cos 4x}{8}$$

Now integrate term-by-term:

$$\int \sin^4 x\,dx = \frac{3x}{8} - \frac{\sin 2x}{4} + \frac{\sin 4x}{32} + C$$
Pattern: Each application of the half-angle formula introduces a $\cos 2nx$ term, which integrates to $\dfrac{\sin 2nx}{2n}$. Keep halving powers until you reach $\cos nx$ — then integrate directly.

When $n$ is even , substitution won't simplify things. Instead, use the half-angle (power-reduction) forms:

Pause — copy Strategy B: $\int\sin^n x\,dx$ for even $n$ — apply $\sin^2 x=\frac{1-\cos2x}{2}$ repeatedly until only $\cos(2kx)$ terms with power 1 remain into your book.

Did you get this? True or false: $\displaystyle\int \cos 4x\,dx = \dfrac{\sin 4x}{4} + C$.

PROBLEM 1 · ODD SINE POWER

Find $\displaystyle\int \sin^5 x\,dx$.

1
$n=5$ is odd. Split: $\sin^5 x = \sin^4 x \cdot \sin x = (1-\cos^2 x)^2 \sin x$
Identify odd power; isolate one $\sin x$ as the "$du$" factor; convert remainder using $\sin^2 x = 1-\cos^2 x$.
PROBLEM 2 · EVEN COSINE POWER

Find $\displaystyle\int \cos^4 x\,dx$.

1
$n=4$ is even. $\cos^4 x = (\cos^2 x)^2 = \left(\dfrac{1+\cos 2x}{2}\right)^2 = \dfrac{1+2\cos 2x+\cos^2 2x}{4}$
Apply $\cos^2 x = \tfrac{1+\cos 2x}{2}$; expand the square.
PROBLEM 3 · MIXED PRODUCT

Evaluate $\displaystyle\int_0^{\pi/2} \sin^2 x\cos^3 x\,dx$.

1
$\cos^3 x$ is odd $\Rightarrow$ split the cosine: $\sin^2 x\cos^3 x = \sin^2 x(1-\sin^2 x)\cos x$
cos power is odd; split off one $\cos x$ (the $du$ factor) and convert $\cos^2 x \to 1-\sin^2 x$.

Fill the gap: When finding $\displaystyle\int \sin^3 x\,dx$, we let $u = \cos x$ so that $du = $ (include the $dx$).

Trap 01
Applying the odd-power strategy to even powers
For even powers like $\sin^4 x$, splitting off one $\sin x$ and substituting $u = \cos x$ gives a non-integer power in $u$ — it doesn't simplify. Always check parity first: odd → substitution, even → double-angle.
Trap 02
Forgetting the negative sign in $du = -\sin x\,dx$
When $u = \cos x$, then $du = -\sin x\,dx$, so $\sin x\,dx = -du$. Missing this sign flips the sign of the entire answer. Always write out the substitution step explicitly before cancelling.
Trap 03
Not changing limits in definite integrals
If you substitute $u = \sin x$ in a definite integral, the limits $0$ to $\tfrac{\pi}{2}$ become $u = 0$ to $u = 1$. Evaluating at the original $x$-limits after integrating in $u$ is a common error that gives the wrong answer.

Did you get this? True or false: the correct approach for $\displaystyle\int \sin^4 x\,dx$ is to use the double-angle identity $\sin^2 x = \dfrac{1-\cos 2x}{2}$, not a $u$-substitution directly.

Work mode · how are you completing this lesson?
1

Find $\displaystyle\int \cos^3 x\,dx$. (Hint: $\cos^3 x = (1-\sin^2 x)\cos x$.)

2

Use the double-angle identity to find $\displaystyle\int \cos^2 x\,dx$.

3

Evaluate $\displaystyle\int_0^{\pi/2} \cos^3 x\,dx$ exactly.

4

Find $\displaystyle\int \sin^3 x\cos^2 x\,dx$. (Identify which power is odd.)

5

Verify that $\dfrac{d}{dx}\!\left(-\cos x + \dfrac{\cos^3 x}{3}\right) = \sin^3 x$. Show all steps.

Odd one out: Three of these are valid steps in an integration of a power of sine/cosine. Which one is NOT a valid step?

11
Revisit your thinking

At the start you tried to guess what $\displaystyle\int \sin^3 x\,dx$ could equal. The answer is $-\cos x + \dfrac{\cos^3 x}{3} + C$.

Could you have guessed it? The key insight is that no simple "reverse rule" exists — you must use the Pythagorean identity to manufacture a substitution. Once you see the $\sin x$ as a $-du$ factor, the whole integral collapses into a polynomial.

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. Find $\displaystyle\int \cos^3 x\,dx$, showing your substitution clearly. (2 marks)

auto-saved
ApplyBand 43 marks

Q2. Evaluate $\displaystyle\int_0^{\pi/2} \sin^3 x\,dx$ exactly, showing the change of limits. (3 marks)

auto-saved
AnalyseBand 53 marks

Q3. Find $\displaystyle\int \sin^2 x\cos^3 x\,dx$. (3 marks)

auto-saved
Comprehensive answers (click to reveal)

Activity answers: 1. $\sin x - \tfrac{\sin^3 x}{3} + C$  ·  2. $\tfrac{x}{2}+\tfrac{\sin 2x}{4}+C$  ·  3. $\tfrac{2}{3}$  ·  4. $-\tfrac{\cos^3 x}{3}+\tfrac{\cos^5 x}{5}+C$  ·  5. chain rule gives $\sin x - \sin x\cos^2 x = \sin x(1-\cos^2 x) = \sin^3 x$ ✓

Q1 (2 marks): $\cos^3 x = (1-\sin^2 x)\cos x$. Let $u=\sin x$, $du=\cos x\,dx$ [1]. $\int(1-u^2)\,du = u - \tfrac{u^3}{3}+C = \sin x - \tfrac{\sin^3 x}{3}+C$ [1].

Q2 (3 marks): $\sin^3 x = (1-\cos^2 x)\sin x$. Let $u=\cos x$, $du=-\sin x\,dx$ [1]. Limits: $x=0\to u=1$; $x=\tfrac{\pi}{2}\to u=0$ [1]. $\int_1^0(1-u^2)(-du)=\int_0^1(1-u^2)\,du=\left[u-\tfrac{u^3}{3}\right]_0^1 = 1-\tfrac{1}{3}=\tfrac{2}{3}$ [1].

Q3 (3 marks): cos power odd → split: $\sin^2 x\cos^3 x = \sin^2 x(1-\sin^2 x)\cos x$ [1]. Let $u=\sin x$, $du=\cos x\,dx$ [1]. $\int u^2(1-u^2)\,du = \tfrac{u^3}{3}-\tfrac{u^5}{5}+C = \tfrac{\sin^3 x}{3}-\tfrac{\sin^5 x}{5}+C$ [1].

01
Boss battle · The Power Master
earn bronze · silver · gold

Five timed questions on integrating powers of sine and cosine. 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 trig integration questions. Lighter alternative to the boss.

Mark lesson as complete

Tick when you've finished the practice and review.

🎓
Want help with Integrating Powers of Sine and Cosine?

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

Book a free session →