17.5 Predator prey with logistic growth

Let’s take a look at another model developed from the lynx-hare system. We assumed that the hare grow exponentially (notice the term rH in their equation.) However we can modify their growth rate to be a logistic growth function with carrying capacity K:

dHdt=rH(1HK)bHLdLdt=ebHLdL

Through a rescaling of Equation (17.4) with the variables x=HK, y=Lr/b and T=rt we can rewrite Equation (17.4) as:

dxdT=x(1x)xydydT=ebKrxydry

In order to analyze the Jacobian matrix for Equation (17.5) we will need to compute several partial derivatives:

x(f(x,y))=x(x(1x)xy)=12xyy(f(x,y))=y(x(1x)xy)=xx(g(x,y))=x(ebKrxydry)=ebKryy(g(x,y))=y(ebKrxydry)=ebKrxdr

So now we can construct the Jacobian matrix:

J(x,y)=(12xyxebKryebKrxdr)

The notation J(x,y) signifies the Jacobian matrix evaluated at the equilibrium solution (x,y). Sometimes computing the Jacobian matrix is a good first step so then you are ready to compute the equilibrium solutions. In the exercises you will determine equilibrium solutions and visualize the Jacobian matrix.