Complex Number to Polar Form Calculator
Convert a + bi into polar form r∠θ.
Polar form expresses a complex number by its distance from the origin and its angle.
The math behind it
r = √(a² + b²) is the modulus and θ = atan2(b, a) is the argument, so a + bi = r(cos θ + i sin θ).
Worked example
1 + i → r = √2 ≈ 1.414, θ = 45°.
FAQ
Why use polar form?
It makes multiplication, division and powers of complex numbers much simpler.