complex arithmetic calculator

Complex Arithmetic Calculator

Enter values in rectangular form: z = a + bi. Choose an operation and click Calculate.

First Complex Number (z1)

Second Complex Number (z2)

Result will appear here.

Complex numbers show up everywhere: electrical engineering, control systems, signal processing, quantum physics, and even finance models. A reliable complex arithmetic calculator helps you move quickly from manual algebra to clear numeric answers while still reinforcing the math underneath.

What this complex arithmetic calculator can do

This tool supports the most common operations you need in class, homework, and professional technical work:

  • Addition and subtraction of two complex numbers
  • Multiplication and division in rectangular form
  • Conjugate of a complex number
  • Magnitude (modulus) and argument (phase angle)
  • Reciprocal, useful in impedance and transfer function work

Quick refresher: complex numbers in rectangular form

Definition

A complex number is written as z = a + bi, where:

  • a is the real part
  • b is the imaginary part
  • i is the imaginary unit and satisfies i² = -1

Core formulas

  • 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: (a + bi)/(c + di) = ((a + bi)(c - di)) / (c² + d²), with c² + d² ≠ 0
  • Magnitude: |z| = √(a² + b²)
  • Argument: arg(z) = atan2(b, a)

How to use the calculator effectively

Step-by-step

  • Choose the operation from the dropdown.
  • Enter the real and imaginary parts of z1.
  • For binary operations (add/subtract/multiply/divide), enter z2.
  • Click Calculate to get rectangular and polar insights where applicable.
  • Use Clear to reset values and start a new calculation.

Worked example

If z1 = 3 + 4i and z2 = 1 - 2i, then multiplication gives:

(3 + 4i)(1 - 2i) = 11 - 2i

The calculator handles this instantly and also gives magnitude and phase of the result, which is useful for AC circuit analysis and phasor math.

Why this matters in real applications

  • Electrical engineering: impedance arithmetic uses complex multiplication and division constantly.
  • Signal processing: Fourier transforms and frequency-domain analysis rely on magnitude and phase.
  • Control systems: poles, zeros, and stability checks use complex values directly.
  • Physics and applied math: wave equations and oscillatory behavior are compactly represented with complex numbers.

Common mistakes to avoid

  • Forgetting that i² = -1, which flips signs in multiplication.
  • Dividing by a complex number without using the conjugate.
  • Mixing degrees and radians for argument values.
  • Ignoring divide-by-zero cases when both real and imaginary parts are zero.

Final thoughts

A good complex number calculator should do more than return a number: it should help you understand the structure of the result. Use this tool to check homework, validate engineering calculations, or speed up repetitive algebra while keeping the underlying concepts clear.

🔗 Related Calculators