Convert rectangular values into trigonometric form with clarity. Review modulus, angle, graph, exports, examples, formulas, and guided steps. Built for students solving polar conversions accurately today.
The graph shows the vector from the origin to the complex number. It also traces the angle sweep used in trigonometric form.
| Complex Number | Modulus | Angle (Degrees) | Angle (Radians) | Sine Cosine Form |
|---|---|---|---|---|
| 3 + 4i | 5 | 53.1301 | 0.9273 | 5 [cos(53.1301°) + i sin(53.1301°)] |
| 1 + 1i | 1.4142 | 45 | 0.7854 | 1.4142 [cos(45°) + i sin(45°)] |
| -2 + 2i | 2.8284 | 135 | 2.3562 | 2.8284 [cos(135°) + i sin(135°)] |
| 4 - 4i | 5.6569 | 315 | 5.4978 | 5.6569 [cos(315°) + i sin(315°)] |
For a complex number z = a + bi, the modulus is:
r = √(a² + b²)
The argument or angle is:
θ = atan2(b, a)
The sine cosine form becomes:
z = r [cos(θ) + i sin(θ)]
Here, cos(θ) = a / r and sin(θ) = b / r when r ≠ 0.
Sine cosine form writes a complex number using modulus and angle. It shows the number as a distance from the origin and a rotation from the positive real axis.
atan2(b, a) finds the correct angle using both signs. It places the angle in the correct quadrant, unlike a basic inverse tangent formula.
The modulus is the distance from the origin to the point (a, b). It is computed with the square root of a² + b².
Yes. The calculator supports degrees and radians. Choose your preferred display unit before converting the complex number.
For 0 + 0i, the modulus is zero. The angle is not unique, so the calculator displays a default trigonometric representation using zero magnitude.
Normalization converts negative angles into equivalent positive ones between zero and 360 degrees. This often makes comparison and reporting easier.
Yes. Sine cosine form is a trigonometric version of polar form. Both use magnitude and argument to represent the same complex number.
Trig form helps with multiplication, division, powers, and roots of complex numbers. It is especially helpful in mathematics, engineering, and signal analysis.
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.