Solving System of ODEs: Finding Fixed Points & Stability

  • Thread starter Thread starter saul goodman
  • Start date Start date
  • Tags Tags
    System
Click For Summary
SUMMARY

The discussion focuses on solving a system of ordinary differential equations (ODEs) defined by the equations \(\frac{dx}{dt} = 1 - 2x + x^2y\) and \(\frac{dy}{dt} = x - x^2y\). The fixed point identified is (1,1), determined by setting both equations to zero. The Jacobian matrix at this fixed point is calculated as \(\begin{pmatrix} 0 & 1 \\ -1 & -1 \end{pmatrix}\), leading to a trace of -1 and a determinant of 1, indicating complex eigenvalues and a stable spiral trajectory in the phase plane. The discussion emphasizes the importance of the Jacobian for linearizing the system near the fixed point.

PREREQUISITES
  • Understanding of ordinary differential equations (ODEs)
  • Familiarity with Jacobian matrices and their role in stability analysis
  • Knowledge of eigenvalues and eigenvectors
  • Basic skills in using Mathematica for visualizing phase planes
NEXT STEPS
  • Learn how to compute Jacobians for nonlinear systems
  • Study the implications of eigenvalues on the stability of fixed points
  • Explore phase plane analysis techniques using Mathematica
  • Investigate the concept of linearization in dynamical systems
USEFUL FOR

Mathematicians, engineers, and students studying dynamical systems, particularly those interested in stability analysis and phase plane visualization of nonlinear ODEs.

saul goodman
Messages
5
Reaction score
0
The question asks me to consider the system of differential equations:

[itex]\frac{dx}{dt} = 1 - 2x + x^2y[/itex]
[itex]\frac{dy}{dt} = x-x^2y[/itex]

It asks me to find the fixed point(s), and determine their stability, also to draw the phase plane.

So to find the fixed points, I set both equations equal to zero:
[itex]1 - 2x + x^2y = 0 \Rightarrow x^2y = 2x-1[/itex]
[itex]x-x^2y = 0 \Rightarrow x^2y = x[/itex]

Setting them equal to each other:

[itex]2x-1 = x \Rightarrow x=1[/itex] and from this we can deduce [itex]y=1[/itex]. So the fixed point is (1,1).

Now this is where I'm not really sure on what to do and get confused by my lecture notes. I believe I have to use some Jacobian to work out the stability yet I have no clue why I'm doing this (I know eigenvalues/eigenvectors are involved somehow). Setting [tex]f(x,y)= 1 - 2x + x^2y[/tex] and [tex]g(x,y)= x-x^2y[/tex] I worked out the Jacobian at (1,1) to be:

\begin{equation}

\left|
\begin{array}{cc}
0 & 1 \\
-1 & -1 \end{array}
\right|

\end{equation}

(Sorry about the lack of detail about this part but I'm new to latex and struggled with doing matrices, the jacobian is fx and fy on the first row and gx and gy on the second row.

Following lecture notes, I work out the 'trace' (T) of this matrix which is simply (a11+a22) which is -1 in this case, and also work out the determinant which is 1.

Since [itex]T^2 - 4D = -3 < 0[/itex], we have complex eigenvalues and I believe this means the phase plane will be a spiral, and since T < 0 this means the general trajactory will be moving towards the fixed point (stable). But do I need to work out the eigenvectors to see exactly what this spiral will look like? I'm not sure if I've worked out enough to complete the question. Also any help on actually explaining why I'm working out the Jacobian stuff would be great.

Thanks
 
Physics news on Phys.org
The Jacobian is just the 2D Taylor series for the right-hand sides truncated to the linear terms. That's how you "linearize" the non-linear system and for values close to the fixed-point, the linear version is usually a good approximation to the non-linear version. I think you're correct in the type of fixed-point you have: if the real part of the eigenvalues are negative, then the fixed-points are sinks. Then do a StreamPlot of the system in Mathematica to get the slope field or rather do one or two manually first to get the idea down, then StreamPlot.
 
Last edited:

Similar threads

  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 18 ·
Replies
18
Views
3K
  • · Replies 15 ·
Replies
15
Views
2K
Replies
1
Views
2K
Replies
2
Views
2K
Replies
2
Views
1K