fluidistic
Gold Member
- 3,928
- 272
Homework Statement
Consider the pray-predator model where the predator has an alternative way of surviving:
\dot x_1=\alpha _1x_1(\beta _1-x_1 )+\gamma _1 x_1 x_2
\dot x_2=\alpha _2x_2(\beta _2-x_2 )-\gamma _2 x_1 x_2.
1)Show that the change of coordinates \beta _i y_i (t)= x_i \left ( \frac{t}{\alpha _i \beta _i } \right ) leads to the following system of DE's:
\dot y_1 =y_1 (1-y_1)+a_1 y_1 y_2
\dot y_2 =y_2 (1-y_2)-a_2 y_1 y_2
Where a_1=\frac{\gamma _1 \beta _2 }{\alpha_1 \beta _1} and a_2=\frac{\gamma _2 \beta _1 }{\alpha _2 \beta _2}
2)What are the stable equilibrium populations when i)0<a_2<1, ii)a_2>1?
3)Suppose that a_ 1= 3 a_2 where a_2 is the a measure of the agressivity of the predator. What is the value of a_2 if the instinct of the predator consists of maximizing its population of stable equilibrium?
Homework Equations
Chain rule.
The Attempt at a Solution
For 1)
From the first DE of the first system of DE's I must reach \dot y_1=y_1 (1-y_1)+\frac{\gamma _1 \beta _2 }{\alpha _1 \beta _1} y_1y_2.
But using the change of coordinates, I get that \dot x_1=\alpha _1 \beta _1 ^2 \dot y_1 \Rightarrow \dot y_1 = \frac{\dot x_1 }{\alpha _1 \beta _1 ^2}=\frac{x_1 (\beta _1 -x_1)}{\beta _1 ^2}+\frac{\gamma _1 x_1 x_2}{\alpha _1 \beta _1 ^2}. Now I don't know how to get rid of the x's and replace them by the y's. Probably with the change of coordinates but I don't see how. Any tip is appreciated.