Department of Mathematics --- College of Science --- University of Utah

Mathematics 1010 online

Complex Numbers

Recall how we built the number system : We started with the set of natural numbers, expanded it to the integers to make subtraction always possible, expanded them to rational numbers to make division always possible (except division by zero), and then expanded them to real numbers to account for the existence of numbers that manifestly are not rational.

We have to expand the numbers system one more time, to include complex numbers. Unfortunately it is not easy to motivate this expansion as compellingly as the previous expansions. Complex numbers have a tremendous range of applications, that will become apparent as you move on in Mathematics, Science, and Engineering, but they may be hard to appreciate at this stage.

For our purposes we start with the observation that there is no real number $ x $ such that

$\displaystyle x^2 = -1. $
This follows from the fact that the square of a positive number is positive, and that of a negative number is positive also. Thus there's no positive or negative number whose square is negative (and the square of zero of course is also non-negative).

We now take a leap of faith the kind of which sometimes gives mathematics a bad name. We don't know of a number satisfying the above equation, so we stipulate that there is a solution and we give it a name. We call it $ i $.

There are only two things about $ i $ we need to know and appreciate. One is the fact that

$\displaystyle i^2 = -1. $

The second fact is that we define the arithmetic operations with $ i $ such that the ordinary rules of arithmetic continue to hold.

Let's consider some consequences of this fact. We obtain in particular

\begin{displaymath}
\begin{array}{rclllllll}
i^0 &=& 1 \\
i^1 &=& i \\
i^2 &...
...es (-1) &=& 1 \\
i^5 &=& i^4 \times i &=& i \\
\end{array} \end{displaymath}
It is clear how this process continues. The powers of $ i $ with natural numbers as exponents are $ 1, i, -1, -i, 1, i, -1, -i \ldots $ and so on forever. We also have, for example, $ i+i = 2i $, $ 2i + 3 i = 5 i $, $ 1\times
i = i $, $ 0\times i = 0 $, etc. What about the sum of $ i $ and a real number like $ 3 $? In other words, what is $ 3+i $? There is no way to simplify that expression, and so we leave it as it is!

Let's take stock and introduce some language. The symbol $ i $ is called the imaginary unit. A complex number $ z $ is an expression that can be written in the form $ z=a+bi $ where $ a $ and $ b $ are real numbers (and $ b $ multiplies $ i $). That particular form is sometimes called the standard form of a complex number. $ a $ is called the real part of $ z $, and $ b $ is its imaginary part. If the real part of $ z $ is zero, and the imaginary part non-zero, then $ z $ is called an imaginary number. (If the imaginary part is zero, then $ z $ is a real number.) If you want to emphasize that the real part is zero you can call the number pure imaginary or purely imaginary.

Note that the imaginary part of a complex number is in fact a real number (and not, as you might reasonably expect, an imaginary number).

Consider, for example, the complex number $ z = 3 - 2i $. Its real part is $ 3 $, and its imaginary part is $ -2 $. The number $ v =
2(1+2i) $ is also a complex number. Its standard form is $ v =
2+4i $, its real part $ 2 $, and its imaginary part $ 4 $. The number $ 7i $ is imaginary, the number $ \pi $ is real. Both numbers are complex. In fact, all real numbers and all imaginary numbers are complex. On the other hand, some complex numbers are real, some are imaginary, and some are neither.

(A small aside: The textbook defines a complex number to be imaginary if its imaginary part is non-zero. According to that definition an imaginary number may have a non-zero real part. For example, the number $ 1+i $ would be imaginary. That definition is non-standard. I expect it's just a mistake. In any case you should not adopt that definition, it is not useful.)

The fact that some numbers are imaginary does not mean that they are inferior or mysterious, or somehow less than real. It just means they are complex numbers whose real part is zero. The word real in this context emerged in the course of history, but its modern meaning in our context is quite different from the meaning of "realistic". As far as a mathematician is concerned, real, imaginary, and complex numbers are all equally "realistic".

Here is one of the principles that make understanding mathematics possible:

You work with complex numbers as you would with ordinary algebraic expressions containing the variable $ i $, except that you replace $ i^2 $ with $ -1 $ wherever it occurs.

Let's look at the four basic operations. For the sake of illustration we'll combine the complex numbers $ z = 3 - 2i $ and $ w = -1+4i $. We'll also give the general formulas but you don't have to memorize them since the principle given in the previous paragraph tells you (almost) everything you need to know.

Addition

\begin{displaymath}
\begin{array}{rcl}
z+w &=& (3-2i) +(-1+4i) \\
&=& 3-2i-1+4i \\
&=& 2 + 2i \\
\end{array} \end{displaymath}
In general we have that
$\displaystyle (a+bi) + (c+di) = (a+c) + (b+d)i. $

Subtraction

\begin{displaymath}
\begin{array}{rcl}
z-w &=& (3-2i) -(-1+4i) \\
&=& 3-2i+1-4i \\
&=& 4 - 6i \\
\end{array} \end{displaymath}
In general we have that
$\displaystyle (a+bi) - (c+di) = (a-b) + (c-d)i. $

Multiplication

\begin{displaymath}
\begin{array}{rcl}
z\times w &=& (3-2i) \times (-1+4i) \\
...
...
&=& -3 + 14i -8\times (-1) \\
&=& 5 + 14i\\
\end{array} \end{displaymath}
In general we have that
$\displaystyle (a+bi)(c+di) = (ac-bd) + (ad+bc)i. $
That is a formula I definitely do not memorize, and you shouldn't burden your mind with it. Instead, when you multiply two complex numbers just figure out the product from the principle listed above.

Division

Division is a little more complicated. We have
$\displaystyle \frac{z}{w} =
\frac{3-2i}{-1+4i}. $
If you think about it, it's not even clear that that expression is a complex number. To see that in fact it is, and to figure out its standard form, we need the concept of a conjugate complex of a complex number. It is obtained by replacing the imaginary part with its negative. Conjugate complex numbers are usually denoted with a bar. For example, the conjugate complex $ \bar
z $of $ z $ is $ \bar z = 3 + 2i $ and the conjugate complex $ \bar w $ of $ w $ is $ bar w = -1 -4i $. In general
$\displaystyle \overline{a+bi} = a-bi. $
The significance of the complex of a conjugate complex number is that the product of a complex number and its conjugate complex is real! For example,
$\displaystyle \bar ww = (-1+4i)(-1-4i) = 1 +4i - 4i +16 = 17. $
In general
$\displaystyle (\overline{a+bi})(a+bi) = (a-bi)(a+bi) = a^2 +abi -abi+b^2 = a^2+b^2. $
This fact is so important that I'll restate it:
$\displaystyle z=a+bi \qquad\Longrightarrow\qquad \bar z z = a^2+b^2. $

We now return to the problem of dividing two complex numbers. We are bothered by the complex number in the denominator and we get rid of it by multiplying with its conjugate complex in the numerator and denominator. Hence

\begin{displaymath}
\begin{array}{rcl}
\displaystyle\frac{z}{w} &=& \displaystyl...
...\displaystyle -\frac{11}{17} - \frac{10}{17}i \\
\end{array} \end{displaymath}
The real part of $ z/w $ is $ -11/17 $ and its imaginary part is $ -10/17 $. When I first saw this trick some time ago I was awed! Surely you will have something to talk about at your next party!

In general we have

\begin{displaymath}
\begin{array}{rcl}
\displaystyle\frac{a+bi}{c+di} &=& \displ...
...frac{ac+bd}{c^2+d^2} + \frac{bc-ad}{c^2+d^2}i.\\
\end{array} \end{displaymath}
That is another formula you don't want to memorize! But you should be easily able to carry out a complex division by multiplying numerator and denominator with the conjugate complex of the denominator.