Argand diagrams, modulus and argument
The Argand diagram turns into the point . Modulus and argument are its polar coordinates: distance from O and directed angle from the positive real axis.
Modulus is length; argument is direction
z = −3 + 2i lies in quadrant II
modulus = distance = √13
argument = π − tan⁻¹(2/3)
Use equal scales on the real and imaginary axes. Pythagoras gives the distance from the origin:
- The principal argument usually lies in .
- The syllabus also permits unless the question specifies an interval.
- Zero has modulus 0, but its argument is undefined.
tan⁻¹(y/x) needs a quadrant check
A calculator value from gives a reference angle. Sketch the point first, then place that angle in the correct quadrant. An atan2 calculation performs this adjustment directly.
Worked example
Find modulus and principal argument
Let .
The point is in quadrant II, so add the quadrant information rather than accepting a negative calculator output.
Common mistake
Move between Cartesian and polar descriptions
The first expression is trigonometric form. The shorter expression is exponential form; here it records the same modulus r and argument θ.
Express in the form , using .
Show worked answer
The point is in quadrant III, represented by a negative principal angle.
(Pure Mathematics 2 & 3 Coursebook, Ch. 11.3)
