Appendix A Review of complex numbers
Let’s quickly review some basic facts about complex numbers that are typically covered in an earlier course. First, we define the set of complex numbers by
where We have a bijection given by because of this, we often picture as the complex plane, with a “real” axis, and an “imaginary” axis.
Arithmetic with complex numbers is defined by
The multiplication rule looks complicated, but it’s really just “FOIL”, along with the fact that Note that if is real, we have so that has the structure of a two dimensional vector space over (isomorphic to ).
Subtraction is defined in the obvious way. Division is less obvious. To define division, it helps to first introduce the complex conjugate. Given a complex number we define The importance of the conjugate is that we have the identity
This gives a measure of the magnitude of a complex number, in the same way as the vector norm on
An important thing to keep in mind when working with complex numbers is that they follow the same algebraic rules as real numbers. For example, given all complex, and where if we want to solve for the answer is as it would be in The difference between and only really materializes when we want to compute by plugging in values for and
One place where is computationally more complicated is finding powers and roots. For this, it is often more convenient to write our complex numbers in polar form. The key to the polar form for complex numbers is Euler’s identity. For a unit complex number (that is with ), we can think of as a point on the unit circle, and write
This idea of putting a complex number in an exponential function seems odd at first. If you take a course in complex variables, you’ll get a better understanding of why this makes sense. But for now, we can take it as a convenient piece of notation. The reason it’s convenient is that the rules for complex arithmetic turn out to align quite nicely with properties of the exponential function. For example, de Moivre’s Theorem states that
This can be proved by induction (and the proof is not even all that bad), but it seems perfectly obvious in exponential notation:
since you multiply exponents when you raise a power to a power.
Similarly, if we want to multiply two unit complex numbers, we have
But in exponential notation, this is simply
which makes sense, since when you multiply exponentials, you add the exponents.
Generally, problems involving addition and subtraction are best handled in “rectangular” ( ) form, while problems involving multiplication and powers are best handled in polar form.