Chapter 7: Problem 7
Find the general solution of the given system of equations. $$ \mathbf{x}^{\prime}=\left(\begin{array}{ll}{1} & {1} \\ {4} & {1}\end{array}\right) \mathbf{x}+\left(\begin{array}{r}{2} \\\ {-1}\end{array}\right) e^{t} $$
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
Eigenvalues and Eigenvectors
When given a matrix, finding the eigenvalues involves solving the characteristic equation, which is derived from setting the determinant of the matrix minus the identity matrix times a scalar (often denoted as \( \lambda \)) equal to zero. For our system, this leads to solving \( \lambda^2 - 2\lambda - 3 = 0 \). The solutions, \( \lambda = 3 \) and \( \lambda = -1 \), are the eigenvalues.
- Eigenvectors are then calculated using these eigenvalues. For instance, substituting \( \lambda = 3 \) into our matrix equation, we find one eigenvector to be \([1, -2]\).
- Similarly, for \( \lambda = -1 \), the eigenvector is \([1, -4]\).
Matrix Exponential
For a 2x2 matrix with distinct eigenvalues, the matrix exponential can be constructed by leveraging the fundamental matrix \( \Phi(t) \), which is a solution that involves both eigenlines defined by eigenvectors. Here, the complete solution involves two parts: \( c_1 e^{3t} \begin{bmatrix} 1 \ -2 \end{bmatrix} \) and \( c_2 e^{-t} \begin{bmatrix} 1 \ -4 \end{bmatrix} \). These components represent the system's response over time.
- The fundamental matrix enables us to handle cases where the system response may involve complex combinations of both linear transformations and time-varying inputs.
Variation of Parameters
We begin by considering a trial solution where unknown functions replace constants in the homogeneous solution. For our system, we structure our particular solution, \( x_p(t) \), by multiplying the fundamental matrix \( \Phi(t) \) by a function \( c(t) \).
- This method changes the static coefficients in the system's response into dynamic ones that adjust to the specific form of the input inhomogeneity.
- Differentiating and equating it to the non-homogeneous part, \( \left( \begin{array}{c}2 \ -1\end{array}\right) e^t \), we balance the contributions to solve for \( c(t) \).