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. 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.
Definition A.2.1.
The imaginary unit
\(i\) satisfies the two following properties:
-
\(\displaystyle i^2 = -1\)
-
If
\(c\) is a real number with
\(c \geq 0\) then
\(\sqrt{-c} = i \sqrt{c}\)
Property 1 in the previous definition establishes that \(i\) does act as a square root 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, 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.
-
\(\displaystyle (1-2i) - (3+4i)\)
-
\(\displaystyle (1-2i)(3+4i)\)
-
\(\displaystyle \dfrac{1-2i}{3-4i}\)
-
\(\displaystyle \sqrt{-3} \sqrt{-12}\)
-
\(\displaystyle \sqrt{(-3)(-12)}\)
-
\(\displaystyle (x-[1+2i])(x-[1-2i])\)
Solution.
-
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.
-
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*}
-
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*}
-
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{.}\)
-
We adhere to the order of operations here and perform the multiplication before the radical to get
\(\sqrt{(-3)(-12)} = \sqrt{36} = 6\text{.}\)
-
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 A.2.3. Properties of the Complex Conjugate.
Let
\(z\) and
\(w\) be complex numbers.
-
\(\displaystyle \overline{\overline{z}} = z\)
-
\(\displaystyle \overline{z+w} = \overline{z} + \overline{w}\)
-
\(\displaystyle \overline{zw} = \overline{z} \, \overline{w}\)
-
\(\overline{z^{n}} = \left(\overline{z}\right)^n\text{,}\) for any natural number
\(n\)
-
\(z\) is a real number if and only if
\(\overline{z} = z\text{.}\)
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. 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.
-
\(\displaystyle \dfrac{2x}{x+1} = x+3\)
-
\(\displaystyle 2t^4 = 9t^2 + 5\)
-
\(\displaystyle z^3 + 1 = 0\)
Solution.
-
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.
-
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{.}\)
-
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.
Theorem A.2.5. Discriminant Theorem.
Given a Quadratic Equation
\(ax^2 + bx + c = 0\text{,}\) where
\(a\text{,}\) \(b\) and
\(c\) are real numbers, let
\(D = b^2 - 4ac\) be the discriminant.
-
If
\(D > 0\text{,}\) there are two distinct real number solutions to the equation.
-
If
\(D = 0\text{,}\) there is one (repeated) real number solution.
βRepeatedβ here comes from the fact that βbothβ solutions
\(\frac{-b
\pm 0}{2a}\) reduce to
\(-\frac{b}{2a}\text{.}\)
-
If
\(D < 0\text{,}\) there are two non-real solutions which form a complex conjugate pair.