Skip to main content

Section 1.1 Arithmetic Review

We start with a review of arithmetic. As the student progresses beyond the first year of calculus, they will find that complex numbers begin to appear with striking regularity, often to dramatically simplify various problems. So, we want to have some familiarity with them. Furthermore, a review of arithmetic gives us a chance to remember some mathematical vocabulary we learned in elementary school, but have surely forgotten.
First, we should remember the notation for different sets of numbers:
  • \(\displaystyle \mathbb{N} = \text{the natural numbers} = \{0, 1, 2, 3, ... \} \)
  • \(\displaystyle \mathbb{Z} = \text{the integers} = \{... -2, -1, 0, 1, 2, ... \} \)
  • \(\displaystyle \mathbb{Q} = \text{the rational numbers (or fractions)} = \left\{\frac{a}{b} : a, b \in \mathbb{Z} , b \ne 0 \right\} \)
  • \(\displaystyle \mathbb{R} = \text{the real numbers} = \{\text{ ?good question? }\} \)
At this point it is worth clarifying that this is not an analysis course, so we are not going to honestly answer the question of what a real number ‘is’ - i.e. we are not going to give the abstract definition of real numbers. However, we are happy to understand the computational side of these numbers as numbers with potentially infinite decimal expansions. Of course, we also know these numbers as points on the real line (the geometric viewpoint).
By the way, did you notice the notation in the definition of the rationals? Let’s take another look at it
\begin{equation*} \mathbb{Q} = \left\{\frac{a}{b} : a, b \in \mathbb{Z} , b \ne 0 \right\} \end{equation*}
This notation denotes a set of elements (written before the colon) which satisfy some conditions (listed after the colon). So written out it says that \(\mathbb{Q}\) is ‘the set of expressions \(\frac{a}{b}\) where \(a\) and \(b\) are integers and \(b\) is not zero’. Sometimes the colon : will be replaced with a vertical line \(\vert\text{,}\) but the meaning is the same. As this is a standard way of writing sets, let’s record the format again as
\begin{equation*} \left\{ \text{elements} : \text{condition 1}, \text{condition 2}, ... \right\} \end{equation*}
Back to numbers now! In all of the familiar examples above, we have ways of combining our numbers through addition and multiplication. Early on, we become accustomed to using some fundamental properties which we list here:
Identities
The elements \(0\) and \(1\) are identities for addition and multiplication respectively
\begin{equation*} a + 0 = a = 0 + a \end{equation*}
\begin{equation*} a\cdot 1 = a = 1 \cdot a, \end{equation*}
Commutativity
If we combine two numbers \(a\) and \(b\text{,}\) we can combine \(a\) with \(b\) or \(b\) with \(a\) and we will get the same result
\begin{equation*} a + b = b + a, \end{equation*}
\begin{equation*} a b = b a, \end{equation*}
Associativity
If we are to combine numbers \(a, b, c\text{,}\) it does not matter which two we combine first
\begin{equation*} (a + b) + c = a + (b + c), \end{equation*}
\begin{equation*} (a b) c = a (b c), \end{equation*}
Distributive Property
Multiplying the sum \(b + c\) by \(a\) is the same as summing the products \(ab\) and \(ac\)
\begin{equation*} a (b + c) = ab + ac . \end{equation*}
We will not be overly concerned with these properties (as you will be when you take a modern algebra course!). However, some do end up breaking down with a few of the new operations that we will define, so it’s worth being aware of their names and meaning.

Definition 1.1.1.

A complex number is a number of the form \(z = a + b i\) where \(a\) and \(b\) are real numbers and \(i\) satisfies the equation
\begin{equation*} i^2 = -1 \text{.} \end{equation*}
The number \(a\) is called the real part of \(z\) and \(b\) the imaginary part. Addition of two complex numbers is accomplished by adding their real and imaginary parts respectively
\begin{equation*} (a_1 + b_1 i ) + (a_2 + b_2 i) = (a_1 + a_2) + (b_1 + b_2 ) i. \end{equation*}
Multiplication of two complex numbers is accomplished using the distributive and commutative properties (sometimes called foiling).
\begin{align*} (a_1 + b_1 i ) (a_2 + b_2 i) \amp = (a_1 + b_1 i ) a_2 + (a_1 + b_1 i ) b_2 i, \\ \amp = a_1 a_2 + b_1 a_2 i + a_1 b_2 i + b_1 b_2 i^2, \\ \amp = (a_1 a_2 - b_1 b_2 ) + (b_1 a_2 + a_1 b_2 ) i. \end{align*}
The set of complex numbers is denoted \(\mathbb{C}\) and now that we have an abstract and computational definition of them, we should take a look at their geometry. We note that a complex number \(z = a + bi\) can be made into a point \((a,b)\) in the Cartesian plane \(\mathbb{R}^2\text{.}\) By taking this identification seriously, we sometimes call \(\mathbb{C}\) the complex plane and use this to motivate the conjugate and norm:
Conjugate
The conjugate \(\bar{z}\) of \(z = a + bi\) is the reflection of \(z\) over the \(x\)-axis,
\begin{equation*} \bar{z} = a - bi, \end{equation*}
Norm
The norm \(|z|\) of \(z = a + bi\) is its distance to the origin
\begin{equation*} |z| = \sqrt{a^2 + b^2} . \end{equation*}
As it turns out, viewing complex numbers as points on the plane makes more and more sense as you consider their arithmetic. For example, we can think of addition of a given number \(z\) as an operation on the entire plane at once (in particular as a function) as follows
\begin{equation*} T_z (w ) := w + z. \end{equation*}
If you’ve never seen \(:=\) before, it means we are defining the left hand side by the right hand side. So we think of addition by \(z\) as a function on all of \(\mathbb{C}\text{.}\) What does it do? Well a little sketching shows that it translates the plane exactly by a vector connecting \(0\) to \(z\text{.}\) More on this later!
If addition can be thought of as translation, then what about multiplication? We know from elementary school that multiplication by a positive real number will ‘scale’ another number and that still holds when you multiply all complex numbers by a positive real number.
But to understand multiplication by a complex number, it is very helpful to remember a little calculus. Recall Taylor’s Theorem tells us that
\begin{equation*} e^x = 1 + x + \frac{x^2}{2!} + \frac{x^3}{3!} + \cdots . \end{equation*}
If you were very excited about this theorem (and you should have been!), then you may have also computed a few other series, like
\begin{align*} \sin (x) \amp = x - \frac{x^3}{3!} + \frac{x^5}{5!} - \cdots , \\ \cos (x) \amp = 1 - \frac{x^2}{2!}+ \frac{x^4}{4!} - \cdots. \end{align*}
Of course, these equations involve functions of a real number \(x\text{.}\) Nevertheless, for these functions this restriction turns out not to be necessary and in fact all of these equations hold for a complex number \(x\) (by which we mean they are convergent power series with radius of convergence \(= \infty\text{.}\) This will be worked out and proven in a complex analysis course). In particular, if we take the purely imaginary number \(x = i \theta\) where \(\theta\) is any real number, we obtain Euler’s formula
\begin{align*} e^{i \theta} \amp = 1 + i \theta + \frac{(i \theta)^2}{2!} + \frac{(i \theta)^3}{3!}+ \frac{(i \theta)^4}{4!} + \frac{(i \theta)^5}{5!} +\cdots , \\ \amp = 1 + i \theta - \frac{ \theta^2}{2!} - i \frac{ \theta^3}{3!}+ \frac{ \theta^4}{4!} + i\frac{ \theta^5}{5!} -\cdots , \\ \amp = \left( 1- \frac{\theta^2}{2!}+ \frac{\theta^4}{4!} - \cdots \right) + i \left(\theta - \frac{\theta^3}{3!} + \frac{\theta^5}{5!} - \cdots \right), \\ \amp = \cos \theta + i \sin \theta . \end{align*}
Upon seeing this, you may say ‘So what’s the big deal?’ After all, this is some equation that relates a tremendously confusing expression \(e^{i \theta}\) to a newly introduced set of complex numbers. Let’s take a closer look though to see the power contained in this equation. For a fixed \(\theta\text{,}\) the right hand side is just a complex number, which we’ve identified with the point \((\cos \theta , \sin \theta )\) on the plane. That type of point should look familiar to you because it lies on the unit circle making an angle of \(\theta\) with the positive \(x\)-axis. Moreover, all points on the unit circle are of this form. So our first observation is that the unit circle is the set of points hit by exponentiating a purely imaginary number... which is pretty cool.
However, you’ll recall that we started this memory tour of calculus by trying to understand multiplication of complex numbers. We noted above that multiplying by a positive real number \(r\) just scales a complex number. But any point on the plane is a scaled version of a unique point on the unit circle (except zero, where you lose uniqueness). So every complex number \(z\) can be written in the form
\begin{equation} z = r e^{i \theta }\tag{1.1.1} \end{equation}
for some real number \(\theta\) and non-negative real number \(r\text{.}\) Again, when \(z \ne 0\text{,}\) \(r > 0\) and \(0 \leq \theta \lt 2\pi\text{,}\) this expression is unique.
Well, what happens if we multiply two of them \(re^{i\theta}\) and \(se^{i\phi}\text{?}\) You can answer this question easily if you are assured of the fact that the usual rules do indeed apply (and I assure you that they do). You will compute
\begin{equation} re^{i\theta} se^{i \phi} = (rs) e^{i\theta + i \phi} = (rs) e^{i(\theta + \phi)}\tag{1.1.2} \end{equation}
seeing that the scales multiply and the angles add. If \(r = 1\) so \(e^{i \theta}\) is on the unit circle, you see that multiplication just rotates \(s e^{i \phi}\) by \(\theta\) counter-clockwise around the origin. So complex multiplication encodes scaling and rotation!
While there are many more points to make about the geometry of complex numbers, we will put these on hold and return to the abstract and computational picture. It may be surprising that the complex numbers satisfy all of the familiar arithmetic properties we mentioned earlier, but in fact they satisfy an even more amazing property which is at the root (pun intended) of their importance.
Notice that this is not the case for the real numbers. For example, the equation \(x^2 + 1 = 0\) does not have a real solution.
The proof of this theorem is beyond the scope of this course, and we should note that it is not in any way a constructive theorem. By this I mean that, while the theorem asserts the existence of a solution, in general finding an exact solution is impossible (although when \(n = 1,2,3,4\) it is possible). Even so, the result can be used to understand the behavior of many different systems as we will see when we get to diagonalization techniques.

Exercises Exercises

1.

Specify a number system and operation satsifying the properties:
(a)
The operation is commutative but not associative.
(b)
The operation is not commutative.

2.

Let \(z = -1 - i\) and \(w = 1 - i\text{.}\)
(a)
Compute \(z + w\text{.}\)
(b)
Compute \(z \cdot w\text{.}\)
(c)
Express \(z\) and \(w\) in the form \(re^{i\theta}\) (i.e. in each case identify \(r\) and \(\theta\)).
(d)
Compute \(z^8\text{.}\) For both the grader and your sake, please do it cleverly.

3.

Find the complex number \(z = a + bi\) that, when multiplying by this number, rotates the plane counter-clockwise by \(120\) degrees.

4.

Prove that \(|z|^2 = z \cdot \bar{z}\text{.}\)

5.

Prove that \(\overline{zw} = \bar{z} \bar{w}\text{.}\)

6.

Use Euler’s Formula to prove the trigonometric addition formulas:
(a)
\(\cos (\theta + \phi ) = \cos \theta \cos \phi - \sin \theta \sin \phi\text{,}\)
(b)
\(\sin (\theta + \phi ) = \cos \theta \sin \phi + \sin \theta \cos \phi\text{.}\)