Cal11 calculator

Imaginary Number Root Calculator

Reviewed by Calculator Editorial Team

This calculator finds all nth roots of a complex number in both rectangular and polar forms. Whether you're solving equations in physics, engineering, or advanced mathematics, this tool provides accurate results with clear explanations.

What is an imaginary number root?

An imaginary number is a complex number that can be written as a real number multiplied by the imaginary unit i, where i² = -1. The roots of an imaginary number are solutions to the equation xⁿ = a + bi, where a and b are real numbers.

Finding roots of complex numbers is essential in many scientific and engineering applications, including signal processing, quantum mechanics, and control systems. The roots can be expressed in both rectangular (a + bi) and polar (r(cosθ + i sinθ)) forms.

How to calculate roots of complex numbers

To find the nth roots of a complex number z = a + bi:

  1. 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.
  2. Find the magnitude of the roots: rₖ = r^(1/n).
  3. Find the arguments of the roots: θₖ = (θ + 2πk)/n for k = 0, 1, ..., n-1.
  4. Convert each root back to rectangular form: zₖ = rₖ(cosθₖ + i sinθₖ).

This process gives all n distinct roots of the complex number.

Formula for finding roots

Root Formula

For a complex number z = a + bi, the nth roots are given by:

zₖ = 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, ..., n-1 is the root index

The formula accounts for the periodicity of trigonometric functions and ensures all roots are found. The roots are equally spaced around a circle in the complex plane.

Worked example

Let's find the cube roots of the complex number z = 1 + i.

  1. Convert to polar form:
    • r = √(1² + 1²) = √2
    • θ = arctan(1/1) = π/4 radians
  2. Find the magnitude of the roots: rₖ = (√2)^(1/3) = 2^(1/6)
  3. Find the arguments of the roots:
    • θ₀ = (π/4 + 2π*0)/3 = π/12
    • θ₁ = (π/4 + 2π*1)/3 = π/12 + 2π/3
    • θ₂ = (π/4 + 2π*2)/3 = π/12 + 4π/3
  4. Convert back to rectangular form:
    • z₀ ≈ 1.109 + 0.454i
    • z₁ ≈ -0.540 - 1.028i
    • z₂ ≈ -0.569 + 0.574i

These three roots are equally spaced around the complex plane, forming an equilateral triangle when plotted.

FAQ

What are the roots of a complex number?
The roots of a complex number are the solutions to the equation xⁿ = z, where z is the complex number. There are n distinct roots, equally spaced around the complex plane.
How do I find the roots of a complex number?
Convert the complex number to polar form, calculate the magnitude and argument, then apply the root formula to find all n roots.
What is the difference between rectangular and polar forms?
Rectangular form (a + bi) represents complex numbers as a sum of real and imaginary parts, while polar form (r(cosθ + i sinθ)) represents them as a magnitude and angle.
Can I find roots of complex numbers with negative exponents?
Yes, the same formula applies. For example, finding the roots of z⁻¹ is equivalent to finding the reciprocal of the roots of z.
How are complex roots used in real-world applications?
Complex roots are used in signal processing, control systems, quantum mechanics, and many other fields to analyze periodic behavior and system responses.