De Moivre's Theorem Tool
Math Algebra • Complex Numbers
Frequently Asked Questions
What does De Moivre's theorem calculate for complex numbers?
It provides a direct way to compute integer powers of a complex number written in polar form. If z = r(cos(theta) + i sin(theta)), then z^n = r^n(cos(n theta) + i sin(n theta)).
How do you find the n-th roots of a complex number using De Moivre's theorem?
Write z in polar form z = r cis(theta), then the n-th roots are w_k = r^(1/n) cis((theta + 2 pi k)/n) for k = 0, 1, ..., n-1. Each k gives a different root (branch) spaced evenly around a circle.
Why are there multiple n-th roots of the same complex number?
Angles in polar form are not unique because theta and theta + 2 pi m represent the same direction. Dividing the angle by n creates n distinct solutions, producing n equally spaced roots on the Argand plane.
When should I use principal argument wrapping versus raw angles?
Use principal wrapping when you want angles reported in a standard interval such as (-pi, pi]. Use raw angles when you want to keep unwrapped angles (for example, to track rotations without reducing modulo 2 pi).