Chapter 13: Problem 5
Find the general solution of each of the following systems. $$ \left(\begin{array}{l} x \\ y \end{array}\right)^{\prime}=\left(\begin{array}{rr} 0 & 1 \\ -2 & 3 \end{array}\right)\left(\begin{array}{l} x \\ y \end{array}\right)+\left(\begin{array}{l} 0 \\ 3 \end{array}\right) e^{t} $$
Short Answer
Step by step solution
Find the Eigenvalues
Find the Eigenvectors
Write the Homogeneous Solution
Find the Particular Solution
Complete the General Solution
Unlock Step-by-Step Solutions & Ace Your Exams!
-
Full Textbook Solutions
Get detailed explanations and key concepts
-
Unlimited Al creation
Al flashcards, explanations, exams and more...
-
Ads-free access
To over 500 millions flashcards
-
Money-back guarantee
We refund you if you fail your exam.
Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
Eigenvalues and Eigenvectors
- \( A = \begin{pmatrix} 0 & 1 \ -2 & 3 \end{pmatrix} \)
- \( \lambda^2 - 3\lambda + 2 = 0 \)
- \( \lambda_1 = 1 \), \( \lambda_2 = 2 \)
Homogeneous and Non-Homogeneous Solutions
- \( \mathbf{x}_h(t) = c_1 \begin{pmatrix} 1 \ 1 \end{pmatrix} e^t + c_2 \begin{pmatrix} 1 \ 2 \end{pmatrix} e^{2t} \)
- \( \mathbf{x}_p(t) = 3 \begin{pmatrix} 1 \ 1 \end{pmatrix} e^t \)
Characteristic Equation
- \( A = \begin{pmatrix} 0 & 1 \ -2 & 3 \end{pmatrix} \)
- \( \det(\lambda I - A) = \begin{vmatrix} \lambda & -1 \ 2 & \lambda - 3 \end{vmatrix} = \lambda^2 - 3\lambda + 2 = 0 \)
- \( (\lambda - 1)(\lambda - 2) = 0 \)