Skip to main content
Contents
Embed
Dark Mode Prev Up Next
\(\require{physics}\require{upgreek}\everymath{\displaystyle}
\newcommand{\N}{\mathbb N}
\newcommand{\Z}{\mathbb Z}
\newcommand{\Q}{\mathbb Q}
\newcommand{\R}{\mathbb R}
\newcommand{\inv}{^{-1}}
\newcommand{\DS}{\displaystyle}
\newcommand{\eps}{\varepsilon}
\newcommand{\tsub}[1]{_{\mathrm{#1}}}
\newcommand{\ee}{\mathrm{e}}
\newcommand{\ii}{\mathrm{i}}
\newcommand{\limit}[1]{\lim\limits_{#1}}
\newcommand{\resid}[1]{\underset{#1}{\Res}}
\DeclareMathOperator{\sinc}{sinc}
\DeclareMathOperator{\sgn}{sgn}
\newcommand{\pii}{\pi}
\DeclareMathOperator{\Prob}{P}
\DeclareMathOperator{\EV}{E}
\DeclareMathOperator{\Var}{Var}
\newcommand{\bv}[1]{\boldsymbol{#1}}
\newcommand{\uv}[1]{\hat{\bv{#1}}}
\newcommand{\cl}[1]{\mathcal{#1}}
\newcommand{\bb}[1]{\mathbb{#1}}
\DeclareMathOperator{\Cis}{cis}
\DeclareMathOperator{\RE}{Re}
\DeclareMathOperator{\IM}{Im}
\newcommand{\xd}{\mathbf{d}}
\newcommand{\seq}[3]{{#1}_{#2},\cdots,{#1}_{#3}}
\newcommand{\psup}[1]{^{(#1)}}
\newcommand{\hypext}{{}^*}
\DeclareMathOperator{\st}{st}
\newcommand{\set}[1]{\left\{#1\right\}}
\DeclareMathOperator{\Sin}{Sin}
\DeclareMathOperator{\Cos}{Cos}
\DeclareMathOperator{\Tan}{Tan}
\DeclareMathOperator{\Sec}{Sec}
\DeclareMathOperator{\Csc}{Csc}
\DeclareMathOperator{\Cot}{Cot}
\DeclareMathOperator{\Log}{Log}
\DeclareMathOperator{\Arg}{Arg}
\DeclareMathOperator{\Ln}{Ln}
\DeclareMathOperator{\Grad}{grad}
\DeclareMathOperator{\Div}{div}
\DeclareMathOperator{\Curl}{curl}
\newcommand{\rd}{\textstyle\mathop{}\!\mathrm{d}^{\!\!\!-}\hspace{-0.0555 em}}
\newcommand{\rpd}{\textstyle\mathop{}\!\partial^{\hspace{-0.5 em}-}\hspace{-0.1666 em}}
\newcommand{\rdv}[2]{\frac{\rd{#1}}{\rd{#2}}}
\newcommand{\rpdv}[2]{\frac{\rpd{#1}}{\rpd{#2}}}
\newcommand{\lt}{<}
\newcommand{\gt}{>}
\newcommand{\amp}{&}
\definecolor{fillinmathshade}{gray}{0.9}
\newcommand{\fillinmath}[1]{\mathchoice{\colorbox{fillinmathshade}{$\displaystyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\textstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptscriptstyle\phantom{\,#1\,}$}}}
\)
Section 16.1 The geometry of complex numbers
Objectives
Interpret complex numbers geometrically by viewing them as vectors.
Express complex numbers in polar and exponential form using Euler’s formula.
Compute products, quotients, powers, and roots of complex numbers.
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
The principal argument is defined as
\begin{equation*}
-\pii\lt\Arg z\le\pii\text{.}
\end{equation*}
There’s nothing special about this, it’s just convenient. Also \(\arg 0\) is undefined.
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*}