👁 Preview — Study, Practice and Revise are open; mock tests and the rest of the syllabus unlock on subscription. Unlock all · ₹4,999
← Back to Algebra
Study mode

Argument of Complex Numbers

Learning objective
Understand the argument, principal argument, and polar/Euler forms of complex numbers.

Understanding the Argument of Complex Numbers

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) \).

1. Definition of Argument

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 \).

2. Principal Argument

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.

3. Polar Form of a Complex Number

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.

4. Euler's Formula and Euler's Form 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.

5. Conversion Between Cartesian and Polar Forms

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 \).

6. Properties of Argument

  • Argument of product: For two complex numbers \( z_1 \) and \( z_2 \),
  • \( \arg(z_1 z_2) = \arg(z_1) + \arg(z_2) \) (mod \( 2\pi \))

  • Argument of quotient:
  • \( \arg\left(\frac{z_1}{z_2}\right) = \arg(z_1) - \arg(z_2) \) (mod \( 2\pi \))

  • Argument of conjugate:
  • \( \arg(\overline{z}) = -\arg(z) \)

  • Argument of power: For integer \( n \),
  • \( \arg(z^n) = n \arg(z) \) (mod \( 2\pi \))

7. Geometric Interpretation

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:

  • If \( x > 0 \), \( \theta = \tan^{-1}\left(\frac{y}{x}\right) \)
  • If \( x < 0 \) and \( y \geq 0 \), \( \theta = \tan^{-1}\left(\frac{y}{x}\right) + \pi \)
  • If \( x < 0 \) and \( y < 0 \), \( \theta = \tan^{-1}\left(\frac{y}{x}\right) - \pi \)
  • If \( x = 0 \) and \( y > 0 \), \( \theta = \frac{\pi}{2} \)
  • If \( x = 0 \) and \( y < 0 \), \( \theta = -\frac{\pi}{2} \)

This ensures the argument is correctly placed in the right quadrant.

8. Common Mistakes to Avoid

  • Forgetting to adjust the angle based on the quadrant of \( (x, y) \).
  • Confusing argument with principal argument.
  • Ignoring the multi-valued nature of the argument (adding multiples of \( 2\pi \)).
  • Using \( \tan^{-1}(y/x) \) directly without checking signs of \( x \) and \( y \).

9. Board Exam Tips

  • Always write the argument in the principal value range unless otherwise specified.
  • Use diagrams to show the position of the complex number in the Argand plane.
  • Practice converting between Cartesian and polar forms thoroughly.
  • Remember Euler's formula for simplifying powers and roots.

Worked Examples

Example 1: Find the argument of \( z = 1 + i \)

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} \).

Example 2: Find the principal argument of \( z = -1 + \sqrt{3}i \)

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} \).

Example 3: Express \( z = -1 - i \) in polar and Euler form

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)} \).

Example 4: Find \( \arg(z_1 z_2) \) if \( z_1 = 2 e^{i \pi/6} \) and \( z_2 = 3 e^{i \pi/3} \)

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} \).

Example 5: Find all values of \( \arg(z^3) \) if \( \arg(z) = \frac{\pi}{4} \)

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 Bank

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
Curated videos per subtopic
Top YouTube explainers, AI-ranked for your exam and language. Unlocks with subscription.
Unlock

Try Practice next.

Progress tracking is paywalled — subscribe to mark subtopics as understood and save your streak.

Go to practice →
Ask a doubt
Argument of Complex Numbers · 10 free messages
Ask me anything about this subtopic. You have 10 free messages this session — chat history isn't saved in preview.