Addition of Complex Numbers

Once we define complex numbers in the form z=x+iyz = x + iy, it becomes natural to ask: how do we perform arithmetic with them?

Adding Complex Numbers

To add two complex numbers, simply add their real parts together, and their imaginary parts together.

Let z1=a+biz_1 = a + bi and z2=c+diz_2 = c + di. Then:

z1+z2=(a+c)+(b+d)iz_1 + z_2 = (a + c) + (b + d)i

Example

Simplify (3+4i)+(2βˆ’7i)(3 + 4i) + (2-7i).

(3+4i)+(2βˆ’7i)=(3+2)+(4βˆ’7)i=5βˆ’3i(3 + 4i) + (2 - 7i) = (3 + 2) + (4 - 7)i = 5 - 3i

That's it! Complex addition works just like vector additionβ€”component by component.

Geometric Interpretation

You can think of a complex number as a point or vector on the complex plane: the horizontal axis is the real part, and the vertical axis is the imaginary part. Adding complex numbers is equivalent to adding their position vectors.

If you've done vector addition before, this will feel very familiar. We will look at this at a later lesson when talking about complex numbers graphically.

Summary

Adding complex numbers is simple: just add real to real and imaginary to imaginary. This operation respects the structure of the complex plane and mirrors how vectors work. In the next section, we'll explore subtraction, which works just as intuitively.

Simplify the following:

(βˆ’10+5i)βˆ’(βˆ’15βˆ’13i)\left(-10 + 5i\right) - \left(-15 - 13i\right)

Simplify the following:

(βˆ’9βˆ’9i)+(βˆ’4βˆ’i)\left(-9 - 9i\right) + \left(-4 - i\right)

Simplify the following:

(βˆ’5+4i)+(βˆ’6+2i)\left(-5 + 4i\right) + \left(-6 + 2i\right)


End of Lesson

Β Previous
Introduction to Complex Numbers
Next
Simplify Powers of ΞΉ