- #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!
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!