Now let us consider the example \(\mathbf x' = A \mathbf x\text{,}\) where
\begin{equation*}
A = \begin{pmatrix} 5 & 1 \\ -4 & 1 \end{pmatrix}.
\end{equation*}
Since the characteristic polynomial of \(A\) is \(\lambda^2 - 6 \lambda + 9 = (\lambda - 3)^2\text{,}\) we have only a single eigenvalue \(\lambda = 3\) with eigenvector \(\mathbf v_1 = (1, -2)\text{.}\) This gives us one solution to our system, \(\mathbf x_1(t) = e^{3t}\mathbf v_1\text{;}\) however, we still need a second solution.
Since all other eigenvectors of \(A\) are a multiple of \(\mathbf v\text{,}\) we cannot find a second linearly independent eigenvector, and we need to obtain the second solution in a different manner. Furthermore, since this system is not partially coupled, we will need a more general strategy.
First, we must find a vector \({\mathbf v}_2\) such that \((A - \lambda I){\mathbf v}_2 = {\mathbf v}_1\text{.}\) To do this we can start with any nonzero vector \({\mathbf w}\) that is not a multiple of \({\mathbf v}_1\text{,}\) say \({\mathbf w} = (1, 0)\text{.}\) We then compute
\begin{equation*}
(A - \lambda I) {\mathbf w}
=
(A - 3I) {\mathbf w}
=
\begin{pmatrix}
2 & 1 \\
-4 & -2
\end{pmatrix}
\begin{pmatrix}
1 \\ 0
\end{pmatrix}
=
\begin{pmatrix}
2 \\ -4
\end{pmatrix}
=
2 {\mathbf v}_1.
\end{equation*}
Thus, we can take \({\mathbf v}_2 = (1/2)\mathbf w = (1/2, 0)\text{,}\) and our second solution is
\begin{equation*}
{\mathbf x}_2 = e^{\lambda t} ({\mathbf v}_2 + t {\mathbf v}_1) = e^{3t} \begin{pmatrix} 1/2 + t \\ -2t \end{pmatrix}
\end{equation*}
Thus, our general solution is
\begin{equation*}
{\mathbf x}
=
c_1 {\mathbf x}_1 + c_2 {\mathbf x}_2
=
c_1
e^{3t}
\begin{pmatrix}
1 \\ -2
\end{pmatrix}
+
c_2
e^{3t}
\begin{pmatrix}
1/2 + t \\ -2t
\end{pmatrix}.
\end{equation*}