Skip to main content

Section 16.1 The geometry of complex numbers

Introduction goes here.
  • Square roots of negative numbers started as a mathematical curiosity, dismissed by the likes of Cardano and Descartes as ‘imaginary’ quantities. But they soon ended up being necessary to systematically solve cubic equations that had real solutions. The geometric interpretation of complex numbers as points in the plane was developed by Wessel, Argand, and Gauss, providing an intuitive and powerful way to understand their properties and operations.
  • Define the imaginary unit \(\ii\) as a solution to \(z^2=-1\text{.}\) Then we can write any complex number as \(z=a+b\ii\text{,}\) where \(a\) and \(b\) are real numbers.
    Here ‘complex’ doesn’t mean ‘complicated’, it just means ‘composed of two parts’ (think of an apartment complex).
    We can graph these numbers on the complex plane, where the horizontal axis represents the real part and the vertical axis represents the imaginary part.
  • Visualize complex numbers as vectors and inherit addition and scaling properties from them. But how can we geometrically multiply them? Neither the dot product nor the cross product seems to match... though it’s strangely close! If \(z=a+b\ii\) and \(w=c+d\ii\text{,}\) then
    \begin{equation*} zw=(a+b\ii)(c+d\ii)=(ac-bd)+(ad+bc)\ii \end{equation*}
  • Notice that the powers of \(\ii\) cycle through four values:
    \begin{align*} \ii^0 \amp = 1\\ \ii^1 \amp = \ii\\ \ii^2 \amp = -1\\ \ii^3 \amp = -\ii \end{align*}
    Each of these corresponds to a counterclockwise rotation by a right angle. This suggests that complex numbers have something to do with rotations.
  • We can take any complex number \(z=a+b\ii\) and write it in polar form as:
    \begin{equation*} z=r\cos\theta+\ii\sin\theta \end{equation*}
    Here, \(r\) is the modulus, denoted \(|z|\text{,}\) and \(\theta\) is the argument, denoted \(\arg z\text{.}\)

    Aside

    Engineers often abbreviate this as \(z=r\Cis\theta\text{,}\) where \(\Cis\theta\) stands for \(\cos\theta+\ii\sin\theta\text{.}\)
  • If \(z=r\Cis\theta\) and \(w=s\Cis\phi\text{,}\) then we can multiply and divide them as follows:
    \begin{align*} zw \amp = rs\Cis(\theta+\phi)\\ \frac{z}{w} \amp = \frac{r}{s}\Cis(\theta-\phi) \end{align*}
    This is a much more satisfying geometric interpretation of multiplication and division!
  • Define the complex conjugate \(\overline{z}=a-b\ii\text{.}\) Then we have the following:
    \begin{align*} \overline{z}w \amp = (a-b\ii)(c+d\ii)\\ \amp = (ac+bd)+(ad-bc)\ii \end{align*}
    This form does match the dot and cross product!

    Aside

  • Some other things we can do with conjugates:
    \begin{align*} z\overline{z} \amp = (a+b\ii)(a-b\ii)\\ \amp = a^2+b^2 = |z|^2\\ \RE z \amp = \frac{z+\overline{z}}{2} = a\\ \IM z \amp = \frac{z-\overline{z}}{2\ii} = b \end{align*}
  • Might add some things about how this view of complex numbers can be helpful for solving geometry problems in the plane! A few examples follow.
    The points \(z_1\text{,}\) \(z_2\text{,}\) and \(z_3\) are collinear if and only if
    \begin{equation*} \frac{z_2-z_1}{z_3-z_1}\in\mathbb{R}\text{,} \end{equation*}
    or equivalently, if and only if
    \begin{equation*} \frac{z_1-z_2}{\overline{z_1-z_2}}=\frac{z_1-z_3}{\overline{z_1-z_3}} \end{equation*}
    If a triangle has vertices at \(z_1\text{,}\) \(z_2\text{,}\) and \(z_3\text{,}\) then the area of the triangle is given by
    \begin{equation*} \frac{1}{2}\left|\IM\left((z_2-z_1)\overline{(z_3-z_1)}\right)\right| \end{equation*}