A complex number can be represented in two primary ways: the Cartesian form ($z = a + bi$) and the polar form (also known as modulus-argument form). While Cartesian form is useful for addition and subtraction, polar form is significantly more efficient for multiplication, division, and finding powers of complex numbers.
A complex number $z = a + bi$ can be plotted on an Argand diagram at point $P(a, b)$. By considering the distance $r$ from the origin and the angle $\theta$ from the positive real axis, we derive the polar form:
$$z = r(\cos \theta + i \sin \theta)$$
This is abbreviated using the cis notation:
$$z = r \operatorname{cis} \theta$$
Because $\cos$ and $\sin$ are periodic functions, a complex number has infinitely many arguments ($\theta + 2n\pi$). To ensure uniqueness, we define the Principal Argument, denoted as $\operatorname{Arg} z$ (with a capital ‘A’), which is restricted to the range:
$$-\pi < \operatorname{Arg} z \le \pi$$
EXAM TIP: VCAA questions usually require the argument to be expressed in principal form. Always check if your calculated $\theta$ falls within $(-\pi, \pi]$. If $\theta = \frac{5\pi}{4}$, the principal argument is $\frac{5\pi}{4} - 2\pi = -\frac{3\pi}{4}$.
Use the following trigonometric relations:
* $a = r \cos \theta$
* $b = r \sin \theta$
Example: Convert $z = 2 \operatorname{cis}\left(\frac{2\pi}{3}\right)$ to Cartesian form.
$$a = 2 \cos\left(\frac{2\pi}{3}\right) = 2\left(-\frac{1}{2}\right) = -1$$
$$b = 2 \sin\left(\frac{2\pi}{3}\right) = 2\left(\frac{\sqrt{3}}{2}\right) = \sqrt{3}$$
$$z = -1 + \sqrt{3}i$$
COMMON MISTAKE: Relying solely on $\theta = \arctan(\frac{b}{a})$ on a calculator. Calculators only return values in the range $(-\frac{\pi}{2}, \frac{\pi}{2})$. You must manually check the quadrant of $(a, b)$ to ensure the argument is correct.
Arithmetic operations are often simpler in polar form.
To multiply two complex numbers in polar form, multiply their moduli and add their arguments:
$$z_1 z_2 = (r_1 \operatorname{cis} \theta_1)(r_2 \operatorname{cis} \theta_2) = r_1 r_2 \operatorname{cis}(\theta_1 + \theta_2)$$
To divide two complex numbers in polar form, divide their moduli and subtract their arguments:
$$\frac{z_1}{z_2} = \frac{r_1 \operatorname{cis} \theta_1}{r_2 \operatorname{cis} \theta_2} = \frac{r_1}{r_2} \operatorname{cis}(\theta_1 - \theta_2)$$
| Operation | Modulus Result | Argument Result |
|---|---|---|
| $z_1 \times z_2$ | $ | z_1 |
| $z_1 \div z_2$ | $ | z_1 |
| $z^n$ | $ | z |
| $\bar{z}$ | $ | z |
KEY TAKEAWAY: When multiplying or dividing, always check if the resulting argument is still in the principal range $(-\pi, \pi]$. If it exceeds this range, add or subtract $2\pi$ until it fits.
Some complex numbers on the axes can be written in polar form by inspection:
VCAA FOCUS: Questions often involve converting a result from a multiplication or division back into Cartesian form using exact values (e.g., $\sin \frac{\pi}{6}, \cos \frac{\pi}{4}$). Fluency with the unit circle is essential for these marks.