The Basics of Complex Numbers

Method

Adding and Subtracting Complex Numbers

Two complex numbers a+bi and c+di can be added or subtracted by using the commutative and associative properties of real numbers. To add or subtract two complex numbers, combine their real parts and their imaginary parts separately.

( a+ bi)+( c+ di) = ( a+ c) + ( b+ d)i
( a+ bi)-( c+ di) = ( a- c) + ( b- d)i

Consider for example the complex numbers z_1=5+2i and z_2=3-3i. To add z_1 and z_2, the above formula can be used or, equivalently, the next three steps can be followed. In a similar way the numbers can be subtracted.

1
Separate Real Parts From Imaginary Parts
expand_more
Applying the commutative and associative properties of real numbers, group the real parts on the left and the imaginary parts on the right.

z_1+z_2
5+2i + 3-3i
5+3 + 2i-3i
(5+3) + (2i-3i)

2
Combine Real Parts
expand_more
Next, combine the real parts.

(5+3) + (2i-3i)
8 + (2i-3i)

3
Combine Imaginary Parts
expand_more
Finally, combine the imaginary parts. It could be convenient to factor out i first, and then combine the remaining numbers.

8 + (2i-3i)
8 + (2-3)i
8 + (-1)i
8-i

Consequently, z_1+z_2 = 8-i.

Note that the complex numbers are closed under addition and subtraction — that is, the sum or difference of two complex numbers is always a complex number. If z_1+z_2=0=0+0i, then z_2 is said to be the opposite, or additive inverse, of z_1.

Exercises
Edit Lesson