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 5 · L15 of 20 ~40 min ⚡ +100 XP available

Induction for Trigonometric Identities

De Moivre's theorem is one of mathematics' most elegant results — and it's proved entirely by induction. In this lesson you'll master how compound angle formulas power the inductive step for trig identities, proving results like $(\cos\theta + i\sin\theta)^n = \cos(n\theta) + i\sin(n\theta)$ and $\cos(n\pi) = (-1)^n$ from scratch.

Today's hook — Before reading: what happens to $(\cos\theta + i\sin\theta)$ when you square it? Do you get $\cos(2\theta) + i\sin(2\theta)$? Try expanding $(\cos\theta + i\sin\theta)^2$ using $i^2 = -1$ and double angle formulas. Write what you get below.
0/5QUESTS
01
Recall — your gut answer first
+5 XP warm-up

Expand $(\cos\theta + i\sin\theta)^2$ by hand. Use $i^2 = -1$ and the double angle formulas $\cos(2\theta) = \cos^2\theta - \sin^2\theta$ and $\sin(2\theta) = 2\sin\theta\cos\theta$. What do you notice about the result?

auto-saved
02
The two moves
+5 XP to read

Trigonometric induction always comes down to two key moves: write the $(k+1)$ case as the $k$ case times one extra factor, then apply the compound angle formula to collapse it.

The compound angle formulas are the engine of every trig induction proof:

$\cos(A+B) = \cos A\cos B - \sin A\sin B$

$\sin(A+B) = \sin A\cos B + \cos A\sin B$

Set $A = k\theta$ and $B = \theta$ to connect the $k$ case to the $k+1$ case.

$\cos(k\theta+\theta) = \cos(k\theta)\cos\theta - \sin(k\theta)\sin\theta$
$i^2 = -1$
When working with complex number induction (De Moivre), expanding the product will generate an $i^2$ term. Always replace it with $-1$ immediately.
Signs matter
$\cos(A+B)$ has a minus sign; $\sin(A+B)$ has a plus sign. Mixing them up loses a mark immediately.
Base case at $n=0$
Some trig identities (like $\cos(n\pi)=(-1)^n$) are most naturally proved starting from $n=0$, not $n=1$. Always check what base makes sense.
03
What you'll master
Know

Key facts

  • De Moivre's theorem: $(\cos\theta + i\sin\theta)^n = \cos(n\theta) + i\sin(n\theta)$
  • Compound angle formulas for $\cos(A+B)$ and $\sin(A+B)$
  • $\cos(n\pi) = (-1)^n$ for all $n \geq 0$
Understand

Concepts

  • Why the inductive step for trig identities always uses a compound angle formula
  • How multiplying by one extra factor connects $n=k$ to $n=k+1$
  • The role of $i^2 = -1$ in complex number induction proofs
Can do

Skills

  • Write a complete induction proof for De Moivre's theorem
  • Prove simple trig identities (e.g. $\cos(n\pi)=(-1)^n$) by induction
  • Identify and apply the correct compound angle formula in the inductive step
04
Key terms
De Moivre's Theorem$(\cos\theta + i\sin\theta)^n = \cos(n\theta) + i\sin(n\theta)$ for all positive integers $n$. Proved by induction using compound angle formulas.
Compound angle formula$\cos(A+B) = \cos A\cos B - \sin A\sin B$ and $\sin(A+B) = \sin A\cos B + \cos A\sin B$. The engine of trig induction proofs.
Inductive hypothesisThe assumption that the statement holds for $n = k$. In trig proofs, this is substituted into the $(k+1)$ expansion.
$i^2 = -1$The defining property of the imaginary unit. Critical for simplifying products of complex numbers in De Moivre proofs.
Base caseThe starting value (usually $n=1$ or $n=0$) at which the identity is verified directly before the induction argument begins.
Trigonometric identityAn equation involving trig functions that holds for all values of the variable. Induction proves identities that involve a natural number parameter $n$.
05
Trigonometric induction overview
core concept

Trigonometric induction proofs often rely on compound angle formulas. When proving a statement for $n = k + 1$, you typically express the $(k+1)$ case in terms of the $k$ case plus one extra angle, then apply the compound angle formula.

$$\cos(A + B) = \cos A \cos B - \sin A \sin B$$
$$\sin(A + B) = \sin A \cos B + \cos A \sin B$$

The typical structure: set $A = k\theta$ (covered by the inductive hypothesis) and $B = \theta$ (the single extra step). The hypothesis gives you $\cos(k\theta)$ and $\sin(k\theta)$; the formula assembles $\cos((k+1)\theta)$ and $\sin((k+1)\theta)$.

Why compound angle formulas? The formula $\cos((k+1)\theta) = \cos(k\theta + \theta)$ is the bridge. Without it you cannot connect the $k$ case to the $k+1$ case, because trigonometric functions are not linear.

Trigonometric induction proofs often rely on compound angle formulas . When proving a statement for $n = k + 1$, you typically express the $(k+1)$ case in terms of the $k$ case plus one extra angle, then apply the compound angle formula.

Pause — copy the compound angle identities for $\cos(A+B)$ and $\sin(A+B)$ that power every trig induction proof into your book.

Quick check: In the inductive step of a trig induction proof, you write $f(k+1)$ as $f(k)$ combined with one extra angle. Which tool do you then reach for to simplify?

06
De Moivre's Theorem — full proof
core concept

We just saw that trig induction uses the compound angle formulas, writing $\cos((k+1)\theta)=\cos(k\theta+\theta)$ and expanding. That raises a question: exactly how does multiplying the hypothesis $(\cos k\theta+i\sin k\theta)$ by $(\cos\theta+i\sin\theta)$ produce $(\cos(k+1)\theta+i\sin(k+1)\theta)$? This card answers it → expanding and collecting real/imaginary parts recovers the compound angle identities directly.

Statement: Prove by induction that $(\cos\theta + i\sin\theta)^n = \cos(n\theta) + i\sin(n\theta)$ for all positive integers $n$.

Step 1 — Base Case ($n = 1$):

LHS $= \cos\theta + i\sin\theta$;   RHS $= \cos\theta + i\sin\theta$.   LHS = RHS. True for $n = 1$.

Step 2 — Inductive Hypothesis:

Assume $(\cos\theta + i\sin\theta)^k = \cos(k\theta) + i\sin(k\theta)$

Step 3 — Inductive Step ($n = k + 1$):

$$(\cos\theta + i\sin\theta)^{k+1} = (\cos\theta + i\sin\theta)^k \cdot (\cos\theta + i\sin\theta)$$

Apply the inductive hypothesis:

$$= [\cos(k\theta) + i\sin(k\theta)][\cos\theta + i\sin\theta]$$

Expand, using $i^2 = -1$:

$$= \cos(k\theta)\cos\theta - \sin(k\theta)\sin\theta + i[\sin(k\theta)\cos\theta + \cos(k\theta)\sin\theta]$$

Apply compound angle formulas:

$$= \cos((k+1)\theta) + i\sin((k+1)\theta)$$

This is the formula with $n = k + 1$. By the principle of mathematical induction, true for all $n \geq 1$. ∎

Key move at the expansion step. When you multiply $[\cos(k\theta) + i\sin(k\theta)][\cos\theta + i\sin\theta]$, the $i\sin(k\theta) \cdot i\sin\theta$ term gives $i^2\sin(k\theta)\sin\theta = -\sin(k\theta)\sin\theta$. That minus sign is where $\cos(A+B)$'s minus sign comes from.

Statement: Prove by induction that $(\cos\theta + i\sin\theta)^n = \cos(n\theta) + i\sin(n\theta)$ for all positive integers $n$.

Pause — copy the statement and complete induction proof of De Moivre's Theorem $(\cos\theta+i\sin\theta)^n=\cos n\theta+i\sin n\theta$ into your book.

Did you get this? True or false: when expanding $[\cos(k\theta)+i\sin(k\theta)][\cos\theta+i\sin\theta]$, the term $i\sin(k\theta)\cdot i\sin\theta$ equals $-\sin(k\theta)\sin\theta$.

PROBLEM 1 · COSINE IDENTITY

Prove by induction that $\cos(n\pi) = (-1)^n$ for all integers $n \geq 0$.

1
Base case ($n = 0$): LHS $= \cos(0) = 1$; RHS $= (-1)^0 = 1$. True.
Start at $n=0$ since the identity is stated for $n \geq 0$. Always check the specific base case given.
PROBLEM 2 · DE MOIVRE SPOT CHECK

Verify De Moivre's theorem for $n = 3$ directly (i.e. expand $(\cos\theta + i\sin\theta)^3$ and confirm it equals $\cos(3\theta) + i\sin(3\theta)$).

1
$(\cos\theta + i\sin\theta)^3 = (\cos\theta + i\sin\theta)^2 \cdot (\cos\theta + i\sin\theta)$
Break into a product so we can use $n=2$ first.
PROBLEM 3 · SINE IDENTITY

Prove by induction that $\sin(n\pi) = 0$ for all integers $n \geq 0$.

1
Base case ($n = 0$): $\sin(0) = 0$. True.
A trivial check, but still required — never skip the base case.

Fill the gap: In the De Moivre inductive step, after expanding the product we apply compound angle formulas to get the real part $\cos(k\theta)\cos\theta - \sin(k\theta)\sin\theta = \cos($$)$.

Trap 01
Forgetting $i^2 = -1$
When expanding $[\cos(k\theta)+i\sin(k\theta)][\cos\theta+i\sin\theta]$, the term $i\sin(k\theta)\cdot i\sin\theta = i^2\sin(k\theta)\sin\theta = -\sin(k\theta)\sin\theta$. Leaving it as $+\sin(k\theta)\sin\theta$ gives the wrong compound angle formula and the proof fails.
Trap 02
Wrong compound angle sign
$\cos(A+B)$ has a minus sign between the two terms: $\cos A\cos B - \sin A\sin B$. $\sin(A+B)$ has a plus sign: $\sin A\cos B + \cos A\sin B$. Swapping them is the most common trig induction error.
Trap 03
Assuming the result before proving it
You cannot write "$\cos(n\pi) = (-1)^n$ therefore $\cos((k+1)\pi) = (-1)^{k+1}$" in the inductive step. You must derive the $k+1$ case from the $k$ case using only the inductive hypothesis and known identities.

Did you get this? True or false: $\cos(A+B) = \cos A\cos B + \sin A\sin B$.

Work mode · how are you completing this lesson?
1

State the compound angle formula for $\sin(A+B)$ from memory, then verify it for $A = B = 45°$.

2

In the De Moivre inductive step, write out the product $[\cos(k\theta)+i\sin(k\theta)][\cos\theta+i\sin\theta]$ fully expanded, grouping real and imaginary parts.

3

Prove by induction that $\cos\left(\dfrac{n\pi}{2}\right)$ cycles through $1, 0, -1, 0, \ldots$ for $n = 0, 1, 2, 3, \ldots$. (Hint: use $\cos(A+\frac{\pi}{2}) = -\sin A$.)

4

Write the complete induction proof for De Moivre's theorem in your own words, in full exam style (base case, IH, step, conclusion).

5

A student claims "$\sin(k\pi)=0$ is just given; I don't need to use it." Explain why that claim is wrong in the context of proving $\cos(n\pi)=(-1)^n$.

Odd one out: Three of these statements about trigonometric induction proofs are true. Which one is FALSE?

11
Revisit your thinking

Earlier you expanded $(\cos\theta + i\sin\theta)^2$. The result is $\cos(2\theta) + i\sin(2\theta)$ — exactly what De Moivre predicts.

The key insight is that $i^2 = -1$ turns the cross-term $i\sin\theta \cdot i\sin\theta$ into $-\sin^2\theta$, which, combined with $\cos^2\theta$, gives $\cos(2\theta)$. Every step in the general inductive proof uses exactly this same logic, scaled to $k\theta$.

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. State the inductive hypothesis and the inductive step for De Moivre's theorem. You do not need to write the full proof. (2 marks)

auto-saved
ApplyBand 43 marks

Q2. Prove by induction that $\cos(n\pi) = (-1)^n$ for all integers $n \geq 0$. (3 marks)

auto-saved
AnalyseBand 54 marks

Q3. Prove by induction that $(\cos\theta + i\sin\theta)^n = \cos(n\theta) + i\sin(n\theta)$ for all positive integers $n$. (4 marks)

auto-saved
Comprehensive answers (click to reveal)

Q1 (2 marks): IH: $(\cos\theta+i\sin\theta)^k = \cos(k\theta)+i\sin(k\theta)$ [1]. Step: multiply both sides by $(\cos\theta+i\sin\theta)$, expand using $i^2=-1$, apply compound angle formulas to reach $\cos((k+1)\theta)+i\sin((k+1)\theta)$ [1].

Q2 (3 marks): Base $n=0$: $\cos(0)=1=(-1)^0$ [1]. IH: $\cos(k\pi)=(-1)^k$. Step: $\cos((k+1)\pi)=\cos(k\pi+\pi)=\cos(k\pi)\cos\pi-\sin(k\pi)\sin\pi = (-1)^k\cdot(-1)-0\cdot0 = (-1)^{k+1}$ [1]. Conclusion [1].

Q3 (4 marks): Base $n=1$ [1]. IH [1]. Step: multiply IH by $(\cos\theta+i\sin\theta)$, expand, use $i^2=-1$ to get $[\cos(k\theta)\cos\theta-\sin(k\theta)\sin\theta]+i[\sin(k\theta)\cos\theta+\cos(k\theta)\sin\theta]=\cos((k+1)\theta)+i\sin((k+1)\theta)$ [1]. Conclusion [1].

01
Boss battle · The Trig Induction Master
earn bronze · silver · gold

Five timed questions. 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 induction questions. Lighter alternative to the boss.

Mark lesson as complete

Tick when you've finished the practice and review.

🎓
Want help with Induction for Trigonometric Identities?

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

Book a free session →