Academy
Formulas/maths/M2 Modulus Argument/Properties of Argument

Properties of Argument

Arguments add under multiplication and subtract under division — modulo 2π. Also: arg(z̄) = −arg(z), and arg(zⁿ) = n·arg(z). These hold as general arguments; for principal arguments, add 2kπ corrections as needed to stay in (−π, π].
Derivation

Arguments behave like logarithms under multiplication: they add. This is not a coincidence — in Euler's form, the argument literally sits in the exponent.

Setup

Write z1z_1 and z2z_2 in Euler's form:

z1=r1eiθ1,r1=z1,  θ1=arg(z1)z_1 = r_1 e^{i\theta_1}, \quad r_1 = |z_1|,\; \theta_1 = \arg(z_1) z2=r2eiθ2,r2=z2,  θ2=arg(z2)z_2 = r_2 e^{i\theta_2}, \quad r_2 = |z_2|,\; \theta_2 = \arg(z_2)

Property 1 — Argument of a Product

z1z2=r1eiθ1r2eiθ2=r1r2ei(θ1+θ2)z_1 z_2 = r_1 e^{i\theta_1} \cdot r_2 e^{i\theta_2} = r_1 r_2\, e^{i(\theta_1 + \theta_2)}

The argument of z1z2z_1 z_2 is θ1+θ2\theta_1 + \theta_2:

arg(z1z2)=arg(z1)+arg(z2)(mod2π)\arg(z_1 z_2) = \arg(z_1) + \arg(z_2) \pmod{2\pi}

The modulo 2π2\pi is necessary because argument is defined up to multiples of 2π2\pi. For principal arguments, add 2kπ2k\pi to land in (π,π](-\pi, \pi]. \blacksquare

Property 2 — Argument of a Quotient

z1z2=r1eiθ1r2eiθ2=r1r2ei(θ1θ2)\frac{z_1}{z_2} = \frac{r_1 e^{i\theta_1}}{r_2 e^{i\theta_2}} = \frac{r_1}{r_2}\, e^{i(\theta_1 - \theta_2)} arg ⁣(z1z2)=arg(z1)arg(z2)(mod2π)\arg\!\left(\frac{z_1}{z_2}\right) = \arg(z_1) - \arg(z_2) \pmod{2\pi} \qquad \blacksquare

Property 3 — Argument of Conjugate

zˉ=reiθ\bar{z} = r e^{-i\theta} arg(zˉ)=arg(z)\arg(\bar{z}) = -\arg(z)

Conjugation negates the argument — reflection across the real axis reverses the angle. \blacksquare

Property 4 — Argument of a Power

Applying Property 1 repeatedly, or directly from Euler's form:

zn=rneinθ    arg(zn)=narg(z)(mod2π)z^n = r^n e^{in\theta} \implies \arg(z^n) = n\,\arg(z) \pmod{2\pi}

This is De Moivre's theorem restated in terms of argument. \blacksquare

The Modulo Caveat

These properties hold as general arguments (elements of the set {θ+2kπ:kZ}\{\theta + 2k\pi : k \in \mathbb{Z}\}). For principal arguments Arg(z)(π,π]\operatorname{Arg}(z) \in (-\pi, \pi], corrections are needed.

Example: z1=ei3π/4z_1 = e^{i \cdot 3\pi/4}, z2=ei3π/4z_2 = e^{i \cdot 3\pi/4}. Then arg(z1)+arg(z2)=3π/2\arg(z_1) + \arg(z_2) = 3\pi/2, which lies outside (π,π](-\pi, \pi]. The principal argument of the product is 3π/22π=π/23\pi/2 - 2\pi = -\pi/2.

In JEE problems, always check whether the sum/difference of arguments needs adjustment to re-enter (π,π](-\pi, \pi].