Skip to main content

Complex Number Calculator

Perform arithmetic on complex numbers and convert between rectangular (a + bi) and polar (r∠θ) forms. Results update in real time as you type.

Ad (leaderboard)
z

Complex Number Operations

z1 = a + bi

z2 = c + di

Result

Rate this tool
0.0 / 5 · 0 ratings

Embed This

Add this calculator to your website for free. Copy the single line of code below and paste it into your HTML. The calculator auto-resizes to fit your page.

<script src="https://calchammer.com/embed.js" data-calculator="complex-number-calculator" data-category="math"></script>
data-theme "light", "dark", or "auto"
data-values Pre-fill inputs, e.g. "amount=1000"
data-max-width Max width, e.g. "600px"
data-border "true" or "false"
Or use an iframe instead
<iframe src="https://calchammer.com/embed/math/complex-number-calculator" width="100%" height="500" style="border:none;border-radius:12px;" title="Complex Number Calculator"></iframe>

Preview

yoursite.com/blog
Complex Number Calculator auto-resizes here
Ad (in_results)

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.

Related Calculators

You Might Also Need

Disclaimer: This calculator is for informational and educational purposes only. Results are estimates and should not be considered professional expert advice. Consult a qualified professional before making decisions based on these calculations. See our full Disclaimer.