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:
- 3 + 4i
- -2 + 7i
- 5 - 3i
- 12 + 0i (this is just the real number 12)
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
- Forgetting the i: The answer must include the i. 6 + 3 is wrong. 6 + 3i is correct.
- Mixing up signs: When you see a minus sign in front of parentheses, distribute it to both terms before adding.
- Adding coefficients incorrectly: You add 3i + 5i = 8i, not 8i². The i stays as i.
- Confusing with multiplication: Adding complex numbers doesn't involve FOIL or distribution. Just group like terms.
Practice: Try These Yourself
Before checking answers, do these in your head:
- (8 + 5i) + (2 + 3i) = ?
- (6 - 2i) + (1 + 4i) = ?
- (-3 + 7i) + (-5 - 2i) = ?
- (4 + 2i) + (4 - 2i) = ?
Answers:
- 10 + 8i
- 7 + 2i
- -8 + 5i
- 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.