Autonomous Systems and Stability

  • Thread starter Thread starter Lancen
  • Start date Start date
  • Tags Tags
    Stability Systems
Lancen
Messages
17
Reaction score
0
I have a problem regarding the equations dx/dt=x-xy and dy/dt=y+2xy. I need to find the critical points of this system and denote if they are stable or asymptotic or whatever. I flipped through the section on this and you can find the critical points by setting dx/dt and dy/dt to zero and solving for x and y. This gives (0,0) and (1,-1/2). But you still don't know what their nature is, so I tried to solve the system. I did this by dividing one by the other and getting dy/dx=y+2xy/x-xy. However I am stuck trying to solve this problem. I can't find a integrating factor for this in terms or either x or y (we haven't learned anything beyond that) in order to make it exact. How else can I solve this? I gather I can turn this into a matrix and solve it somehow by I am not sure.
 
Physics news on Phys.org
Lancen said:
I have a problem regarding the equations dx/dt=x-xy and dy/dt=y+2xy. I need to find the critical points of this system and denote if they are stable or asymptotic or whatever. I flipped through the section on this and you can find the critical points by setting dx/dt and dy/dt to zero and solving for x and y. This gives (0,0) and (1,-1/2). But you still don't know what their nature is, so I tried to solve the system. I did this by dividing one by the other and getting dy/dx=y+2xy/x-xy. However I am stuck trying to solve this problem. I can't find a integrating factor for this in terms or either x or y (we haven't learned anything beyond that) in order to make it exact. How else can I solve this? I gather I can turn this into a matrix and solve it somehow by I am not sure.

Did you try looking at the eigenvalues of the linearized system at the critical points?
 
I can't find a integrating factor for this in terms or either x or y
Did you notice it's separable? (Oh, and you really should be using parentheses where appropriate. 1+2/2+3 is 5, not 3/5)

But as LeBrad suggests, you should be able to figure out the answer without solving the equation. I suggest you do that first, and then solve to check your answer!
 
Recheck your equilibrium points! x= 1, y= -1/2 do NOT make dx/dt and dy/dt 0.
As Hurkyl and LeBrad suggested, you don't need to solve the system to determine if it is stable. In fact, that's the whole point! Most non-linear systems can't be solved that easily. The stability can be determined by looking at the "linearized" system at each equilibrium point. (That's what LeBrad was talking about: non-linear systems don't have eigen-values.)
 
Last edited by a moderator:
I been busy the last few days and haven't had a chance to take a look at these forums. How do I find the linearized system? I took another look at the equation and realized it is indeed separable!
 
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