In: Advanced Math
Given is a population of wolves (W) and rabbits (R). R[t+1] = R[t]+ g*R[t] * (1 – R[t]/K) - sR[t]W[t] W[t+1] = (1-u)W[t] + vR[t]W[t] Where the carrying capacity of rabbits is 1 million. The growth rate of rabbits is 10% a year and s is equal to 0.00001, v is 0.0000001, and u is equal to 0.01. How many wolves and how many rabbits exist in the equilibrium?
Answer:)
Inputting the givens in the equation, we get the following:
Suppose that the equilibrium value of the Wolf population and the Rabbit Population is W and R respectively, we will have that, at equilibrium :
Which simplifies down to:
For both these equations to hold simultaneously, we must have the following possibilities:
The equilibrium condition is then the case when (R,W) = (100000,9000) since the others are special cases of no rabbits or wolves, or an overabundance of rabbits and no wolves.