Complex Number to Polar Form Calculator

Convert a + bi into polar form r∠θ.

Magnitude r 1.414
Angle θ (°) 45

Formula: r = √(a² + b²), θ = atan2(b, a)

Step-by-step with your numbers:
1. Values used:
2. Real part a = 1
3. Imaginary part b = 1 i
4.
5. Magnitude r = 1.414
6. Angle θ = 45°
Did we solve your problem today?

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.