Nth Root of A Complex Number Calculator
Calculating the nth root of a complex number is essential in advanced mathematics, engineering, and physics. This calculator provides precise results and explains the underlying principles.
What is the nth root of a complex number?
The nth root of a complex number is a complex number that, when raised to the nth power, equals the original complex number. Unlike real numbers, complex numbers have multiple roots due to their polar form representation.
Complex numbers are expressed in the form a + bi, where a is the real part, b is the imaginary part, and i is the imaginary unit (√-1). The roots are equally spaced around a circle in the complex plane.
How to calculate the nth root of a complex number
To find the nth roots of a complex number z = a + bi:
- Convert the complex number to polar form: z = r(cosθ + i sinθ), where r = √(a² + b²) is the magnitude and θ = arctan(b/a) is the argument.
- Calculate the nth roots using De Moivre's Theorem: z^(1/n) = r^(1/n) [cos((θ + 2πk)/n) + i sin((θ + 2πk)/n)], where k = 0, 1, 2, ..., n-1.
- Convert the roots back to rectangular form if needed.
This process yields n distinct roots, each separated by 2π/n radians in the complex plane.
Formula for the nth root of a complex number
For a complex number z = a + bi, the nth roots are given by:
z^(1/n) = r^(1/n) [cos((θ + 2πk)/n) + i sin((θ + 2πk)/n)]
where:
- r = √(a² + b²) is the magnitude of z
- θ = arctan(b/a) is the argument of z
- k = 0, 1, 2, ..., n-1 are the root indices
The formula uses De Moivre's Theorem to find all possible roots by considering the principal root and its rotations around the origin.
Example calculation
Let's find the cube roots of the complex number 1 + i.
- Convert to polar form: r = √(1² + 1²) = √2, θ = arctan(1/1) = π/4 radians.
- Calculate the roots using k = 0, 1, 2:
- First root (k=0): √2^(1/3) [cos(π/12) + i sin(π/12)] ≈ 1.122 + 0.588i
- Second root (k=1): √2^(1/3) [cos(9π/12) + i sin(9π/12)] ≈ -0.588 + 1.122i
- Third root (k=2): √2^(1/3) [cos(17π/12) + i sin(17π/12)] ≈ -1.122 - 0.588i
These roots are equally spaced at 120° intervals in the complex plane.
FAQ
How many roots does a complex number have?
A complex number has exactly n distinct nth roots, each separated by 2π/n radians in the complex plane.
What is the principal root?
The principal root is the root with the smallest positive argument (θ/n). It corresponds to k=0 in the formula.
Can I find roots of non-integer powers?
Yes, the same formula applies for fractional exponents, but the roots will be complex even if the original number is real.
How do I represent complex roots graphically?
Complex roots can be plotted on the complex plane, showing their equal spacing around a circle with radius r^(1/n).