System of DE's, pray/predator model

  • Thread starter Thread starter fluidistic
  • Start date Start date
  • Tags Tags
    Model System
Click For Summary

Homework Help Overview

The discussion revolves around a predator-prey model described by a system of differential equations. The original poster presents a transformation of variables to simplify the equations and explores the implications of this change on the system's dynamics, particularly focusing on equilibrium populations under different conditions.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Participants discuss the transformation of variables and its impact on the differential equations. There are attempts to derive equilibrium points and understand the implications of parameters on these points. Questions arise about the validity of the transformation under different functional forms and the constraints on parameters affecting equilibrium populations.

Discussion Status

Some participants have successfully navigated the transformation and derived results for part of the problem. Others are exploring the implications of parameter values on the equilibrium points and questioning the relationships between critical points of the predator and prey populations. There is an ongoing examination of conditions that lead to specific behaviors in the system.

Contextual Notes

Participants note the presence of constraints related to the parameters \(a_1\) and \(a_2\), particularly in the context of stability and critical points. There is also mention of the need to analyze the behavior of the system under different ranges of \(a_2\).

fluidistic
Gold Member
Messages
3,934
Reaction score
286

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.
 

Similar threads

Replies
10
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
Replies
1
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K