Testing Stability of Linear System Fixed Points

coverband
Messages
170
Reaction score
1

Homework Statement



Classify the fixed points of the following linear system and state whether they are stable or unstable

\dot{x}=x + y
\dot{y} = x + 3y

Homework Equations



The Attempt at a Solution


Fixed point at dy/dx = 0/0. Therefore fixed point = (0,0)

How does one test for stability?

Thanks
 
Physics news on Phys.org


coverband said:

Homework Statement



Classify the fixed points of the following linear system and state whether they are stable or unstable

\dot{x}=x + y
\dot{y} = x + 3y

Homework Equations



The Attempt at a Solution


Fixed point at dy/dx = 0/0. Therefore fixed point = (0,0)

How does one test for stability?

Thanks
0/0 is not a number, so how can you say that there is a fixed point at dy/dx = 0/0?
 


How does one test for stability?
 


coverband said:
How does one test for stability?

Doesn't your text have a test for stability which involves looking at the eigenvalues of the coefficient matrix on the right side?
 
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