A complex number has a real part and an imaginary part: a + bi.
Drag the complex number
3 + 2i
real part 3 · imaginary part 2
modulus |z| = √(3² + 2²) = 3.61
argument ≈ 33.69°
Try it
(2 + 3i) + (1 + 4i)
Real with real, imag with imag: 3 + 7i.
Try it
(1 + i)(2 − i)
FOIL: 2 − i + 2i − i² = 2 + i + 1 = 3 + i.