Skip to main content
SingaporeFurther MathsSyllabus dot point

How do we represent complex numbers in Cartesian, polar and exponential form, and what does the Argand diagram show?

Represent complex numbers in Cartesian, polar and exponential form, perform arithmetic, and interpret them on the Argand diagram

A focused answer to the H2 Further Mathematics outcome on complex numbers. Cartesian, polar (modulus-argument) and exponential forms, conjugates, arithmetic, the geometry of the Argand diagram, and converting between forms.

Generated by Claude Opus 4.811 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. The answer
  3. Examples in context
  4. Try this

What this dot point is asking

SEAB wants you to represent a complex number in three equivalent forms, move freely between them, carry out arithmetic, and interpret a complex number geometrically as a point or vector on the Argand diagram. The forms each suit different tasks: Cartesian for addition, polar and exponential for multiplication and powers.

The answer

Cartesian form

A complex number is z=x+iyz = x + iy where x=Re(z)x = \operatorname{Re}(z), y=Im(z)y = \operatorname{Im}(z), and i2=1i^2 = -1. Addition and subtraction are componentwise. The conjugate is zˉ=xiy\bar{z} = x - iy, and zzˉ=x2+y2=z2z\bar{z} = x^2 + y^2 = |z|^2, which is why multiplying by the conjugate rationalises a denominator.

The modulus and argument

The modulus is the distance from the origin,

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

and the argument argz=θ\arg z = \theta is the angle the point makes with the positive real axis, taken in the principal range π<θπ-\pi < \theta \leq \pi. Always check the quadrant before quoting θ\theta, since tanθ\tan\theta alone is ambiguous.

Polar (modulus-argument) form

z=r(cosθ+isinθ),r=z,θ=argz.z = r(\cos\theta + i\sin\theta), \qquad r = |z|, \quad \theta = \arg z.

Exponential form

Euler's relation eiθ=cosθ+isinθ\mathrm{e}^{i\theta} = \cos\theta + i\sin\theta gives the compact

z=reiθ.z = r\,\mathrm{e}^{i\theta}.

This form makes multiplication and powers immediate: r1eiθ1r2eiθ2=r1r2ei(θ1+θ2)r_1\mathrm{e}^{i\theta_1}\cdot r_2\mathrm{e}^{i\theta_2} = r_1 r_2\,\mathrm{e}^{i(\theta_1 + \theta_2)}.

The Argand diagram

Plotting z=x+iyz = x + iy at the point (x,y)(x, y) turns algebra into geometry. The modulus is the length of the position vector, the argument is its angle, addition is the parallelogram (vector) sum, and multiplication scales the length by z|z| and rotates by argz\arg z.

Examples in context

Example 1. Alternating-current circuits. Voltages and currents that oscillate sinusoidally are represented as complex phasors reiθr\mathrm{e}^{i\theta}, where the modulus is the amplitude and the argument the phase. Adding signals becomes adding complex numbers, the foundation of AC analysis.

Example 2. Rotations in the plane. Multiplying a complex number by eiθ\mathrm{e}^{i\theta} rotates its point about the origin by angle θ\theta without changing its length, so complex multiplication is a clean algebraic encoding of plane rotation.

Try this

Q1. Find the modulus and argument of z=1iz = -1 - i. [2 marks]

  • Cue. z=2|z| = \sqrt{2}; third quadrant with reference angle π4\tfrac{\pi}{4}, so argz=3π4\arg z = -\dfrac{3\pi}{4}.

Q2. Write z=4eiπ/2z = 4\mathrm{e}^{i\pi/2} in Cartesian form. [1 mark]

  • Cue. 4(cosπ2+isinπ2)=4(0+i)=4i4(\cos\tfrac{\pi}{2} + i\sin\tfrac{\pi}{2}) = 4(0 + i) = 4i.

Q3. Evaluate (2+i)(2i)(2 + i)(2 - i). [1 mark]

  • Cue. This is zzˉ=22+12=5z\bar{z} = 2^2 + 1^2 = 5.

Exam-style practice questions

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

Original5 marksExpress z=1+i3z = 1 + i\sqrt{3} in modulus-argument form and in exponential form, giving the argument in radians.
Show worked answer →

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

Argument: zz lies in the first quadrant (positive real and imaginary parts), and tanθ=31=3\tan\theta = \dfrac{\sqrt{3}}{1} = \sqrt{3}, so θ=π3\theta = \dfrac{\pi}{3}.

Modulus-argument form: z=2(cosπ3+isinπ3)z = 2\left(\cos\dfrac{\pi}{3} + i\sin\dfrac{\pi}{3}\right).

Exponential form: z=2eiπ/3z = 2\,\mathrm{e}^{i\pi/3}.

Markers reward the modulus 22, the correct argument π3\tfrac{\pi}{3} (with quadrant checked), and both required forms.

Original5 marksGiven z1=3+2iz_1 = 3 + 2i and z2=1iz_2 = 1 - i, find z1z2z_1 z_2 and z1z2\dfrac{z_1}{z_2} in the form a+bia + bi.
Show worked answer →

Product: z1z2=(3+2i)(1i)=33i+2i2i2=3i+2=5iz_1 z_2 = (3 + 2i)(1 - i) = 3 - 3i + 2i - 2i^2 = 3 - i + 2 = 5 - i (using i2=1i^2 = -1).

Quotient: multiply numerator and denominator by the conjugate of z2z_2, namely 1+i1 + i:

z1z2=(3+2i)(1+i)(1i)(1+i)=3+3i+2i+2i21+1=3+5i22=1+5i2=12+52i.\frac{z_1}{z_2} = \frac{(3 + 2i)(1 + i)}{(1 - i)(1 + i)} = \frac{3 + 3i + 2i + 2i^2}{1 + 1} = \frac{3 + 5i - 2}{2} = \frac{1 + 5i}{2} = \tfrac{1}{2} + \tfrac{5}{2}i.

Markers reward the product with i2=1i^2 = -1 applied, multiplying by the conjugate to rationalise the denominator, and both answers in a+bia + bi form.

Related dot points