Skip to content

Complex Number Calculator

Add, subtract, multiply, or divide two complex numbers in the form a + bi, and read off the result with its modulus and argument.

Operation

Inputs

z_1 = a + b\,i
z_2 = c + d\,i

Results

Enter a value to see results.

Step by step

\begin{aligned} z_1 z_2 &= (ac - bd) + (ad + bc)i \\ &= ((3)(1) - (4)(2)) + ((3)(2) + (4)(1))i \\ &= ? + ?\,i \end{aligned}
\begin{aligned} r &= \sqrt{x^2 + y^2} \\ &= \sqrt{(?)^2 + (?)^2} \\ &= ? \end{aligned}
\begin{aligned} \varphi &= \operatorname{atan2}(y, x) \\ &= \operatorname{atan2}(?, ?) \\ &= ? \end{aligned}

Embed this calculator

Preview

Paste this code into your page to show the calculator.

Share this calculation

Anyone who opens this link sees your values already filled in.

200+ calculators · 10 languages · 100% free

Was this calculator helpful?

No

How can we improve this calculator?