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.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top