Complex Root Calculator

ⁿ√

Complex Root Calculator

Find all nth roots of a complex number using De Moivre's theorem. Essential for advanced algebra, signal processing, and engineering.

Last updated: 2026-05-24T22:58:31.507Z | By ForgeCalc Engineering

Complex Number & Root Degree

Provide real and imaginary parts and an integer root degree (1–10).

1 to 10 roots

Complex Number (z)

1.0000

Magnitude (r):

1.0000

Angle (θ):

0.00°

2nd Roots of z

Root 11.toFixed(4)} units
1.0000
Root 21.toFixed(4)} units
-1.0000

Understanding Complex Roots

What are Complex Roots?

The nth root of a complex number z is any complex number w such that w^n = z. Every non-zero complex number has exactly n distinct nth roots. This symmetry property is one of the beautiful characteristics of complex numbers.

Geometric Representation

The n roots are evenly spaced around a circle in the complex plane, separated by equal angles of 360°/n. This creates a perfectly symmetric pattern that reveals deep mathematical structure. All roots have the same distance from the origin.

De Moivre's Theorem & Examples

De Moivre's Formula for nth Roots

If z = r·(cos θ + i sin θ), then the nth roots are:

wk = ⁿ√r · [cos((θ + 2πk)/n) + i sin((θ + 2πk)/n)]

where k = 0, 1, 2, ..., n−1

Example: Cube Roots of 1

Step 1:z = 1 + 0i = 1∠0°
Step 2:Magnitude: ³√1 = 1
Step 3:Roots at: 0°, 120°, 240°
Step 4:Roots: 1, (-1+i√3)/2, (-1-i√3)/2

Example: Square Roots of -1

Step 1:z = -1 + 0i = 1∠180°
Step 2:Magnitude: √1 = 1
Step 3:Roots at: 90°, 270°
Step 4:Roots: i, -i

Properties of nth Roots

Number of Roots

Every non-zero complex number has exactly n distinct nth roots

All roots have the same magnitude ⁿ√r

Angular Spacing

Each root differs by 360°/n from adjacent roots

Creates perfect rotational symmetry

Magnitude

|w_k| = ⁿ√|z| for all k

All roots are equidistant from origin

Principal Root

w₀ = ⁿ√r · [cos(θ/n) + i sin(θ/n)]

Generated when k = 0

Root Pattern

w_k = w₀ · e^(i·2πk/n) = w₀ · ζ^k

Where ζ is a primitive nth root of unity

Product Property

w₀ · w₁ · ... · w_{n-1} = z for certain products

Roots relate back to original number

Frequently Asked Questions

How many nth roots does every complex number have?

Every non-zero complex number has exactly n distinct nth roots. For example, every number (except 0) has 2 square roots, 3 cube roots, 4 fourth roots, and so on.

Why are the roots arranged in a circle?

The n-th roots of a complex number are generated by the formula w_k = w₀·e^(i·2πk/n). The exponential factor e^(i·2πk/n) rotates by equal angles, creating circular symmetry.

What are the cube roots of unity (1)?

The three cube roots of 1 are: 1, e^(i·2π/3) = -1/2 + i√3/2, and e^(i·4π/3) = -1/2 - i√3/2. These are called the primitive cube roots of unity.

How do I find the principal nth root?

The principal nth root corresponds to k=0 in the formula. Convert z to polar form, take the nth root of the magnitude, and divide the angle by n.

What does 'De Moivre's Theorem' mean?

De Moivre's Theorem states that (cos θ + i sin θ)^n = cos(nθ) + i sin(nθ). This powerful tool connects algebra and trigonometry, enabling nth root calculations.

Why is this useful in engineering?

Complex roots are essential in AC circuit analysis, control systems, signal processing, and stability analysis. They help solve differential equations that model physical systems.

Key Formulas & Calculations

Polar Form Conversion

z = r(cos θ + i sin θ) = r·e^(iθ)

where r = √(a² + b²) and θ = atan2(b, a)

General nth Root Formula

w_k = ⁿ√r · e^(i(θ + 2πk)/n)

for k = 0, 1, 2, ..., n−1

Angular Separation

Δθ = 360°/n

Angle between consecutive roots

Related Tools