jimmycricket
- 115
- 2
Given the matrix b=\begin{pmatrix}-1&0&-1\\-4&3&-1\\0&0&-2\end{pmatrix} decide if the system of ODEs, \frac{dx}{dt}=Bx is decoupled. If yes find the general solution x=xh(t)
I would say the matrix is decoupled since the second equation involving 2x2(t) can be solved without the other two equations. Then the third equation can be solved without knowing x1(t). We have:
<br /> x'_1 = -x_1 - x_3 \\ <br /> x'_2 = -4x_1 + 3x_2 - x_3 \\ <br /> x'_3 = -2x_3<br />
Im not sure where to go from here.
Homework Equations
The Attempt at a Solution
I would say the matrix is decoupled since the second equation involving 2x2(t) can be solved without the other two equations. Then the third equation can be solved without knowing x1(t). We have:
<br /> x'_1 = -x_1 - x_3 \\ <br /> x'_2 = -4x_1 + 3x_2 - x_3 \\ <br /> x'_3 = -2x_3<br />
Im not sure where to go from here.