If
\(A\) is
\(2\times 2\) or
\(3\times3\) then we can find its eigenvalues and eigenvectors by hand. Notice that Equation
(2.7.1) can be rewritten as
\begin{equation*}
A \vb - \lambda \vb = \mathbf{0}\text{.}
\end{equation*}
It would be nice to factor out the \(\vb\) from the right-hand side of this equation, but we can’t because \(A\) is a matrix and \(\lambda\) is a number. However, since \(I \vb = \vb\text{,}\) we can do the following:
\begin{equation*}
\begin{split}A\vb - \lambda \vb&= A \vb - \lambda I \vb \\&= (A - \lambda I) \vb \\&= \mathbf{0}\end{split}
\end{equation*}
If
\(\vb\) is nonzero, then by
Theorem 2.3.3 the matrix
\((A - \lambda I)\) must be singular. By the same theorem, we must have
\begin{equation*}
\det(A - \lambda I) = 0\text{.}
\end{equation*}
This is called the characteristic equation.
For a \(2 \times 2\) matrix, \(A - \lambda I\) is calculated as in the following example:
\begin{equation*}
\begin{split}A - \lambda I&= \left(\begin{array}{cc}1 & 4 \\ 3 & 5\end{array} \right) - \lambda \left(\begin{array}{cc}1 & 0 \\ 0 & 1\end{array} \right) \\&= \left(\begin{array}{cc}1 & 4 \\ 3 & 5\end{array} \right) - \left(\begin{array}{cc}\lambda & 0 \\ 0 & \lambda\end{array} \right) \\&= \left(\begin{array}{cc}1 -\lambda & 4 \\ 3 & 5 - \lambda\end{array} \right)\end{split}\text{.}
\end{equation*}
The determinant of \(A - \lambda I\) is then
\begin{equation*}
\begin{split}\det(A - \lambda I)&= (1 - \lambda)(5 - \lambda) - 4 \cdot 3 \\&= -7 - 6 \lambda + \lambda^{2} \end{split}\text{.}
\end{equation*}
The characteristic equation \(\det(A - \lambda I) = 0\) is simply a quadratic equation:
\begin{equation*}
\lambda^{2} - 6 \lambda - 7 = 0\text{.}
\end{equation*}
The roots of this equation are \(\lambda_{1} = 7\) and \(\lambda_{2} = -1\text{.}\) These are the eigenvalues of the matrix \(A\text{.}\) Now to find the corresponding eigenvectors we return to the equation \((A - \lambda I) \vb = \mathbf{0}\text{.}\) For \(\lambda_{1} = 7\text{,}\) the equation for the eigenvector \((A - \lambda I) \vb = \mathbf{0}\) is equivalent to the augmented matrix
\begin{equation*}
\left(\begin{array}{cc|c}-6 & 4 & 0\\ 3 & -2 & 0\end{array} \right)\text{.}
\end{equation*}
Notice that the first and second rows of this matrix are multiples of one another. Thus Gaussian elimination would produce all zeros on the bottom row. Thus this equation has infinitely many solutions, i.e. infinitely many eigenvectors. Since only the direction of the eigenvector matters, this is okay, we only need to find one of the eigenvectors. Since the second row of the augmented matrix represents the equation
\begin{equation*}
3 x - 2 y = 0\text{,}
\end{equation*}
we can let
\begin{equation*}
\vb_{1} = \left(\begin{array}{c}2 \\ 3\end{array} \right)\text{.}
\end{equation*}
This comes from noticing that \((x,y) = (2,3)\) is a solution of \(3x -2y =0\text{.}\)
For \(\lambda_{2} = -1\text{,}\) \((A - \lambda I) \vb = \mathbf{0}\) is equivalent to the augmented matrix
\begin{equation*}
\left(\begin{array}{cc|c}2 & 4 & 0\\ 3 & 6 & 0\end{array} \right)\text{.}
\end{equation*}
Once again the first and second rows of this matrix are multiples of one another. For simplicity we can let
\begin{equation*}
\vb_{2} = \left(\begin{array}{c}-2 \\ 1\end{array} \right)\text{.}
\end{equation*}
One can always check an eigenvector and eigenvalue by multiplying:
\begin{align*}
A \vb_{1} \amp =\left(\begin{array}{cc}1 & 4 \\ 3 & 5\end{array} \right) \left(\begin{array}{c}2 \\ 3\end{array} \right) = \left(\begin{array}{c}14 \\ 21\end{array} \right) = 7 \left(\begin{array}{c}2 \\ 3\end{array} \right) =7 \vb_{1} \quad\text{and}\\
A \vb_{2} \amp = \left(\begin{array}{cc}1 & 4 \\ 3 & 5\end{array} \right) \left(\begin{array}{c}-2 \\ 1\end{array} \right) = \left(\begin{array}{c}2 \\ -1\end{array} \right) = -1 \left(\begin{array}{c}-2 \\ 1\end{array} \right) = -1 \vb_{2}\text{.}
\end{align*}
For a
\(3 \times 3\) matrix we could complete the same process. The
\(\det(A -\lambda I)=0\) would be a cubic polynomial and we would expect to usually get 3 roots, which are the eigenvalues.