Linear Systems of ODE's: Eigenvalues and Stability

Click For Summary
The discussion focuses on the stability of a linear system of ordinary differential equations (ODEs) represented by a matrix with eigenvalues 0 and a. When a is less than zero, the system is stable, while a greater than zero indicates a saddle point. The case when a equals zero presents a challenge for determining stability, leading to the identification of a degenerate critical point. Phase plane analysis is suggested as a method to assess stability in this scenario, along with the application of Lyapunov stability theory to conclude that the equilibrium point (0,0) is globally asymptotically stable. The conversation also touches on the need for eigenvectors in analyzing the system further.
Niles
Messages
1,834
Reaction score
0

Homework Statement


Hi all.

I am given by following linear system:

<br /> \begin{array}{l}<br /> \dot x = dx/dt = ax \\ <br /> \dot y = dy/dt = - y \\ <br /> \end{array}<br />

The eigenvalue of the matrix of this system determines the stability of the fixpoint (0,0):

<br /> A=\left( {\begin{array}{*{20}c}<br /> a &amp; 0 \\<br /> 0 &amp; { - 1} \\<br /> \end{array}} \right) \quad \Rightarrow \quad \lambda_{1,2}= 0, a.<br />

So there are two eigenvalues given by 0 and a. When a<0, both eigensolutions decay, and the fixpoint (0,0) is stable. When a>0, we have a saddle point.

But what happens when a=0? How can I determine the stability there?

Thanks in advance.Niles.
 
Physics news on Phys.org
Zero isn't an eigenvalue of that matrix (unless a=0). -1 is the other eigenvalue. ??
 
Duh, you are right. The eigenvalues are -1 and a.

So when a=0, one of the eigenvalues are 0. How do I determine the stability in this case?
 
Well, x'=a*x for a>0 has exponentially growing solutions (unstable), exponentially shrinking solutions for a<0 and for a=0? Linear solutions, right? I'm actually not sure what (if anything) you call that. I tried looking it up and my references just talk about a<0 or a>0.
 
Dick said:
Well, x'=a*x for a>0 has exponentially growing solutions (unstable), exponentially shrinking solutions for a<0 and for a=0? Linear solutions, right? I'm actually not sure what (if anything) you call that.-a<0 or a>0.

Then it's called a degenerate critical point. Only phase plane analysis can give you info about the stability. The Blow-up method always works in this case but it may happen that you have to blow up several times. You can also look at Morse Lemma or in rare cases transforming to another coordinate system (like polar) can give you the desired result.
 
Lets say I have the following non-linear system:

<br /> \begin{array}{l}<br /> dx/dt = - xy \\ <br /> dy/dt = - y + x^2 \\ <br /> \end{array}.<br />

We will look at one of the fixpoints, namely (x,y) = (0,0). The Jacobian is given by:

<br /> \[<br /> \left( {\begin{array}{*{20}c}<br /> { - y} &amp; { - x} \\<br /> {2x} &amp; { - 1} \\<br /> \end{array}} \right)<br /> \quad \Rightarrow \quad<br /> \left( {\begin{array}{*{20}c}<br /> 0 &amp; 0 \\<br /> 0 &amp; { - 1} \\<br /> \end{array}} \right),<br />

where I have evaluated it in the fixpoint (0,0). The eigenvalues are 0 and -1. In this case, how do I use phase plane analysis to determine whether (0,0) is stable of unstable?
 
There's no other way than to draw the phase plane? Doing this, I find that it is unstable.

I haven't heard of Morse Lemma.
 
One way to prove the point is stable is using Lyapunov stability theory, a common practice in control engineering. Consider the function

V = 1/2 * x^2 + 1/2 * y^2

which we differentiate along the trajectories of x_dot, y_dot to find

V_dot = - y^2,

which implies that x and y are always bounded, and V always decreasing while y is non-zero. Therefore, we can conclude that y must go to zero. Using a well-known lemma known as Barbalats lemma, if the second derivative of V is bounded, then we can say that (d/dt y) also goes to zero. If (d/dt y) goes to zero, and we know that y must go to zero, then x must also go to zero. Therefore, the equilibrium soln (x,y) = (0,0) is globally, asymptotically stable.
 
Niles said:
Lets say I have the following non-linear system:

<br /> \begin{array}{l}<br /> dx/dt = - xy \\ <br /> dy/dt = - y + x^2 \\ <br /> \end{array}.<br />

We will look at one of the fixpoints, namely (x,y) = (0,0). The Jacobian is given by:

<br /> \[<br /> \left( {\begin{array}{*{20}c}<br /> { - y} &amp; { - x} \\<br /> {2x} &amp; { - 1} \\<br /> \end{array}} \right)<br /> \quad \Rightarrow \quad<br /> \left( {\begin{array}{*{20}c}<br /> 0 &amp; 0 \\<br /> 0 &amp; { - 1} \\<br /> \end{array}} \right),<br />

where I have evaluated it in the fixpoint (0,0). The eigenvalues are 0 and -1. In this case, how do I use phase plane analysis to determine whether (0,0) is stable of unstable?

Can anyone please tell me, what are the corresponding eigenvectors
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
2
Views
930
Replies
6
Views
1K
Replies
3
Views
2K
Replies
6
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K