Complex Numbers Calculator
Perform arithmetic with complex numbers: addition, subtraction, multiplication, division, and modulus. Convert between rectangular (a+bi) and polar (r∠θ) forms.
Formula & Reference
| Variable | Symbol | Formula | Units |
|---|---|---|---|
| Complex Numbers Calculator | — | z = a + bi where i = √(-1) | complex number |
Step-by-Step Examples
(3+4i)(1−2i).
- Real: 3×1−4×(−2)=3+8=11
- Imag: 3×(−2)+4×1=−6+4=−2
- Result: 11−2i
z = 3+4i.
- r = √(3²+4²) = √25 = 5
- θ = arctan(4/3) = 53.13°
- Polar: 5∠53.13°
(3+4i)/(1+2i).
- Multiply by conjugate (1−2i)
- Numerator: (3+4i)(1−2i)=11−2i
- Denominator: 1+4=5
- Result: 11/5 − 2i/5 = 2.2−0.4i
Real-World Applications
Common Mistakes to Avoid
The whole point of complex numbers is i = √(−1), so i² = −1. Never forget the sign change.
Multiply numerator and denominator by the conjugate (a−bi) of the denominator to get a real denominator.
For real numbers |a| = absolute value. For complex |a+bi| = √(a²+b²). This is the distance from origin in the complex plane.
Frequently Asked Questions
Related Math Calculators
Formula Explorer connections
Interpretation: This relationship converts, summarizes or checks numerical quantities using standard arithmetic and measurement rules. Assumption: Use consistent units, preserve enough significant digits, and round only the final result unless the method states otherwise.