Hiche
- 82
- 0
Homework Statement
Solve the following IVP:
X' = \begin{pmatrix}2 & -1\\3 & -2\end{pmatrix}X + \begin{pmatrix}0\\t\end{pmatrix} with X(0) = \begin{pmatrix}1\\0\end{pmatrix}
Homework Equations
The Attempt at a Solution
The eigenvalue corresponding to \begin{pmatrix}2 & -1\\3 & -2\end{pmatrix} is \lambda = 0. We find that X_c = c_1\begin{pmatrix}1\\2\end{pmatrix} e^{0t}. Now in order to find X_p, how exactly is the right way? I took X_p = \begin{pmatrix}a_1\\b_1\end{pmatrix}t and wanted to find a_1 and b_1. Right or wrong?