Operations with Complex Numbers
What You’ll Learn
Section titled “What You’ll Learn”In this lesson you’ll learn how to perform basic arithmetic operations (addition, subtraction, multiplication, and division) with complex numbers.
The Concept
Section titled “The Concept”Complex numbers are added, subtracted, and multiplied similarly to binomials, with one important rule: i² = −1.
Addition and Subtraction - combine like terms (real parts with real parts, imaginary parts with imaginary parts).
The diagram shows complex addition as vectors on the complex plane. The blue arrow represents 3 + 4i and the orange arrow represents 5 − 2i. To add them, you combine the real parts (3 + 5 = 8) and the imaginary parts (4i − 2i = 2i). The green arrow is the result: 8 + 2i. The dashed lines form a parallelogram, just like adding vectors in physics.
Multiplication - use FOIL (First, Outer, Inner, Last) and replace i² with −1.
Example: (2 + 3i)(4 − i)
Division - multiply numerator and denominator by the complex conjugate of the denominator. This eliminates the imaginary part from the denominator.
The complex conjugate of a + bi is a − bi. You just flip the sign of the imaginary part. For example:
- The conjugate of 1 + 4i is 1 − 4i
- The conjugate of 3 − 2i is 3 + 2i
- The conjugate of 7i is −7i
- The conjugate of 5 (a real number) is just 5
Why does this work? When you multiply a complex number by its conjugate, the imaginary parts cancel out and you get a real number:
That’s always a real number (no i left). So multiplying top and bottom by the conjugate turns the denominator into a plain real number, which you can then divide normally.
Example: (3 + 2i) / (1 + 4i)
Worked Example
Section titled “Worked Example”1. Add: (7 − 3i) + (−2 + 5i)
2. Multiply: (3 + 2i)(5 − i)
3. Divide: (4 + 3i) / (2 − i)
Multiply by the conjugate (2 + i):
Real-World Application
Section titled “Real-World Application”Operations with complex numbers are used in:
- Electrical engineering (AC circuit analysis)
- Signal processing and audio engineering
- Computer graphics and 3D modeling
- Quantum physics and advanced engineering
Even if you don’t work in these fields, mastering these operations builds confidence with algebra and prepares you for more advanced math.