Complex Number Calculator
Formula
z_1 = a + b\,i
z_2 = c + d\,i
Inputs
| Operation | Multiply |
|---|---|
| Real part of z₁ | 3 |
| Imaginary part of z₁ | 4 |
| Real part of z₂ | 1 |
| Imaginary part of z₂ | 2 |
| Argument unit | Degrees |
Complex Number Calculator
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}
Recommended Next
Inverse Trigonometric Functions Calculator (arcsin, arccos, arctan)
Calculate arcsin, arccos, or arctan for any input. Returns the principal-value angle in degrees or radians, with domain validation for arcsin and arccos.