Complex Numbers Calculator Square Roots






Complex Number Square Root Calculator | Find √(a+bi)


Complex Number Square Root Calculator

An advanced tool to find the two square roots of any complex number z = a + bi. Instantly get results, visualize them on the Argand plane, and understand the underlying mathematical formula.

Enter Complex Number (a + bi)



Enter the real component of the complex number.



Enter the imaginary component (the coefficient of ‘i’).


Square Roots (z₁ and z₂)

±(2.00 + 1.00i)

Metric Value
Original Number (z) 3.00 + 4.00i
Modulus |z| 5.00
Root 1 (z₁) 2.00 + 1.00i
Root 2 (z₂) -2.00 – 1.00i
Table of key values for the complex number square root calculation.

Argand diagram showing the original complex number (blue), its first square root (green), and its second square root (red).

What is a Complex Number Square Root?

A complex number square root is a number that, when multiplied by itself, gives the original complex number. Just as a positive real number has two square roots (e.g., the square roots of 9 are 3 and -3), every non-zero complex number has exactly two square roots. If a complex number is represented as z = a + bi, its square roots will be of the form ±(x + yi).

Finding the complex number square root is a fundamental operation in complex analysis, with applications in electrical engineering, quantum mechanics, and advanced mathematics. Unlike real numbers, where the square root of a negative number is imaginary, the square root of a complex number is always another complex number.

Who Should Use This Calculator?

  • Students studying algebra, pre-calculus, or complex analysis who need to verify their homework.
  • Engineers, especially in fields like electrical engineering, for analyzing AC circuits with phasors.
  • Physicists working with wave functions and quantum states.
  • Anyone curious about the fascinating properties of complex numbers.

Complex Number Square Root Formula and Mathematical Explanation

To find the complex number square root of z = a + bi, we are looking for a number w = x + yi such that w² = z. This gives us:

(x + yi)² = a + bi
x² - y² + 2xyi = a + bi

By equating the real and imaginary parts, we get a system of two equations:

  1. x² - y² = a
  2. 2xy = b

We can introduce a third equation by considering the magnitudes: |w|² = |z|, which leads to x² + y² = √(a² + b²). Using this system, we can solve for x and y directly. The formula for the real part (x) and imaginary part (y) of the roots is:

x = √([√(a² + b²) + a] / 2)

y = ±√([√(a² + b²) - a] / 2)

The sign of y is determined by the sign of b. If b > 0, x and y have the same sign. If b < 0, they have opposite signs. The two roots are always negatives of each other, z₁ and -z₁.

Variables used in the complex number square root calculation.
Variable Meaning Unit Typical Range
a The real part of the original complex number. Dimensionless -∞ to +∞
b The imaginary part of the original complex number. Dimensionless -∞ to +∞
|z| The modulus (magnitude) of the complex number, √(a² + b²). Dimensionless 0 to +∞
x The real part of the resulting square root. Dimensionless -∞ to +∞
y The imaginary part of the resulting square root. Dimensionless -∞ to +∞

Practical Examples

Example 1: Finding the square root of 5 + 12i

  • Inputs: a = 5, b = 12
  • Modulus: |z| = √(5² + 12²) = √(25 + 144) = √169 = 13
  • Calculate x: x = √((13 + 5) / 2) = √(18 / 2) = √9 = 3
  • Calculate y: y = √((13 - 5) / 2) = √(8 / 2) = √4 = 2
  • Result: Since b (12) is positive, x and y have the same sign. The roots are 3 + 2i and -3 - 2i. This is a key step in any complex number square root calculation.

Example 2: Finding the square root of a purely imaginary number 8i

  • Inputs: a = 0, b = 8
  • Modulus: |z| = √(0² + 8²) = √64 = 8
  • Calculate x: x = √((8 + 0) / 2) = √4 = 2
  • Calculate y: y = √((8 - 0) / 2) = √4 = 2
  • Result: Since b (8) is positive, the roots are 2 + 2i and -2 - 2i. Calculating a purely imaginary complex number square root is a common exercise. For more information on this, you can check our article on the polar form of complex numbers.

How to Use This Complex Number Square Root Calculator

  1. Enter the Real Part (a): Input the real component of your complex number into the first field.
  2. Enter the Imaginary Part (b): Input the coefficient of ‘i’ into the second field.
  3. View Real-Time Results: The calculator automatically updates the results as you type. The primary result shows both roots in the format ±(x + yi).
  4. Analyze the Table: The table below the main result breaks down the original number, its modulus, and the two individual roots, z₁ and z₂.
  5. Examine the Argand Diagram: The chart provides a visual representation of your original number and its two square roots in the complex plane, which is essential for understanding their geometric relationship. Many users find this helpful in conjunction with a deeper dive into Euler’s formula.

Key Factors That Affect Complex Number Square Root Results

The resulting complex number square root is sensitive to several factors:

  • The Real Part (a): This value heavily influences the magnitude of both the real and imaginary parts of the root. A larger ‘a’ tends to increase the real part of the root.
  • The Imaginary Part (b): This value primarily determines the magnitude of the imaginary part of the root and, crucially, its sign. The sign of ‘b’ dictates the signs of the output ‘y’.
  • The Modulus |z|: The modulus of the root is the square root of the original modulus. A larger initial modulus will always result in a larger modulus for the roots.
  • The Quadrant: The quadrant in which the original complex number lies determines the quadrant of its principal root. For example, a number in Quadrant I will have its principal root in Quadrant I.
  • Sign of ‘a’: A negative ‘a’ will lead to a smaller real part ‘x’ and a larger imaginary part ‘y’ in the root, shifting the vector’s angle.
  • Sign of ‘b’: The sign of ‘b’ directly correlates with the sign of the product ‘xy’ in the root, ensuring the correct angle is found. Understanding this is key to grasping how a complex number square root is derived.

Frequently Asked Questions (FAQ)

1. Why are there two square roots for a complex number?

This is a consequence of the Fundamental Theorem of Algebra. For any complex number z, the equation w² = z is a polynomial of degree 2, which must have two roots. These roots are always negatives of each other (w and -w).

2. What is the principal square root?

The principal square root of a complex number is, by convention, the root with a non-negative real part. If the real part is zero, it’s the root with a non-negative imaginary part.

3. How do you find the complex number square root of a negative real number, like -9?

For z = -9 + 0i, a = -9 and b = 0. The formula gives roots of ±3i. The calculator handles this correctly.

4. Can I use polar form to find the square root?

Yes. If z = r(cosθ + isinθ), its square roots are √r(cos(θ/2) + isin(θ/2)) and √r(cos((θ+2π)/2) + isin((θ+2π)/2)). This is based on De Moivre’s Theorem.

5. What is the complex number square root of ‘i’?

For z = 0 + 1i, the calculator will show that the roots are ±(0.707 + 0.707i), which is ±(√2/2 + i√2/2).

6. Does this calculator handle large numbers?

Yes, it uses standard floating-point arithmetic and can handle a wide range of numbers, though extreme values may be subject to precision limitations.

7. How does the Argand diagram help?

The diagram visually demonstrates that the two square roots are symmetric with respect to the origin and that their angle is half of the original number’s angle (for the principal root).

8. Is finding a complex number square root the same as solving a quadratic equation?

It’s closely related. Finding the roots of w² - z = 0 is a specific type of quadratic equation. A general quadratic equation solver can find complex roots for any quadratic.

© 2026 Date Calculators Inc. All rights reserved. This calculator is for educational purposes only.


Leave a Comment