Turn magnitude and angle into clear rectangular values. Visualize every complex point with steps, exports, graphs, and practical learning support.
The graph places your complex number on the Argand plane. It shows the real axis horizontally and the imaginary axis vertically.
| Magnitude | Angle | Unit | Rectangular Form | Real | Imaginary |
|---|---|---|---|---|---|
| 10 | 30 | Degrees | 8.6603 + 5i | 8.6603 | 5.0000 |
| 12 | 120 | Degrees | -6 + 10.3923i | -6.0000 | 10.3923 |
| 5 | 0.7854 | Radians | 3.5355 + 3.5355i | 3.5355 | 3.5355 |
Polar to rectangular: z = r(cos θ + i sin θ)
Real part: a = r cos θ
Imaginary part: b = r sin θ
Rectangular form: z = a + bi
Modulus from rectangular values: r = √(a² + b²)
Argument from rectangular values: θ = atan2(b, a)
Rectangular form writes a complex number as a + bi. The value a is the real part, and b is the imaginary coefficient.
It accepts polar inputs like magnitude and angle, or rectangular inputs like real and imaginary parts for analysis and verification.
Yes. Choose the angle unit before calculating. The tool converts the angle correctly and reports results in both degrees and radians.
A negative imaginary value means the point lies below the real axis. This commonly happens for angles in Quadrants III and IV.
The scalar multiplies the entered complex quantity before conversion or analysis. It is useful for testing scaled vectors and classroom examples.
The modulus is the distance from the origin to the complex point. It represents the magnitude of the number.
The graph shows your number on the Argand plane. Horizontal movement is real, and vertical movement is imaginary.
Yes. Use the CSV button for spreadsheet-friendly output or the PDF button for a simple printable report.
Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.