Complex Number Calculator

Perform arithmetic on complex numbers in rectangular (a + bi) or polar (r∠θ) form. Get step-by-step solutions and an Argand plane visualization.

Add two complex numbers: (a + bi) + (c + di)

+
i
3 + 4i
+
i
1 + 2i

How to use

  • Enter Z₁ and Z₂
    Enter the real (a, c) and imaginary (b, d) parts of each complex number. Negative values are supported — e.g. for 3 − 2i, enter real = 3 and imaginary = −2.
  • Choose an operation
    Select from addition, subtraction, multiplication, division, power (De Moivre's theorem), nth root, or properties-only mode for a single number.
  • Read the result
    Results show in both rectangular (a + bi) and polar (r∠θ) form. The Argand plane plots both input numbers and the result.
  • Properties mode
    Use Properties Only mode to get the modulus, argument, conjugate, reciprocal, and polar form for a single complex number.

Key Formulas

z = a + bi
|z| = √(a² + b²) [modulus]
θ = atan2(b, a) [argument]
z̄ = a − bi [conjugate]
Polar: r(cos θ + i sin θ)
zⁿ = rⁿ(cos nθ + i sin nθ)
z^(1/n) = r^(1/n)∠(θ+2kπ)/n

Arithmetic Rules

Add: (a+bi)+(c+di) = (a+c)+(b+d)i
Subtract: (a+bi)−(c+di) = (a−c)+(b−d)i
Multiply: (a+bi)(c+di) = (ac−bd)+(ad+bc)i
Divide: multiply by conjugate of denominator
i² = −1

What Are Complex Numbers?

A complex number has the form z = a + bi, where a is the real part, b is the imaginary part, and i is the imaginary unit defined as √(−1). Complex numbers extend the real number line into a two-dimensional plane called the complex plane or Argand plane, where the x-axis represents the real part and the y-axis represents the imaginary part.

Polar Form and De Moivre's Theorem

Every complex number can also be expressed in polar form as z = r(cos θ + i sin θ), where r = |z| is the modulus (distance from the origin) and θ is the argument (angle from the positive real axis). De Moivre's Theorem states that zⁿ = rⁿ(cos nθ + i sin nθ), making it easy to raise complex numbers to integer powers.

Frequently Asked Questions

What is i² equal to?

i² = −1. This is the defining property of the imaginary unit. It follows that i³ = −i, i⁴ = 1, and the pattern repeats with period 4. This property is what makes complex multiplication produce the cross term: (a+bi)(c+di) = ac + adi + bci + bdi² = (ac−bd) + (ad+bc)i.

What is the modulus of a complex number?

The modulus |z| is the distance from the origin to the point (a, b) in the complex plane. It's calculated as |z| = √(a² + b²) — the same as the Pythagorean theorem. For example, |3 + 4i| = √(9 + 16) = √25 = 5.

What is the conjugate of a complex number?

The conjugate of z = a + bi is z̄ = a − bi — you flip the sign of the imaginary part. Multiplying a complex number by its conjugate gives a real number: z × z̄ = a² + b² = |z|². This property is used in complex division to eliminate the imaginary part from the denominator.

How do you divide complex numbers?

To divide (a+bi)÷(c+di), multiply both numerator and denominator by the conjugate of the denominator (c−di). This makes the denominator real: (a+bi)(c−di) ÷ (c²+d²). Then separate the real and imaginary parts to get the result in a+bi form.

Where are complex numbers used?

Complex numbers are fundamental in electrical engineering (impedance in AC circuits), signal processing (Fourier transforms), quantum mechanics (wave functions), control theory (stability analysis), and fluid dynamics. They also appear in fractal geometry — the famous Mandelbrot set is defined using complex number iteration.

Related Calculators