Cal11 calculator

Square Root to Complex Number Calculator

Reviewed by Calculator Editorial Team

This calculator helps you find the square root of any complex number. Complex numbers have both real and imaginary parts, and their square roots can be calculated using specific mathematical formulas.

What is the square root of a complex number?

A complex number is a number that can be expressed in the form a + bi, where a and b are real numbers, and i is the imaginary unit with the property that i² = -1. The square root of a complex number is another complex number that, when multiplied by itself, gives the original complex number.

Unlike real numbers, complex numbers generally have two distinct square roots. This is because the equation x² = a + bi has two solutions in the complex number system.

How to calculate the square root of a complex number

To find the square root of a complex number a + bi, follow these steps:

  1. Calculate the magnitude (or modulus) of the complex number: √(a² + b²)
  2. Calculate the angle (or argument) θ of the complex number: θ = arctan(b/a)
  3. Use the square root formula for complex numbers

The result will be two complex numbers that are negatives of each other.

Formula for square root of a complex number

The square roots of a complex number a + bi are given by:

√(a + bi) = ±[√((a + √(a² + b²))/2) + i·sign(b)·√((-a + √(a² + b²))/2)]

Where:

  • a is the real part of the complex number
  • b is the imaginary part of the complex number
  • sign(b) is the sign function which returns 1 if b is positive, -1 if b is negative, and 0 if b is zero

Example calculation

Let's find the square roots of the complex number 3 + 4i.

  1. Calculate the magnitude: √(3² + 4²) = √(9 + 16) = √25 = 5
  2. Calculate the angle: θ = arctan(4/3) ≈ 53.13°
  3. Apply the square root formula:
    • First root: √((3 + 5)/2) + i·sign(4)·√((-3 + 5)/2) = √4 + i·√0.5 ≈ 2 + 0.707i
    • Second root: -√((3 + 5)/2) - i·sign(4)·√((-3 + 5)/2) ≈ -2 - 0.707i

The square roots of 3 + 4i are approximately 2 + 0.707i and -2 - 0.707i.

FAQ

Can I find the square root of any complex number?
Yes, the square root of any complex number can be found using the formula provided. The result will always be two complex numbers.
What happens if the imaginary part is zero?
If the imaginary part (b) is zero, the complex number is purely real. In this case, the square roots will be the positive and negative square roots of the real number.
How do I know which square root to use?
The choice of which square root to use depends on the specific problem you're solving. Both roots are mathematically valid solutions to the equation x² = a + bi.
Can complex square roots be simplified?
Sometimes complex square roots can be simplified by expressing them in terms of known mathematical constants or by factoring out common terms.