Find phase angles from rectangular or polar values. See quadrant logic and vector plots clearly. Export clean reports and verify each computed angle confidently.
| Input Form | Value | Magnitude | Principal Phase | Quadrant / Axis |
|---|---|---|---|---|
| Rectangular | 3 + 4i | 5.000000 | 53.130102° | Quadrant I |
| Rectangular | -5 + 5i | 7.071068 | 135.000000° | Quadrant II |
| Rectangular | -2 - 2i | 2.828427 | -135.000000° | Quadrant III |
| Rectangular | 6 - 6i | 8.485281 | -45.000000° | Quadrant IV |
| Polar | 10∠210° | 10.000000 | -150.000000° | Quadrant III |
Rectangular form: For z = a + bi, the phase or argument is:
arg(z) = atan2(b, a)
Magnitude:
|z| = √(a² + b²)
Polar conversion:
a = r cos(θ) and b = r sin(θ)
Principal argument normalization:
The calculator normalizes the raw angle into either (-π, π] or [0, 2π).
Coterminal angles: Any valid phase can be written as θ + 2kπ in radians or θ + 360k in degrees, where k is any integer.
The complex phase is the angle made by the complex number’s vector with the positive real axis. It shows direction in the complex plane and is often written as the argument of the number.
The atan2 function correctly handles all quadrants and axis cases. A plain arctangent can lose sign information and return the wrong phase when the real part is negative or zero.
The principal argument is the normalized phase chosen from one standard interval. This calculator supports (-π, π] and [0, 2π) so you can match your convention.
The zero complex number has no direction from the origin, so no unique angle exists. That is why the calculator stops and shows a validation message for zero magnitude or 0 + 0i.
Yes. The calculator converts a negative magnitude into an equivalent positive magnitude and shifts the angle by π radians or 180 degrees before normalizing the principal phase.
Coterminal angles describe the same direction in the complex plane. They differ by full turns, which means adding or subtracting 2π radians or 360° repeatedly.
The graph plots the complex number as a vector from the origin to the point (a, b). It also draws a small phase arc so the angle can be understood visually.
Use degrees when you want familiar angle values like 45° or 135°. Use radians when working with calculus, signal processing, engineering formulas, or theoretical mathematics.
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.