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 stage-by-stage Argand diagrams and verified worked examples.
✦ Generated by Claude Opus 4.8·13 min answer·
Reviewed by: AI editorial process; not yet individually human-reviewed
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. This is the engine room of the whole module: once multiplication is "multiply the lengths, add the angles", de Moivre's theorem, roots of unity and rotation loci all become almost mechanical.
Modulus and argument
For z=x+iy, the modulus is the distance from the origin,
r=∣z∣=x2+y2,
and the argument θ=argz is the angle measured anticlockwise from the positive real axis to the ray from the origin to z. The principal argument is the value in the interval (−π,π]. The Cartesian and polar coordinates are linked by
x=rcosθ,y=rsinθ,
so that
z=r(cosθ+isinθ).
This is often abbreviated z=rcisθ, where cisθ=cosθ+isinθ. The figure shows the geometry behind these formulas: the modulus r is the hypotenuse of a right triangle, and x=rcosθ and y=rsinθ are its legs.
Converting from Cartesian to polar form
To put z=x+iy into polar form, compute r=x2+y2, then find θ in the correct quadrant. A dependable routine is: find the reference angleα=tan−1xy (always a first-quadrant angle), then adjust for the quadrant of z:
first quadrant (x>0,y>0): θ=α;
second quadrant (x<0,y>0): θ=π−α;
third quadrant (x<0,y<0): θ=−(π−α)=α−π;
fourth quadrant (x>0,y<0): θ=−α.
Purely real or imaginary numbers are special cases you should know by sight: arg(positive real)=0, arg(negative real)=π, arg(positive imaginary)=2π, and arg(negative imaginary)=−2π.
Finding the argument correctly
The relation tanθ=xy does not by itself fix θ, because the calculator inverse tangent only returns angles in (−2π,2π). You must use the signs of x and y to place z in the correct quadrant. For example, z=−1+i lies in the second quadrant, so its argument is 43π, not −4π. Always sketch the point in the Argand plane before committing to an argument.
Multiplication: scaling and rotation
If z1=r1cisθ1 and z2=r2cisθ2, then expanding the product and using the angle-sum identities cos(θ1+θ2)=cosθ1cosθ2−sinθ1sinθ2 and sin(θ1+θ2)=sinθ1cosθ2+cosθ1sinθ2,
z1z2=r1r2cis(θ1+θ2).
So multiplying by z2 scales the modulus by r2 and rotates the point anticlockwise by θ2. In particular, multiplying by i=cis2π is a rotation by 90∘ with no change in length, and multiplying by a real k>0 is a pure scaling.
The figure below builds the product z1z2 for z1=2cis30∘ and z2=1.5cis45∘, showing the lengths multiplying and the angles adding.
Stage 1, two numbers as vectors. Plot z1=2cis30∘ (length 2, angle 30∘) and z2=1.5cis45∘ (length 1.5, angle 45∘). Each is a vector from the origin with a known modulus and argument.
Stage 2, multiply the lengths and add the angles. The product has modulus 2×1.5=3 and argument 30∘+45∘=75∘, so z1z2=3cis75∘. The result is a longer vector swung round to a steeper angle, never found by adding the two arrows.
Division: subtraction of arguments
Dividing reverses the process:
z2z1=r2r1cis(θ1−θ2),z2=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. A useful special case is the reciprocal: z1=r1cis(−θ), so taking a reciprocal inverts the length and reflects the angle.
The exponential (Euler) form
Euler's formula eiθ=cosθ+isinθ lets the polar form be written compactly as z=reiθ. In this form the multiplication and division rules become the ordinary index laws: r1eiθ1⋅r2eiθ2=r1r2ei(θ1+θ2) and r2eiθ2r1eiθ1=r2r1ei(θ1−θ2). Because the exponential form obeys the index laws automatically, it is the most efficient notation for powers and roots, and it is the natural bridge to de Moivre's theorem (reiθ)n=rneinθ.
Why the geometry matters
Reading multiplication as scaling-and-rotation is not just elegant; it is the fastest way to answer many Extension 2 questions. Multiplying a point by cisα rotates it about the origin by α without changing its distance, so a problem asking you to rotate a complex number by 90∘ is solved instantly by multiplying by i. Recognising that conjugation reflects z in the real axis (negating the argument) and that zzˉ=∣z∣2 rounds out the geometric toolkit you carry into curves, regions and locus problems.
How exam questions ask about modulus-argument form
"Write ... in modulus-argument form" or "express in polar/exponential form": find r and the principal argument θ, then write rcisθ or reiθ.
"Find zw" or "z/w" with numbers given in polar form: multiply or divide the moduli and add or subtract the arguments; reduce to the principal range only if asked.
"Find the modulus and argument of zw" from Cartesian inputs: use ∣zw∣=∣z∣∣w∣ and arg(zw)=argz+argw instead of expanding the product.
"Show that multiplying by ... rotates ...": identify the multiplier as cisα and state the rotation angle α.
"Hence find zn": this is de Moivre in disguise; raise the modulus to the power and multiply the argument by n.
"Convert back to x+iy": evaluate rcosθ and rsinθ once the argument is reduced into a single revolution.
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.
HSC 20242 marksWrite the number 3+i in modulus-argument form.
Show worked answer →
Find the modulus and the principal argument, then write z=r(cosθ+isinθ).
Modulus: r=∣3+i∣=(3)2+12=3+1=2.
Argument: the point (3,1) is in the first quadrant, so θ=arctan31=6π.
Therefore 3+i=2(cos6π+isin6π).
(Equivalently, in exponential form, 2eiπ/6.)
Mark notes: 1 mark for the modulus 2, 1 mark for the argument 6π written in correct modulus-argument form.
HSC 20212 marksThe complex numbers z=2eiπ/2 and w=6eiπ/6 are given. Find the value of zw, giving the answer in the form reiθ.
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×6=12.
Arguments: 2π+6π=63π+6π=64π=32π.
Therefore zw=12ei2π/3.
Mark notes: 1 mark for multiplying the moduli to get 12, 1 mark for adding the arguments to get 32π, giving zw=12ei2π/3.
HSC 20232 marksLet z=4(cos32π+isin32π) and w=2(cos4π+isin4π). Find wz in modulus-argument form.
Show worked answer →
Division divides the moduli and subtracts the arguments.
Modulus: 24=2.
Argument: 32π−4π=128π−123π=125π.
Therefore wz=2(cos125π+isin125π).
The argument 125π is already in the principal range (−π,π], so no adjustment is needed.
Mark notes: 1 mark for dividing the moduli to get 2, 1 mark for subtracting the arguments to get 125π.