Skip to main content
ExamExplained
NSW · Maths Extension 2
Maths Extension 2 study scene
§-Syllabus dot point
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 stage-by-stage Argand diagrams and verified worked examples.

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. Converting from Cartesian to polar form
  4. Finding the argument correctly
  5. Multiplication: scaling and rotation
  6. Division: subtraction of arguments
  7. The exponential (Euler) form
  8. Why the geometry matters
  9. How exam questions ask about modulus-argument form

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. 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+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. The figure shows the geometry behind these formulas: the modulus rr is the hypotenuse of a right triangle, and x=rcosθx = r\cos\theta and y=rsinθy = r\sin\theta are its legs.

Modulus and argument of a complex number The complex number z = 1 + root 3 i has modulus r = 2 (the length of the vector to z) and argument theta = pi over 3, with x = r cos theta = 1 and y = r sin theta = root 3 forming the legs of a right triangle. Re Im 1 2 1i θ r = 2 x = r cosθ y = r sinθ z = 1 + √3 i O

Converting from Cartesian to polar form

To put z=x+iyz = x + iy into polar form, compute r=x2+y2r = \sqrt{x^2 + y^2}, then find θ\theta in the correct quadrant. A dependable routine is: find the reference angle α=tan1yx\alpha = \tan^{-1}\left|\dfrac{y}{x}\right| (always a first-quadrant angle), then adjust for the quadrant of zz:

  • first quadrant (x>0,y>0x > 0, y > 0): θ=α\theta = \alpha;
  • second quadrant (x<0,y>0x < 0, y > 0): θ=πα\theta = \pi - \alpha;
  • third quadrant (x<0,y<0x < 0, y < 0): θ=(πα)=απ\theta = -(\pi - \alpha) = \alpha - \pi;
  • fourth quadrant (x>0,y<0x > 0, y < 0): θ=α\theta = -\alpha.

Purely real or imaginary numbers are special cases you should know by sight: arg(positive real)=0\arg(\text{positive real}) = 0, arg(negative real)=π\arg(\text{negative real}) = \pi, arg(positive imaginary)=π2\arg(\text{positive imaginary}) = \tfrac{\pi}{2}, and arg(negative imaginary)=π2\arg(\text{negative imaginary}) = -\tfrac{\pi}{2}.

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 expanding the product and using the angle-sum identities cos(θ1+θ2)=cosθ1cosθ2sinθ1sinθ2\cos(\theta_1 + \theta_2) = \cos\theta_1\cos\theta_2 - \sin\theta_1\sin\theta_2 and sin(θ1+θ2)=sinθ1cosθ2+cosθ1sinθ2\sin(\theta_1 + \theta_2) = \sin\theta_1\cos\theta_2 + \cos\theta_1\sin\theta_2,

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.

The figure below builds the product z1z2z_1 z_2 for z1=2cis30z_1 = 2\operatorname{cis}30^\circ and z2=1.5cis45z_2 = 1.5\operatorname{cis}45^\circ, showing the lengths multiplying and the angles adding.

Stage 1, two numbers as vectors. Plot z1=2cis30z_1 = 2\operatorname{cis}30^\circ (length 22, angle 3030^\circ) and z2=1.5cis45z_2 = 1.5\operatorname{cis}45^\circ (length 1.51.5, angle 4545^\circ). Each is a vector from the origin with a known modulus and argument.

Multiplying in modulus-argument form, stage 1 Two complex numbers z1 = 2 cis(30 degrees) and z2 = 1.5 cis(45 degrees) multiply to give a number of modulus 3 and argument 75 degrees: moduli multiply and arguments add. Re Im 1 2 3 1i 2i 3i z₁ 30° z₂ O z₁ = 2 cis 30°, z₂ = 1.5 cis 45° (lengths 2 and 1.5).

Stage 2, multiply the lengths and add the angles. The product has modulus 2×1.5=32 \times 1.5 = 3 and argument 30+45=7530^\circ + 45^\circ = 75^\circ, so z1z2=3cis75z_1 z_2 = 3\operatorname{cis}75^\circ. The result is a longer vector swung round to a steeper angle, never found by adding the two arrows.

Multiplying in modulus-argument form, stage 2 Two complex numbers z1 = 2 cis(30 degrees) and z2 = 1.5 cis(45 degrees) multiply to give a number of modulus 3 and argument 75 degrees: moduli multiply and arguments add. Re Im 1 2 3 1i 2i 3i z₁ 30° z₂ z₁z₂ = 3 cis 75° O Product: multiply moduli (2×1.5=3), add arguments (30+45=75).

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. A useful special case is the reciprocal: 1z=1rcis(θ)\dfrac{1}{z} = \dfrac{1}{r}\operatorname{cis}(-\theta), so taking a reciprocal inverts the length and reflects the angle.

The exponential (Euler) form

Euler's formula eiθ=cosθ+isinθe^{i\theta} = \cos\theta + i\sin\theta lets the polar form be written compactly as z=reiθz = r e^{i\theta}. In this form the multiplication and division rules become the ordinary index laws: r1eiθ1r2eiθ2=r1r2ei(θ1+θ2)r_1 e^{i\theta_1} \cdot r_2 e^{i\theta_2} = r_1 r_2 e^{i(\theta_1 + \theta_2)} and r1eiθ1r2eiθ2=r1r2ei(θ1θ2)\frac{r_1 e^{i\theta_1}}{r_2 e^{i\theta_2}} = \frac{r_1}{r_2} e^{i(\theta_1 - \theta_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θ(r e^{i\theta})^n = r^n e^{in\theta}.

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α\operatorname{cis}\alpha rotates it about the origin by α\alpha without changing its distance, so a problem asking you to rotate a complex number by 9090^\circ is solved instantly by multiplying by ii. Recognising that conjugation reflects zz in the real axis (negating the argument) and that zzˉ=z2z \bar z = |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 rr and the principal argument θ\theta, then write rcisθr\operatorname{cis}\theta or reiθr e^{i\theta}.
  • "Find zwzw" or "z/wz/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 zwzw" from Cartesian inputs: use zw=zw|zw| = |z||w| and arg(zw)=argz+argw\arg(zw) = \arg z + \arg w instead of expanding the product.
  • "Show that multiplying by ... rotates ...": identify the multiplier as cisα\operatorname{cis}\alpha and state the rotation angle α\alpha.
  • "Hence find znz^n": this is de Moivre in disguise; raise the modulus to the power and multiply the argument by nn.
  • "Convert back to x+iyx + iy": evaluate rcosθr\cos\theta and rsinθr\sin\theta 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\sqrt{3} + i in modulus-argument form.
Show worked answer →

Find the modulus and the principal argument, then write z=r(cosθ+isinθ)z = r(\cos\theta + i\sin\theta).

Modulus: r=3+i=(3)2+12=3+1=2r = |\sqrt{3} + i| = \sqrt{(\sqrt{3})^2 + 1^2} = \sqrt{3 + 1} = 2.

Argument: the point (3,1)(\sqrt{3}, 1) is in the first quadrant, so θ=arctan13=π6\theta = \arctan\frac{1}{\sqrt{3}} = \frac{\pi}{6}.

Therefore 3+i=2(cosπ6+isinπ6)\sqrt{3} + i = 2\left(\cos\frac{\pi}{6} + i\sin\frac{\pi}{6}\right).

(Equivalently, in exponential form, 2eiπ/62 e^{i\pi/6}.)

Mark notes: 1 mark for the modulus 22, 1 mark for the argument π6\frac{\pi}{6} written in correct modulus-argument form.

HSC 20212 marksThe complex numbers z=2eiπ/2z = 2 e^{i\pi/2} and w=6eiπ/6w = 6 e^{i\pi/6} are given. Find the value of zwzw, giving the answer in the form reiθr e^{i\theta}.
Show worked answer →

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

Moduli: 2×6=122 \times 6 = 12.

Arguments: π2+π6=3π6+π6=4π6=2π3\frac{\pi}{2} + \frac{\pi}{6} = \frac{3\pi}{6} + \frac{\pi}{6} = \frac{4\pi}{6} = \frac{2\pi}{3}.

Therefore zw=12ei2π/3zw = 12 e^{i 2\pi/3}.

Mark notes: 1 mark for multiplying the moduli to get 1212, 1 mark for adding the arguments to get 2π3\frac{2\pi}{3}, giving zw=12ei2π/3zw = 12 e^{i 2\pi/3}.

HSC 20232 marksLet z=4(cos2π3+isin2π3)z = 4\left(\cos\frac{2\pi}{3} + i\sin\frac{2\pi}{3}\right) and w=2(cosπ4+isinπ4)w = 2\left(\cos\frac{\pi}{4} + i\sin\frac{\pi}{4}\right). Find zw\dfrac{z}{w} in modulus-argument form.
Show worked answer →

Division divides the moduli and subtracts the arguments.

Modulus: 42=2\frac{4}{2} = 2.

Argument: 2π3π4=8π123π12=5π12\frac{2\pi}{3} - \frac{\pi}{4} = \frac{8\pi}{12} - \frac{3\pi}{12} = \frac{5\pi}{12}.

Therefore zw=2(cos5π12+isin5π12)\frac{z}{w} = 2\left(\cos\frac{5\pi}{12} + i\sin\frac{5\pi}{12}\right).

The argument 5π12\frac{5\pi}{12} is already in the principal range (π,π](-\pi, \pi], so no adjustment is needed.

Mark notes: 1 mark for dividing the moduli to get 22, 1 mark for subtracting the arguments to get 5π12\frac{5\pi}{12}.

ExamExplained