Nth Root Calculator Complex Numbers
The nth root calculator for complex numbers provides precise solutions for finding roots of complex numbers. This tool helps mathematicians, engineers, and students solve equations involving complex numbers with accuracy.
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. For a complex number z = a + bi, the nth roots are solutions to the equation z^n = a + bi.
Complex numbers have multiple roots, unlike real numbers which typically have one real nth root. The roots are equally spaced around a circle in the complex plane, forming a regular polygon.
The general formula for the nth roots of a complex number z = a + bi is:
zk = r1/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
How to calculate the nth root of complex numbers
Calculating the nth root of a complex number involves several steps:
- Convert the complex number to polar form (r, θ)
- Calculate the nth root of the magnitude: r1/n
- Divide the angle by n and add 2πk/n for each root (k = 0 to n-1)
- Convert back to rectangular form using trigonometric functions
This process ensures you find all possible roots of the complex number.
Note: The principal root (k=0) is typically the one with the smallest positive angle. Other roots are obtained by incrementing k.
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
- Calculate the magnitude root: (√2)1/3 ≈ 1.2599
- Calculate angles for each root:
- k=0: (π/4 + 0)/3 ≈ 0.2618 radians
- k=1: (π/4 + 2π)/3 ≈ 2.3562 radians
- k=2: (π/4 + 4π)/3 ≈ 4.4506 radians
- Convert back to rectangular form:
- First root: 1.2599 [cos(0.2618) + i sin(0.2618)] ≈ 1.1736 + 0.4244i
- Second root: 1.2599 [cos(2.3562) + i sin(2.3562)] ≈ -1.0000 + 1.1736i
- Third root: 1.2599 [cos(4.4506) + i sin(4.4506)] ≈ -0.1736 - 1.5980i
These are the three cube roots of 1 + i.