Complex Numbers and the Argand Plane

20 min
0/4 practice checks

A complex number is z=a+biz = a + bi where a,bRa, b \in \mathbb{R} and ii is defined by i2=1i^2 = -1. We call a=Re(z)a = \operatorname{Re}(z) the real part and b=Im(z)b = \operatorname{Im}(z) the imaginary part. Complex numbers add componentwise and multiply by expanding and using i2=1i^2 = -1.

Every zz is a point (a,b)(a, b) in the Argand plane. Its modulus (distance from the origin) is

z=a2+b2,|z| = \sqrt{a^2 + b^2},

and its conjugate is zˉ=abi\bar z = a - bi (a reflection across the real axis).

Worked example. With z=3+4iz = 3 + 4i: z=32+42=25=5|z| = \sqrt{3^2 + 4^2} = \sqrt{25} = 5.

Multiplication: (1+i)(1i)=1i+ii2=1(1)=2(1 + i)(1 - i) = 1 - i + i - i^2 = 1 - (-1) = 2. And powers of ii cycle with period 44: i1=i, i2=1, i3=i, i4=1i^1 = i,\ i^2 = -1,\ i^3 = -i,\ i^4 = 1, then it repeats.