Solving a Matrix Equation: Decoupling and Eigenvectors

Jess89
Messages
1
Reaction score
0
Hello, please can someone tell me how to decouple and solve this equation? It was on a problem sheet, but the solution jumped to the decoupled equation... =(

<br /> \frac{dx}{dt} = 2x+y-t<br />
<br /> \frac{dy}{dt}=2x-y+t <br />
I know that it can rewritten as
<br /> <br /> \frac{d}{dt}\left[ \begin{array}{cccc} 2 &amp; 1\\ 2&amp; -1 \end{array} \right] \left[\begin{array}{cccc} x\\ y \end{array}\right] + \left[ \begin{array}{cccc} -t\\ t \end{array} \right]<br /> <br />

And for that matrix :

<br /> <br /> \left[ \begin{array}{cccc} 2 &amp; 1\\ 2&amp; -1 \end{array} \right] <br /> <br />

the eigenvalues and eigenvectors can be worked out.

But I don't know how to decouple =(

Thank you !
 
Last edited:
Physics news on Phys.org
Welcome to physics forums.

HINT: Try differentiating one of the ODE's with respect to t.

P.S. Since your question is a homework style question, I'm moving it to the homework forums.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top