Mathwords logoReference LibraryMathwords

Argument of a Complex Number

Argument of a Complex Number
Polar Angle of a Complex Number

The angle describing the direction of a complex number on the complex plane. The argument is measured in radians as an angle in standard position. For a complex number in polar form r(cos θ + isin θ) the argument is θ.

 

Complex plane diagram showing point a+bi with labeled modulus (distance from origin) and argument (polar angle from real axis).

 

See also

Modulus of a complex number, argument of a vector

Key Formula

arg(z)=θ=arctan ⁣(ba)\arg(z) = \theta = \arctan\!\left(\frac{b}{a}\right)
Where:
  • zz = The complex number z = a + bi
  • aa = The real part of z
  • bb = The imaginary part of z
  • θ\theta = The argument (angle from the positive real axis), adjusted to the correct quadrant

Worked Example

Problem: Find the argument of the complex number z = -1 + √3 i.
Step 1: Identify the real part a and the imaginary part b.
a=1,b=3a = -1, \quad b = \sqrt{3}
Step 2: Compute the reference angle using arctan(|b/a|).
arctan ⁣(31)=π3\arctan\!\left(\frac{\sqrt{3}}{1}\right) = \frac{\pi}{3}
Step 3: Determine the quadrant. Since a < 0 and b > 0, the point lies in Quadrant II. In Quadrant II, the argument equals π minus the reference angle.
θ=ππ3=2π3\theta = \pi - \frac{\pi}{3} = \frac{2\pi}{3}
Step 4: Verify by writing z in polar form. The modulus is r = √(1 + 3) = 2.
z=2 ⁣(cos2π3+isin2π3)z = 2\!\left(\cos\frac{2\pi}{3} + i\sin\frac{2\pi}{3}\right)
Answer: The argument of z = -1 + √3 i is 2π/3 radians (120°).

Another Example

Problem: Find the argument of the complex number z = -3 - 3i.
Step 1: Identify the real and imaginary parts.
a=3,b=3a = -3, \quad b = -3
Step 2: Compute the reference angle.
arctan ⁣(33)=arctan(1)=π4\arctan\!\left(\frac{3}{3}\right) = \arctan(1) = \frac{\pi}{4}
Step 3: Both parts are negative, so z lies in Quadrant III. The argument is π plus the reference angle.
θ=π+π4=5π4\theta = \pi + \frac{\pi}{4} = \frac{5\pi}{4}
Step 4: As a principal argument (between −π and π), this is equivalently −3π/4.
Arg(z)=3π4\text{Arg}(z) = -\frac{3\pi}{4}
Answer: The argument of z = -3 − 3i is 5π/4 radians (or equivalently −3π/4 as the principal argument).

Frequently Asked Questions

What is the difference between 'argument' and 'principal argument' of a complex number?
The argument of a complex number is not unique — you can add any multiple of 2π and get another valid argument. The principal argument, often written Arg(z) with a capital A, is the unique value of the argument restricted to the interval (−π, π]. For example, both 5π/4 and −3π/4 are valid arguments of the same complex number, but only −3π/4 is the principal argument.
How do you find the argument when the complex number is on an axis?
If z lies on the positive real axis, the argument is 0. On the negative real axis, it is π. On the positive imaginary axis, the argument is π/2, and on the negative imaginary axis it is −π/2 (or equivalently 3π/2). The arctan formula doesn't directly apply in these cases because division by zero occurs when a = 0, so you determine the angle from the position on the axes.

Argument of a complex number vs. Modulus (absolute value) of a complex number

The argument tells you the direction of a complex number on the complex plane — how far to rotate from the positive real axis. The modulus tells you the distance from the origin. Together, they completely describe the complex number in polar form: z = r(cos θ + i sin θ), where r is the modulus and θ is the argument.

Why It Matters

The argument is essential for multiplying and dividing complex numbers in polar form, because you simply add or subtract arguments. It also plays a central role in De Moivre's theorem for computing powers and roots of complex numbers. Beyond pure algebra, arguments appear in signal processing, electrical engineering, and any field where phase angles matter.

Common Mistakes

Mistake: Using arctan(b/a) without adjusting for the correct quadrant.
Correction: The basic arctan function returns values only between −π/2 and π/2 (Quadrants I and IV). When the complex number lies in Quadrant II or III (a < 0), you must add or subtract π to get the correct angle. Alternatively, use the two-argument function atan2(b, a), which handles all four quadrants automatically.
Mistake: Forgetting that the argument is undefined for z = 0.
Correction: The complex number 0 + 0i sits at the origin and has no direction. Its argument is undefined, just as you cannot define an angle for a zero-length vector.

Related Terms