De Moivre's Theorem is one of the most important results in complex number theory. It provides a simple formula for raising a complex number to any integer power and has numerous applications, including finding trigonometric identities and computing roots of complex numbers.
Statement of De Moivre's Theorem
For any integer n (positive, negative, or zero) and any angle θ:
(cosθ+isinθ)n=cos(nθ)+isin(nθ)
Equivalently, if z=r(cosθ+isinθ), then:
zn=rn(cos(nθ)+isin(nθ))
Proof by Induction (for positive integers)
Base case:n=1: (cosθ+isinθ)1=cosθ+isinθ ✓
Inductive step: Assume the result holds for n=k:
(cosθ+isinθ)k=cos(kθ)+isin(kθ)
Then for n=k+1:
(cosθ+isinθ)k+1=(cos(kθ)+isin(kθ))(cosθ+isinθ)
Using the multiplication rule (addition formulae):
=cos(kθ+θ)+isin(kθ+θ)=cos((k+1)θ)+isin((k+1)θ)
By induction, the result holds for all positive integers n.
For negative integers, we use z−n=zn1 and the result follows similarly.
Computing Powers of Complex Numbers
Worked Example 1: Find (1+i)10.
Step 1: Convert to polar form. ∣1+i∣=2, arg(1+i)=4π.
1+i=2(cos4π+isin4π)
Step 2: Apply De Moivre's Theorem.
(1+i)10=(2)10(cos410π+isin410π)
=32(cos25π+isin25π)
=32(cos2π+isin2π)(since 25π=2π+2π)
=32(0+i)=32i
Worked Example 2: Find (3−i)6.
∣3−i∣=2, arg=−6π (fourth quadrant).
(3−i)6=26(cos(−π)+isin(−π))=64(−1+0)=−64
Deriving Trigonometric Identities
De Moivre's Theorem is a powerful tool for deriving multiple-angle formulae.
Method: Expanding (cosθ+isinθ)n
By De Moivre's Theorem, the left side equals cos(nθ)+isin(nθ).
By the binomial theorem, expand the left side and equate real and imaginary parts.
Worked Example 3: Express cos(3θ) and sin(3θ) in terms of cosθ and sinθ.