Complex Number

Arithmetic on a + bi.

Result
4 + 6i
7.2111
Magnitude
56.3099
Angle (°)

How to Use the Complex Number Calculator

  1. Enter the real part (a) and imaginary part (b) for the first complex number z₁ = a + bi.
  2. Enter the real part (c) and imaginary part (d) for the second complex number z₂ = c + di.
  3. Select the desired arithmetic operation: Addition (+), Subtraction (−), Multiplication (×), or Division (÷).
  4. Click **Calculate** to instantly see the result in standard a + bi form.
  5. Review the step-by-step breakdown to understand how the result was derived.

Complex Number Arithmetic Formulas

Addition:      z₁ + z₂ = (a + c) + (b + d)i
Subtraction:   z₁ − z₂ = (a − c) + (b − d)i
Multiplication: z₁ × z₂ = (ac − bd) + (ad + bc)i
Division:      z₁ ÷ z₂ = [(ac + bd) / (c² + d²)] + [(bc − ad) / (c² + d²)]i

Given two complex numbers z₁ = a + bi and z₂ = c + di, the four basic arithmetic operations are defined as follows:

  • Addition: Combine real parts and imaginary parts separately.
  • Subtraction: Subtract real parts and imaginary parts separately.
  • Multiplication: Use the FOIL method and substitute i² = −1.
  • Division: Multiply numerator and denominator by the conjugate of the denominator, then simplify.
  • a — The real part of the first complex number z₁ = a + bi.
  • b — The imaginary part of the first complex number z₁ = a + bi.
  • c — The real part of the second complex number z₂ = c + di.
  • d — The imaginary part of the second complex number z₂ = c + di.
  • i — The imaginary unit, defined by the property i² = −1.
  • z₁, z₂ — The two complex numbers being operated on.

Worked Example: Multiplying Two Complex Numbers

z₁ = 3 + 2i, z₂ = 1 − 4i
z₁ × z₂ = (ac − bd) + (ad + bc)i
= (3×1 − 2×(−4)) + (3×(−4) + 2×1)i
= (3 + 8) + (−12 + 2)i
= 11 + (−10)i

Result: z₁ × z₂ = 11 − 10i

What Your Result Means

The product of z₁ = 3 + 2i and z₂ = 1 − 4i is 11 − 10i. The real part (11) comes from multiplying the real parts and subtracting the product of the imaginary parts (since i² = −1 flips the sign). The imaginary part (−10) is the sum of the cross-products of real and imaginary components. The result is a valid complex number in standard a + bi form.

Understanding Complex Number

Understanding Complex Numbers

Complex numbers extend the real number system by introducing the imaginary unit i, where i² = −1. Every complex number has the form a + bi, where:

  • a is called the real part
  • b is called the imaginary part

When b = 0, the number is purely real. When a = 0, it is purely imaginary.

The Complex Plane

Complex numbers can be plotted on the Argand plane (complex plane), with the horizontal axis representing the real part and the vertical axis representing the imaginary part. This geometric interpretation is powerful in physics and engineering.

Modulus and Argument

The modulus (or absolute value) of z = a + bi is |z| = √(a² + b²), representing the distance from the origin in the complex plane. The argument (angle) is θ = arctan(b/a).

The Complex Conjugate

The conjugate of z = a + bi is z̄ = a − bi. Conjugates are critical in division: multiplying numerator and denominator by the conjugate eliminates the imaginary part from the denominator, yielding a standard-form result.

Real-World Applications

  • Electrical engineering: Impedance in AC circuits is expressed as Z = R + jX (engineers use j instead of i).
  • Signal processing: Fourier transforms rely heavily on complex exponentials.
  • Quantum mechanics: Wave functions are complex-valued.
  • Control theory: Stability analysis uses complex eigenvalues (poles and zeros).

Common Mistakes

  • Forgetting that i² = −1 when multiplying — this sign flip is the most frequent error in manual calculations.
  • Not multiplying by the conjugate when dividing — always multiply both numerator and denominator by (c − di) to clear the imaginary denominator.
  • Mixing up which part is real and which is imaginary when reading results — the real part always precedes the imaginary part in a + bi form.
  • Sign errors in subtraction — each part (real and imaginary) must be subtracted independently.
  • Assuming the result of multiplying two imaginary numbers is imaginary — it is actually real (e.g., 2i × 3i = 6i² = −6).

Common Questions About Complex Number

What is the polar form of a complex number?

The polar form expresses a complex number as z = r(cos θ + i sin θ), or compactly as z = re^(iθ) using Euler's formula, where r = |z| is the modulus and θ is the argument (angle). Polar form makes multiplication and division especially elegant.

How do you find the square root of a complex number?

To find √(a + bi), express the number in polar form: r = √(a² + b²), θ = arctan(b/a). The square root is then √r × e^(iθ/2) = √r(cos(θ/2) + i sin(θ/2)). There are always two square roots for any nonzero complex number.

What is Euler's formula and how does it relate to complex numbers?

Euler's formula states e^(iθ) = cos θ + i sin θ. It creates a deep connection between exponential functions and trigonometry through the complex plane. The special case θ = π gives Euler's identity: e^(iπ) + 1 = 0.

Are complex numbers used in everyday technology?

Absolutely. Complex numbers underlie JPEG and MP3 compression (via Fourier transforms), the design of AC electrical systems, radar and wireless communication signal processing, and the stability analysis of control systems in aircraft and robots.

Frequently Asked Questions

What is the imaginary unit i?

The imaginary unit **i** is defined as the square root of −1, so i² = −1. It is a mathematical construct that extends real numbers and enables solutions to equations like x² + 1 = 0, which have no real solutions.

How do you divide complex numbers?

To divide z₁ by z₂, multiply both the numerator and denominator by the **complex conjugate** of z₂ (which is c − di). This eliminates the imaginary term in the denominator. The result is [(ac + bd) / (c² + d²)] + [(bc − ad) / (c² + d²)]i.

Can a complex number have a zero imaginary part?

Yes. If b = 0, then a + 0i = a, which is simply a real number. All real numbers are a special case of complex numbers with no imaginary component.

What is the modulus of a complex number?

The modulus of z = a + bi is |z| = √(a² + b²). It represents the distance from the origin to the point (a, b) on the complex plane and is always a non-negative real number.

Why do engineers use j instead of i for the imaginary unit?

Electrical engineers use **j** to avoid confusion with **i**, which is the conventional symbol for electrical current. The mathematics is identical — j² = −1 just like i² = −1.

Related Calculators

Sources

Only sources that have been reviewed are shown. Unverified citations are never published.

Spotted a calculation error?Report an Error