Concept

Argument of a Complex Number

The argument of a complex number z=a+bi, denoted by arg(z), is the angle θ between the positive real axis and the line connecting origin to the point (a,b) in the complex plane.
Point (a,b) that represents a complex number z = a + bi is plotted in the complex plane. A vector is drawn from the origin to point (a,b) such that its angle with positive axis is the argument of z.
The measure of angle θ is the arctangent of the ratio of the y-coordinate to the x-coordinate of the point. θ = arctan (b/a) This measure is typically expressed using radians. For example, consider a complex number 2+2i. Its argument can be found by calculating arctan ( 22). arctan (2/2) =arctan (1) = π/2 The argument of 2+2i is π2.

Why

Deriving the Formula

The formula for the argument of a complex number z comes from the polar representation on a complex plane. In this representation, a complex number z is located using its modulus r and argument θ.

Point (a,b) that represents a complex number z = a + bi is plotted in the complex plane. A vector is drawn from the origin to point (a,b) such that its angle with positive axis is the argument of z.

Using trigonometry, the tangent of the angle θ is given by the ratio b a. tan (θ) = b/a By applying the arctangent function to both sides you can find the expression for argument θ. tan (θ) = b/a ⇔ θ = arctan (b/a)

Exercises