Paul's Online Notes
Paul's Online Notes
Home / Algebra / Preliminaries / Complex Numbers
Show Mobile Notice Show All Notes Hide All Notes
Mobile Notice
You appear to be on a device with a "narrow" screen width (i.e. you are probably on a mobile phone). Due to the nature of the mathematics on this site it is best views in landscape mode. If your device is not in landscape mode many of the equations will run off the side of your device (should be able to scroll to see them) and some of the menu items will be cut off due to the narrow screen width.

Section 1.7 : Complex Numbers

The last topic in this section is not really related to most of what we’ve done in this chapter, although it is somewhat related to the radicals section as we will see. We also won’t need the material here all that often in the remainder of this course, but there are a couple of sections in which we will need this and so it’s best to get it out of the way at this point.

In the radicals section we noted that we won’t get a real number out of a square root of a negative number. For instance, \(\sqrt { - 9} \) isn’t a real number since there is no real number that we can square and get a NEGATIVE 9.

Now we also saw that if \(a\) and \(b\) were both positive then \(\sqrt {ab} = \sqrt a \,\sqrt b \). For a second let’s forget that restriction and do the following.

\[\sqrt { - 9} = \sqrt {\left( 9 \right)\left( { - 1} \right)} = \sqrt 9 \sqrt { - 1} = 3\sqrt { - 1} \]

Now, \(\sqrt { - 1} \) is not a real number, but if you think about it we can do this for any square root of a negative number. For instance,

\[\begin{align*}\sqrt { - 100} & = \sqrt {100} \sqrt { - 1} = 10\sqrt { - 1} \\ \sqrt { - 5} & = \sqrt 5 \,\,\sqrt { - 1} \\ \sqrt { - 290} & = \sqrt {290} \,\,\sqrt { - 1} \hspace{0.25in}etc.\end{align*}\]

So, even if the number isn’t a perfect square we can still always reduce the square root of a negative number down to the square root of a positive number (which we or a calculator can deal with) times \(\sqrt { - 1} \).

So, if we just had a way to deal with \(\sqrt { - 1} \) we could actually deal with square roots of negative numbers. Well the reality is that, at this level, there just isn’t any way to deal with \(\sqrt { - 1} \) so instead of dealing with it we will “make it go away” so to speak by using the following definition.

\[\require{bbox} \bbox[2pt,border:1px solid black]{{i = \sqrt { - 1} }}\]

Note that if we square both sides of this we get,

\[\require{bbox} \bbox[2pt,border:1px solid black]{{{i^2} = - 1}}\]

It will be important to remember this later on. This shows that, in some way, \(i\) is the only “number” that we can square and get a negative value.

Using this definition all the square roots above become,

\[\begin{align*}\sqrt { - 9} & = 3\,i & \hspace{0.5in}\sqrt { - 100} & = 10\,i\\ \sqrt { - 5} & = \sqrt 5 \,i & \hspace{0.5in} \sqrt { - 290} & = \sqrt {290} \,i\end{align*}\]

These are all examples of complex numbers.

The natural question at this point is probably just why do we care about this? The answer is that, as we will see in the next chapter, sometimes we will run across the square roots of negative numbers and we’re going to need a way to deal with them. So, to deal with them we will need to discuss complex numbers.

So, let’s start out with some of the basic definitions and terminology for complex numbers. The standard form of a complex number is

\[a + bi\]

where \(a\) and \(b\) are real numbers and they can be anything, positive, negative, zero, integers, fractions, decimals, it doesn’t matter. When in the standard form \(a\) is called the real part of the complex number and \(b\) is called the imaginary part of the complex number.

Here are some examples of complex numbers.

\[3 + 5i\hspace{0.25in}\,\,\,\,\sqrt 6 - 10i\,\,\,\,\,\,\,\frac{4}{5} + i\,\,\,\,\,\,\,16i\,\,\,\,\,\,\,\,\,113\]

The last two probably need a little more explanation. It is completely possible that \(a\) or \(b\) could be zero and so in 16\(i\) the real part is zero. When the real part is zero we often will call the complex number a purely imaginary number. In the last example (113) the imaginary part is zero and we actually have a real number. So, thinking of numbers in this light we can see that the real numbers are simply a subset of the complex numbers.

The conjugate of the complex number \(a + bi\) is the complex number \(a - bi\). In other words, it is the original complex number with the sign on the imaginary part changed. Here are some examples of complex numbers and their conjugates.

\[\begin{array}{*{20}{c}}{{\mbox{complex number}}}&{\hspace{0.25in}{\mbox{conjugate}}}\\{3 + \frac{1}{2}i}&{\hspace{0.25in}3 - \frac{1}{2}i}\\{12 - 5i}&{\hspace{0.25in}12 + 5i}\\{1 - i}&{\hspace{0.25in}1 + i}\\{45i}&{\hspace{0.25in} - 45i}\\{101}&{\hspace{0.25in}101}\end{array}\hspace{0.25in}\]

Notice that the conjugate of a real number is just itself with no changes.

Now we need to discuss the basic operations for complex numbers. We’ll start with addition and subtraction. The easiest way to think of adding and/or subtracting complex numbers is to think of each complex number as a polynomial and do the addition and subtraction in the same way that we add or subtract polynomials.

Example 1 Perform the indicated operation and write the answers in standard form.
  1. \(\left( { - 4 + 7i} \right) + \left( {5 - 10i} \right)\)
  2. \(\left( {4 + 12i} \right) - \left( {3 - 15i} \right)\)
  3. \(5i - \left( { - 9 + i} \right)\)
Show Solution

There really isn’t much to do here other than add or subtract. Note that the parentheses on the first terms are only there to indicate that we’re thinking of that term as a complex number and in general aren’t used.

a \(\left( { - 4 + 7i} \right) + \left( {5 - 10i} \right) = 1 - 3i\)

b \(\left( {4 + 12i} \right) - \left( {3 - 15i} \right) = 4 + 12i - 3 + 15i = 1 + 27i\)

c \(5i - \left( { - 9 + i} \right) = 5i + 9 - i = 9 + 4i\)

Next let’s take a look at multiplication. Again, with one small difference, it’s probably easiest to just think of the complex numbers as polynomials so multiply them out as you would polynomials. The one difference will come in the final step as we’ll see.

Example 2 Multiply each of the following and write the answers in standard form.
  1. \(7i\left( { - 5 + 2i} \right)\)
  2. \(\left( {1 - 5i} \right)\left( { - 9 + 2i} \right)\)
  3. \(\left( {4 + i} \right)\left( {2 + 3i} \right)\)
  4. \(\left( {1 - 8i} \right)\left( {1 + 8i} \right)\)
Show All Solutions Hide All Solutions
a \(7i\left( { - 5 + 2i} \right)\) Show Solution

So all that we need to do is distribute the 7\(i\) through the parenthesis.

\[7i\left( { - 5 + 2i} \right) = - 35i + 14{i^2}\]

Now, this is where the small difference mentioned earlier comes into play. This number is NOT in standard form. The standard form for complex numbers does not have an \({i^2}\) in it. This however is not a problem provided we recall that

\[{i^2} = - 1\]

Using this we get,

\[7i\left( { - 5 + 2i} \right) = - 35i + 14\left( { - 1} \right) = - 14 - 35i\]

We also rearranged the order so that the real part is listed first.


b \(\left( {1 - 5i} \right)\left( { - 9 + 2i} \right)\) Show Solution

In this case we will FOIL the two numbers and we’ll need to also remember to get rid of the \({i^2}\).

\[\left( {1 - 5i} \right)\left( { - 9 + 2i} \right) = - 9 + 2i + 45i - 10{i^2} = - 9 + 47i - 10\left( { - 1} \right) = 1 + 47i\]

c \(\left( {4 + i} \right)\left( {2 + 3i} \right)\) Show Solution

Same thing with this one.

\[\left( {4 + i} \right)\left( {2 + 3i} \right) = 8 + 12i + 2i + 3{i^2} = 8 + 14i + 3\left( { - 1} \right) = 5 + 14i\]

d \(\left( {1 - 8i} \right)\left( {1 + 8i} \right)\) Show Solution

Here’s one final multiplication that will lead us into the next topic.

\[\left( {1 - 8i} \right)\left( {1 + 8i} \right) = 1 + 8i - 8i - 64{i^2} = 1 + 64 = 65\]

Don’t get excited about it when the product of two complex numbers is a real number. That can and will happen on occasion.

In the final part of the previous example we multiplied a number by its conjugate. There is a nice general formula for this that will be convenient when it comes to discussing division of complex numbers.

\[\left( {a + bi} \right)\left( {a - bi} \right) = {a^2} - abi + abi - {b^2}{i^2} = {a^2} + {b^2}\]

So, when we multiply a complex number by its conjugate we get a real number given by,

\[\require{bbox} \bbox[2pt,border:1px solid black]{{\left( {a + bi} \right)\left( {a - bi} \right) = {a^2} + {b^2}}}\]

Now, we gave this formula with the comment that it will be convenient when it came to dividing complex numbers so let’s look at a couple of examples.

Example 3 Write each of the following in standard form.
  1. \(\displaystyle \frac{{3 - i}}{{2 + 7i}}\)
  2. \(\displaystyle \frac{3}{{9 - i}}\)
  3. \(\displaystyle \frac{{8i}}{{1 + 2i}}\)
  4. \(\displaystyle \frac{{6 - 9i}}{{2i}}\)
Show All Solutions Hide All Solutions
Show Discussion

So, in each case we are really looking at the division of two complex numbers. The main idea here however is that we want to write them in standard form. Standard form does not allow for any \(i\)'s to be in the denominator. So, we need to get the \(i\)'s out of the denominator.

This is actually fairly simple if we recall that a complex number times its conjugate is a real number. So, if we multiply the numerator and denominator by the conjugate of the denominator we will be able to eliminate the \(i\) from the denominator.

Now that we’ve figured out how to do these let’s go ahead and work the problems.


a \(\displaystyle \frac{{3 - i}}{{2 + 7i}}\) Show Solution
\[\frac{{3 - i}}{{2 + 7i}} = \frac{{\left( {3 - i} \right)}}{{\left( {2 + 7i} \right)}}\frac{{\left( {2 - 7i} \right)}}{{\left( {2 - 7i} \right)}} = \frac{{6 - 23i + 7{i^2}}}{{{2^2} + {7^2}}} = \frac{{ - 1 - 23i}}{{53}} = - \frac{1}{{53}} - \frac{{23}}{{53}}i\]

Notice that to officially put the answer in standard form we broke up the fraction into the real and imaginary parts.


b \(\displaystyle \frac{3}{{9 - i}}\) Show Solution
\[\frac{3}{{9 - i}} = \frac{3}{{\left( {9 - i} \right)}}\frac{{\left( {9 + i} \right)}}{{\left( {9 + i} \right)}} = \frac{{27 + 3i}}{{{9^2} + {1^2}}} = \frac{{27}}{{82}} + \frac{3}{{82}}i\]

c \(\displaystyle \frac{{8i}}{{1 + 2i}}\) Show Solution
\[\frac{{8i}}{{1 + 2i}} = \frac{{8i}}{{\left( {1 + 2i} \right)}}\frac{{\left( {1 - 2i} \right)}}{{\left( {1 - 2i} \right)}} = \frac{{8i - 16{i^2}}}{{{1^2} + {2^2}}} = \frac{{16 + 8i}}{5} = \frac{{16}}{5} + \frac{8}{5}i\]

d \(\displaystyle \frac{{6 - 9i}}{{2i}}\) Show Solution

This one is a little different from the previous ones since the denominator is a pure imaginary number. It can be done in the same manner as the previous ones, but there is a slightly easier way to do the problem.

First, break up the fraction as follows.

\[\frac{{6 - 9i}}{{2i}} = \frac{6}{{2i}} - \frac{{9i}}{{2i}} = \frac{3}{i} - \frac{9}{2}\]

Now, we want the \(i\) out of the denominator and since there is only an \(i\) in the denominator of the first term we will simply multiply the numerator and denominator of the first term by an \(i\).

\[\frac{{6 - 9i}}{{2i}} = \frac{{3\left( i \right)}}{{i\left( i \right)}} - \frac{9}{2} = \frac{{3i}}{{{i^2}}} - \frac{9}{2} = \frac{{3i}}{{ - 1}} - \frac{9}{2} = - \frac{9}{2} - 3i\]

The next topic that we want to discuss here is powers of \(i\). Let’s just take a look at what happens when we start looking at various powers of \(i\).

\[\begin{align*}{i^1} & = i & \hspace{0.75in}{i^1} & = i\\ {i^2} & = - 1 & \hspace{0.75in}{i^2} & = - 1\\ {i^3} & = i \cdot {i^2} = - i & \hspace{0.75in}{i^3} & = - i\\ {i^4} & = {\left( {{i^2}} \right)^2} = {\left( { - 1} \right)^2} = 1 & \hspace{0.75in}{i^4} & = 1\\ {i^5} & = i \cdot {i^4} = i & \hspace{0.75in}{i^5} & = i\\ {i^6} & = {i^2} \cdot {i^4} = \left( { - 1} \right)\left( 1 \right) = - 1 & \hspace{0.75in} {i^6} & = - 1\\ {i^7} & = i \cdot {i^6} = - i & \hspace{0.75in}{i^7} & = - i\\ {i^8} & = {\left( {{i^4}} \right)^2} = {\left( 1 \right)^2} = 1 & \hspace{0.75in}{i^8} & = 1\end{align*}\]

Can you see the pattern? All powers if \(i\) can be reduced down to one of four possible answers and they repeat every four powers. This can be a convenient fact to remember.

We next need to address an issue on dealing with square roots of negative numbers. From the section on radicals we know that we can do the following.

\[6 = \sqrt {36} = \sqrt {\left( 4 \right)\left( 9 \right)} = \sqrt 4 \,\sqrt 9 = \left( 2 \right)\left( 3 \right) = 6\]

In other words, we can break up products under a square root into a product of square roots provided both numbers are positive.

It turns out that we can actually do the same thing if one of the numbers is negative. For instance,

\[6i = \sqrt { - 36} = \sqrt {\left( { - 4} \right)\left( 9 \right)} = \sqrt { - 4} \,\sqrt 9 = \left( {2i} \right)\left( 3 \right) = 6i\]

However, if BOTH numbers are negative this won’t work anymore as the following shows.

\[6 = \sqrt {36} = \sqrt {\left( { - 4} \right)\left( { - 9} \right)} \ne \sqrt { - 4} \,\sqrt { - 9} = \left( {2i} \right)\left( {3i} \right) = 6{i^2} = - 6\]

We can summarize this up as a set of rules. If \(a\) and \(b\) are both positive numbers then,

\[\begin{align*}\sqrt a \,\sqrt b & = \sqrt {ab} \\ \sqrt { - a} \,\sqrt b & = \sqrt { - ab} \\ \sqrt a \,\sqrt { - b} & = \sqrt { - ab} \\ & \\ \sqrt { - a} \,\sqrt { - b} & \ne \sqrt {\left( { - a} \right)\left( { - b} \right)} \end{align*}\]

Why is this important enough to worry about? Consider the following example.

Example 4 Multiply the following and write the answer in standard form. \[\left( {2 - \sqrt { - 100} } \right)\left( {1 + \sqrt { - 36} } \right)\]
Show Solution

If we were to multiply this out in its present form we would get,

\[\left( {2 - \sqrt { - 100} } \right)\left( {1 + \sqrt { - 36} } \right) = 2 + 2\sqrt { - 36} - \sqrt { - 100} - \sqrt { - 36} \,\sqrt { - 100} \]

Now, if we were not being careful we would probably combine the two roots in the final term into one which can’t be done!

So, there is a general rule of thumb in dealing with square roots of negative numbers. When faced with them the first thing that you should always do is convert them to complex number. If we follow this rule we will always get the correct answer.

So, let’s work this problem the way it should be worked.

\[\left( {2 - \sqrt { - 100} } \right)\left( {1 + \sqrt { - 36} } \right) = \left( {2 - 10i} \right)\left( {1 + 6i} \right) = 2 + 2i - 60{i^2} = 62 + 2i\]

The rule of thumb given in the previous example is important enough to make again. When faced with square roots of negative numbers the first thing that you should do is convert them to complex numbers.

There is one final topic that we need to touch on before leaving this section. As we noted back in the section on radicals even though \(\sqrt 9 = 3\) there are in fact two numbers that we can square to get 9. We can square both 3 and -3.

The same will hold for square roots of negative numbers. As we saw earlier \(\sqrt { - 9} = 3\,i\). As with square roots of positive numbers in this case we are really asking what did we square to get -9? Well it’s easy enough to check that 3\(i\) is correct.

\[{\left( {3i} \right)^2} = 9{i^2} = - 9\]

However, that is not the only possibility. Consider the following,

\[{\left( { - 3i} \right)^2} = {\left( { - 3} \right)^2}{i^2} = 9{i^2} = - 9\]

and so if we square -3\(i\) we will also get -9. So, when taking the square root of a negative number there are really two numbers that we can square to get the number under the radical. However, we will ALWAYS take the positive number for the value of the square root just as we do with the square root of positive numbers.