Addition and subtraction of complex numbers
Two complex numbers are added/subtracted by adding/subtracting separately the two real parts and the two
imaginary parts.
For example, if Z1 = a + jb and Z2 = c + jd,
hen Z1 + Z2 = (a + jb) + (c + jd)
= (a + c) + j(b + d)
and Z1 − Z2 = (a + jb) − (c + jd)
= (a − c) + j(b − d)
Thus, for example,
(2 + j3) + (3 − j4) = 2 + j3 + 3 − j4 = 5 − j1
Given Z1 = 2 + j4 and Z2 = 3 − j
determine (a) Z1 + Z2, (b) Z1 − Z2, (c) Z2 − Z1 and show the results on an Argand diagram
Multiplication and division of complex numbers
Multiplication of complex numbers is achieved by assuming all quantities involved are real and then using j 2 =
−1 to simplify.
Hence (a + jb)(c + jd)
= ac + a( jd) + ( jb)c + ( jb)( jd)
=ac + jad + jbc + j2bd
==(ac − bd) + j(ad + bc),
since j2 = −1
Thus (3 + j2)(4 − j5)
= 12 − j15 + j8 − j210
= (12 − (−10)) + j(−15 + 8)
= 22 – j7
Division of complex numbers is achieved by multiplying both numerator and denominator by the
complex conjugate of the denominator.
For example,
Problem No. 1
If Z1 = 1 − j3, Z2 = −2 + j5 and Z3 = −3 − j4, determine in a + jb form:
Problem
Complex equations
f two complex numbers are equal, then their real parts are equal and their imaginary parts are equal.
Hence if a + jb = c + jd, then a = c and b = d.
Solve the complex equations:
(a) 2(x + jy) = 6 − j3
(b) (1 + j2)(−2 − j3) = a + jb
(c) (2 − j3) = √(a + jb)
(d) (x − j2y) + ( y − j3x) = 2 + j