Complex Number Basics
Complex Number Basics
A complex number has the form $z = a + bi$ where $a$ is the real part, $b$ is the imaginary part, and $i = \sqrt{-1}$ so that $i^2 = -1$.
Addition: $(a+bi)+(c+di) = (a+c)+(b+d)i$
Subtraction: $(a+bi)-(c+di) = (a-c)+(b-d)i$
Multiplication: $(a+bi)(c+di) = (ac-bd)+(ad+bc)i$
$i^0 = 1$, $i^1 = i$, $i^2 = -1$, $i^3 = -i$, $i^4 = 1$, then the pattern repeats every 4.
Compute $(3+2i)+(5-4i)$.
$(3+5)+(2-4)i = 8 - 2i$
Compute $(2+3i)(4-i)$.
$8 - 2i + 12i - 3i^2 = 8 + 10i - 3(-1) = 11 + 10i$
Simplify $i^{23}$.
$23 = 4(5) + 3$, so $i^{23} = i^3 = -i$.
Write $\sqrt{-49}$ as a complex number.
$\sqrt{-49} = \sqrt{49} \cdot \sqrt{-1} = 7i$
Practice Problems
Show Answer Key
1. $7 + 3i$
2. $4 - 3i$
3. $1 - i^2 = 1 + 1 = 2$
4. $9i^2 = -9$
5. $50 = 4(12)+2$; $i^{50} = i^2 = -1$
6. $2i\sqrt{3}$
7. $6 + 4i + 3i + 2i^2 = 4 + 7i$
8. Real: $-3$, Imaginary: $7$
9. $7$
10. $i^{100} = (i^4)^{25} = 1$
11. $1 + 4i + 4i^2 = -3 + 4i$
12. Yes, $4 = 4 + 0i$