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.
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.
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)
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
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
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$
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.
- Base case $n = 1$: $(\cos\theta + i\sin\theta)^1 = \cos\theta + i\sin\theta = \cos(1\cdot\theta) + i\sin(1\cdot\theta)$. ✓
- 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.$$
- 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.
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?
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.
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.
Worked examples · 3 in a row, reveal as you go
Use De Moivre's theorem to evaluate $(1+i)^{10}$. Give the answer in Cartesian form $a + bi$.
Use De Moivre's theorem to evaluate $(\sqrt{3} + i)^6$. Express the answer as a real or complex number in Cartesian form.
Use De Moivre's theorem to show that $\cos 5\theta = 16\cos^5\theta - 20\cos^3\theta + 5\cos\theta$.
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$.
Misconceptions to fix · the 3 traps that cost marks
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)$.
Activities · practice with the ideas
Evaluate $(1 - i)^8$ using De Moivre's theorem. Show all working from converting to polar form to final Cartesian answer.
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.
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.
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?
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?
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.
Pick your answer, then rate your confidence — that tells the system what to drill next. Each retry pulls a fresh mix from the bank.
Q1. Evaluate $(1 + i\sqrt{3})^4$ using De Moivre's theorem. Give your answer in Cartesian form. (2 marks)
Q2. Prove De Moivre's theorem by induction for all positive integers $n$. State the trig identities you use. (3 marks)
Q3. By using De Moivre's theorem, show that $\cos 4\theta = 8\cos^4\theta - 8\cos^2\theta + 1$. (3 marks)
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].
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 arenaClimb 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.