Square roots of negative numbers have no answer in R. Complex numbers supply one, and the payoff is enormous: every polynomial equation of degree n acquires exactly n roots.
The imaginary unit
i=−1soi2=−1
A complex number is z=x+yi, with x the real partRe(z) and y the imaginary partIm(z) — note that Im(z) is the real number y, not yi.
Powers of i cycle with period 4:
i1=ii2=−1i3=−ii4=1
To evaluate a high power, divide the exponent by 4 and use the remainder: i27=i24i3=i3=−i.
Arithmetic with complex numbers
Addition and subtraction work componentwise:
(3+2i)+(1−5i)=4−3i
Multiplication expands as normal, then i2=−1:
(3+2i)(1−5i)=3−15i+2i−10i2=3−13i+10=13−13i
Two complex numbers are equal exactly when their real parts match and their imaginary parts match. Equating real and imaginary parts turns one complex equation into two real ones — the standard method for finding unknowns.
Conjugates and division
The conjugate of z=x+yi is zˉ=x−yi: the sign of the imaginary part flips.
zzˉ=(x+yi)(x−yi)=x2+y2
which is always real and non-negative. For z=3+2i:
zzˉ=9+4=13
That is what makes division possible: multiply top and bottom by the conjugate of the denominator.
Simplify 1−i3+2i.
1−i3+2i×1+i1+i=1−i23+3i+2i+2i2=23+5i−2=21+5i
So the answer is 21+25i.
The Argand diagram
Plot z=x+yi as the point (x,y): the real part horizontally, the imaginary part vertically. Addition of complex numbers is then vector addition.
The modulus is the distance from the origin:
∣z∣=x2+y2
∣3+4i∣=9+16=5∣5−12i∣=25+144=13
The argumentargz is the angle from the positive real axis, measured anticlockwise, conventionally taken in (−π,π].
arg(1+i)=4πarg(−1+i)=43π
Modulus–argument form
z=r(cosθ+isinθ)where r=∣z∣,θ=argz
1+i=2(cos4π+isin4π)
This form makes multiplication and division remarkably simple: