In Math 2 lesson 1.01 The real number system , we reviewed the number types we had learned throughout elementary and middle school. In this lesson, we will explore two new types of numbers: imaginary numbers and complex numbers.
We have found that quadratic equations can have non-real solutions, when the discriminant is less than zero. To define these non-real solutions, we use imaginary numbers which are built on the concept that there is a number, called i such that i^2=-1.
This is not a real number, since the square of any real number is always non-negative. However, using this new number, we can find the answers to many real-world problems in electrical engineering, quantum physics, and more.
Note that the words “real” and “imaginary” are just names for different kinds of numbers. It does not mean that one type of number exists while the other type does not exist.
We can express the square root of any negative number by taking out a factor of \sqrt{-1}=i to get a imaginary number. For example:\sqrt{-5}=\sqrt{-1\cdot 5}=\sqrt{-1}\sqrt{5}=i\sqrt{5} \text{ or }\sqrt{5}i
Calculate the powers of i, from i^2 until i^8.
When we raise i to some power, we notice a pattern unfolds:
i^1=i | i^5=i | i^9=i |
i^2=-1 | i^6=-1 | i^{10}=-1 |
i^3=-i | i^7=-i | i^{11}=-i |
i^4=1 | i^8=1 | i^{12}=1 |
We can see that there is a cycle of 4, and we can use this pattern to determine the value of any power of i.
When the exponent of i is a multiple of 4, the expression simplifies to 1. When the exponent is one more than a multiple of 4, the expression simplifies to i. For exponents that are 2 more or 3 more than a multiple of 4, the expression simplifies to -1 or -i respectively. We can summarize this algebraically like so:
i^{4n+1}=i |
i^{4n+2}=-1 |
i^{4n+3}=-i |
i^{4n}=1 |
This shows that we can write any exponent in the form {4n+r} where n is any integer and r can be 0, 1, 2, or 3.
Express the following in terms of i:
\sqrt{-49}
\sqrt{-10}
\sqrt{-32}
Imaginary numbers are used to define square roots of negative numbers. The powers of i follow a cyclic pattern of 4:
i^1 | i^2 | i^3 | i^4 | \cdots |
---|---|---|---|---|
i | -1 | -i | 1 | \cdots |
Previously, all the numbers we knew fell under the umbrella of real numbers. Now, we have learned about imaginary numbers which are not real numbers, so we need to introduce a new type of number that encompasses both real and imaginary numbers.
By this definition, all numbers are complex numbers. Sometimes, a is referred to as the real part and bi is called the imaginary part. Both parts together make up one complex number.
A real number is a complex number where b=0. For example, -5=-5+0i.
A pure imaginary number is a complex number where a=0. For example, 2i=0+2i.
We perform the algebraic operations for complex numbers the same way we perform operations for rational algebraic expressions, except we sometimes have an extra step to account for the powers of i.
Addition: add in the same way as binomials with like terms
General example | \left(a+bi\right)+\left(c+di\right)=\left(a+c\right)+\left(b+d\right)i |
---|---|
Numerical example | \left(2+3i\right)+\left(4+5i\right)=\left(2+4\right)+\left(3+5\right)i=6+8i |
Subtraction: subtract in the same way as binomials with like terms
General example | \left(a+bi\right)-\left(c+di\right)=\left(a-c\right)+\left(b-d\right)i |
---|---|
Numerical example | (2+3i)-(4+5i)=(2-4)+(3-5)i=-2-2i |
Multiplication: distribute in the same way as binomials, evaluate any powers of i, then combine any like terms
General example | \left(a+bi\right)\left(c+di\right)=ac+adi+bci+bdi^2=ac+\left(ad+bc\right)i+bdi^2=\left(ac-bd\right)+\left(ad+bc\right)i |
---|---|
Numerical example | (2+3i)(4+5i)=8+10i+12i+15i^2=8+(10+12)i+15i^2={(8-15)+(10+12)i}=-7+22i |
Notice the commutative, associative, and distributive properties were applied to perform these operations to complex numbers. Also notice that when we add, subtract, and multiply complex numbers, the answer is in the form of another complex number, a+bi. In other words, complex numbers are closed under addition, subtraction, and multiplication.
The following complex numbers are written in the form a+bi. State the values a and b.
-8+i
\dfrac{4}{7}
\sqrt{-40}
Simplify each of the following expressions. Justify each step using the commutative, associative, and distributive properties.
\left( -3 + 5 i\right) + \left(7-2 i\right)
(-6-i)-(8-5i)
\left( 2 - 4 i\right) \left(-4+2 i\right)
Rewrite x^{2} + 16 in form (a+bi)(c-di).
All numbers are complex numbers. They are in the form a+bi where a is the real part and bi is the imaginary part. Both parts together make one complex number.
We simplify complex numbers by combining the real parts with the imaginary parts. Sometimes, we have to evaluate powers of i and continue simplifying the expression.