Complex Number a+bi Calculator

Perform operations on complex numbers in a+bi form — add, subtract, multiply, divide, conjugate, modulus, and argument with an interactive Argand diagram.

z₁ = a + bi

z₂ = c + di

z₁
3.00 + 4.00i
Modulus = 5.00, Argument = 53.13°
z₂
1.00 + 2.00i
Modulus = 2.24, Argument = 63.43°
Result
4.00 + 6.00i
Operation: Add (z₁ + z₂)
|z₁| (Modulus)
5.00
√(a² + b²)
arg(z₁)
53.13°
0.93 rad
Conjugate z̄₁
3.00 − 4.00i
Flip sign of imaginary part
|Result|
7.21
Modulus of the result

Argand Diagram

z₁z₂Result

Operations Reference

OperationFormulaResult
Add(3.00 + 4.00i) + (1.00 + 2.00i)4.00 + 6.00i
Subtract(3.00 + 4.00i) − (1.00 + 2.00i)2.00 + 2.00i
Multiply(3.00 + 4.00i) × (1.00 + 2.00i)-5.00 + 10.00i
|z₁|√(3² + 4²)5.00
arg(z₁)atan2(4, 3)53.13°
Conjugate3 − 4i3.00 − 4.00i

Modulus Comparison

|z₁|
5.00
|z₂|
2.24
|Result|
7.21
Planning notes, formulas, and examples

About the Complex Number a+bi Calculator

Complex numbers extend the real number line into two dimensions by introducing the imaginary unit i, defined as the square root of −1. Every complex number can be written in the standard rectangular form a + bi, where a is the real part and b is the imaginary part. This representation makes it straightforward to perform arithmetic — addition and subtraction work component-wise, while multiplication and division follow the distributive property combined with the identity i² = −1.

This calculator lets you enter two complex numbers in a + bi form and compute their sum, difference, product, or quotient. It also calculates the conjugate (which flips the sign of the imaginary part), the modulus (the distance from the origin in the complex plane), and the argument (the angle from the positive real axis). An interactive Argand diagram plots both inputs and the result so you can visualize the geometry behind the algebra.

Whether you are solving polynomial equations, analysing AC circuits in electrical engineering, or studying fractal geometry, mastering a + bi arithmetic is essential. Preset examples help you explore common cases, and the operations reference table shows every result at a glance. Use the page to check homework, verify hand calculations, or build intuition about complex-number behaviour.

When This Page Helps

Complex-number arithmetic involves FOIL expansion, rationalising denominators with conjugates, and evaluating square roots for moduli — steps where sign errors and i² mistakes are easy to make. This calculator returns the exact result and plots both operands and the answer on an Argand diagram so you can see the geometric meaning. Electrical engineers use it to quickly verify phasor calculations, students confirm textbook exercises, and anyone learning complex analysis can explore how multiplication stretches and rotates numbers in the plane.

How to Use the Inputs

  1. Enter the real part (a) and imaginary part (b) of the first complex number z₁.
  2. Choose an operation from the dropdown — add, subtract, multiply, divide, conjugate, modulus, or argument.
  3. If the operation requires a second number, enter a and b for z₂.
  4. Try a preset button to load common examples.
  5. Read the result in the output cards and inspect the Argand diagram.
  6. Scroll to the operations table to see all seven results at once.
Formula used
Multiply: (a+bi)(c+di) = (ac−bd) + (ad+bc)i | Modulus: |z| = √(a²+b²) | Argument: arg(z) = atan2(b, a)

Example Calculation

Result: −5 + 10i

(3+4i)(1+2i) = 3·1 − 4·2 + (3·2 + 4·1)i = −5 + 10i. The modulus of z₁ is √(9+16) = 5.

Tips & Best Practices

  • The modulus of a product equals the product of the moduli: |z₁z₂| = |z₁||z₂|.
  • The conjugate is useful for rationalising denominators in division.
  • The argument is measured counter-clockwise from the positive real axis.
  • Pure imaginary numbers lie on the vertical axis of the Argand diagram.

The Geometry of Complex Arithmetic

Every complex number a + bi corresponds to a point (a, b) in the Argand plane, where the horizontal axis is the real part and the vertical axis is the imaginary part. Addition of two complex numbers is simple vector addition: slide one point by the other's real and imaginary offsets. Subtraction reverses the displacement. This geometric view makes it clear why |z₁ + z₂| ≤ |z₁| + |z₂| — the triangle inequality holds because the three points form a triangle (or a degenerate line).

Multiplication is richer: multiplying z₁ by z₂ scales the modulus (|z₁ · z₂| = |z₁||z₂|) and adds the arguments (arg(z₁ · z₂) = arg z₁ + arg z₂). So multiplying by i rotates a point 90° counter-clockwise, and multiplying by −1 rotates 180°. Division reverses both operations — it divides moduli and subtracts arguments.

Applications in Science and Engineering

Complex numbers are indispensable in AC circuit analysis, where voltages and currents are represented as phasors in polar form. Impedance (resistance + reactance) is naturally a complex quantity: Z = R + jX. The Fourier transform decomposes signals into complex exponentials e^{iωt}, and quantum mechanics describes particle states as complex-valued wave functions. Computer graphics use complex arithmetic for 2-D rotation, scaling, and fractal generation (the Mandelbrot set iterates z → z² + c). Control theory similarly relies on poles and zeros in the complex plane to analyse system stability.

Common Pitfalls and Study Tips

The most frequent mistakes students make are forgetting that i² = −1 during FOIL expansion and dropping the minus sign in conjugate division. A good strategy is to always write out each real and imaginary part separately before combining. When dividing, multiply both numerator and denominator by the conjugate of the denominator — this guarantees a real denominator you can simplify. Finally, check your answer by converting to polar form and back: if the modulus or argument looks unreasonable, you likely made an algebraic slip.

Sources & Methodology

Last updated:

Frequently Asked Questions

  • It is the standard rectangular representation of a complex number, where a is the real part and b is the coefficient of the imaginary unit i.