Root Complex Number Calculator






Root Complex Number Calculator | Find All Nth Roots


Root Complex Number Calculator

Find the nth roots of any complex number a + bi.



The ‘a’ in a + bi. A unitless real number.


The ‘b’ in a + bi. A unitless real number.


The degree of the root (e.g., 3 for cube root).


Calculation Results

Modulus (r):

Argument (θ): radians

Argument (θ): degrees


Calculated Roots
Root (k) Real Part Imaginary Part Complex Root (a + bi)

What is a Root Complex Number Calculator?

A root complex number calculator is a tool designed to find the nth roots of a complex number. Unlike real numbers, which have at most two real roots (e.g., the square root of 4 is +2 and -2), a complex number has exactly n distinct nth roots. These roots are spread evenly around a circle on the complex plane. This concept is fundamental in many areas of engineering, physics, and advanced mathematics.

This calculator helps you visualize these roots and understand the underlying principles without performing the complex manual calculations. It is used by students learning about complex analysis, engineers working on signal processing or control systems, and physicists dealing with wave functions.

The Root Complex Number Formula and Explanation

To find the nth roots of a complex number z = a + bi, we first convert it to its polar form, z = r(cos(θ) + i sin(θ)). Once in polar form, we use a variation of De Moivre’s formula.

zk = r1/n [ cos( ( θ + 2πk ) / n ) + i sin( ( θ + 2πk ) / n ) ]

This formula is applied for k = 0, 1, 2, …, n-1 to find all n unique roots.

Variables Table

Variable Meaning Unit Typical Range
z The original complex number Unitless Any number of the form a + bi
r The modulus (magnitude) of z, calculated as √(a² + b²) Unitless Non-negative real numbers (r ≥ 0)
θ The argument (angle) of z, calculated as atan2(b, a) Radians or Degrees -π to π radians or -180° to 180°
n The degree of the root to be found Integer n ≥ 2
k An index to find each individual root Integer 0 to n-1
zk The kth root of the complex number Unitless A complex number

Practical Examples

Example 1: Finding the Cube Roots of 8

Let’s find the 3rd roots of the number 8. In complex form, this is z = 8 + 0i.

  • Inputs: Real Part (a) = 8, Imaginary Part (b) = 0, Root (n) = 3.
  • Intermediate Steps: The modulus r is √(8² + 0²) = 8. The argument θ is atan2(0, 8) = 0 radians.
  • Results:
    • k=0: 81/3 * (cos(0/3) + i sin(0/3)) = 2 * (1 + 0i) = 2
    • k=1: 81/3 * (cos(2π/3) + i sin(2π/3)) = 2 * (-0.5 + 0.866i) = -1 + 1.732i
    • k=2: 81/3 * (cos(4π/3) + i sin(4π/3)) = 2 * (-0.5 – 0.866i) = -1 – 1.732i

Example 2: Finding the Square Roots of i

Let’s find the 2nd roots of the imaginary unit i. In complex form, this is z = 0 + 1i.

  • Inputs: Real Part (a) = 0, Imaginary Part (b) = 1, Root (n) = 2.
  • Intermediate Steps: The modulus r is √(0² + 1²) = 1. The argument θ is atan2(1, 0) = π/2 radians.
  • Results:
    • k=0: 11/2 * (cos(π/4) + i sin(π/4)) = 1 * (0.707 + 0.707i) = 0.707 + 0.707i
    • k=1: 11/2 * (cos( (π/2 + 2π)/2 ) + i sin( (π/2 + 2π)/2 )) = 1 * (cos(5π/4) + i sin(5π/4)) = -0.707 – 0.707i

For more examples, check out this guide on complex number operations.

How to Use This Root Complex Number Calculator

  1. Enter the Real Part (a): Input the real component of your complex number.
  2. Enter the Imaginary Part (b): Input the coefficient of i. For a real number, this will be 0.
  3. Enter the Root Degree (n): Specify which root you want to find (e.g., 2 for square root, 3 for cube root). This must be an integer of 2 or greater.
  4. Review the Results: The calculator automatically updates. The summary shows the modulus (r) and argument (θ) of your original number.
  5. Analyze the Roots Table: The table lists all n roots, showing their real and imaginary parts separately, as well as the combined complex number.
  6. Visualize on the Chart: The Argand diagram plots all roots, showing how they are equally spaced on a circle.

The values in this root complex number calculator are unitless as they represent abstract mathematical quantities. You can find more advanced tools like our matrix calculator for other mathematical tasks.

Key Factors That Affect Complex Roots

  • The Modulus (r): The modulus of the original number directly affects the modulus of the roots. The new modulus will be r1/n, meaning all roots will lie on a circle with this radius.
  • The Argument (θ): The angle of the original number determines the starting angle for the first root (k=0).
  • The Root Degree (n): This is the most significant factor. It determines the total number of roots and the angle between them (which is always 2π/n radians or 360/n degrees). A higher n means more roots, spaced closer together.
  • The Real Part (a): Changing ‘a’ alters both the modulus and argument, thus shifting and scaling the entire constellation of roots.
  • The Imaginary Part (b): Similar to the real part, changing ‘b’ alters the modulus and argument, rotating and scaling the resulting roots.
  • The Sign of a and b: The signs determine the quadrant of the original complex number, which sets the foundational angle θ for the calculations.

Understanding these factors is crucial for anyone needing a polynomial root finder, as the concepts are closely related.

Frequently Asked Questions (FAQ)

1. Why are there multiple roots for a complex number?

This is a consequence of the Fundamental Theorem of Algebra and the periodic nature of trigonometric functions. The “2πk” term in the formula accounts for the fact that you can circle the origin multiple times and land at the same angle, with each full circle generating a new root when divided by n.

2. What are the ‘units’ of the results?

Complex numbers used in this context are pure mathematical constructs and are unitless. The real and imaginary parts are simply real numbers. If they were used to model a physical system, they would adopt the units of that system (e.g., Volts, Amperes).

3. What is the ‘principal’ root?

The principal root is the root obtained when k=0. It is often considered the main root, especially in contexts where a single value is expected, though all n roots are mathematically valid.

4. Can I use this root complex number calculator for real numbers?

Yes. A real number is just a complex number with an imaginary part of 0. For example, to find the cube roots of -27, you would enter a=-27, b=0, and n=3.

5. Why are the roots on a circle?

All roots have the same modulus (magnitude), which is r1/n. In the complex plane, all points with the same modulus from the origin lie on a circle centered at the origin. Their arguments are what differ, placing them at different positions along this circle.

6. What happens if I enter a root ‘n’ that is not an integer?

The formula for nth roots is specifically defined for integer values of n. Non-integer or fractional exponents are a different, more complex topic involving branches of complex functions. This calculator requires n to be an integer >= 2.

7. How does this relate to the ‘roots of unity’?

The roots of unity are a special case where you find the nth roots of the number 1 (a=1, b=0). The results are fundamental in many areas of mathematics, including signal processing (as part of the Fast Fourier Transform). You can find them using this root complex number calculator.

8. Can I input the number in polar form?

This calculator uses Cartesian form (a + bi) for simplicity. To use a number in polar form, you would first need to convert it to Cartesian: a = r * cos(θ), b = r * sin(θ), and then input ‘a’ and ‘b’. For a direct polar-to-cartesian conversion, you might need a vector calculator.

© 2026 Your Website. All rights reserved. This root complex number calculator is for educational purposes.



Leave a Reply

Your email address will not be published. Required fields are marked *