toastermm
- 3
- 0
I'm running into a problem. This is mainly for reading over the summer and I'm working on getting through a dynamical systems book on my own. I've come across a system that I'm not too sure on the procedure.
Consider the following system of differential equations:
\frac{dX}{dt} = 1 - X - XY - XZ, \\<br /> \frac{dY}{dt} = aXY - Y,\\<br /> \frac{dZ}{dt} = aXZ - Z.<br />
Here, 'a' is a real positive constant and X,Y,Z \geq 0 .
I can find all of the three steady states except for the one where all three exist, i.e. when \bar{X},\bar{Y},\bar{Z} \neq 0 .
When solving for this steady state, I arrive at \bar{X} = \frac{1}{a} .
Then, plugging this back into the first equation, I get the following
0 = a -1 - \bar{Y} - \bar{Z},
or,
a-1 = \bar{Y}+\bar{Z}.
Is there a way to solve for \bar{Y} and \bar{Z}?
-as a side note, I've explored this numerically with MATLAB and it looks like it depends on the initial conditions. Could it be a saddle?
Consider the following system of differential equations:
\frac{dX}{dt} = 1 - X - XY - XZ, \\<br /> \frac{dY}{dt} = aXY - Y,\\<br /> \frac{dZ}{dt} = aXZ - Z.<br />
Here, 'a' is a real positive constant and X,Y,Z \geq 0 .
I can find all of the three steady states except for the one where all three exist, i.e. when \bar{X},\bar{Y},\bar{Z} \neq 0 .
When solving for this steady state, I arrive at \bar{X} = \frac{1}{a} .
Then, plugging this back into the first equation, I get the following
0 = a -1 - \bar{Y} - \bar{Z},
or,
a-1 = \bar{Y}+\bar{Z}.
Is there a way to solve for \bar{Y} and \bar{Z}?
-as a side note, I've explored this numerically with MATLAB and it looks like it depends on the initial conditions. Could it be a saddle?