For any integer n, raising cis θ to the power n simply multiplies the angle. In Euler's form: (e^(iθ))^n = e^(inθ) — the result is immediate. Proof for positive integers uses induction; extends to negative integers via (cis θ)^(−1) = cis(−θ).
De Moivre's theorem says that raising cosθ+isinθ to the power n simply multiplies the angle. The proof runs in three parts: positive integers by induction, then n=0, then negative integers.
Part 1 — Positive Integers (Induction)
Claim: (cosθ+isinθ)n=cosnθ+isinnθ for all n∈Z+.
Base case (n=1): Both sides equal cosθ+isinθ. ✓
Inductive step: Assume the result holds for n=k:
(cosθ+isinθ)k=coskθ+isinkθ
Multiply both sides by (cosθ+isinθ):
(cosθ+isinθ)k+1=(coskθ+isinkθ)(cosθ+isinθ)
Expanding the right side:
=coskθcosθ−sinkθsinθ+i(coskθsinθ+sinkθcosθ)
Recognising the compound angle formulas:
coskθcosθ−sinkθsinθ=cos(kθ+θ)=cos(k+1)θ
coskθsinθ+sinkθcosθ=sin(kθ+θ)=sin(k+1)θ
Therefore:
(cosθ+isinθ)k+1=cos(k+1)θ+isin(k+1)θ
The statement holds for n=k+1. By induction, it holds for all positive integers. ■
Part 2 — Zero
(cosθ+isinθ)0=1=cos0+isin0✓
Part 3 — Negative Integers
For n∈Z−, write n=−m where m>0. First observe:
(cosθ+isinθ)−1=cosθ+isinθ1=cos2θ+sin2θcosθ−isinθ=cosθ−isinθ=cos(−θ)+isin(−θ)
Now using Part 1 on (cosθ+isinθ)−1=cos(−θ)+isin(−θ):
(cosθ+isinθ)−m=[(cosθ+isinθ)−1]m=(cos(−θ)+isin(−θ))m=cos(−mθ)+isin(−mθ)
Which is exactly cosnθ+isinnθ with n=−m. ■
The Euler Form Perspective
If you have already established Euler's formula eiθ=cosθ+isinθ, De Moivre's theorem is immediate:
(eiθ)n=einθ=cosnθ+isinnθ
The induction proof above is the elementary path that does not assume Euler's formula. Both are valid — they are two routes to the same result.