0

Actually it's a prey-predator model (for specifically, Bogdanov–Takens bifurcation of a Holling IV prey–predator model with constant-effort harvesting). Please help me to understand these terms so that I can explain it and solve it more easily. I really want to get where these terms come from. Or at least understanding (1- x/K) and mx/b+x2 terms will be enough for me . I searched a lot but couldn't find the explicit explanation. What does the (1-x/K) - (mx)/(b+x^2) mean in the equation: x'= r1x(1-x/K) - (mx)/(b+x^2)- c1x . I know that it's a rate of change of x during the time period (x as a prey in this particular equation) and r1x is the initial population of prey and the rest of the terms effect to change of x. But I'm trying to figure out what are they and how did we write it. Where did they come from. Just wanted to know the meaning of them. That's all

Thanks in advance Prey-predator model with Leslie-Gower and Holling IV schemes with constant-effort harvesting

1 Answers1

0

I am not familiar with this particular model so I won't be able to give you a perfectly detailed answer, but here is some insight.

It is helpful to understand the Logistic function in the context of population growth. It is of the form

$\frac{dP}{dt} = rP(1-\frac{P}{K})$.

This is a model for a population, $P$, with growth at a rate $r$ but with a maximum population $K$.

So we can see, in your model, that each equation has a term like this. $r_1$ and $r_2$ are the prey and predator population growth rates, the prey has a carrying capacity of $K$ while the predator has one of $sx$ (i.e. the more prey that exist, the more food there is to support a larger predator population).

The term $\frac{mx}{b+x^2}y$ causes the prey population to decrease and seems to take into account the fact that prey are hunted and killed off by predators with each predator killing at a rate of $\frac{mx}{b+x^2}$.

The last two terms decrease each population at a rate equal to a constant times their population. This probably accounts from death due to old age or being hunted by some third group.

podiki
  • 2,265
  • Appreciate you so much for the explanation. It was useful and something started to shape on my mind. But Still have a question stuck on my mind why do we divide The growth rate and squared of initial prey population by K carrying capacity? If you have any idea please let me know I will be really appreciate. Thanks in advance – Sülgün Rejepova Nov 02 '21 at 20:57
  • @SülgünRejepova I don't fully understand your question. In the logistic model we have a term like $(1-P/K))$ because it forces an upper limit of $P=K$. If you are asking why the term $\frac{mx}{b+x^2}$ shows up in front of $y$ instead of some other function, I cannot say. – podiki Nov 02 '21 at 21:00
  • OK I got. If I find the answer I will share it here. Thanks much for help and for taking your time. – Sülgün Rejepova Nov 02 '21 at 21:10