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 13 · L01 of 12 ~40 min ⚡ +90 XP available

De Moivre's Theorem

Raising a complex number to a power is brutal in Cartesian form — try expanding $(1+i)^{10}$ with the binomial theorem and you'll fill a page. In polar form it collapses to a single line: rotate the angle by $n$ times, raise the modulus to the $n$th power, done. De Moivre's theorem is the bridge between trigonometry, complex numbers and powers, and it underwrites every Extension 2 complex computation that follows.

Today's hook — Write $1+i$ in modulus–argument form. Then, without expanding any brackets, write down what $(1+i)^{10}$ should be. (Hint: rotate the angle $10$ times, scale the modulus to the $10$th power.) Compare with the worked answer after card 05.
0/5QUESTS
01
Recall — your gut answer first
+5 XP warm-up

Write $1+i$ in modulus–argument form $r(\cos\theta + i\sin\theta)$. Then sketch what happens geometrically when you multiply $1+i$ by itself: which way does the vector rotate, and how does its length change? Before checking — guess what $|(1+i)^4|$ equals.

auto-saved
02
The two moves for powers in polar form
+5 XP to read

Every power of a complex number $z = r(\cos\theta + i\sin\theta)$ reduces to two operations: raise the modulus to the power ($r \mapsto r^n$), then multiply the argument by the power ($\theta \mapsto n\theta$). De Moivre's theorem packages both into one identity.

The modulus-argument-power reading: (1) read the modulus $r$ and argument $\theta$, (2) compute $r^n$ for the new modulus, (3) compute $n\theta$ for the new argument.

$z^n = r^n(\cos n\theta + i\sin n\theta)$  ·  valid for integer $n$  ·  extends to rationals (multi-valued)

Polar r, θ Power n apply n Result rⁿ, nθ Check: convert back to a + bi if needed
$[r(\cos\theta + i\sin\theta)]^n = r^n(\cos n\theta + i\sin n\theta)$
Polar form is mandatory
De Moivre's theorem only works when $z$ is written as $r(\cos\theta + i\sin\theta)$. Convert from Cartesian first — find $r = |z|$ and $\theta = \arg z$.
Negative powers work too
$z^{-n} = r^{-n}(\cos(-n\theta) + i\sin(-n\theta))$. Use the parity identities $\cos(-x) = \cos x$ and $\sin(-x) = -\sin x$ to simplify.
Trig identities fall out
Expanding $(\cos\theta + i\sin\theta)^n$ with the binomial theorem and equating real and imaginary parts gives $\cos n\theta$ and $\sin n\theta$ in terms of $\cos\theta$ and $\sin\theta$. Powerful identity factory.
03
What you'll master
Know

Key facts

  • De Moivre: $(\cos\theta + i\sin\theta)^n = \cos n\theta + i\sin n\theta$ for all integer $n$
  • Extends to $z = r(\cos\theta + i\sin\theta)$: $z^n = r^n(\cos n\theta + i\sin n\theta)$
  • For rational $n = p/q$, the result is multi-valued ($q$ distinct roots)
  • Proof for $n \in \mathbb{Z}^+$ uses induction
Understand

Concepts

  • Why polar form makes powers easy: multiplication rotates and scales
  • Why the negative-integer case follows from the positive case plus $z^{-1}$
  • Why expanding $(\cos\theta + i\sin\theta)^n$ produces multiple-angle identities
Can do

Skills

  • Compute $z^n$ for any integer $n$ by converting to polar form
  • Prove De Moivre's theorem by induction for $n \geq 0$
  • Derive identities for $\cos n\theta$ and $\sin n\theta$ as polynomials in $\cos\theta, \sin\theta$
04
Key terms
Modulus $r = |z|$The distance from the origin to $z$ in the Argand plane. For $z = a + bi$, $r = \sqrt{a^2 + b^2}$. Always non-negative.
Argument $\theta = \arg z$The angle the vector $z$ makes with the positive real axis, measured anticlockwise. Principal argument lies in $(-\pi, \pi]$.
Modulus–argument (polar) form$z = r(\cos\theta + i\sin\theta)$, sometimes abbreviated $r\,\mathrm{cis}\,\theta$. Equivalently $z = re^{i\theta}$ (Euler form).
De Moivre's theoremFor integer $n$: $(\cos\theta + i\sin\theta)^n = \cos n\theta + i\sin n\theta$. Extends to $z^n = r^n(\cos n\theta + i\sin n\theta)$.
Mathematical inductionProof technique: verify base case $n = 1$, then assume true for $n = k$ and prove for $n = k+1$. Used to prove De Moivre for $n \in \mathbb{Z}^+$.
Multiple-angle identityAn equation expressing $\cos n\theta$ or $\sin n\theta$ as a polynomial in $\cos\theta$ and $\sin\theta$, derived by equating real and imaginary parts of De Moivre.
MEX-N2NESA outcome (Complex Numbers II): uses De Moivre's theorem with complex numbers expressed in polar form, including integer and rational powers.
05
Statement and proof by induction
core concept

De Moivre's theorem. For every integer $n$, $$(\cos\theta + i\sin\theta)^n = \cos n\theta + i\sin n\theta.$$ The argument for $n \geq 0$ is a one-line induction; the cases $n < 0$ and $n \in \mathbb{Q}$ then follow.

Proof for $n \in \mathbb{Z}^+$ by induction.

  1. Base case $n = 1$: $(\cos\theta + i\sin\theta)^1 = \cos\theta + i\sin\theta = \cos(1\cdot\theta) + i\sin(1\cdot\theta)$. ✓
  2. Inductive step: Assume $(\cos\theta + i\sin\theta)^k = \cos k\theta + i\sin k\theta$ for some $k \geq 1$. Then $$(\cos\theta + i\sin\theta)^{k+1} = (\cos\theta + i\sin\theta)^k \cdot (\cos\theta + i\sin\theta)$$ $$= (\cos k\theta + i\sin k\theta)(\cos\theta + i\sin\theta)$$ $$= \cos k\theta\cos\theta - \sin k\theta\sin\theta + i(\sin k\theta\cos\theta + \cos k\theta\sin\theta)$$ $$= \cos(k\theta + \theta) + i\sin(k\theta + \theta) = \cos(k+1)\theta + i\sin(k+1)\theta.$$
  3. By induction, the theorem holds for all $n \in \mathbb{Z}^+$.

Extension to $n = 0$: $(\cos\theta + i\sin\theta)^0 = 1 = \cos 0 + i\sin 0$. ✓

Extension to negative integers. For $n < 0$, write $n = -m$ with $m > 0$. Then $(\cos\theta + i\sin\theta)^{-m} = 1/(\cos\theta + i\sin\theta)^m = 1/(\cos m\theta + i\sin m\theta)$. Multiplying top and bottom by the conjugate $\cos m\theta - i\sin m\theta$ gives $(\cos m\theta - i\sin m\theta)/1 = \cos(-m\theta) + i\sin(-m\theta) = \cos n\theta + i\sin n\theta$. ✓

Extension to rationals. For $n = p/q$ with $q \neq 0$, the statement $(\cos\theta + i\sin\theta)^{p/q} = \cos(p\theta/q) + i\sin(p\theta/q)$ is one of the values; there are $q$ distinct $q$th roots of $\cos p\theta + i\sin p\theta$ in total.

Why this matters. De Moivre converts a $20$-term binomial expansion into a single trig calculation. Every complex computation in this module — roots, identities, polynomial factorisation — leans on it.

Theorem: $(\cos\theta + i\sin\theta)^n = \cos n\theta + i\sin n\theta$ for $n \in \mathbb{Z}$ · Proof: induction on $n \geq 0$; base $n=1$ trivial; step uses $\cos$ and $\sin$ addition formulae · Negative integers: follow from $z^{-m} = 1/z^m$ plus conjugate trick · General form: $[r(\cos\theta + i\sin\theta)]^n = r^n(\cos n\theta + i\sin n\theta)$

Pause — copy De Moivre's theorem (integer $n$), the induction proof outline, and the general form $[r(\cos\theta+i\sin\theta)]^n = r^n(\cos n\theta+i\sin n\theta)$ into your book.

Quick check: Which step in the inductive proof of De Moivre's theorem uses the trig addition formulae?

06
Applying De Moivre: powers and identities
core concept

We just saw De Moivre's theorem $[r(\cos\theta+i\sin\theta)]^n = r^n(\cos n\theta+i\sin n\theta)$ proved by induction, extended to negative integers via the conjugate trick. That raises a question: how do we actually use this to compute high powers and derive trig identities? This card answers it → convert $z$ to polar, apply De Moivre, then take Re or Im parts to get $\cos n\theta$ or $\sin n\theta$.

Two main classes of question lean on De Moivre:

  • Computing $z^n$. Convert $z$ to polar form, apply De Moivre, convert back to Cartesian if needed.
  • Deriving multiple-angle identities. Expand $(\cos\theta + i\sin\theta)^n$ using the binomial theorem, then equate real and imaginary parts of the result $\cos n\theta + i\sin n\theta$.

For the second class, the binomial expansion gives $$(\cos\theta + i\sin\theta)^n = \sum_{k=0}^n \binom{n}{k} \cos^{n-k}\theta \, (i\sin\theta)^k.$$ Powers of $i$ cycle through $1, i, -1, -i$, so the real part collects even-$k$ terms (with alternating signs) and the imaginary part collects odd-$k$ terms.

$$\cos n\theta = \mathrm{Re}\!\left[(\cos\theta + i\sin\theta)^n\right], \quad \sin n\theta = \mathrm{Im}\!\left[(\cos\theta + i\sin\theta)^n\right]$$
Common pattern. To find $\cos 3\theta$, expand $(\cos\theta + i\sin\theta)^3 = \cos^3\theta + 3i\cos^2\theta\sin\theta - 3\cos\theta\sin^2\theta - i\sin^3\theta$. Take the real part: $\cos 3\theta = \cos^3\theta - 3\cos\theta\sin^2\theta$, then use $\sin^2\theta = 1 - \cos^2\theta$ to get $\cos 3\theta = 4\cos^3\theta - 3\cos\theta$.

To compute $z^n$: convert $z$ to polar, apply De Moivre, convert back if asked · $\cos n\theta = \mathrm{Re}[(\cos\theta + i\sin\theta)^n]$; $\sin n\theta = \mathrm{Im}[\,]$ · Powers of $i$ cycle: $i^0=1,\, i^1=i,\, i^2=-1,\, i^3=-i$ · $\cos 3\theta = 4\cos^3\theta - 3\cos\theta$; $\sin 3\theta = 3\sin\theta - 4\sin^3\theta$

Pause — copy the application procedure (convert to polar, apply De Moivre, take Re/Im), the results $\cos 3\theta = 4\cos^3\theta-3\cos\theta$ and $\sin 3\theta = 3\sin\theta-4\sin^3\theta$, into your book.

Did you get this? True or false: De Moivre's theorem in the form $(\cos\theta + i\sin\theta)^n = \cos n\theta + i\sin n\theta$ requires $n$ to be a positive integer.

PROBLEM 1 · COMPUTE (1+i)^{10}

Use De Moivre's theorem to evaluate $(1+i)^{10}$. Give the answer in Cartesian form $a + bi$.

1
Convert to polar: $|1+i| = \sqrt{1^2 + 1^2} = \sqrt{2}$ and $\arg(1+i) = \pi/4$. So $1 + i = \sqrt{2}(\cos\tfrac{\pi}{4} + i\sin\tfrac{\pi}{4})$.
Always convert before applying De Moivre — the theorem requires modulus–argument form.
PROBLEM 2 · COMPUTE (√3 + i)^6

Use De Moivre's theorem to evaluate $(\sqrt{3} + i)^6$. Express the answer as a real or complex number in Cartesian form.

1
Convert: $|\sqrt{3} + i| = \sqrt{3 + 1} = 2$ and $\arg(\sqrt{3} + i) = \arctan(1/\sqrt{3}) = \pi/6$. So $\sqrt{3} + i = 2(\cos\tfrac{\pi}{6} + i\sin\tfrac{\pi}{6})$.
Sketch in the Argand plane to confirm the argument: $(\sqrt 3, 1)$ is in the first quadrant, with $\tan\theta = 1/\sqrt 3$ giving $\theta = \pi/6$.
PROBLEM 3 · EXPRESS cos 5θ IN TERMS OF cos θ

Use De Moivre's theorem to show that $\cos 5\theta = 16\cos^5\theta - 20\cos^3\theta + 5\cos\theta$.

1
By De Moivre, $\cos 5\theta + i\sin 5\theta = (\cos\theta + i\sin\theta)^5$. Expand the right side using the binomial theorem with $c = \cos\theta, s = \sin\theta$: $$(c + is)^5 = c^5 + 5c^4(is) + 10c^3(is)^2 + 10c^2(is)^3 + 5c(is)^4 + (is)^5.$$
Write down the binomial coefficients $\binom{5}{k} = 1, 5, 10, 10, 5, 1$ before expanding so you don't lose a term.

Fill the gap: By De Moivre's theorem, $[r(\cos\theta + i\sin\theta)]^n = $ $\bigl(\cos$ $+ i\sin n\theta\bigr)$, valid for every integer $n$.

Trap 01
Applying De Moivre in Cartesian form
$(a + bi)^n \neq a^n + (bi)^n$. De Moivre's theorem requires polar form: $r(\cos\theta + i\sin\theta)$. Always convert first — find $r = |z|$ and $\theta = \arg z$ — before raising to the power.
Trap 02
Forgetting to reduce the argument
After computing $n\theta$, reduce it modulo $2\pi$ (or to principal range $(-\pi, \pi]$) before evaluating cos and sin. $(1+i)^{10}$ gives argument $5\pi/2$ — leaving it unreduced makes the cos and sin values look unrecognisable.
Trap 03
Mixing $\cos n\theta$ and $\cos^n\theta$
$\cos n\theta$ is the cosine of $n$ times the angle. $\cos^n\theta$ is the cosine of the angle, then raised to the $n$th power. They are different functions. De Moivre relates them via expansion, but they are not interchangeable.

Did you get this? True or false: for any non-zero complex number $z = r(\cos\theta + i\sin\theta)$, we have $z^{-1} = r^{-1}(\cos\theta - i\sin\theta)$.

Work mode · how are you completing this lesson?
1

Evaluate $(1 - i)^8$ using De Moivre's theorem. Show all working from converting to polar form to final Cartesian answer.

2

Write the inductive step of the proof of De Moivre's theorem, assuming the case $n = k$ holds. Make sure you state which trig identities you use.

3

Use De Moivre's theorem to derive $\sin 3\theta = 3\sin\theta - 4\sin^3\theta$ by expanding $(\cos\theta + i\sin\theta)^3$ and taking the imaginary part.

4

Show that $\bigl(\cos\tfrac{\pi}{3} + i\sin\tfrac{\pi}{3}\bigr)^6 = 1$. What does this tell you about the modulus and argument of the result?

5

Evaluate $z^{-3}$ where $z = 2(\cos\tfrac{\pi}{4} + i\sin\tfrac{\pi}{4})$. Give your answer in modulus–argument form and in Cartesian form.

Odd one out: Three of the following are equivalent statements of De Moivre's theorem. Which one is NOT?

11
Revisit your thinking

Earlier you wrote $1 + i = \sqrt{2}(\cos\tfrac{\pi}{4} + i\sin\tfrac{\pi}{4})$ and predicted $|(1+i)^4|$.

De Moivre confirms it: $(1+i)^4 = (\sqrt{2})^4(\cos\pi + i\sin\pi) = 4(-1 + 0i) = -4$. So $|(1+i)^4| = 4$. And $(1+i)^{10} = 32i$ from the worked example — a once-painful binomial expansion collapsed into two lines of polar arithmetic. Every later result in this module (roots of unity, factoring polynomials over $\mathbb{C}$, trigonometric identities) sits on top of this single theorem.

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. Evaluate $(1 + i\sqrt{3})^4$ using De Moivre's theorem. Give your answer in Cartesian form. (2 marks)

auto-saved
AnalyseBand 43 marks

Q2. Prove De Moivre's theorem by induction for all positive integers $n$. State the trig identities you use. (3 marks)

auto-saved
AnalyseBand 53 marks

Q3. By using De Moivre's theorem, show that $\cos 4\theta = 8\cos^4\theta - 8\cos^2\theta + 1$. (3 marks)

auto-saved
Comprehensive answers (click to reveal)

Activity answers:

1. $1 - i = \sqrt{2}(\cos(-\pi/4) + i\sin(-\pi/4))$. $(1-i)^8 = (\sqrt{2})^8(\cos(-2\pi) + i\sin(-2\pi)) = 16(1 + 0i) = 16$.

2. Inductive step: assume $(\cos\theta + i\sin\theta)^k = \cos k\theta + i\sin k\theta$. Multiply both sides by $\cos\theta + i\sin\theta$. LHS $= (\cos\theta + i\sin\theta)^{k+1}$. RHS $= \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$ using $\cos(A+B)$ and $\sin(A+B)$.

3. $(\cos\theta + i\sin\theta)^3 = \cos^3\theta + 3i\cos^2\theta\sin\theta - 3\cos\theta\sin^2\theta - i\sin^3\theta$. Imaginary part: $3\cos^2\theta\sin\theta - \sin^3\theta = 3(1-\sin^2\theta)\sin\theta - \sin^3\theta = 3\sin\theta - 4\sin^3\theta = \sin 3\theta$.

4. By De Moivre, $(\cos\tfrac{\pi}{3} + i\sin\tfrac{\pi}{3})^6 = \cos 2\pi + i\sin 2\pi = 1 + 0i = 1$. Modulus 1, argument 0 (or any multiple of $2\pi$).

5. $z^{-3} = 2^{-3}(\cos(-3\pi/4) + i\sin(-3\pi/4)) = \tfrac{1}{8}\bigl(-\tfrac{\sqrt 2}{2} - i\tfrac{\sqrt 2}{2}\bigr) = -\tfrac{\sqrt{2}}{16} - i\tfrac{\sqrt{2}}{16}$.

Q1 (2 marks): Polar form: $|1 + i\sqrt 3| = 2$, $\arg = \pi/3$, so $1 + i\sqrt 3 = 2(\cos\tfrac{\pi}{3} + i\sin\tfrac{\pi}{3})$ [1]. $(1 + i\sqrt 3)^4 = 16(\cos\tfrac{4\pi}{3} + i\sin\tfrac{4\pi}{3}) = 16(-\tfrac{1}{2} - i\tfrac{\sqrt 3}{2}) = -8 - 8i\sqrt 3$ [1].

Q2 (3 marks): Base case $n=1$: $(\cos\theta + i\sin\theta)^1 = \cos\theta + i\sin\theta$ ✓ [1]. Inductive step: assume true for $n=k$; then $(\cos\theta + i\sin\theta)^{k+1} = (\cos k\theta + i\sin k\theta)(\cos\theta + i\sin\theta)$ [1]. Expand and apply $\cos(A+B), \sin(A+B)$: $= \cos(k+1)\theta + i\sin(k+1)\theta$, completing induction [1].

Q3 (3 marks): $(\cos\theta + i\sin\theta)^4 = c^4 + 4ic^3 s - 6c^2 s^2 - 4ic s^3 + s^4$ where $c = \cos\theta, s = \sin\theta$ [1]. Real part: $\cos 4\theta = c^4 - 6c^2 s^2 + s^4$ [1]. Substitute $s^2 = 1 - c^2$: $= c^4 - 6c^2(1-c^2) + (1-c^2)^2 = c^4 - 6c^2 + 6c^4 + 1 - 2c^2 + c^4 = 8c^4 - 8c^2 + 1$ [1].

01
Boss battle · The Polar Pythia
earn bronze · silver · gold

Five timed questions on De Moivre's theorem, polar powers and trig identities. 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 De Moivre questions. Lighter alternative to the boss.

Mark lesson as complete

Tick when you've finished the practice and review.

🎓
Want help with De Moivre's Theorem?

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

Book a free session →