Skip to main content

Section 5.5 Complex Eigenvalues

Handout 5.5 Complex Eigenvalues

Example 5.41.

Consider the linear transformation \(T: \mathbb{R}^2 \rightarrow \mathbb{R}^2\) which rotates vectors counterclockwise by 90\(^\circ\text{.}\)
(a)
Find the matrix \(A\) so that \(T(\vec x) = A\vec x\text{.}\)

Definition 5.42. Complex Numbes.

The complex numbers are denoted by \(\mathbb{C}\text{,}\) where
\begin{equation*} \mathbb{C}=\{\,a+bi \mid a,b\in\mathbb{R}\,\}. \end{equation*}
We can identify \(\mathbb{C}\) with \(\mathbb{R}^2\) via \(a+bi \leftrightarrow (a,b)\text{.}\)
We can add and multiply complex numbers by treating \(i\) as variable and simplifying powers of \(i\) appropriately.

Definition 5.44. Complex Conjugate.

The conjugate of \(a+bi\) is \(\overline{a+bi}=a-bi\text{.}\)

Definition 5.45. Absolute Value (Modulus).

The absolute value (modulus) of \(a+bi\) is \(\lvert a+bi\rvert=\sqrt{a^2+b^2}\text{.}\)

Definition 5.46.

The polar form of a complex number is \(a+bi = r(\cos\phi + i\sin\phi) = re^{i\phi}\text{,}\) where \(r=\lvert a+bi\rvert\) and \(\phi\) is the argument.

Example 5.47.

Given \(z=3-4i\text{,}\) compute \(\overline{z}\text{,}\) \(\lvert z\rvert\text{,}\) and the polar form of \(z\text{.}\)
Conjugation reflects points across the real axis.
Diagram showing complex conjugation as reflection over real axis.
The point \(z=x+iy\) at angle \(\phi\) reflects to \(\overline{z}=x-iy\) at angle \(-\phi\) across the real axis.
Suppose \(z_1\) has angle \(\phi_1\) and \(z_2\) has angle \(\phi_2\text{;}\) that is, let \(z_1 = |z_1|e^{i\phi_1}\) and \(z_2 = |z_2|e^{i\phi_2}\text{.}\) Note that
\begin{equation*} z_3=z_1z_2=(\lvert z_1\rvert e^{i\phi_1})(\lvert z_2\rvert e^{i\phi_2}) = \lvert z_1\rvert \lvert z_2\rvert e^{i(\phi_1+\phi_2)}. \end{equation*}
Therefore, the product \(z_1z_2\) has modulus \(|z_1||z_2|\) and has angle \(\phi_1 + \phi_2\text{.}\)
Angles in polar form for complex numbers and their product.
Vectors representing \(z_1\text{,}\) \(z_2\text{,}\) and their product \(z_3=z_1z_2\) with angles adding: \(\phi_3=\phi_1+\phi_2\text{.}\)

Example 5.51.

Four eigenvalues of a \(7\times 7\) real matrix \(A\) are \(-2\text{,}\) \(4+i\text{,}\) \(-4-i\text{,}\) and \(i\text{.}\) What are the other eigenvalues?

Example 5.52.

The matrix that rotates vectors by \(\phi=\pi/4\) about the origin and then scales by \(r=\sqrt{2}\) is
\begin{equation*} A= \begin{bmatrix} r \amp 0\\ 0 \amp r \end{bmatrix} \begin{bmatrix} \cos\phi \amp -\sin\phi\\ \sin\phi \amp \cos\phi \end{bmatrix} = \begin{bmatrix} 1 \amp -1\\ 1 \amp 1 \end{bmatrix}. \end{equation*}
Find the eigenvalues of \(A\) and one eigenvector for each eigenvalue.
The previous example is a special case of the real rotation–dilation matrix \(C=\begin{bmatrix} a \amp -b\\ b \amp a \end{bmatrix}\text{.}\)

Example 5.53.

Compute the eigenvalues of
\begin{equation*} C=\begin{bmatrix} a \amp -b\\ b \amp a \end{bmatrix} \end{equation*}
and express them in the polar form \(re^{i\phi}\text{.}\)

Example 5.54.

Find the complex eigenvalues and an associated complex eigenvector for each eigenvalue of
\begin{equation*} A=\begin{bmatrix} 1 \amp -2\\ 1 \amp 3 \end{bmatrix}. \end{equation*}