A complex number is z=a+bi where a,b∈R and i is defined by i2=−1. We call a=Re(z) the real part and b=Im(z) the imaginary part. Complex numbers add componentwise and multiply by expanding and using i2=−1.
Every z is a point (a,b) in the Argand plane. Its modulus (distance from the origin) is
∣z∣=a2+b2,
and its conjugate is zˉ=a−bi (a reflection across the real axis).
Worked example. With z=3+4i: ∣z∣=32+42=25=5.
Multiplication: (1+i)(1−i)=1−i+i−i2=1−(−1)=2. And powers of i cycle with period 4: i1=i,i2=−1,i3=−i,i4=1, then it repeats.