De Moivre's Theorem
De Moivre's Theorem provides a formula for computing powers of complex numbers in polar form.
For an integral index n, the theorem states:
(cosθ+isinθ)n=cos(nθ)+isin(nθ)
In Euler's form, this is simply (eiθ)n=einθ. The theorem also holds for rational indices, which is the basis for finding roots.
n-th Roots of a Complex Number
To find the n-th roots of a complex number z=r(cosθ+isinθ), we solve the equation wn=z. The n distinct roots are given by:
wk=r1/n[cos(nθ+2kπ)+isin(nθ+2kπ)]
where k=0,1,2,...,n−1.
Geometrically, the n-th roots of a complex number lie on the vertices of a regular n-sided polygon inscribed in a circle of radius r1/n.
n-th Roots of Unity
The n-th roots of unity are the solutions to the equation zn=1. Since 1=cos(0)+isin(0), the n roots are:
zk=cos(n2kπ)+isin(n2kπ)=ei(2kπ/n)
for k=0,1,2,...,n−1. These roots are often written as 1,ω,ω2,...,ωn−1, where ω=ei(2π/n).
Properties of n-th Roots of Unity:
- They form a Geometric Progression.
- Sum of the roots is 0: 1+ω+ω2+...+ωn−1=0.
- Product of the roots is (−1)n−1.
Cube Roots of Unity (z3=1):
This is a special and very important case. The three cube roots of unity are:
- 1
- ω=−21+i23=ei(2π/3)
- ω2=−21−i23=ei(4π/3)
Properties of Cube Roots of Unity:
- 1+ω+ω2=0
- ω3=1
Example 1: Using De Moivre's Theorem
Question: Simplify (1+i)8.
Solution:
First, convert 1+i to polar form. r=∣1+i∣=12+12=2. θ=arg(1+i)=π/4.
So, 1+i=2(cos(π/4)+isin(π/4)).
Now, apply De Moivre's Theorem:
(1+i)8=[2(cos(π/4)+isin(π/4))]8
=(2)8(cos(8⋅π/4)+isin(8⋅π/4))
=16(cos(2π)+isin(2π))=16(1+0i)=16
Example 2: Finding n-th Roots
Question: Find the cube roots of 8i.
Solution:
First, write 8i in polar form. z=0+8i. r=∣8i∣=8. The argument θ=π/2.
So, 8i=8(cos(π/2)+isin(π/2)).
The cube roots are given by:
wk=81/3[cos(3π/2+2kπ)+isin(3π/2+2kπ)]
for k=0,1,2.
- For k=0: w0=2(cos(π/6)+isin(π/6))=2(23+i21)=3+i.
- For k=1: w1=2(cos(5π/6)+isin(5π/6))=2(−23+i21)=−3+i.
- For k=2: w2=2(cos(9π/6)+isin(9π/6))=2(cos(3π/2)+isin(3π/2))=2(0−i)=−2i.
Example 3: Using Properties of Cube Roots of Unity
Question: If ω is a complex cube root of unity, find the value of (1−ω+ω2)5.
Solution:
We know the property 1+ω+ω2=0. From this, we can write 1+ω2=−ω.
Substitute this into the expression:
(1−ω+ω2)5=((1+ω2)−ω)5=(−ω−ω)5=(−2ω)5
=(−2)5(ω)5=−32ω5
Since ω3=1, we can simplify ω5=ω3⋅ω2=1⋅ω2=ω2.
So the final value is −32ω2.