First order system DE -> second order

tourjete
Messages
23
Reaction score
0
first order system DE --> second order

Homework Statement



Find a second-order DE for x alone that is equivalent to this system.


Homework Equations



dx/dt = 2x-y

dy/dt = -x

The Attempt at a Solution



I honestly have no clue where to start; in class we pretty much only stuck to springs when discussing second order equations.

Do I have to integrate the two given equations with respect to t so I have the t's in the equation? Or should I differentiate so I have a second derivative and hence a second order equation?
 
Physics news on Phys.org


It's not that complicated. For example, just solve the second equation for x and substitute that into the first equation.
 


You can differentiate the first equation and then use the 2nd to eliminate y.
 


Thanks guys! I did what fzero sugested and just want to make sure I did it right. I solved the second equation for y so I could eliminate it from the other one and got y = -xt.

I then plugged that into the first equation to get dx/dt = 2x + xt + C. Differentiating with respect to t i gotthat the second derivative is x + C. Is this right? It seems simplistic given the derivatves that were given.
 


What I meant was take the derivative of the first equation to get

\frac{d^2x}{dt^2} = 2\frac{dx}{dt}-\frac{dy}{dt},

then use the 2nd to write this as

\frac{d^2x}{dt^2} = 2\frac{dx}{dt}+x.
 
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