Equilibrium points doubt (ODE system solution)

In summary, the equilibrium points of a nonlinear ode system solution can only be found if the function of the ode system is equal to zero. Once found, the stability of the equilibrium point can be determined by evaluating the Jacobian.
  • #1
Zebx
12
3
Hi. I'm not sure about something related to the equilibrium points (or fixed points) of a non linear ode system solution. As far as I know, to check if an equilibrium point exists, I need to put the function of my ode system equal to zero. Then once the point is found, I can use it to evaluate its stability. If I have 2 equilibrium points for example, one of which is linearly stable, then it means that if I use this point as my initial condition I will get a constant solution. Moreover, if I evaluate the Jacobian of my system in the stable equilibrium point, I can use the eigenvalues to check what timesteps I have not to use in order to have stable solutions.

I was trying to apply what said before (supposing it is all correct) to my ode system. I already checked the methods used works and plot some solution, but I wanted to try to see if I could apply the above analysis properly. For instance I started by considering a 2-body problem with a star at the center of the system and a planet orbiting around it. Looking at the equations I already have a problem: the function is zero just if I use ##(x=0, y=0, z=0)##, but since I have ##\sqrt{x^2 + y^2 + z^2}## at the denominator I would get infinites. So I thought that maybe it's normal cause, if I actually had an equilibrium point for my system and I used it as starting condition, I should get a constant solution, but it's impossible to have a constant solution for my problem since I have a body moving in a star potential. So basing on this I thought that maybe this is one of these cases in which you can't have a clue about stability from jacobian study.

Is my reasoning correct?
 
Last edited:
Technology news on Phys.org
  • #2
Describe the motion of a planet with its center of mass at the center of mass of its sun?
 
  • #3
Yes, I consider the star not moving at all.
 
  • #4
Yes; there are no fixed points in the two-body problem. If you regard one mass as fixed at the origin then the domain of the problem is [itex]\mathbb{R}^3 \setminus \{0\}[/itex].

You can talk about the stability of a periodic orbit by considering fixed points of a return map.
 
  • Like
Likes Zebx
  • #5
Ok, thank you. So I suppose there are no fixed points even if I increase the number of bodies orbiting the star. I mean if I have a system of, say, 6 planets around the star still fixed in the origin. In that case I would have for every body a series of terms like ##C(\vec{x} - \vec{x}_i)/\lvert\vec{x} - \vec{x}_i\rvert^3##, where ##i = 1, \dots, 6##, so the only way to have my ##F(\vec{x}) = 0## is to have ##\vec{x} = \vec{x}_i##, which is clearly not possible, even for just two bodies (the system doesn't include close encounters).
 
  • #6
Consider: There are a finite number of bodies, so there is one with maximal [itex]x_i[/itex] coordinate. The corresponding component of the gravitational force is then negative, and thus so is the acceleration unless there is some other force to balance it. Thus there can be no fixed points.
 
  • Like
Likes Zebx and etotheipi
  • #7
Perfect! thank you very much.
 

1. What are equilibrium points in an ODE system?

Equilibrium points, also known as steady states, are points in an ODE system where the rate of change of all variables is equal to zero. This means that the values of the variables do not change over time, resulting in a stable solution.

2. How do you find equilibrium points in an ODE system?

To find equilibrium points, set all the differential equations in the system equal to zero and solve for the corresponding variables. This will give you the values of the variables at which the system is at equilibrium.

3. Can an ODE system have multiple equilibrium points?

Yes, an ODE system can have multiple equilibrium points. This means that there are multiple sets of values for the variables that result in a stable solution. However, not all systems have multiple equilibrium points and some may have none.

4. What is the significance of equilibrium points in an ODE system?

Equilibrium points are important in understanding the behavior of an ODE system. They represent stable or steady states of the system and can help predict how the system will evolve over time. They also provide useful insights into the overall dynamics of the system.

5. How do you determine the stability of equilibrium points in an ODE system?

The stability of equilibrium points can be determined by analyzing the eigenvalues of the Jacobian matrix calculated at those points. If all eigenvalues have negative real parts, the equilibrium point is stable. If any eigenvalue has a positive real part, the equilibrium point is unstable. If there is a mix of positive and negative eigenvalues, the stability is more complex and may require further analysis.

Similar threads

  • Engineering and Comp Sci Homework Help
Replies
1
Views
1K
Replies
12
Views
364
  • Calculus and Beyond Homework Help
Replies
2
Views
1K
  • Thermodynamics
Replies
3
Views
1K
Replies
3
Views
403
  • Programming and Computer Science
Replies
11
Views
3K
  • Introductory Physics Homework Help
Replies
4
Views
887
  • Programming and Computer Science
Replies
1
Views
2K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
508
Back
Top