Problem 28
Question
We discuss the case of repeated eigenvalues. $$ \left[\begin{array}{l} \frac{d x_{1}}{d t} \\ \frac{d x_{2}}{d t} \end{array}\right]=\left[\begin{array}{ll} 1 & 2 \\ 0 & 1 \end{array}\right]\left[\begin{array}{l} x_{1}(t) \\ x_{2}(t) \end{array}\right] $$ (a) Show that $$ A=\left[\begin{array}{ll} 1 & 2 \\ 0 & 1 \end{array}\right] $$ has the repeated eigenvalues \(\lambda_{1}=\lambda_{2}=1\). (b) Show that every eigenvector of \(A\) is of the form $$ c_{1}\left[\begin{array}{l} 1 \\ 0 \end{array}\right] $$ where \(c_{1}\) is a real number different from \(0 .\) (c) Show that $$ \mathbf{x}_{1}(t)=e^{t}\left[\begin{array}{l} 1 \\ 0 \end{array}\right] $$ is a solution of \((11.35)\).
Step-by-Step Solution
VerifiedKey Concepts
Characteristic Polynomial
In the context of our original exercise, for matrix \( A = \begin{bmatrix} 1 & 2 \ 0 & 1 \end{bmatrix} \), we set \( A - \lambda I \) as \( \begin{bmatrix} 1 - \lambda & 2 \ 0 & 1 - \lambda \end{bmatrix} \).
To compute the determinant, we perform the following operation:
- \[ \det(A - \lambda I) = (1 - \lambda)(1 - \lambda) - (0 \times 2) = (1 - \lambda)^2 \]
This polynomial is instrumental in understanding the behavior and properties of matrices in mathematics, specifically when analyzing stability and solutions to differential equations.
Eigenvectors
In our exercise, after establishing the eigenvalue \( \lambda = 1 \), we find the eigenvectors by solving \( (A - \lambda I)\mathbf{v} = \mathbf{0} \). With matrix \( A \), this problem boils down to:
- \[ (A - I) = \begin{bmatrix} 0 & 2 \ 0 & 0 \end{bmatrix} \]
- The equation \( 2x_2 = 0 \) from the first row, implying \( x_2 = 0 \).
- Consequently, \( x_1 \) can be any real number, indicating that the eigenvectors are of the form \( \mathbf{v} = c_1 \begin{bmatrix} 1 \ 0 \end{bmatrix} \) with \( c_1 eq 0 \).
Differential Equations
The original differential equation in the problem is concerned with the matrix \( A \) acting on a vector function \( \mathbf{x}(t) \), where
- \( \frac{d}{dt}\mathbf{x}(t) = A\mathbf{x}(t) \)
To show that \( \mathbf{x}_1(t) = e^t \begin{bmatrix} 1 \ 0 \end{bmatrix} \) is indeed a solution, we differentiate with respect to \( t \):
- \( \frac{d}{dt}\mathbf{x}_1(t) = e^t\begin{bmatrix} 1 \ 0 \end{bmatrix} \)
- \( A\mathbf{x}_1(t) = \begin{bmatrix} 1 & 2 \ 0 & 1 \end{bmatrix} \begin{bmatrix} e^t \ 0 \end{bmatrix} = e^t\begin{bmatrix} 1 \ 0 \end{bmatrix} \)