Resources | Subject Notes | Mathematics
A complex number is of the form $z = x + iy$, where $x$ is the real part and $y$ is the imaginary part. The real part is denoted by Re($z$) and the imaginary part by Im($z$).
Complex numbers can be added, subtracted, multiplied, and divided using similar rules to real numbers, with the added consideration of $i^2 = -1$.
$(x + iy) + (a + bi) = (x + a) + i(y + b)$
$(x + iy) - (a + bi) = (x - a) + i(y - b)$
$(x + iy)(a + bi) = xa + xbi + iay + i^2 yb = xa + xbi + iay - yb = (xa - yb) + i(xb + ya)$
To divide by a complex number, multiply the numerator and denominator by the conjugate of the denominator.
If $z_1 = a + bi$ and $z_2 = c + di$, then $\frac{z_1}{z_2} = \frac{(a + bi)(c - di)}{(c + di)(c - di)} = \frac{(ac + bd) + i(bc - ad)}{c^2 + d^2} = \frac{ac + bd}{c^2 + d^2} + i\frac{bc - ad}{c^2 + d^2}$
A complex number $z = x + iy$ can be expressed in polar form as $z = r(\cos \theta + i \sin \theta)$, where:
The modulus and argument are related by the following equations:
$r = |z| = \sqrt{x^2 + y^2}$
$\cos \theta = \frac{x}{r}$
$\sin \theta = \frac{y}{r}$
$\theta = \arctan(\frac{y}{x})$ (Note: be careful with the quadrant of $\theta$ when using arctan)
A locus is the set of all points in the complex plane that satisfy a given condition.
De Moivre’s Theorem provides a way to find powers and roots of complex numbers in polar form.
If $z = r(\cos \theta + i \sin \theta)$, then for any integer $n$:
$z^n = r^n(\cos(n\theta) + i \sin(n\theta))$
Similarly, the $n$th roots of a complex number $z$ are given by:
$z^{1/n} = r^{1/n} \left( \cos\left(\frac{\theta + 2k\pi}{n}\right) + i \sin\left(\frac{\theta + 2k\pi}{n}\right) \right)$, where $k = 0, 1, 2, ..., n-1$
Topic | Key Concepts |
---|---|
Representation | Standard Form, Rectangular Form, Complex Plane |
Arithmetic | Addition, Subtraction, Multiplication, Division, Conjugate |
Modulus-Argument Form | Modulus, Argument, Polar Form, De Moivre's Theorem |
Loci | Constant Modulus, Constant Argument, Equations involving Real and Imaginary Parts |