System of DE's, pray/predator model

  • Thread starter Thread starter fluidistic
  • Start date Start date
  • Tags Tags
    Model System
fluidistic
Gold Member
Messages
3,928
Reaction score
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.
 
Physics news on Phys.org
Just use x_i = \beta_i y_i. The difference in the argument of the functions only affects the terms containing derivatives.
 
fzero said:
Just use x_i = \beta_i y_i. The difference in the argument of the functions only affects the terms containing derivatives.

Oh nice, thank you. I reach the desired result, so part 1) is solved. Just curious though (my math seems too weak), would what you say also be true if the argument was for example quadratic in t? Like \beta _i y_i (t)= x_i \left ( \frac{t^2}{\alpha _i \beta _i } \right ) for instance.
 
Now trying 2).
x is the pray population and y the predator's one.
So what they ask me are the equilibrium points of the systems of DE's
\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
and
\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.
I first tried to get the predator's equilibrium populations. This gave me y_1=0 or y_1=1+a_1 y_2 and y_2=0 or y_2=1-a_2y_1. So there are 4 possible critical points. For instance (y_1,y_2)=(0,0), (y_1,y_2)=(0,1) and (y_1,y_2)=(1,0) are all critical points. The first one being the least interesting I think, it's when there's no population at all. But the 4th critical point, probably the most interesting is causing me troubles. It's when (y_1,y_2)=(1+a_1y_2,1-a_2y_1). I reached that this is equivalent to (y_1,y_2)=\left [ \frac{1+a_1}{1+a_1a_2} , 1-a_2 \left ( \frac{1+a_1}{1+a_1a_2} \right ) \right ]. To check out if this is indeed a critical point, I plug this back into the system of DE and equate to 0. I reach a condition on the constants... namely that 1+a_1 must equal \left ( \frac{1+a_1}{1+a_1a_2} \right ) (1+a_1a_2). I'm surprised I find such a constraint, I'm probably missing something? And I still didn't use the condition(s) on a_2.
 
fluidistic said:
Oh nice, thank you. I reach the desired result, so part 1) is solved. Just curious though (my math seems too weak), would what you say also be true if the argument was for example quadratic in t? Like \beta _i y_i (t)= x_i \left ( \frac{t^2}{\alpha _i \beta _i } \right ) for instance.

Yes, the change of argument doesn't affect the nonderivative terms. But anything other than a linear change of argument will lead to explicit time dependence in the new equation via the chain rule.

I reach a condition on the constants... namely that 1+a_1 must equal \left ( \frac{1+a_1}{1+a_1a_2} \right ) (1+a_1a_2). I'm surprised I find such a constraint, I'm probably missing something? And I still didn't use the condition(s) on a_2.

Yes, just simplify \left ( \frac{1+a_1}{1+a_1a_2} \right ) (1+a_1a_2).
 
Ok thanks fzero.
The critical points are therefore for the pray:
(0,0), (0, \beta _2), (\beta _1 , 0) and \left [ \frac{\left ( \beta _1 + \frac{\gamma _1 \beta _2 }{\alpha _1} \right ) }{\left ( 1+ \frac{\gamma _1 \gamma _2 }{\alpha _1 ^2 } \right ) }, \beta _2 - \frac{\gamma _2 \left ( \beta _1 + \frac{\gamma _1 \beta _2 }{\alpha _1} \right ) }{\alpha _1 \left ( 1+ \frac{\gamma _1 \gamma _2 }{\alpha _1 ^2 } \right ) } \right ].
For the predator:
(0,0), (0,1), (1,0) and \left [ \frac{1+a_1}{1+a_1a_2} , 1-a_2 \left ( \frac{1+a_1}{1+a_1a_2} \right ) \right ].
Now I think I should associate the critical points of the pray to the critical points of the predator, using the given change of coordinates. And maybe make the use of a_1 and a_2 for the pray's 4th critical point. So far I do not see why if a_2 is smaller than 1 or greater than 1 can affect the critical points.
 
fluidistic said:
Ok thanks fzero.
The critical points are therefore for the pray:
(0,0), (0, \beta _2), (\beta _1 , 0) and \left [ \frac{\left ( \beta _1 + \frac{\gamma _1 \beta _2 }{\alpha _1} \right ) }{\left ( 1+ \frac{\gamma _1 \gamma _2 }{\alpha _1 ^2 } \right ) }, \beta _2 - \frac{\gamma _2 \left ( \beta _1 + \frac{\gamma _1 \beta _2 }{\alpha _1} \right ) }{\alpha _1 \left ( 1+ \frac{\gamma _1 \gamma _2 }{\alpha _1 ^2 } \right ) } \right ].
For the predator:
(0,0), (0,1), (1,0) and \left [ \frac{1+a_1}{1+a_1a_2} , 1-a_2 \left ( \frac{1+a_1}{1+a_1a_2} \right ) \right ].
Now I think I should associate the critical points of the pray to the critical points of the predator, using the given change of coordinates. And maybe make the use of a_1 and a_2 for the pray's 4th critical point.

That should be easy. It's trivial to see how they're related for the first 3 points.

So far I do not see why if a_2 is smaller than 1 or greater than 1 can affect the critical points.

I don't recall the details of the behavior at these points, but note that the 4th critical point is equal to the 3rd when a_2=1. Because this is a degenerate case, we need to study the behavior in the two regions separately.
 
Back
Top