audio read-through Arithmetic with Complex Numbers

You may want to review: Complex Numbers

Whenever you get a new mathematical object (like complex numbers), you need to develop tools to work with the new object.

In this section, you'll learn how to do basic arithmetic and common tasks with complex numbers:

Remember the key fact:

$\,i:=\sqrt{-1}\,,$   so that   $\,i^2=-1$

Square Roots of Negative Numbers

Complex numbers allow us to compute the square root of negative numbers, like $\,\sqrt{-4}\,.$

Notice that: $$(2i)(2i) = 4i^2 = 4(-1) = -4$$

Thus, $\,2i\,$ is a (complex) number which, when squared, gives $\,-4\,.$

We write: $$\sqrt{-4}=2i$$

SQUARE ROOTS OF NEGATIVE NUMBERS

Let $\,p\,$ be a positive real number, so that $\,-p\,$ is a negative real number.

Then: $$ \cssId{s21}{\sqrt{\strut -p} = i\,\sqrt{\strut p}} $$

Some of my students like to think of it this way: You can slide a minus sign out of a square root, and in the process, it turns into the imaginary number $\,i\,$!

sliding a minus sign out of a square root

Here are some examples:

Two Different Questions; Two Different Answers

Recall these two different questions, with two different answers:

Similarly, there are two different questions involving complex numbers, with two different answers:

Powers of $\,i\,$

Let's look at powers of $\,i\,$:

$i^1 = \LARGE \color{green} i$ $i^2 = \LARGE \color{red} {-1}$ $i^3 = \LARGE \color{blue} {-i}$ $i^4 = \LARGE \color{purple} {1}$
$i^5 = \LARGE \color{green} i$ $i^6 = \LARGE \color{red} {-1}$ $i^7 = \LARGE \color{blue} {-i}$ $i^8 = \LARGE \color{purple} {1}$

Notice that the same four values occur over and over again:   $\,i\,,$  $\,-1\,,$  $\,-i\,,$  and $\,1\,.$ Multiplying by $\,i\,$ causes a $\,90^{\circ}\,$ counter-clockwise rotation (about the origin) in the complex plane!

multiplying by i in the complex plane

This makes it easy to compute the value of $\,i\,$ raised to any (whole number) power: just write the power as a multiple of four plus remainder, and notice that the remainder determines the final value, as illustrated below:

$i^{2959}$ original expression
$\ \ = i^{4(739)+3}$

How many piles of size $\,4\,$ can we get from $\,2959\,$?

First compute $\,2959/4 = 739.75\,$; you get $\,739\,$ piles, with some left over.

Take away these $\,739\,$ piles of $\,4\,$ to see what remains: $\,2959 - 4(739) = 3\,,$ so the remainder is $\,3\,.$

Thus, $\,2959 = 4(739) + 3\,.$ This is the name for $\,2959\,$ that we need!

$\ \ = i^{4(739)}\cdot i^3$ Use an exponent law:  $\,x^{m+n} = x^nx^m\,$
$\ \ = (i^4)^{739}\cdot i^3$ Use an exponent law:  $\,x^{mn} = (x^m)^n\,$
$\ \ = 1^{739}\cdot i^3$ since $\,i^4 = 1$
$\ \ = i^3$ Use the special properties of $\,1\,$; note that the only number in the exponent is the remainder term!
$\ \ = -i$ It's a lot easier to compute $\,i\,$ to the third power, rather than the $\,2959^{\text{th}}\,$ power! Ah, the power of renaming!

(A careful reader may be concerned about using the laws of exponents with non-real numbers; rest assured that their use here is fine.)

Adding and Subtracting Complex Numbers

Adding and subtracting complex numbers is easy: just work with the real and imaginary parts separately.

Here are some examples, where real terms are colored red and imaginary terms are colored blue:

$$ \begin{align} &\cssId{s103}{(\color{red}{3}\color{blue}{+ 4i}) + (\color{red}{-7}\color{blue}{+ 5i})}\cr &\quad \cssId{s104}{=\ \ \color{red}{3-7} \color{blue}{+ 4i + 5i}}\cr &\quad \cssId{s105}{=\ \ \color{red}{-4} \color{blue}{+ 9i}}\cr\cr &\cssId{s106}{\color{blue}{i} \color{red}{- 3} \color{blue}{+ 2i - 5i} \color{red}{+ 6}}\cr &\quad \cssId{s107}{=\ \ \color{red}{-3 + 6} \color{blue}{+ i + 2i - 5i}}\cr &\quad \cssId{s108}{=\ \ \color{red}{3} \color{blue}{- 2i}} \end{align} $$

When doing problems like this, it might be easiest to make two passes through the expression: on the first pass, combine all the real parts; on the second pass, combine all the imaginary parts.

Notice how the distributive law is used in the next example:

$$ \begin{align} &\cssId{s113}{(2+3i) - (1-4i)}\cr &\quad \cssId{s114}{=\ \ 2+3i - 1 + 4i}\cr &\quad \cssId{s115}{=\ \ 1 + 7i} \end{align} $$

Precisely, we have:

ADDING AND SUBTRACTING COMPLEX NUMBERS

Let $\,a\,,$ $\,b\,,$ $\,c\,,$ and $\,d\,$ be real numbers, and let $\,i:=\sqrt{-1}\,.$

Then,

$$ \begin{align} &\cssId{s121}{(a+bi)\, + \, (c+di)}\cr &\qquad \cssId{s122}{=\ (a+c) + (b+d)i}\cr\cr &\cssId{s123}{(a+bi)\, - \, (c+di)}\cr &\qquad \cssId{s124}{=\ (a-c) + (b-d)i} \end{align} $$

Multiplying Complex Numbers

Multiplying complex numbers is also easy: just use FOIL! For example,

$(3-4i)(2+5i)$ original expression
$\ \ = 6 + 15i - 8i -20i^2$ FOIL
$\ \ = 6 + 7i - 20(-1)$ combine like terms; $\,i^2 = -1\,$
$\ \ = 26 + 7i$ simplify

Since you'll just think of using FOIL, you certainly won't memorize the following result. It is included here only for completeness:

MULTIPLYING COMPLEX NUMBERS

Let $\,a\,,$ $\,b\,,$ $\,c\,,$ and $\,d\,$ be real numbers, and let $\,i:=\sqrt{-1}\,.$

Then:

$$ \begin{align} &\cssId{s144}{(a+bi)(c+di)}\cr &\qquad \cssId{s145}{=\ (ac-bd) + (ad+bc)i} \end{align} $$

Finding All Complex Number Solutions for Simple Quadratic Equations

Question:   Find all complex number solutions of the equation $\,x^2 + 5 = 2\,.$ Be sure to write a nice, clean list of equivalent equations.
Solution: $$ \begin{gather} \cssId{s151}{x^2 + 5 = 2}\cr\cr \cssId{s152}{x^2 = -3}\cr\cr \cssId{s153}{x = \pm\sqrt{-3}}\cr\cr \cssId{s154}{x = \pm i\sqrt{3}} \end{gather} $$

Concept Practice