Complex Number Calculator : Free Complex Number Calculator. Add, subtract, multiply, and divide complex numbers. Instantly view results in rectangular and polar forms with an interactive Argand diagram.”
Complex Numbers
Enter two complex numbers ($z_1$ and $z_2$) in standard rectangular form ($a + bi$) and select an operation.
Calculated Result (Rectangular)
0 + 0i
Master Complex Math with Our Complex Number Calculator
Whether you’re studying advanced mathematics, electrical engineering (AC circuits), or physics, dealing with imaginary numbers can be tedious. Our Complex Number Calculator instantly solves arithmetic and converts between rectangular and polar forms, providing a clear visual Argand diagram to help you intuitively grasp the result.
What is a Complex Number?
A complex number is an extension of the real number system that includes the imaginary unit i (where i² = -1). It is typically written in rectangular form as z = a + bi, where:
- a is the Real part (plotted on the horizontal X-axis).
- b is the Imaginary part (plotted on the vertical Y-axis).
By combining real numbers and imaginary numbers, we can solve algebraic equations that have no real solutions, opening the door to powerful concepts in modern physics and signal processing.
Formulas Cheat Sheet
-
Addition (+):
(a+c) + (b+d)i -
Subtraction (-):
(a-c) + (b-d)i -
Multiplication (×):
(ac - bd) + (ad + bc)i
Notice how multiplying two imaginary parts creates a real number! -
Magnitude (r):
√(a² + b²)
The length of the vector using the Pythagorean theorem.