3.5.4Complex Numbers

Modulus - z - and argument arg(z)

1,871 words9 min readdifficulty · medium3 backlinks

1. The modulus z|z|

WHY this formula? The point z=x+iyz=x+iy sits at horizontal offset xx and vertical offset yy from the origin. By the Pythagoras theorem on the right triangle with legs xx and yy, the hypotenuse (the straight-line distance) is x2+y2\sqrt{x^2+y^2}. That hypotenuse is the length of the arrow. So z|z| is nothing new — it's just Pythagoras wearing a complex hat.


2. The argument arg(z)\arg(z)

WHY two equations, not just tan\tan? Because tanθ=y/x\tan\theta = y/x loses information: θ\theta and θ+π\theta+\pi give the same tangent (points in opposite directions look identical to tan\tan). The signs of xx and yy tell you the quadrant, so you must keep them. That is exactly why blindly writing arg=arctan(y/x)\arg = \arctan(y/x) is dangerous.

Figure — Modulus  - z -  and argument arg(z)

3. Getting Arg\operatorname{Arg} right in each quadrant

Let α=arctan ⁣yx[0,π2]\alpha = \arctan\!\big|\tfrac{y}{x}\big| \in [0,\tfrac\pi2] be the reference angle. Then:

Quadrant sign (x,y)(x,y) Arg(z)\operatorname{Arg}(z)
I (+,+)(+,+) α\alpha
II (,+)(-,+) πα\pi - \alpha
III (,)(-,-) (πα)=απ-(\pi - \alpha) = \alpha-\pi
IV (+,)(+,-) α-\alpha

WHY the shifts? The reference angle α\alpha only measures the acute angle to the nearest part of the real axis. In QII the arrow leans left-and-up, so its true angle from the positive real axis is πα\pi-\alpha, etc. Draw the arrow every time — geometry beats memorising.


4. Worked examples


5. Key properties (each derived)


6. Common mistakes (steel-manned)


Recall Feynman: explain to a 12-year-old

Imagine standing at the middle of a football field. A complex number is a treasure spot. To describe it you can say "3 steps east, 4 steps north" (that's x+iyx+iy). But you could also say "walk 5 steps in a direction turned 53° to the left." The 5 steps is the modulus (how far), and the 53° turn is the argument (which way you face). Same treasure, two descriptions. Multiplying two complex numbers? Just add the turning angles and multiply the distances — that's the magic trick.


7. Active-recall flashcards

#flashcards/maths

Define z|z| for z=x+iyz=x+iy.
z=x2+y2|z|=\sqrt{x^2+y^2}, the distance from origin; always 0\ge 0.
Prove z2=zzˉ|z|^2 = z\bar z.
(x+iy)(xiy)=x2i2y2=x2+y2=z2(x+iy)(x-iy)=x^2-i^2y^2=x^2+y^2=|z|^2.
Why can't you use arctan(y/x)\arctan(y/x) alone for argz\arg z?
It only returns (π2,π2)(-\tfrac\pi2,\tfrac\pi2); you must use the signs of x,yx,y to fix the quadrant (add/subtract π\pi).
Range of the principal argument Arg(z)\operatorname{Arg}(z)?
(π, π](-\pi,\ \pi].
Arg(1+i3)=?\operatorname{Arg}(-1+i\sqrt3)=?
2π3\tfrac{2\pi}{3} (QII, ref angle π3\tfrac\pi3).
State the polar form of zz.
z=r(cosθ+isinθ)z=r(\cos\theta+i\sin\theta) with r=z, θ=argzr=|z|,\ \theta=\arg z.
z1z2=?|z_1z_2|=? and arg(z1z2)=?\arg(z_1z_2)=?
z1z2|z_1||z_2|; and argz1+argz2 (mod2π)\arg z_1+\arg z_2 \ (\bmod 2\pi).
Why is arg(0)\arg(0) undefined?
A zero-length arrow has no direction.
Arg(5)=?\operatorname{Arg}(-5)=?
π\pi (not π-\pi; range is (π,π](-\pi,\pi]).
Geometric meaning of multiplying by zz of modulus rr, arg θ\theta?
Scale by rr and rotate by θ\theta.

8. Forecast-then-Verify (do before checking)

Predict, then compute for z=3+4iz=-3+4i:

  1. z=?|z|=? 2. Quadrant? 3. Arg(z)=?\operatorname{Arg}(z)=?
    Answers: z=9+16=5|z|=\sqrt{9+16}=5; QII; Arg=πarctan43π0.927=2.214\operatorname{Arg}=\pi-\arctan\frac{4}{3}\approx\pi-0.927=2.214 rad.

Connections

Concept Map

as point

distance from origin

direction angle

Pythagoras

via conjugate

principal value

needs quadrant

reference angle

combine

combine

enables

z = x + iy

Point in 2D plane

Modulus r = |z|

Argument theta = arg z

|z| = sqrt of x^2 + y^2

|z|^2 = z times z-bar

Arg z in interval negative pi to pi

Signs of x and y fix quadrant

alpha = arctan of |y over x|

Polar form r cos theta + i sin theta

Multiplication, powers, roots

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho, ek complex number z=x+iyz = x + iy ko simple samjho ek teer (arrow) ki tarah jo origin se kisi point tak jaata hai Argand plane par. Is teer ke bare mein do cheezein important hain: kitna lamba hai, aur kis direction mein point kar raha hai. Lambai ko bolte hain modulus z=x2+y2|z| = \sqrt{x^2+y^2} — ye bas Pythagoras theorem hai, hypotenuse nikaalna. Aur direction ko bolte hain argument arg(z)\arg(z) — ye woh angle hai jo teer positive real axis se banata hai, anticlockwise measure karke.

Sabse bada trap ye hai ki students seedha arctan(y/x)\arctan(y/x) maar dete hain calculator par. Galat! Calculator ka arctan\arctan sirf QI aur QIV ke answers deta hai. Isliye pehle quadrant dekhoxx aur yy ke signs se. Agar QII mein ho to πα\pi - \alpha, QIII mein απ\alpha - \pi, QIV mein α-\alpha, jahan α\alpha reference (acute) angle hai. Hamesha ek chhota sa arrow bana lo, geometry se kabhi galti nahi hogi.

Ye topic itna zaroori kyun hai? Kyunki jab do complex numbers ko multiply karte ho, to moduli multiply hoti hain aur arguments add hote hain — matlab multiplication ka matlab hai "scale karo aur ghumao (rotate karo)". Yehi cheez aage De Moivre theorem, roots, aur Euler formula eiθe^{i\theta} ka base hai. Ek baar z|z| aur arg(z)\arg(z) ka intuition pakka ho gaya, to poora Complex Numbers chapter aasaan lagega. Yaad rakho: Modulus = length (kabhi negative nahi), Argument = turn (negative ho sakta hai), range (π,π](-\pi,\pi].

Go deeper — visual, from zero

Test yourself — Complex Numbers

Connections