Complex numbers extend the real number system to include solutions of equations like $x^2 + 1 = 0$. We define the imaginary unit $i$ such that $i^2 = -1$. Every complex number has a real part and an imaginary part.
A complex number: $z = a + bi$, where $a = \operatorname{Re}(z)$ (real part) and $b = \operatorname{Im}(z)$ (imaginary part).
Modulus: $|z| = \sqrt{a^2 + b^2}$
Argument: $\arg(z) = \theta$ where $\tan\theta = \dfrac{b}{a}$, adjusted for the correct quadrant. The principal argument satisfies $-\pi < \theta \le \pi$.
Complex Conjugate: $\bar{z} = z^* = a - bi$
Key conjugate properties: $z \cdot \bar{z} = |z|^2$ and $z + \bar{z} = 2\operatorname{Re}(z)$. To divide complex numbers, multiply numerator and denominator by the conjugate of the denominator.
Addition: $(a+bi) + (c+di) = (a+c) + (b+d)i$
Multiplication (using $i^2=-1$): $(a+bi)(c+di) = (ac-bd) + (ad+bc)i$
Division: $\dfrac{a+bi}{c+di} = \dfrac{(a+bi)(c-di)}{c^2+d^2} = \dfrac{(ac+bd) + (bc-ad)i}{c^2+d^2}$
Every complex number $z = a+bi$ can be represented as a point $(a,b)$ in the Argand diagram. The polar form uses modulus $r=|z|$ and argument $\theta = \arg(z)$.
$$z = r(\cos\theta + i\sin\theta) = r\,\operatorname{cis}\,\theta$$
where $r = |z| \ge 0$ and $\theta = \arg(z)$.
From Cartesian: $r = \sqrt{a^2+b^2}$, $\theta = \arctan\!\left(\dfrac{b}{a}\right)$ (adjust for quadrant!)
To Cartesian: $a = r\cos\theta$, $b = r\sin\theta$
For any integer $n$ and $z = r(\cos\theta + i\sin\theta)$:
$$z^n = r^n(\cos n\theta + i\sin n\theta)$$
De Moivre's theorem also derives multiple angle identities. With $n=2$: expanding $(\cos\theta + i\sin\theta)^2$ and equating real/imaginary parts recovers the double angle formulas.
To find the $n$-th roots of $w = R\,\operatorname{cis}\,\phi$, we solve $z^n = w$. There are exactly $n$ distinct complex roots, equally spaced on a circle of radius $R^{1/n}$.
$$z_k = R^{1/n}\,\operatorname{cis}\!\left(\frac{\phi + 2\pi k}{n}\right), \quad k = 0, 1, 2, \ldots, n-1$$
The three cube roots of $1$ (i.e., solutions of $z^3 = 1$) are: $1,\; \omega,\; \omega^2$ where
$$\omega = \operatorname{cis}\frac{2\pi}{3} = -\frac{1}{2} + \frac{\sqrt{3}}{2}i, \qquad \omega^2 = -\frac{1}{2} - \frac{\sqrt{3}}{2}i$$
$r = \sqrt{4+4} = 2\sqrt{2}$. Since $a < 0$, $b > 0$ (Quadrant II): $\theta = \pi - \pi/4 = 3\pi/4$. So $z = 2\sqrt{2}\,\operatorname{cis}\dfrac{3\pi}{4}$.
$z^6 = (2\sqrt{2})^6\,\operatorname{cis}(9\pi/2) = 512\,\operatorname{cis}(\pi/2) = 512i$
$-16 = 16\,\operatorname{cis}\,\pi$. Roots: $z_k = 2\,\operatorname{cis}\!\left(\dfrac{(2k+1)\pi}{4}\right)$ for $k=0,1,2,3$.
$z_0 = \sqrt{2}+\sqrt{2}i$, $z_1 = -\sqrt{2}+\sqrt{2}i$, $z_2 = -\sqrt{2}-\sqrt{2}i$, $z_3 = \sqrt{2}-\sqrt{2}i$
From $1+\omega+\omega^2=0$: $1+\omega^2 = -\omega$ and $1+\omega = -\omega^2$.
$(1+\omega)(1+\omega^2) = (-\omega^2)(-\omega) = \omega^3 = 1$. $\square$