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 (−π, π].
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 z1 and z2 in Euler's form:
z1=r1eiθ1,r1=∣z1∣,θ1=arg(z1)
z2=r2eiθ2,r2=∣z2∣,θ2=arg(z2)
Property 1 — Argument of a Product
z1z2=r1eiθ1⋅r2eiθ2=r1r2ei(θ1+θ2)
The argument of z1z2 is θ1+θ2:
arg(z1z2)=arg(z1)+arg(z2)(mod2π)
The modulo 2π is necessary because argument is defined up to multiples of 2π. For principal arguments, add 2kπ to land in (−π,π]. ■
Property 2 — Argument of a Quotient
z2z1=r2eiθ2r1eiθ1=r2r1ei(θ1−θ2)
arg(z2z1)=arg(z1)−arg(z2)(mod2π)■
Property 3 — Argument of Conjugate
zˉ=re−iθ
arg(zˉ)=−arg(z)
Conjugation negates the argument — reflection across the real axis reverses the angle. ■
Property 4 — Argument of a Power
Applying Property 1 repeatedly, or directly from Euler's form:
zn=rneinθ⟹arg(zn)=narg(z)(mod2π)
This is De Moivre's theorem restated in terms of argument. ■
The Modulo Caveat
These properties hold as general arguments (elements of the set {θ+2kπ:k∈Z}). For principal arguments Arg(z)∈(−π,π], corrections are needed.
Example: z1=ei⋅3π/4, z2=ei⋅3π/4. Then arg(z1)+arg(z2)=3π/2, which lies outside (−π,π]. The principal argument of the product is 3π/2−2π=−π/2.
In JEE problems, always check whether the sum/difference of arguments needs adjustment to re-enter (−π,π].