Overdetermined SDE and other problems

  • Thread starter econslc
  • Start date
In summary, the dynamical system is overdetermined and has two eigenvalues that are not locally stable.
  • #1
econslc
2
0
Hello all,

I am working with an economic problem and have ended up with the following dynamical system which is overdetermined, Jacobian has zero determinant (so one zero eigenvalue?) and probably other problems. The system looks something like this:

dot{x1}=c1 x_2+c2 x_4/(x_2 x_1)
dot{x2}=x_3*(1-x_1)+c3
dot{x3}=c4 x_1
dot{x4}=c5 x_1

where c are parameters or constants. For overall stability first condition requires an x_1 s.t. dot{x_3}=dot{x_4}=0. Next even if that is not the case I still want to say something about how fast the system diverges. In any case if I assume the condition and get a fixed point for x_1, it means I can solve for x_3 from dot{x_2}=0 but then I end up with one equation dot{x_1} and two unknowns x_4 and x_2. Mathematically that can not be solved without further assumptions. Should/Can I do that numerically? Is there a formal people approach this problems?

I have been playing around with some data and I can get a feel about how fast the model diverges based on the choices for the parameters. My question is, can I can analyze in a formal way any qualitative features of such model, or is it simply badly specified and I should just forget about it? Any references you can direct me to would be very much appreciated. Finally I tried playing with this model in Mathematica with NDSolve but it gives me "overdetermined" error. Any way to get around that?
Many thanks!
 
Physics news on Phys.org
  • #2
It is overdetermined because third and fourth equations are proportional. Repeat the analysis removing the third equation, and setting [tex]x_{3}=c_{6}+\frac{c_{4}}{c_{5}} x_{4}[/tex]
By the way, the equation is singular at [tex]x_{1}=0[/tex]
 
  • #3
Here is how you make the local analysis, after eliminating x3 from there. As x1=0 is singular, we will try [tex]x_{1}=\epsilon\rightarrow 0[/tex]. The equilibrium points are
[tex]x_{1}=\epsilon , x_{4}=-c_{5}(c_{3}+c_{6})/c_{4} , x_{2}=\gamma/\epsilon^{1/2}[/tex]

Where [tex]\gamma=\pm \sqrt(\frac{c_{2} c_{5}}{c_{1} c_{4}}(c_{3}+c_{6}))[/tex]. After computing the Jacobian, the eigenvalue equation is given by:

[tex]\epsilon^{3/2}\Lambda^{3}-\gamma \Lambda^{2}-[\epsilon c_{2}c_{5}/(c_{1}\gamma)+2c_{1}c_{3}\epsilon^{3/2}]\Lambda-2c_{1}c_{4}\epsilon^{3/2}=0[/tex]

For small values of [tex]\epsilon[/tex], you get the following approximation:

[tex]\Lambda_{1}\sim \gamma\epsilon^{-3/2}+O(\epsilon^{1/2})[/tex]

[tex]\Lambda_{2,3}\sim \frac{c_{2}c_{5}}{2\gamma^{2}c_{1}}(-1\pm i)\epsilon^{1/2}[/tex]

Showing instability in the direction corresponding to the first eigenvalue, for [tex]\gamma>0[/tex], and stability otherwise.

This needs some revising...
 
Last edited:
  • #4
Gato, thanks a lot for taking the time to answer my post. I will work on your suggestions.
 
  • #5


I understand the frustration of encountering an overdetermined SDE and other problems in your research. It can be disheartening to hit a roadblock in your analysis or to have your model be deemed "badly specified." However, I want to assure you that these challenges are a natural part of the scientific process and can lead to valuable insights and discoveries.

To address your specific questions, there are a few things to consider. First, it is important to carefully examine your model and assumptions. Are there any simplifications or assumptions that can be made to make the system solvable? Can you introduce additional parameters to make the system less overdetermined? This may require some creative thinking and trial and error, but it could lead to a more manageable model.

In terms of your question about solving the system numerically, it is possible to do so but it may not provide the most accurate results. Numerical methods are useful for exploring the behavior of a system and making predictions, but they are not a substitute for analytical solutions. Therefore, if possible, it may be worth exploring analytical solutions or approximations before resorting to numerical methods.

As for analyzing qualitative features of your model, there are various techniques and tools available. One approach is to use bifurcation analysis, which allows you to study how the behavior of the system changes as parameters are varied. Another option is to use stability analysis, which can help determine the stability of fixed points in your system. Both of these methods require some mathematical background and may be challenging to implement, but they can provide valuable insights into the behavior of your model.

In terms of references, I would recommend looking into books or papers on dynamical systems and nonlinear dynamics. There are also various software packages and online resources available for conducting bifurcation and stability analysis.

Overall, I encourage you to continue exploring and analyzing your model, even if it may seem daunting at times. Scientific progress often involves facing and overcoming challenges, and I have no doubt that you will find a way to make progress with your research. Best of luck!
 

FAQ: Overdetermined SDE and other problems

What is an overdetermined SDE?

An overdetermined SDE (stochastic differential equation) is a type of differential equation that has more conditions or constraints than necessary to solve for the unknown functions. This can lead to multiple solutions or no solutions at all.

How does an overdetermined SDE differ from a regular SDE?

An overdetermined SDE has more conditions or constraints than a regular SDE, making it more difficult to solve and potentially leading to multiple solutions. In contrast, a regular SDE has just enough conditions to determine a unique solution.

What are some applications of overdetermined SDEs?

Overdetermined SDEs have various applications in physics, engineering, and finance. They can be used to model complex systems with multiple constraints, such as the motion of particles in a fluid or the behavior of financial markets.

How are overdetermined SDEs typically solved?

There is no general method for solving overdetermined SDEs, as it depends on the specific problem and constraints. Some techniques that may be used include variational methods, perturbation methods, and numerical methods.

What are some challenges associated with overdetermined SDEs?

One of the main challenges of overdetermined SDEs is that they may have multiple solutions, making it difficult to determine which solution is the most physically meaningful. Additionally, the presence of multiple constraints can make the problem more complex and difficult to solve.

Back
Top