A complex number \( z \) is generally expressed in Cartesian form as
\( z = x + iy \), where \( x, y \in \mathbb{R} \) and \( i = \sqrt{-1} \).
Here, \( x \) is the real part, denoted as \( \operatorname{Re}(z) \), and \( y \) is the imaginary part, denoted as \( \operatorname{Im}(z) \).
The argument of a complex number \( z = x + iy \), denoted by \( \arg(z) \), is the angle \( \theta \) made by the line joining the origin to the point \( (x, y) \) in the complex plane with the positive real axis.
Formally,
\( \arg(z) = \theta = \tan^{-1}\left(\frac{y}{x}\right) \),
where \( \theta \) is measured in radians (or degrees) and lies in the interval \( (-\pi, \pi] \) or \( [0, 2\pi) \) depending on the convention.
Note: The argument is not defined for \( z = 0 \).
The principal argument, denoted by \( \operatorname{Arg}(z) \), is the unique value of the argument \( \theta \) restricted to the interval \( (-\pi, \pi] \). This means
\( -\pi < \operatorname{Arg}(z) \leq \pi \).
For example, if \( \arg(z) = \theta + 2k\pi \) for any integer \( k \), then the principal argument is the value of \( \theta \) in the specified interval.
Every non-zero complex number \( z = x + iy \) can be represented in polar form as
\( z = r(\cos \theta + i \sin \theta) \),
where
\( r = |z| = \sqrt{x^2 + y^2} \) (the modulus of \( z \))
\( \theta = \arg(z) \) (the argument of \( z \))
This form is particularly useful for multiplication, division, and finding powers and roots of complex numbers.
Euler's formula states that for any real number \( \theta \),
\( e^{i\theta} = \cos \theta + i \sin \theta \).
Using this, the polar form can be written as the Euler form:
\( z = r e^{i \theta} \).
This compact exponential form simplifies many operations on complex numbers.
Given \( z = x + iy \), we find polar coordinates as:
\( r = \sqrt{x^2 + y^2} \),
\( \theta = \arg(z) = \tan^{-1}\left(\frac{y}{x}\right) \) (adjusted for quadrant)
Conversely, from polar to Cartesian:
\( x = r \cos \theta \),
\( y = r \sin \theta \).
\( \arg(z_1 z_2) = \arg(z_1) + \arg(z_2) \) (mod \( 2\pi \))
\( \arg\left(\frac{z_1}{z_2}\right) = \arg(z_1) - \arg(z_2) \) (mod \( 2\pi \))
\( \arg(\overline{z}) = -\arg(z) \)
\( \arg(z^n) = n \arg(z) \) (mod \( 2\pi \))
The argument corresponds to the angle between the positive real axis and the line segment from the origin to the point \( (x, y) \) representing \( z \) in the Argand plane.
Quadrant considerations:
This ensures the argument is correctly placed in the right quadrant.
Difficulty: ★☆☆☆☆ (Easy)
Solution:
Given \( z = 1 + i \), so \( x = 1 \), \( y = 1 \).
Calculate \( \theta = \tan^{-1}\left(\frac{y}{x}\right) = \tan^{-1}(1) = \frac{\pi}{4} \).
Since \( x > 0 \) and \( y > 0 \), \( \theta = \frac{\pi}{4} \) lies in the first quadrant.
Therefore, \( \arg(z) = \frac{\pi}{4} \).
Difficulty: ★★☆☆☆ (Moderate)
Solution:
Here, \( x = -1 \), \( y = \sqrt{3} \).
Calculate \( \tan^{-1}\left(\frac{y}{x}\right) = \tan^{-1}\left(\frac{\sqrt{3}}{-1}\right) = \tan^{-1}(-\sqrt{3}) = -\frac{\pi}{3} \).
Since \( x < 0 \) and \( y > 0 \), the point lies in the second quadrant.
Adjust the angle:
\( \theta = -\frac{\pi}{3} + \pi = \frac{2\pi}{3} \).
Thus, the principal argument is \( \operatorname{Arg}(z) = \frac{2\pi}{3} \).
Difficulty: ★★☆☆☆ (Moderate)
Solution:
Given \( x = -1 \), \( y = -1 \).
Modulus:
\( r = \sqrt{(-1)^2 + (-1)^2} = \sqrt{2} \).
Argument:
\( \theta = \tan^{-1}\left(\frac{-1}{-1}\right) = \tan^{-1}(1) = \frac{\pi}{4} \).
Since \( x < 0 \) and \( y < 0 \), point lies in the third quadrant.
Adjust argument:
\( \theta = \frac{\pi}{4} - \pi = -\frac{3\pi}{4} \) or equivalently \( \theta = \frac{5\pi}{4} \) (principal argument is usually taken as \( -\frac{3\pi}{4} \)).
Polar form:
\( z = \sqrt{2} \left(\cos \left(-\frac{3\pi}{4}\right) + i \sin \left(-\frac{3\pi}{4}\right)\right) \).
Euler form:
\( z = \sqrt{2} e^{i \left(-\frac{3\pi}{4}\right)} \).
Difficulty: ★★★☆☆ (Moderate)
Solution:
Using property of arguments:
\( \arg(z_1 z_2) = \arg(z_1) + \arg(z_2) = \frac{\pi}{6} + \frac{\pi}{3} = \frac{\pi}{2} \).
Therefore, \( \arg(z_1 z_2) = \frac{\pi}{2} \).
Difficulty: ★★★★☆ (Challenging)
Solution:
Using the power property:
\( \arg(z^3) = 3 \arg(z) + 2k\pi = 3 \times \frac{\pi}{4} + 2k\pi = \frac{3\pi}{4} + 2k\pi \), where \( k \in \mathbb{Z} \).
Principal values are obtained by choosing \( k = 0, \pm 1, \pm 2, \ldots \)
| Formula | Description |
|---|---|
| \( z = x + iy \) | Cartesian form of complex number |
| \( r = |z| = \sqrt{x^2 + y^2} \) | Modulus of complex number |
| \( \theta = \arg(z) = \tan^{-1}\left(\frac{y}{x}\right) \) | Argument of complex number (adjusted for quadrant) |
| \( z = r(\cos \theta + i \sin \theta) \) | Polar form of complex number |
| \( z = r e^{i \theta} \) | Euler form of complex number |
| \( \arg(z_1 z_2) = \arg(z_1) + \arg(z_2) \) (mod \( 2\pi \)) | Argument of product |
| \( \arg\left(\frac{z_1}{z_2}\right) = \arg(z_1) - \arg(z_2) \) (mod \( 2\pi \)) | Argument of quotient |
| \( \arg(\overline{z}) = -\arg(z) \) | Argument of conjugate |
| \( \arg(z^n) = n \arg(z) \) (mod \( 2\pi \)) | Argument of power |
Progress tracking is paywalled — subscribe to mark subtopics as understood and save your streak.
Go to practice →