Calculator Inputs
Example Data Table
These examples use the principal argument in degrees.
| Complex Number | Location | Argument |
|---|---|---|
| 3 + 4i | Quadrant I | 53.1301° |
| -5 + 2i | Quadrant II | 158.1986° |
| -4 - 7i | Quadrant III | -119.7449° |
| 6 - 8i | Quadrant IV | -53.1301° |
| 0 + 9i | Positive imaginary axis | 90° |
Formula Used
For a complex number z = a + bi, the argument is the angle made by the vector
(a, b) with the positive real axis.
The calculator uses:
θ = atan2(b, a)
The atan2 method is preferred because it checks signs of both parts.
That allows the calculator to place the angle in the correct quadrant.
The modulus is:
|z| = √(a² + b²)
Coterminal arguments are:
θ + 2πk, where k is any integer.
How to Use This Calculator
- Enter the real part of the complex number in the first field.
- Enter the imaginary part in the second field.
- Select the angle unit you want for the final result.
- Choose principal or positive argument range.
- Set the number of decimal places.
- Press the calculate button.
- Review the result, quadrant, modulus, and coterminal angles.
- Use the CSV or PDF button to export your report.
Understanding the Argument of a Complex Number
What the Argument Means
The argument of a complex number is its direction angle. A complex number can be viewed as a point on a plane. The real part gives the horizontal position. The imaginary part gives the vertical position. The argument tells how far that point has rotated from the positive real axis. This idea is important in algebra, signals, circuits, vectors, and polar form.
Why Quadrants Matter
A simple inverse tangent can give a misleading angle. It may miss the correct quadrant. That happens because ratios can repeat across opposite directions. This calculator uses a safer two-input angle method. It reads both the real part and imaginary part. Then it places the angle in the right quadrant or on the correct axis.
Principal and Positive Arguments
The same complex number has many valid arguments. Adding a full rotation gives another matching direction. The principal argument usually stays between negative pi and pi. The positive argument stays from zero to one full rotation. Both are useful. Principal values are common in textbooks. Positive values are often easier for navigation, graphs, and circular measurement.
Using Units Clearly
Degrees are familiar and easy to read. Radians are standard in advanced mathematics. Gradians are useful in some surveying contexts. Turns express the result as a fraction of one full rotation. The calculator converts the same underlying angle into the selected unit. This avoids repeated manual conversion.
Practical Use
Use this tool when converting rectangular form to polar form. It also helps verify homework, engineering steps, and numerical models. The modulus shows distance from the origin. The argument shows direction. Together they describe the complex number completely in polar form. Export options make the result easier to save, compare, and share.
FAQs
1. What is the argument of a complex number?
The argument is the angle between the positive real axis and the line from the origin to the complex point.
2. What does z = a + bi mean?
It means a is the real part and b is the imaginary coefficient. The point is plotted as coordinates a and b.
3. Why is atan2 used?
atan2 uses both real and imaginary signs. This helps identify the correct quadrant and avoids many inverse tangent errors.
4. Is the argument unique?
No. You can add or subtract full rotations and still get the same direction. Principal values choose one standard angle.
5. What is the principal argument?
The principal argument is a selected standard angle, usually kept in the range from negative pi to positive pi.
6. What happens when the complex number is zero?
The argument is undefined for zero because the point has no direction from the origin.
7. Can I use radians instead of degrees?
Yes. Select radians from the angle unit menu. You can also choose gradians or turns.
8. How is this useful in polar form?
Polar form needs modulus and argument. The modulus gives distance, while the argument gives direction.