Solving Decoupled System of ODEs with Matrix b

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
jimmycricket
Messages
115
Reaction score
2

Homework Statement



Given the matrix [itex]b=\begin{pmatrix}-1&0&-1\\-4&3&-1\\0&0&-2\end{pmatrix}[/itex] decide if the system of ODEs, [itex]\frac{dx}{dt}=Bx[/itex] is decoupled. If yes find the general solution x=xh(t)

Homework Equations


The Attempt at a Solution


I would say the matrix is decoupled since the second equation involving [itex]2x[/itex]2(t) can be solved without the other two equations. Then the third equation can be solved without knowing [itex]x[/itex]1(t). We have:

x1(t)-x2(t)-3x3(t)=x'1
2x2(t)=x'2
x2(t)+4x3(t)=x'3

Im not sure where to go from here.
 
Physics news on Phys.org
jimmycricket said:

Homework Statement



Given the matrix [itex]b=\begin{pmatrix}-1&0&-1\\-4&3&-1\\0&0&-2\end{pmatrix}[/itex] decide if the system of ODEs, [itex]\frac{dx}{dt}=Bx[/itex] is decoupled. If yes find the general solution x=xh(t)

Homework Equations





The Attempt at a Solution


I would say the matrix is decoupled since the second equation involving [itex]2x[/itex]2(t) can be solved without the other two equations. Then the third equation can be solved without knowing [itex]x[/itex]1(t). We have:

x1(t)-x2(t)-3x3(t)=x'1
2x2(t)=x'2
x2(t)+4x3(t)=x'3

Im not sure where to go from here.

How did you get that? You have
[tex] \begin{pmatrix} \dot x_1 \\ \dot x_2 \\ \dot x_3 \end{pmatrix}<br /> = \begin{pmatrix}-1&0&-1\\-4&3&-1\\0&0&-2\end{pmatrix}<br /> \begin{pmatrix} x_1 \\ x_2 \\ x_3 \end{pmatrix}[/tex]
Hence
[tex] \dot x_1 = -x_1 - x_3 \\<br /> \dot x_2 = -4x_1 + 3x_2 - x_3 \\<br /> \dot x_3 = -2x_3[/tex]
 
yes that's what I wrote down on paper. There was a bit of a mistranslation when trying to write it in latex.