Adding Complex Numbers- A Step-by-Step Guide

What Are Complex Numbers?

You can't take the square root of a negative number. That's a rule you learned early. Complex numbers exist because mathematicians decided to ignore that rule.

A complex number has two parts: a real number and an imaginary number. The imaginary part comes from √(-1), which nobody gives a real name, so we call it i.

That's it. That's the whole invention. They needed to solve equations like x² = -9, so they created a new number system where that became possible.

The Form of a Complex Number

Every complex number looks like this:

a + bi

Where a is the real part and b is the imaginary coefficient. The i sits there reminding you this isn't a regular number.

Examples:

Adding Complex Numbers: The Rule

Here's the entire process in one sentence: add the real parts together, then add the imaginary parts together.

That's not a metaphor. That's literally all you do.

Given two complex numbers (a + bi) and (c + di):

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

Don't let the notation scare you. It's basic addition with two groups of numbers.

Step-by-Step Examples

Example 1: Simple Addition

Add (3 + 2i) and (5 + 4i)

Step 1: Add the real parts → 3 + 5 = 8

Step 2: Add the imaginary parts → 2i + 4i = 6i

Step 3: Combine → 8 + 6i

Done.

Example 2: Negative Numbers

Add (7 + 3i) and (-2 + 5i)

Step 1: Add the real parts → 7 + (-2) = 5

Step 2: Add the imaginary parts → 3i + 5i = 8i

Step 3: Combine → 5 + 8i

Example 3: Both Parts Negative

Add (-4 + 6i) and (-3 - 2i)

Step 1: Add the real parts → -4 + (-3) = -7

Step 2: Add the imaginary parts → 6i + (-2i) = 4i

Step 3: Combine → -7 + 4i

Example 4: Three Numbers

Add (2 + 3i), (4 - i), and (1 + 5i)

Real parts: 2 + 4 + 1 = 7

Imaginary parts: 3i + (-i) + 5i = 7i

Result: 7 + 7i

Subtracting Complex Numbers

Same process, but you subtract instead of add. Watch your signs.

Subtract (2 + 3i) from (7 + 5i)

Step 1: Subtract real parts → 7 - 2 = 5

Step 2: Subtract imaginary parts → 5i - 3i = 2i

Step 3: Combine → 5 + 2i

Be careful here. Students often forget to distribute the negative sign. (7 + 5i) - (2 + 3i) means you subtract both the 2 and the 3i. Don't just subtract one part.

Quick Reference Table

Expression Real Part Result Imaginary Part Result Answer
(1 + 2i) + (3 + 4i) 1 + 3 = 4 2i + 4i = 6i 4 + 6i
(5 + 3i) + (-2 + i) 5 + (-2) = 3 3i + i = 4i 3 + 4i
(-4 + 7i) + (2 - 3i) -4 + 2 = -2 7i + (-3i) = 4i -2 + 4i
(6 - 2i) + (3 - 5i) 6 + 3 = 9 -2i + (-5i) = -7i 9 - 7i
(-1 - 4i) + (-3 - 2i) -1 + (-3) = -4 -4i + (-2i) = -6i -4 - 6i

Common Mistakes to Avoid

Practice: Try These Yourself

Before checking answers, do these in your head:

  1. (8 + 5i) + (2 + 3i) = ?
  2. (6 - 2i) + (1 + 4i) = ?
  3. (-3 + 7i) + (-5 - 2i) = ?
  4. (4 + 2i) + (4 - 2i) = ?

Answers:

  1. 10 + 8i
  2. 7 + 2i
  3. -8 + 5i
  4. 8 + 0i = 8

That last one is interesting. When you add a complex number to its conjugate (same numbers, opposite signs on the imaginary part), you always get a real number.