Skip to main content

Section A.2 Complex Numbers

The equation \(x^{2} + 1 = 0\) has no real number solutions. However, it would have solutions if we could make sense of \(\sqrt{-1}\text{.}\) The Complex Numbers do just that - they give us a mechanism for working with \(\sqrt{-1}\text{.}\) As such, the set of complex numbers fill in an algebraic gap left by the set of real numbers.
Here’s the basic plan. There is no real number \(x\) with \(x^2 = -1\text{,}\) since for any real number \(x^2 \geq 0\text{.}\) However, we could formally extract square roots and write \(x = \pm \sqrt{-1}\text{.}\) We build the complex numbers by relabeling the quantity \(\sqrt{-1}\) as \(i\text{,}\) the unfortunately misnamed imaginary unit.
 1 
Some Technical Mathematics textbooks label it β€˜\(j\)’. While it carries the adjective β€˜imaginary’, these numbers have essential real-world implications. For example, every electronic device owes its existence to the study of β€˜imaginary’ numbers.
The number \(i\text{,}\) while not a real number, is defined so that it plays along well with real numbers and acts very much like any other radical expression. For instance, \(3(2i) = 6i\text{,}\) \(7i-3i = 4i\text{,}\) \((2-7i) + (3 + 4i) = 5-3i\text{,}\) and so forth. The key properties which distinguish \(i\) from the real numbers are listed below.
Property 1 in the previous definition establishes that \(i\) does act as a square root
 2 
Note the use of the indefinite article β€˜a’. Whatever beast is chosen to be \(i\text{,}\) \(-i\) is the other square root of \(-1\text{.}\)
of \(-1\text{,}\) and property 2 establishes what we mean by the β€˜principal square root’ of a negative real number. In property 2, it is important to remember the restriction on \(c\text{.}\) For example, it is perfectly acceptable to say \(\sqrt{-4} = i \sqrt{4} = i(2) = 2i\text{.}\) However, \(\sqrt{-(-4)} \neq i \sqrt{-4}\text{,}\) otherwise, we’d get
\begin{equation*} 2 = \sqrt{4} = \sqrt{-(-4)} = i \sqrt{-4} = i (2i) = 2i^2 = 2(-1) = -2, \end{equation*}
which is unacceptable. The moral of this story is that the general properties of radicals do not apply for even roots of negative quantities. With Definition DefinitionΒ A.2.1 in place, we can define the set of complex numbers.
A complex number is a number of the form \(a+bi\text{,}\) where \(a\) and \(b\) are real numbers and \(i\) is the imaginary unit. The set of complex numbers is denoted \(\mathbb{C}\text{.}\)
Complex numbers include things you’d normally expect, like \(3+2i\) and \(\frac{2}{5} - i\sqrt{3}\text{.}\) However, don’t forget that \(a\) or \(b\) could be zero, which means numbers like \(3i\) and \(6\) are also complex numbers. In other words, don’t forget that the complex numbers include the real numbers,
 3 
In the language of set notation, \(\R \subseteq \C\text{.}\)
so \(0\) and \(\pi - \sqrt{21}\) are both considered complex numbers. The arithmetic of complex numbers is as you would expect. The only things you need to remember are the two properties above. The next example should help recall how these animals behave.

Example A.2.2.

Perform the indicated operations.
  1. \(\displaystyle (1-2i) - (3+4i)\)
  2. \(\displaystyle (1-2i)(3+4i)\)
  3. \(\displaystyle \dfrac{1-2i}{3-4i}\)
  4. \(\displaystyle \sqrt{-3} \sqrt{-12}\)
  5. \(\displaystyle \sqrt{(-3)(-12)}\)
  6. \(\displaystyle (x-[1+2i])(x-[1-2i])\)
Solution.
  1. As mentioned earlier, we treat expressions involving \(i\) as we would any other radical. We distribute and combine like terms:
    \begin{align*} (1-2i) - (3+4i) \amp = 1-2i-3-4i \amp \text{Distribute} \\ \amp = -2 - 6i \amp \text{Gather like terms} \text{.} \end{align*}
    Technically, we’d have to rewrite our answer \(-2-6i\) as \((-2) + (-6)i\) to be (in the strictest sense) β€˜in the form \(a+bi\)’. That being said, even pedants have their limits, so \(-2-6i\) is good enough.
  2. Using the Distributive Property (a.k.a. F.O.I.L.), we get
    \begin{align*} (1-2i)(3+4i)\amp = (1)(3) + (1)(4i) - (2i)(3) - (2i)(4i) \amp \text{F.O.I.L.} \\ \amp = 3+4i-6i-8i^2 \amp \\ \amp = 3 - 2i - 8(-1) \amp \text{$i^2=-1$} \\ \amp = 3 - 2i + 8 \amp \\ \amp = 11 - 2i \amp \text{.} \end{align*}
  3. How in the world are we supposed to simplify \(\frac{1-2i}{3-4i}\text{?}\) Well, we deal with the denominator \(3-4i\) as we would any other denominator containing two terms, one of which is a square root. We multiply both numerator and denominator by \(3+4i\text{,}\) the (complex) conjugate of \(3 - 4i\text{.}\) Doing so produces
    \begin{align*} \dfrac{1-2i}{3-4i} \amp = \dfrac{(1-2i)(3+4i)}{(3-4i)(3+4i)} \amp \text{Equivalent Fractions} \\ \amp = \dfrac{3 + 4i - 6i - 8i^2}{9 - 16i^2} \amp \text{F.O.I.L.}\\ \amp = \dfrac{3 - 2i - 8(-1)}{9 - 16(-1)} \amp \text{$i^2 =-1$}\\ \amp = \dfrac{11 - 2i}{25} \amp\\ \amp = \dfrac{11}{25} - \dfrac{2}{25} \, i \amp \text{.} \end{align*}
  4. We use property 2 of Definition DefinitionΒ A.2.1 first, then apply the rules of radicals applicable to real numbers to get \(\sqrt{-3} \sqrt{-12} = \left(i \sqrt{3}\right) \left(i \sqrt{12}\right) = i^2 \sqrt{3\cdot 12} = -\sqrt{36} = -6\text{.}\)
  5. We adhere to the order of operations here and perform the multiplication before the radical to get \(\sqrt{(-3)(-12)} = \sqrt{36} = 6\text{.}\)
  6. We brute force multiply using the distributive property and find that
    \begin{align*} (x-[1+2i])(x-[1-2i]) \amp = x^2 -x[1-2i]-x[1+2i]+[1-2i][1+2i]\\ \amp = x^2-x+2ix-x-2ix+1-2i+2i-4i^2 \\ \amp = x^2-2x + 1-4(-1)\\ \amp = x^2 -2x +5 \text{.} \end{align*}
In the previous example, we used the β€˜conjugate’ idea from simplifying radical equations to divide two complex numbers. More generally, the complex conjugate of a complex number \(a+bi\) is the number \(a-bi\text{.}\) The notation commonly used for complex conjugation is a β€˜bar’: \(\overline{a+bi} = a-bi\text{.}\) For example, \(\overline{3+2i} = 3-2i\) and \(\overline{3-2i} = 3+2i\text{.}\) To find \(\overline{6}\text{,}\) we note that \(\overline{6} = \overline{6+0i}= 6 - 0i = 6\text{,}\) so \(\overline{6} = 6\text{.}\) Similarly, \(\overline{4i} = -4i\text{,}\) since \(\overline{4i} = \overline{0 + 4i} = 0 - 4i = -4i\text{.}\) Note that \(\overline{3+\sqrt{5}} = 3 + \sqrt{5}\text{,}\) not \(3 - \sqrt{5}\text{,}\) since \(\overline{3+\sqrt{5}} = \overline{3+\sqrt{5} + 0i} = 3+\sqrt{5} - 0i = 3+\sqrt{5}\text{.}\) Here, the conjugation specified by the β€˜bar’ notation involves reversing the sign before \(i = \sqrt{-1}\text{,}\) not before \(\sqrt{5}\text{.}\) The properties of the conjugate are summarized in the following theorem.
Theorem TheoremΒ A.2.3 says in part that complex conjugation works well with addition, multiplication and powers. The proofs of these properties can best be achieved by writing out \(z = a+bi\) and \(w = c+di\) for real numbers \(a\text{,}\) \(b\text{,}\) \(c\) and \(d\text{.}\) Next, we compute the left and right sides of each equation and verify that they are the same.
The proof of the first property is a very quick exercise.
 4 
Trust us on this.
To prove the second property, we compare \(\overline{z+w}\) with \(\overline{z} + \overline{w}\text{.}\) We have \(\overline{z} + \overline{w} = \overline{a+bi} + \overline{c+di} = a-bi + c-di\text{.}\) To find \(\overline{z+w}\text{,}\) we first compute
\begin{equation*} z+w = (a+bi) + (c+di) = (a+c)+(b+d)i \end{equation*}
so
\begin{equation*} \overline{z+w} = \overline{(a+c)+(b+d)i} = (a+c) - (b+d)i = a+c - bi - di = a - bi + c - di = \overline{z} + \overline{w} \end{equation*}
As such, we have established \(\overline{z+w} = \overline{z}+\overline{w}\text{.}\) The proof for multiplication works similarly. The proof that the conjugate works well with powers can be viewed as a repeated application of the product rule, and is best proved using a technique called Mathematical Induction. The last property is a characterization of real numbers. If \(z\) is real, then \(z = a + 0i\text{,}\) so \(\overline{z} = a - 0i = a = z\text{.}\) On the other hand, if \(z=\overline{z}\text{,}\) then \(a+bi = a - bi\) which means \(b=-b\) so \(b=0\text{.}\) Hence, \(z = a +0i = a\) and is real.
We now return to the business of solving quadratic equations. Consider \(x^2-2x+5 = 0\text{.}\) The discriminant \(b^2 - 4ac = -16\) is negative, so we know that there are no real solutions, since the Quadratic Formula would involve the term \(\sqrt{-16}\text{.}\) Complex numbers, however, are built just for such situations, so we can go ahead and apply the Quadratic Formula to get:
\begin{equation*} x = \dfrac{-(-2) \pm \sqrt{(-2)^2-4(1)(5)}}{2(1)} = \dfrac{2 \pm \sqrt{-16}}{2} = \dfrac{2 \pm 4i}{2} = 1 \pm 2i. \end{equation*}

Example A.2.4. .

Find the complex solutions to the following equations.
 5 
Remember, all real numbers are complex numbers, so β€˜complex solutions’ means both real and non-real answers.
  1. \(\displaystyle \dfrac{2x}{x+1} = x+3\)
  2. \(\displaystyle 2t^4 = 9t^2 + 5\)
  3. \(\displaystyle z^3 + 1 = 0\)
Solution.
  1. Clearing fractions yields a quadratic equation so we then proceed via normal quadratic equation methods.
    \begin{align*} \dfrac{2x}{x+1} \amp = x+3\\ 2x \amp = (x+3)(x+1) \amp \text{Multiply by $(x+1)$ to clear denominators} \\ 2x \amp = x^2 + x + 3x + 3 \amp \text{F.O.I.L.}\\ 2x \amp = x^2 + 4x + 3 \amp \text{Gather like terms}\\ 0 \amp = x^2 + 2x + 3 \amp \text{Subtract $2x$}\text{.} \end{align*}
    From here, we apply the Quadratic Formula
    \begin{align*} x \amp = \dfrac{-2 \pm \sqrt{2^2 - 4(1)(3)}}{2(1)} \amp\text{Quadratic Formula}\\ \amp = \dfrac{-2 \pm \sqrt{-8}}{2} \amp \text{Simplify} \\ \amp = \dfrac{-2 \pm i \sqrt{8}}{2} \amp \text{Definition of $i$}\\ \amp = \dfrac{-2 \pm i 2\sqrt{2}}{2} \amp \text{Product Rule for Radicals}\\ \amp = \dfrac{\cancel{2}(-1 \pm i\sqrt{2})}{\cancel{2}} \amp \text{Factor and reduce}\\ \amp = -1 \pm i \sqrt{2} \amp\text{.} \end{align*}
    We get two answers: \(x = -1 + i\sqrt{2}\) and its conjugate \(x = -1 - i\sqrt{2}\text{.}\) Checking both of these answers reviews all of the salient points about complex number arithmetic and is therefore strongly encouraged.
  2. Since we have three terms, and the exponent on one term (β€˜\(4\)’ on \(t^4\)) is exactly twice the exponent on the other (β€˜\(2\)’ on \(t^2\)), we have a Quadratic in Disguise. We proceed accordingly.
    \begin{align*} 2t^4 \amp = 9t^2 + 5 \amp\\ 2t^4 - 9t^2 - 5 \amp = 0 \amp \text{Subtract $9t^2$ and $5$}\\ (2t^2 + 1)(t^2 - 5) \amp = 0 \amp \text{Factor}\\ 2t^2 + 1 = 0 \amp \text{ or } t^2 = 5 \amp \text{Zero Product Property} \text{.} \end{align*}
    From \(2t^2 + 1 = 0\) we get \(2t^2 = -1\text{,}\) or \(t^2 = -\frac{1}{2}\text{.}\) We extract square roots as follows:
    \begin{equation*} t = \pm \sqrt{-\dfrac{1}{2}} = \pm i \sqrt{\dfrac{1}{2}} = \pm i \dfrac{\sqrt{1}}{\sqrt{2}} = \pm i \dfrac{1}{\sqrt{2}} = \pm \dfrac{i \sqrt{2}}{2}, \end{equation*}
    where we have rationalized the denominator per convention. From \(t^2 = 5\text{,}\) we get \(t = \pm \sqrt{5}\text{.}\) In total, we have four complex solutions - two real: \(t = \pm \sqrt{5}\) and two non-real: \(t = \pm \frac{i \sqrt{2}}{2}\text{.}\)
  3. To find the real solutions to \(z^3 + 1 = 0\text{,}\) we can subtract the \(1\) from both sides and extract cube roots: \(z^3 = -1\text{,}\) so \(z = \sqrt[3]{-1} = -1\text{.}\) It turns out there are two more non-real complex number solutions to this equation. To get at these, we factor:
    \begin{align*} z ^ 3 + 1 \amp = 0 \amp \\ (z + 1)(z^2 - z + 1) \amp = 0 \amp \text{Factor (Sum of Two Cubes)}\\ z + 1 = 0\amp \text{ or } z^2 - z + 1 = 0 \amp \text{.} \end{align*}
    From \(z+1 = 0\text{,}\) we get our real solution \(z = -1\text{.}\) From \(z^2 -z + 1 = 0\text{,}\) we apply the Quadratic Formula to get:
    \begin{equation*} z = \dfrac{-(-1) \pm \sqrt{(-1)^2 - 4(1)(1)}}{2(1)} = \dfrac{1 \pm \sqrt{-3}}{2} = \dfrac{1 \pm i\sqrt{3}}{2} \end{equation*}
    Thus we get three solutions to \(z^3 + 1 = 0\) - one real: \(z = -1\) and two non-real: \(z = \frac{1 \pm i\sqrt{3}}{2}\text{.}\) As always, the reader is encouraged to test their algebraic mettle and check these solutions.
It is no coincidence that the non-real solutions to the equations in Example ExampleΒ A.2.4 appear in complex conjugate pairs. Any time we use the Quadratic Formula to solve an equation with coefficients, the answers will form a complex conjugate pair owing to the \(\pm\) in the Quadratic Formula.