2. De Moivre’s Theorem

De Moivre’s Theorem

De Moivre’s theorem is a fundamental result in complex number theory that expresses the power of a complex number in polar form:

(cosθ+isinθ)n=cos(nθ)+isin(nθ)(\cos \theta + i \sin \theta)^n = \cos(n\theta) + i\sin(n\theta)

where nn is any integer (positive, negative, or zero).


Proof by Mathematical Induction

Base Case ( n=1n = 1 )

For n=1n = 1:

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

which is trivially true.


Inductive Step

Assume that the theorem holds for n=kn = k, i.e.,

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

Now, for n=k+1n = k+1:

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

Expanding using the distributive property:

cosθcoskθ+icosθsinkθ+isinθcoskθ+i2sinθsinkθ\cos \theta \cos k\theta + i \cos \theta \sin k\theta + i \sin \theta \cos k\theta + i^2 \sin \theta \sin k\theta

Since i2=1i^2 = -1, we simplify:

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

Using the trigonometric identities:

cos(A+B)=cosAcosBsinAsinB\cos(A + B) = \cos A \cos B - \sin A \sin B sin(A+B)=sinAcosB+cosAsinB\sin(A + B) = \sin A \cos B + \cos A \sin B

we get:

cos((k+1)θ)+isin((k+1)θ)\cos((k+1)\theta) + i \sin((k+1)\theta)

Thus, by induction, De Moivre’s theorem holds for all positive integers nn.


Extension to Negative Powers

For n=pn = -p, where pp is positive:

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

Using the identity:

cos(pθ)=cos(pθ),sin(pθ)=sin(pθ)\cos(-p\theta) = \cos(p\theta), \quad \sin(-p\theta) = -\sin(p\theta)

we obtain:

(cosθ+isinθ)p=cos(pθ)+isin(pθ)=cos(pθ)isin(pθ)(\cos \theta + i \sin \theta)^{-p} = \cos(-p\theta) + i\sin(-p\theta) = \cos(p\theta) - i\sin(p\theta)

Thus, De Moivre’s theorem is valid for all integer values of nn.


Applications of De Moivre’s Theorem

  1. Finding Powers of Complex Numbers

    • Example: Compute (1+i)4(1 + i)^4.

    • Convert to polar form:

      1+i=2(cos45+isin45)1 + i = \sqrt{2} (\cos 45^\circ + i \sin 45^\circ)
    • Apply De Moivre’s theorem:

      (1+i)4=(2)4(cos180+isin180)=4(1+0i)=4(1+i)^4 = (\sqrt{2})^4 (\cos 180^\circ + i \sin 180^\circ) = 4(-1 + 0i) = -4
  2. Finding Roots of Complex Numbers

    • To find the nnth roots of a complex number z=r(cosθ+isinθ)z = r (\cos \theta + i \sin \theta), use:

      z1/n=r1/n[cos(θ+2kπn)+isin(θ+2kπn)],k=0,1,2,,n1z^{1/n} = r^{1/n} \left[ \cos \left( \frac{\theta + 2k\pi}{n} \right) + i \sin \left( \frac{\theta + 2k\pi}{n} \right) \right], \quad k = 0,1,2,\dots, n-1