Loading…

De Moivre's Theorem Tool

Math Algebra • Complex Numbers

View all topics
4. De Moivre's Theorem Tool
Compute integer powers \(z^n\) and \(n\)-th roots (all branches) using De Moivre’s theorem, with a clean Argand plot.
1) Choose task
Integer (can be negative)
Positive integer
2) Enter \(z\)
Rectangular
Polar
If you enter \(r<0\), the tool normalizes it (\(r\to -r,\ \theta\to\theta+\pi\)).
Preview
3) Display options
Roots: highlight a branch
Roots: \(w_k = r^{1/n}\,\mathrm{cis}\!\left(\frac{\theta+2\pi k}{n}\right)\), for \(k=0,1,\dots,n-1\).
Plot options
Ready

Drag to pan • wheel/pinch to zoom • Power task plots \(z\) and \(z^n\). Roots task plots all \(n\)-th roots and highlights \(w_k\).

Complex plane
Re horizontal, Im vertical. (Auto fit if points go off-screen.)
Re: 0, Im: 0 sx: 70, sy: 70
Choose a task and click Compute.

Rate this calculator

0.0 /5 (0 ratings)
Be the first to rate.
Your rating
You can update your rating any time.

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).