The equation zn=w has n solutions (roots) in the complex plane.
Fundamental Theorem of Algebra: Every non-constant polynomial of degree n has exactly n roots in C.
4. Practical Computations
Step 1: Convert the complex number to polar form z=r(cosθ+isinθ).
Step 2: Apply De Moivre’s formula for roots.
Step 3: Evaluate for k=0 to k=n−1 to list all roots.
Example: Find all 4th roots of z=16(cosπ+isinπ).
Roots: 2[cos(4π+2kπ)+isin(4π+2kπ)],k=0,1,2,3.
Explicit solutions:
k=0: 2(cos4π+isin4π)=2+i2,
k=1: 2(cos43π+isin43π)=−2+i2,
k=2: 2(cos45π+isin45π)=−2−i2,
k=3: 2(cos47π+isin47π)=2−i2.
5. Applications
Engineering: Solving AC circuit problems with phasors.
Computer Graphics: Rotations and scaling using complex multiplication.
Quantum Physics: Wavefunction symmetries and eigenvalue problems.
De Moivre’s Theorem and nth roots unify algebraic and geometric perspectives of complex numbers, enabling elegant solutions to polynomial equations and periodic systems.