Multiplying Complex Numbers
Master the art of multiplying complex numbers using simple bracket techniques
๐ Introduction
Multiplying complex numbers is just like expanding brackets in algebra - but with a twist! We use the same techniques you already know, but we need to remember that $i^2 = -1$. This lesson will show you how to multiply complex numbers step by step, making it feel as natural as regular algebra.
๐ฏ Learning Objectives
By the end of this lesson, you will be able to:
- Multiply complex numbers using bracket expansion
- Use the key fact that $i^2 = -1$ to simplify your answers
- Express your final answers in the form $a + bi$
- Handle powers of $i$ confidently
๐ Key Concepts
The Golden Rule
Everything you need to know about multiplying complex numbers comes down to one simple fact:
โญ The Most Important Rule
This means whenever you see $i \times i$, or $ii$, you can replace it with $-1$. This is because:
The power of 2 cancels the square root, leaving just $-1$.
It's Just Like Expanding Brackets
When you multiply complex numbers, you expand the brackets exactly like you would with normal algebra. The only difference is that when you get $i^2$, you replace it with $-1$.
๐ก Key Tip:
MAKE SURE YOU EQUATE IMAGINARY PARTS AND REAL PARTS SEPARATELY.
Ensure you are proficient with expanding brackets. If not, I'll guide you through it, but ensure you understand the basics first.
Its just like expanding brackets.
Remember if you see '$zw$' and $z$ and $w$ are given, it just means $z \times w$.
You can use FOIL or Grid method. I prefer FOIL which I will use for the examples as its easier for complex numbers.
Powers of $i$ - The Pattern
Understanding powers of $i$ makes everything easier. There's a simple pattern that repeats every 4 steps:
๐ The $i$ Pattern
$i^2 = -1$
$i^3 = i^2 \times i = -1 \times i = -i$
$i^4 = i^2 \times i^2 = (-1) \times (-1) = 1$
$i^5 = i^4 \times i = 1 \times i = i$ (back to the start!)
๐ Worked Examples
๐ Example 1: Basic Multiplication
Question: $z = 3 + 4i, w = 5 + 2i.$ Solve: $zw$
Solution:
Write clearly what the question asks
Expand the brackets:
FOIL is an abbreviation of First, Outer, Inner, Last.
Use the fact that $i^2 = -1$ and simplify:
Collect like terms
๐ Example 2: Squaring a Complex Number
Question: $g = (7 - 4i)$. find $g^2$ in the form $a + bi$
....Solution:
Write the question out clearly:
Expand the brackets
Add like-terms, simplify each term, and remember that $i^2 = -1$:
๐ Example 3: Powers of $i$
Question: Simplify:
a) $i^3$
b) $i^4$
c) $(2i)^5$
Solution:
$$ i = \sqrt{-1} $$ $$\text{So: } i^3 = iii = i^2 \times i = (-1)(\sqrt{-1}) = \boxed{-1i \equiv -i}$$
๐ก Tip:
You can use your calculator to easily compute this.
Ensure you are in 'complex mode' and just type in $i^{\text{(any number)}}$
Casio Fx-991CW and Casio Fx-991EX highly recommended.
This symbol $\equiv$ means 'is equivalent to' or 'is the same as'.
$$i^4 = i^2 \times i^2 = (-1) \times (-1) = \boxed{1}$$
$$(2i)^5 \equiv 2^5 \times i^5$$ $$\text{First: } 2^5 = 32$$ $$\text{Next: } i^5 = i^4 \times i$$ $$i^4 \times i = i^2 \times i^2 \times i \quad \equiv \quad (-1)(-1)(i) = i$$ $$\text{So: } (2i)^5 = 32 \times i = 32i$$
โ ๏ธ Common Mistakes
๐ซ Mistake 1: Forgetting to use $i^2 = -1$
What students often do wrong: Leave $i^2$ in their final answer
Why it's wrong: The answer should be in the form $a + bi$ with real numbers $a$ and $b$
How to avoid it: Always replace $i^2$ with $-1$ before collecting like terms
๐ซ Mistake 2: Not collecting like terms properly
What students often do wrong: Leave the answer as $5 + 3i - 2 + 7i$ instead of simplifying
Why it's wrong: The final answer must be in the standard form $a + bi$
How to avoid it: Always group real parts together and imaginary parts together: $(5 - 2) + (3i + 7i) = 3 + 10i$
๐ช Practice Problems
Try these problems to test your understanding:
๐ฏ Practice Questions A
Simplify each of the following, giving your answers in the form $a + bi$:
(A) Solve: $i^2$
(B) Solve: $8i^2$
(C) Solve: $5i \times -5i$
(D) Solve: $(5 + i)(3 + 4i)$
๐ Show Solution
(A) $i^2 = \boxed{-1}$
(B) $8i^2 = 8(-1) = \boxed{-8}$
(C) $5i \times -5i = -25i^2 = -25(-1) = \boxed{25}$
(D) $(5 + i)(3 + 4i) = 15 + 20i + 3i + 4i^2 = 15 + 23i + 4(-1) = \boxed{11 + 23i}$
๐ฏ Practice Questions B
Find the following powers:
(A) Solve: $(i^6)^2$
(B) $z = 4 - 2i, w = 4i$. Find $zw$.
(C) Solve: $(4 + 5i)(2 - 3i)(1 + 9i)$
๐ Show Solution
(A) $i^6 = i^4 \times i^2 = 1 \times (-1) = \boxed{-1}$
(B) $z = 4 - 2i, w = 4i$. Find $zw$: $zw = (4 - 2i)(4i) = 16i - 8i^2 = 16i + 8 = \boxed{8 + 16i}$
(C) $(4 + 5i)(2 - 3i)(1 + 9i) = (8 - 12i + 10i - 15i^2)(1 + 9i)$
$(8 - 12i + 10i - 15i^2)(1 + 9i) = (23 - 2i)(1 + 9i) = 23 + 207i - 2i - 18 = \boxed{5 + 205i}$
๐ Challenge Exam Question
๐ Exam-Style Question
$z = 4 - 3i, f = 2 + 5i$, $j = z^*$.
(A) Solve: $zf$ (2 marks)
(B) Solve: $zj$ (2 marks)
(C) Hence, or further, solve: $jfz$ (4 marks)
๐ก Hint: $z^* \equiv$ conjugate of z
๐ Show Solution
๐ Summary
๐ฏ Key Takeaways
- Multiplying complex numbers is just like expanding brackets in regular algebra
- The golden rule: $i^2 = -1$ - use this to simplify your answers
- Always express your final answer in the form $a + bi$ where $a$ and $b$ are real numbers
- Powers of $i$ follow a pattern that repeats every 4: $i, -1, -i, 1, i, -1, -i, 1, ...$
- When you multiply a complex number by its conjugate, you get a real number
๐ What's Next?
It was simple, wasnt it? You should now be confident with multiplying complex numbers. I suggest learning how to divide complex numbers next, its abit more tricky but my flawless guide will help you through it.
Click on me to go to my guide on dividing complex numbers.