Modulus and Argument
Every complex number lives in a two-dimensional plane — so it has both a length and a direction. The modulus $|z| = \sqrt{a^2 + b^2}$ measures distance from the origin; the argument $\arg(z)$ measures the angle from the positive real axis. Together they unlock polar form, multiplication by rotation, and de Moivre's theorem. The catch: $\arctan(b/a)$ alone gives the wrong answer in half the plane — you must reason about quadrants.
For $z = 1 + \sqrt{3}\,i$, predict (without a calculator) the values of $|z|$ and $\arg(z)$. Sketch it on the Argand plane first — which quadrant? What angle does it make with the positive real axis?
Every problem in this lesson rewards two habits: apply Pythagoras to get the modulus, then place $z$ in its quadrant before using arctan to find the argument. The arctan function alone returns angles in $(-\pi/2, \pi/2)$ — half the plane. Quadrant reasoning rescues the rest.
The sketch–modulus–quadrant reading: (1) plot $z$ on the Argand plane and identify its quadrant, (2) compute $|z| = \sqrt{a^2 + b^2}$, (3) compute the reference angle $\alpha = \arctan(|b|/|a|)$ then adjust by quadrant to land in $(-\pi, \pi]$.
$|z| = \sqrt{a^2 + b^2}$ · $\arg(z) \in (-\pi, \pi]$ (principal value) · quadrant determines the sign + offset
Key facts
- $|z| = \sqrt{a^2 + b^2}$ for $z = a + bi$
- $|z|^2 = z\bar{z}$
- $\arg(z)$ is defined modulo $2\pi$; principal value lies in $(-\pi, \pi]$
- $\tan(\arg z) = b/a$ — but the result depends on the quadrant
Concepts
- Why $|z|$ is geometrically the distance from $z$ to the origin
- Why argument is multivalued and why we choose a principal value
- Why $\arctan(b/a)$ alone fails in quadrants 2 and 3
Skills
- Compute $|z|$ for any complex $z$
- Find the principal argument using sketches and quadrant adjustment
- Express any non-zero $z$ in mod-arg form $|z|(\cos\theta + i\sin\theta)$
For $z = a + bi$ with $a, b \in \mathbb{R}$, the modulus is
Geometrically, $|z|$ is the distance from the point $(a, b)$ to the origin on the Argand plane — a direct application of Pythagoras. Three consequences:
- $|z| \geq 0$ with equality iff $z = 0$.
- $|z|^2 = a^2 + b^2 = z\bar{z}$ (linking modulus back to the conjugate identity from Lesson 03).
- $|z\,w| = |z|\,|w|$ — the modulus of a product is the product of the moduli (proof in later lessons).
Distance interpretation. For two complex numbers $z_1, z_2$, the quantity $|z_1 - z_2|$ is the Euclidean distance between them on the Argand plane. This is why $|z - z_0| = r$ describes a circle of radius $r$ centred at $z_0$.
$|z| = \sqrt{a^2 + b^2}$ (Pythagoras on the Argand plane) · $|z|^2 = z\bar{z}$ (from Lesson 03) · $|z| \geq 0$; zero iff $z = 0$ · $|z_1 - z_2|$ = distance between $z_1$ and $z_2$
Pause — copy $|z| = \sqrt{a^2+b^2}$, the identity $|z|^2 = z\bar{z}$, the non-negativity of modulus, and $|z_1-z_2|$ as a distance into your book.
Quick check: Which of the following has the largest modulus?
We just saw that $|z| = \sqrt{a^2+b^2}$ gives the distance from the origin, with $|z|^2 = z\bar{z}$ and $|z_1-z_2|$ being the distance between two points. That raises a question: how do we find the direction (argument) of $z$, and how does the quadrant affect the answer? This card answers it → use the reference angle $\alpha = \arctan(|b/a|)$, then adjust sign and magnitude by quadrant to get $\theta \in (-\pi, \pi]$.
The argument $\arg(z)$ is the angle $\theta$, measured anticlockwise from the positive real axis, to the line segment from $0$ to $z$. Because rotating by $2\pi$ returns to the same point, $\arg z$ is defined only modulo $2\pi$. The principal argument is the unique value in $(-\pi, \pi]$.
Why $\arctan(b/a)$ alone is not enough. The calculator's $\arctan$ function returns values in $(-\pi/2, \pi/2)$ — only half the plane. For $z = -1 + i$ in quadrant 2, $b/a = -1$ so $\arctan(-1) = -\pi/4$ — but the true angle to $(-1, 1)$ is in the upper-left, i.e., $3\pi/4$. The fix: identify the quadrant first, then build the argument from a reference angle.
Boundary cases. Positive real: $\arg = 0$. Negative real: $\arg = \pi$. Positive imaginary: $\arg = \pi/2$. Negative imaginary: $\arg = -\pi/2$. The number $z = 0$ has no argument.
Principal argument $\theta \in (-\pi, \pi]$ · Reference angle $\alpha = \arctan(|b|/|a|) \in [0, \pi/2]$ · Q1: $\theta = \alpha$; Q2: $\theta = \pi - \alpha$; Q3: $\theta = -(\pi - \alpha)$; Q4: $\theta = -\alpha$ · Always sketch $z$ on the Argand plane before computing $\arg z$
Pause — copy the principal argument range $\theta \in (-\pi,\pi]$, the reference-angle formula $\alpha = \arctan(|b/a|)$, and the four-quadrant adjustment rules (Q1: $\theta=\alpha$; Q2: $\theta=\pi-\alpha$; Q3: $\theta=-(\pi-\alpha)$; Q4: $\theta=-\alpha$) into your book.
Did you get this? True or false: the principal argument of $z = -1 + i$ is $-\pi/4$.
Worked examples · 3 in a row, reveal as you go
Find the modulus and principal argument of $z = 1 + \sqrt{3}\,i$.
Find the principal argument of $z = -1 + i$.
Find $|z|$ and $\arg(z)$ for $z = -\sqrt{3} - i$, and write $z$ in mod-arg form.
Fill the gap: The principal argument of $z = a + bi$ lies in the interval $($ $,$ $]$, and the modulus equals $\sqrt{a^2 + b^2}$.
Misconceptions to fix · the 3 traps that cost marks
Did you get this? True or false: for any non-zero complex $z$, the principal argument $\arg(z)$ can equal $-\pi$.
Activities · practice with the ideas
Find $|z|$ for each: (a) $3 + 4i$, (b) $-5 + 12i$, (c) $-7$, (d) $\sqrt{2} - \sqrt{2}\,i$.
Find the principal argument of: (a) $1 + i$, (b) $-1 - i$, (c) $-2i$.
For $z = -\sqrt{3} + i$, find $|z|$ and $\arg(z)$, then write $z$ in mod-arg form.
Identify all $z$ satisfying $|z| = 3$. Describe the set geometrically.
Convert from mod-arg form to Cartesian form: $z = 4(\cos\tfrac{2\pi}{3} + i\sin\tfrac{2\pi}{3})$.
Odd one out: Three of these complex numbers have the same modulus. Which one does NOT?
At the start you tried $\arg(-1 + i)$ and (likely) the calculator returned $-\pi/4$ — which was the wrong half of the plane.
The point $(-1, 1)$ sits in quadrant 2. The correct procedure: compute the reference angle $\alpha = \arctan(|1|/|-1|) = \pi/4$, then apply the Q2 rule $\arg(z) = \pi - \alpha = 3\pi/4$. The principal argument is $3\pi/4$, not $-\pi/4$. Sketching $z$ on the Argand plane before computing is the single habit that eliminates quadrant errors. Practise it on every problem until it's automatic — and once $|z|$ and $\arg z$ are second nature, polar form, multiplication-as-rotation and de Moivre's theorem become straightforward extensions.
Pick your answer, then rate your confidence — that tells the system what to drill next. Each retry pulls a fresh mix from the bank.
Q1. Find $|z|$ and the principal argument of $z = -2 + 2i$. (2 marks)
Q2. Write $z = -\sqrt{3} - i$ in modulus-argument form. Justify the choice of quadrant. (3 marks)
Q3. On the Argand plane, sketch the set of complex numbers satisfying $|z - 2| = 3$. Describe the set in words and find any two specific points belonging to it. (3 marks)
Comprehensive answers (click to reveal)
Activity answers:
1. (a) $|3 + 4i| = \sqrt{9 + 16} = 5$. (b) $|-5 + 12i| = \sqrt{25 + 144} = 13$. (c) $|-7| = 7$. (d) $|\sqrt{2} - \sqrt{2}i| = \sqrt{2 + 2} = 2$.
2. (a) $1 + i$ in Q1: $\arg = \pi/4$. (b) $-1 - i$ in Q3: reference $\alpha = \pi/4$, so $\arg = -(\pi - \pi/4) = -3\pi/4$. (c) $-2i$ on negative imaginary axis: $\arg = -\pi/2$.
3. $|z| = \sqrt{3 + 1} = 2$. Q2: $\alpha = \arctan(1/\sqrt{3}) = \pi/6$, so $\arg z = \pi - \pi/6 = 5\pi/6$. Mod-arg form: $z = 2\!\left(\cos\tfrac{5\pi}{6} + i\sin\tfrac{5\pi}{6}\right)$.
4. The set $\{z : |z| = 3\}$ is the circle of radius 3 centred at the origin in the Argand plane.
5. $\cos(2\pi/3) = -1/2$, $\sin(2\pi/3) = \sqrt{3}/2$. So $z = 4(-1/2 + i\sqrt{3}/2) = -2 + 2\sqrt{3}\,i$.
Q1 (2 marks): $|z| = \sqrt{(-2)^2 + 2^2} = 2\sqrt{2}$ [1]. Q2: reference $\alpha = \arctan(2/2) = \pi/4$, so $\arg(z) = \pi - \pi/4 = 3\pi/4$ [1].
Q2 (3 marks): $a = -\sqrt{3} < 0$ and $b = -1 < 0$, so $z$ is in quadrant 3 [1]. $|z| = \sqrt{3 + 1} = 2$ and reference angle $\alpha = \arctan(1/\sqrt{3}) = \pi/6$ [1]. Q3 rule: $\arg(z) = -(\pi - \alpha) = -5\pi/6$, so $z = 2\!\left(\cos(-5\pi/6) + i\sin(-5\pi/6)\right)$ [1].
Q3 (3 marks): $|z - 2|$ is the distance from $z$ to the complex number $2$ (i.e., the point $(2, 0)$) [1]. So $|z - 2| = 3$ describes the circle of radius 3 centred at $(2, 0)$ [1]. Sample points: $z = 5$, $z = -1$, $z = 2 + 3i$, $z = 2 - 3i$ (any two valid) [1].
Five timed questions on modulus, principal argument and mod-arg form. Beat the boss to bank a tier — gold (90% + speed), silver (75%), or bronze (50%). Replays welcome.
⚔ Enter the arenaClimb platforms by answering quick modulus / argument questions. Lighter alternative to the boss.
Mark lesson as complete
Tick when you've finished the practice and review.