Intermediate

Complex Number to Polar Form Calculator

Enter a complex number in rectangular form (a + bi) to get its polar form r∠θ — including the magnitude r, the angle θ in both degrees and radians, and the equivalent exponential form r·e^(iθ).
Enter the coefficient of i in a + bi
Magnitude (r)
5

Distance from the origin in the complex plane: r = √(a² + b²)

Angle θ (degrees)
53.1301°
Angle θ (radians)
0.9273 rad
Polar form
5 ∠ 53.1301°
Exponential form
5 · e^(i · 0.9273 rad)
(3, 4)r=5Complex number as a vector in the complex plane (Re axis, Im axis)
Step by step
  1. 1

    Sum of squares

    3² + 4² = 25
  2. 2

    Argument θ

    atan2(4, 3) = 53.1301°
    Four-quadrant inverse tangent, in degrees.
  3. 3

    Magnitude r

    √25 = 5
Results are estimates for general information only and are not professional advice — always verify important results independently before relying on them. Read the full disclaimer.
Quick answer

How does this calculator work?

Given a complex number a + bi, compute its magnitude r = √(a² + b²) and argument θ = atan2(b, a). The polar form is r∠θ, and the exponential form is r·e^(iθ). These representations simplify multiplication, division, and powers of complex numbers.

Formula
r = √(a² + b²) • θ = atan2(b, a)
How this is calculated

Every complex number a + bi corresponds to a point in the complex plane with real coordinate a and imaginary coordinate b. The polar form expresses the same point using its distance from the origin (the modulus r) and the angle it makes with the positive real axis (the argument θ).

The modulus is computed with the Pythagorean theorem: r = √(a² + b²). The argument is found using the four-quadrant inverse tangent: θ = atan2(b, a), which correctly handles all quadrants and returns a value in (−π, π] radians. Multiplying by 180/π converts to degrees.

The polar form r∠θ and the exponential form r·e^(iθ) (from Euler's formula e^(iθ) = cos θ + i·sin θ) are equivalent representations. Polar form is especially useful for multiplying or dividing complex numbers — magnitudes multiply/divide and angles add/subtract.

Frequently asked questions

Polar form r∠θ represents a complex number by its distance r from the origin (modulus) and the angle θ it makes with the positive real axis (argument). It is equivalent to the exponential form r·e^(iθ) via Euler's formula.

The standard arctan only returns angles in the range (−90°, 90°), so it cannot distinguish between a number in the first and third quadrant, or the second and fourth. The atan2(b, a) function uses the signs of both a and b to return the correct angle for all four quadrants.

The complex number 0 + 0i has zero magnitude; its argument is undefined because there is no unique direction from the origin. The calculator returns zero magnitude and 0° for this degenerate case.

APA

TG we-Calculate Editorial Team. (2026). Complex Number to Polar Form Calculator [Online calculator]. TG we-Calculate. https://we-calculate.com/calculator/complex-number-to-polar-form-calculator

Chicago

TG we-Calculate Editorial Team. "Complex Number to Polar Form Calculator." TG we-Calculate. 2026. https://we-calculate.com/calculator/complex-number-to-polar-form-calculator.

IEEE

TG we-Calculate Editorial Team, "Complex Number to Polar Form Calculator," TG we-Calculate, 2026. [Online]. Available: https://we-calculate.com/calculator/complex-number-to-polar-form-calculator

BibTeX

@misc{wecalculate_complex_number_to_polar_form_calculator, title = {Complex Number to Polar Form Calculator}, author = {{TG we-Calculate Editorial Team}}, howpublished = {\url{https://we-calculate.com/calculator/complex-number-to-polar-form-calculator}}, year = {2026}, note = {TG we-Calculate} }

Did this calculator help you?