Adding Complex Numbers
- Write complex numbers as
a + biandc + di. - Add real parts:
a + c. - Add imaginary parts:
b + d. - Result:
(a + c) + (b + d)i. (3 + 2i) + (1 + 5i) = (3 + 1) + (2 + 5)i = 4 + 7i.- Use distributive property (like binomials):
- Expand:
- Remember
i² = -1. - Combine like terms:
- Real:
ac - bd - Imaginary:
(ad + bc)i - Result:
(ac - bd) + (ad + bc)i. (2 + 3i) × (4 + i)= (2 × 4) + (2 × i) + (3i × 4) + (3i × i)= 8 + 2i + 12i + 3i²- Replace
i²with-1: = 8 + 14i - 3= 5 + 14i- Add or subtract real and imaginary parts separately.
- Multiply using distributive property, and replace
i²with-1.
Example:
Multiplying Complex Numbers
(a + bi) × (c + di).
ac + adi + bci + bdi².
Example:
= 8 + 14i + 3(-1)
Takeaways: