Find the argument from rectangular coordinates with precision quickly. Compare degree and radian outputs instantly. Plot the complex point and export clean result summaries.
This form uses a 3-column layout on large screens, 2 columns on smaller screens, and 1 column on mobile.
| Complex Number | Real Part | Imaginary Part | Magnitude | Argument | Quadrant / Axis |
|---|---|---|---|---|---|
| 3 + 4i | 3 | 4 | 5.0000 | 53.1301° | Quadrant I |
| -5 + 5i | -5 | 5 | 7.0711 | 135.0000° | Quadrant II |
| -2 - 3i | -2 | -3 | 3.6056 | -123.6901° | Quadrant III |
| 6 - 2i | 6 | -2 | 6.3246 | -18.4349° | Quadrant IV |
For a complex number z = a + bi, the angle is called the argument. The calculator finds the angle using the two-variable arctangent function for correct quadrant handling.
| Complex number | z = a + bi |
|---|---|
| Magnitude | |z| = √(a² + b²) |
| Argument in radians | arg(z) = atan2(b, a) |
| Argument in degrees | arg(z)° = atan2(b, a) × 180 / π |
| Coterminal angles | θ + 360°k or θ + 2πk, where k is any integer |
| Reference angle | The acute angle between the terminal side and the x-axis |
Using atan2 is important because it identifies the correct quadrant, unlike a basic inverse tangent formula.
It represents the direction of the complex number from the origin on the Argand plane. This angle is commonly called the argument of the complex number.
atan2 uses both coordinates together, so it places the angle in the correct quadrant. A simple inverse tangent can give misleading results when signs differ.
The principal range returns angles from -180° to 180°. The full positive range returns values from 0° to 360° for the same terminal side.
Coterminal angles share the same terminal side. You get them by adding or subtracting full rotations, such as 360° in degrees or 2π in radians.
Yes. Negative coordinates are fully supported. The calculator uses the sign of each part to determine the correct quadrant, axis position, and angle output.
The reference angle is the smallest positive angle between the terminal side and the x-axis. It helps simplify trigonometric interpretation across quadrants.
At the origin, both real and imaginary parts are zero. The magnitude is zero, but the direction is undefined because no unique angle exists there.
The graph shows the plotted complex point, the horizontal axis, and the direction ray from the origin. This makes the angle easier to understand visually.
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.