Complex Number to Polar Form Calculator
Convert complex numbers to polar form instantly. Calculate modulus, argument, trigonometric and Euler representations with step-by-step results.
About
Converting a complex number z = a + bi from rectangular to polar form requires computing two quantities: the modulus r and the argument θ. Errors in quadrant selection are the most common source of incorrect results. The two-argument arctangent function atan2(b, a) resolves this by mapping all four quadrants and the axes correctly, unlike the single-argument arctan which cannot distinguish between quadrants II and IV. This calculator uses IEEE 754-compliant atan2 and returns the principal argument in the range (−π, π].
At the origin (a = 0, b = 0), the modulus is 0 and the argument is undefined. This tool flags that condition explicitly rather than returning a misleading value. Results are provided in three equivalent representations: polar coordinates (r, θ), trigonometric form r(cos θ + i sin θ), and Euler form reiθ.
Formulas
A complex number in rectangular form is written as:
The modulus (magnitude) is computed as:
The argument (phase angle) uses the two-argument arctangent to resolve quadrant ambiguity:
Conversion between radians and degrees:
The three equivalent polar representations are:
Where a = real part, b = imaginary part, r = modulus (always ≥ 0), θ = argument (principal value in (−π, π]), i = imaginary unit where i2 = −1, and e = Euler's number ≈ 2.71828.
Reference Data
| Complex Number | Modulus r | Argument (deg) | Argument (rad) | Quadrant |
|---|---|---|---|---|
| 1 + i | √2 ≈ 1.4142 | 45° | π/4 | I |
| −1 + i | √2 ≈ 1.4142 | 135° | 3π/4 | II |
| −1 − i | √2 ≈ 1.4142 | −135° | −3π/4 | III |
| 1 − i | √2 ≈ 1.4142 | −45° | −π/4 | IV |
| 3 + 4i | 5 | 53.13° | 0.9273 | I |
| −3 + 4i | 5 | 126.87° | 2.2143 | II |
| −3 − 4i | 5 | −126.87° | −2.2143 | III |
| 3 − 4i | 5 | −53.13° | −0.9273 | IV |
| 5 | 5 | 0° | 0 | Positive real axis |
| −5 | 5 | 180° | π | Negative real axis |
| 5i | 5 | 90° | π/2 | Positive imaginary axis |
| −5i | 5 | −90° | −π/2 | Negative imaginary axis |
| 0 | 0 | Undefined | Undefined | Origin |
| 1 + √3i | 2 | 60° | π/3 | I |
| √3 + i | 2 | 30° | π/6 | I |
| −1 | 1 | 180° | π | Negative real axis |
| 0.6 + 0.8i | 1 | 53.13° | 0.9273 | I |
| 7 + 24i | 25 | 73.74° | 1.2870 | I |
| −12 + 5i | 13 | 157.38° | 2.7468 | II |
| 8 − 15i | 17 | −61.93° | −1.0808 | IV |