How to Use the Complex Number Calculator
Select an operation from the dropdown, enter the real and imaginary parts of your complex numbers, and see the result instantly. For polar-to-rectangular conversion, enter the magnitude r and angle θ in degrees. All arithmetic follows the standard rules for complex numbers.
For example, multiplying (3 + 4i) by (1 + 2i): real part = 3×1 − 4×2 = −5, imaginary part = 3×2 + 4×1 = 10, giving −5 + 10i.
Complex Number Arithmetic
Complex numbers extend the real numbers by including the imaginary unit i, where i² = −1. Every complex number can be written as a + bi where a is the real part and b is the imaginary part. The four basic arithmetic operations follow naturally from the distributive law and the rule i² = −1.
Polar and Rectangular Forms
The rectangular form a + bi locates a complex number on the complex plane using Cartesian coordinates. The polar form r∠θ uses the distance from the origin (magnitude r = √(a² + b²)) and the angle from the positive real axis (argument θ = atan2(b, a)). Multiplication and division are often simpler in polar form because magnitudes multiply and angles add.
Applications
Complex numbers appear in electrical engineering (AC circuit analysis, impedance, phasors), signal processing (Fourier transforms), quantum mechanics (wave functions), control theory (transfer functions), and fractal geometry. Understanding how to manipulate them is essential for advanced STEM work.
Frequently Asked Questions
What is a complex number?
A number of the form a + bi where i² = −1. It extends the real number system with an imaginary axis.
How do you multiply complex numbers?
Use FOIL: (a + bi)(c + di) = (ac − bd) + (ad + bc)i.
What is the polar form?
r∠θ where r = √(a² + b²) is the magnitude and θ = atan2(b, a) is the angle.
How do you divide complex numbers?
Multiply numerator and denominator by the conjugate of the denominator to get a real denominator.
What is the conjugate?
The conjugate of a + bi is a − bi. Their product is always a² + b², a real number.
Save your results & get weekly tips
Get calculator tips, formula guides, and financial insights delivered weekly. Join 10,000+ readers.
No spam. Unsubscribe anytime.