Interactive Complex Number Calculator
Enter values in the form a + bi by filling in real and imaginary parts separately.
- (a + bi) + (c + di) = (a + c) + (b + d)i
- (a + bi)(c + di) = (ac - bd) + (ad + bc)i
- |a + bi| = √(a² + b²)
What Is a Complex Number?
A complex number combines a real component and an imaginary component. It is written as a + bi, where a is the real part, b is the imaginary coefficient, and i is the imaginary unit with the property i² = -1.
Complex numbers extend the real number system, allowing us to solve equations like x² + 1 = 0, which has no real solution but has complex solutions: x = i and x = -i.
How to Use This Complex Number Calculator
1) Enter z₁
Fill in the real and imaginary parts for the first number. For example, if z₁ = 3 + 4i, enter 3 and 4.
2) Choose an operation
Select addition, subtraction, multiplication, division, conjugate, modulus, argument, or polar form.
3) Enter z₂ (when needed)
For binary operations (add, subtract, multiply, divide), you must provide the second complex number z₂. For unary operations, z₂ is hidden automatically.
4) Click Calculate
The calculator returns the result in clean mathematical form, along with extra values like radians/degrees where relevant.
Key Operations Explained
Addition and subtraction
Add or subtract real parts together and imaginary parts together. This is straightforward component-wise arithmetic.
Multiplication
Distribute terms and use i² = -1. This makes multiplication especially useful in signal processing, control systems, and AC circuit analysis.
Division
Division is done by multiplying numerator and denominator by the conjugate of the denominator. This removes imaginary terms from the bottom.
Conjugate, modulus, and argument
- Conjugate of a + bi is a - bi
- Modulus is the distance from the origin in the complex plane: √(a² + b²)
- Argument is the angle of the number relative to the positive real axis
Why Complex Numbers Matter
Complex arithmetic is not just academic. It appears in electrical engineering, quantum mechanics, vibration analysis, fluid dynamics, computer graphics, and Fourier transforms. Whenever you model rotation, oscillation, or waves, complex numbers are often the most efficient language.
Example Problems You Can Try
- (2 + 3i) + (4 - 5i)
- (1 - 2i)(3 + i)
- (5 + 10i) ÷ (1 - i)
- Modulus and argument of -3 + 3i
Common Mistakes to Avoid
- Forgetting that i² = -1
- Mixing up sign when subtracting imaginary terms
- Dividing by a complex number without using its conjugate
- Using degrees when your formula expects radians (or vice versa)
This calculator helps prevent those mistakes by handling the algebra automatically while still showing mathematically meaningful output.