Skip to main content
NSWMaths Extension 2Syllabus dot point

How does the modulus-argument form of a complex number turn multiplication and division into operations on lengths and angles?

Express complex numbers in modulus-argument form and use it to multiply and divide, interpreting these operations geometrically as scaling and rotation

A focused answer to the HSC Maths Extension 2 dot point on modulus-argument form. Polar form, modulus and principal argument, converting between forms, and the geometry of multiplication and division as scaling and rotation, with verified worked examples.

Generated by Claude Opus 4.76 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. Modulus and argument
  3. Finding the argument correctly
  4. Multiplication: scaling and rotation
  5. Division: subtraction of arguments

What this dot point is asking

NESA wants you to express a complex number by its distance from the origin and the angle it makes with the positive real axis, the modulus-argument (polar) form. You must convert between Cartesian and polar form, identify the principal argument, and use polar form to multiply and divide complex numbers, understanding these as scaling and rotation in the Argand plane.

Modulus and argument

For z=x+iyz = x + iy, the modulus is the distance from the origin,

r=z=x2+y2,r = |z| = \sqrt{x^2 + y^2},

and the argument θ=argz\theta = \arg z is the angle measured anticlockwise from the positive real axis to the ray from the origin to zz. The principal argument is the value in the interval (π,π](-\pi, \pi]. The Cartesian and polar coordinates are linked by

x=rcosθ,y=rsinθ,x = r\cos\theta, \qquad y = r\sin\theta,

so that

z=r(cosθ+isinθ).z = r(\cos\theta + i\sin\theta).

This is often abbreviated z=rcisθz = r\operatorname{cis}\theta, where cisθ=cosθ+isinθ\operatorname{cis}\theta = \cos\theta + i\sin\theta.

Finding the argument correctly

The relation tanθ=yx\tan\theta = \dfrac{y}{x} does not by itself fix θ\theta, because the calculator inverse tangent only returns angles in (π2,π2)(-\tfrac{\pi}{2}, \tfrac{\pi}{2}). You must use the signs of xx and yy to place zz in the correct quadrant. For example, z=1+iz = -1 + i lies in the second quadrant, so its argument is 3π4\dfrac{3\pi}{4}, not π4-\dfrac{\pi}{4}. Always sketch the point in the Argand plane before committing to an argument.

Multiplication: scaling and rotation

If z1=r1cisθ1z_1 = r_1\operatorname{cis}\theta_1 and z2=r2cisθ2z_2 = r_2\operatorname{cis}\theta_2, then using the angle-sum identities,

z1z2=r1r2cis(θ1+θ2).z_1 z_2 = r_1 r_2\operatorname{cis}(\theta_1 + \theta_2).

So multiplying by z2z_2 scales the modulus by r2r_2 and rotates the point anticlockwise by θ2\theta_2. In particular, multiplying by i=cisπ2i = \operatorname{cis}\tfrac{\pi}{2} is a rotation by 9090^\circ with no change in length, and multiplying by a real k>0k > 0 is a pure scaling.

Division: subtraction of arguments

Dividing reverses the process:

z1z2=r1r2cis(θ1θ2),z20.\frac{z_1}{z_2} = \frac{r_1}{r_2}\operatorname{cis}(\theta_1 - \theta_2), \qquad z_2 \neq 0.

The modulus of the quotient is the ratio of moduli, and the argument is the difference of arguments. These rules make repeated multiplication and powers far easier than expanding in Cartesian form, and they lead directly into de Moivre's theorem.

Exam-style practice questions

Practice questions written in the style of NESA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

2024 HSC2 marksWrite the number sqrt(3) + i in modulus-argument form.
Show worked answer →

Find the modulus and the principal argument, then write z = r(cos q + i sin q).

Modulus: r = |sqrt(3) + i| = sqrt((sqrt(3))^2 + 1^2) = sqrt(3 + 1) = 2.

Argument: the point (sqrt(3), 1) is in the first quadrant, so q = arctan(1/sqrt(3)) = pi/6.

Therefore sqrt(3) + i = 2(cos(pi/6) + i sin(pi/6)).

(Equivalently, in exponential form, 2 e^(i pi/6).)

Mark notes: 1 mark for the modulus 2, 1 mark for the argument pi/6 written in correct modulus-argument form.

2021 HSC2 marksThe complex numbers z = 2 e^(i pi/2) and w = 6 e^(i pi/6) are given. Find the value of zw, giving the answer in the form r e^(i q).
Show worked answer →

In modulus-argument (exponential) form, multiplication multiplies the moduli and adds the arguments. This is the geometric statement that multiplying by w scales lengths by |w| and rotates by arg(w).

Moduli: 2 times 6 = 12.

Arguments: pi/2 + pi/6 = 3pi/6 + pi/6 = 4pi/6 = 2pi/3.

Therefore zw = 12 e^(i 2pi/3).

Mark notes: 1 mark for multiplying the moduli to get 12, 1 mark for adding the arguments to get 2pi/3, giving zw = 12 e^(i 2pi/3).