All imaginary numbers consist of two parts, the real part, b, and the imaginary part, i.
Example:
1. Simplify: SQRT(-5)
Solution: Write -5 as a product of prime factors.
SQRT(-1 * 5)
Write as separate square roots.
(SQRT(-1))(SQRT(5))
By definition, i = SQRT(-1), so the final answer is
(SQRT(5))i. (SQRT(5) is the real part, or
b.)
Back to top.
Real numbers fit into the complex number system because a = a + 0i.
i behaves as any variable would.
Example:
1. Problem: 7i + 9u
Solution: Combine like terms.
16i
Complex numbers, like real numbers, can be equal. For
example, a + bi = c + di says that a
and c must be equal and b and d
must be equal.
Example:
1. Problem: Find x and y in 3x + yi = 5x + 1 + 2i
Solution: Using the above definition for equality of complex numbers,
set the real parts of the equation equal and set the imaginary
parts equal.
3x = 5x + 1 yi = 2i
-2x = 1 y = 2
x = -(1/2)
Multiplication is done as if the imaginary parts
of complex numbers were just another term. Always remember that
i^2 = -1.
Example:
1. Problem: 3i * 4i
Solution: 12i^2
Remember that i^2 equals -1. Rewrite the answer.
12(-1)
-12
When dividing complex numbers, you multiply the problem
by 1 (remember that anything divided by itself is 1). The
conjugate of the divisor is usually used for 1.
Example:
1. Problem: -5 + 9i
-------
1 - i
Solution: Multiply by 1.
-5 + 9i 1 + i
------- * -----
1 - i 1 + i
Multiply out as you would normally multiply a binomial by a
binomial. FOIL might be useful.
-5 - 5i + 9i + 9i^2
-------------------
1 + i - i - i^2
Perform the indicated operations, keeping in mind that i^2
is equal to -1. Combine like terms.
-14 + 4i
--------
1 - i^2
-14 + 4i
--------
2
Perform the indicated division.
-7 + 2i
Back to top.
Example:
1. Problem: Solve for x: x^2 + 1 = 0.
Solution: Subtract 1 from each side.
x^2 = -1
Take the square root of each side. Remember that
i = SQRT(-1).
x = i, -i
2. Problem: Show that (x + i)(x - i) is a factorization of x^2 + 1.
Solution: Multiply.
x^2 + ix - ix - i^2
x^2 + 1
Back to top.
Example:
1. Graph: A: 3 + 2i
B:-4 + 5i
C:-5 - 4i
D: i
Solution: See the example figure.
Back to top.
Take the quiz on complex numbers. The quiz is very useful for either review or to see if you've really got the topic down.