Academy
Formulas/maths/M3 De Moivre/De Moivre's Theorem (Integer Exponent)

De Moivre's Theorem (Integer Exponent)

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(−θ).
Derivation

De Moivre's theorem says that raising cosθ+isinθ\cos\theta + i\sin\theta to the power nn simply multiplies the angle. The proof runs in three parts: positive integers by induction, then n=0n = 0, then negative integers.

Part 1 — Positive Integers (Induction)

Claim: (cosθ+isinθ)n=cosnθ+isinnθ(\cos\theta + i\sin\theta)^n = \cos n\theta + i\sin n\theta for all nZ+n \in \mathbb{Z}^+.

Base case (n=1n = 1): Both sides equal cosθ+isinθ\cos\theta + i\sin\theta. ✓

Inductive step: Assume the result holds for n=kn = k:

(cosθ+isinθ)k=coskθ+isinkθ(\cos\theta + i\sin\theta)^k = \cos k\theta + i\sin k\theta

Multiply both sides by (cosθ+isinθ)(\cos\theta + i\sin\theta):

(cosθ+isinθ)k+1=(coskθ+isinkθ)(cosθ+isinθ)(\cos\theta + i\sin\theta)^{k+1} = (\cos k\theta + i\sin k\theta)(\cos\theta + i\sin\theta)

Expanding the right side:

=coskθcosθsinkθsinθ+i(coskθsinθ+sinkθcosθ)= \cos k\theta\cos\theta - \sin k\theta\sin\theta + i(\cos k\theta\sin\theta + \sin k\theta\cos\theta)

Recognising the compound angle formulas:

coskθcosθsinkθsinθ=cos(kθ+θ)=cos(k+1)θ\cos k\theta\cos\theta - \sin k\theta\sin\theta = \cos(k\theta + \theta) = \cos(k+1)\theta coskθsinθ+sinkθcosθ=sin(kθ+θ)=sin(k+1)θ\cos k\theta\sin\theta + \sin k\theta\cos\theta = \sin(k\theta + \theta) = \sin(k+1)\theta

Therefore:

(cosθ+isinθ)k+1=cos(k+1)θ+isin(k+1)θ(\cos\theta + i\sin\theta)^{k+1} = \cos(k+1)\theta + i\sin(k+1)\theta

The statement holds for n=k+1n = k+1. By induction, it holds for all positive integers. \blacksquare

Part 2 — Zero

(cosθ+isinθ)0=1=cos0+isin0(\cos\theta + i\sin\theta)^0 = 1 = \cos 0 + i\sin 0 \checkmark

Part 3 — Negative Integers

For nZn \in \mathbb{Z}^-, write n=mn = -m where m>0m > 0. First observe:

(cosθ+isinθ)1=1cosθ+isinθ=cosθisinθcos2θ+sin2θ=cosθisinθ=cos(θ)+isin(θ)(\cos\theta + i\sin\theta)^{-1} = \frac{1}{\cos\theta + i\sin\theta} = \frac{\cos\theta - i\sin\theta}{\cos^2\theta + \sin^2\theta} = \cos\theta - i\sin\theta = \cos(-\theta) + i\sin(-\theta)

Now using Part 1 on (cosθ+isinθ)1=cos(θ)+isin(θ)(\cos\theta + i\sin\theta)^{-1} = \cos(-\theta) + i\sin(-\theta):

(cosθ+isinθ)m=[(cosθ+isinθ)1]m=(cos(θ)+isin(θ))m=cos(mθ)+isin(mθ)(\cos\theta + i\sin\theta)^{-m} = \left[(\cos\theta + i\sin\theta)^{-1}\right]^m = (\cos(-\theta) + i\sin(-\theta))^m = \cos(-m\theta) + i\sin(-m\theta)

Which is exactly cosnθ+isinnθ\cos n\theta + i\sin n\theta with n=mn = -m. \blacksquare

The Euler Form Perspective

If you have already established Euler's formula eiθ=cosθ+isinθe^{i\theta} = \cos\theta + i\sin\theta, De Moivre's theorem is immediate:

(eiθ)n=einθ=cosnθ+isinnθ(e^{i\theta})^n = e^{in\theta} = \cos n\theta + i\sin n\theta

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.