Bob's question at Yahoo Answers regarding equilibrum points of ODE

  • MHB
  • Thread starter MarkFL
  • Start date
  • Tags
    Ode Points
In summary: So, we must find out where the population becomes zero. Well, we know that:P(0)=P_0And so we may solve:0=kP\left(1-\frac{P}{N} \right)-HAnd we get:P=\frac{kN\pm\sqrt{k^2N^2-4kHN}}{2k}But, if we have:H>\frac{kN}{4}Then we must have:k^2N^2-4kHN<0But this is impossible, since this is the discriminant of the quadratic equation for the equilibrium points, and we have already shown that there
  • #1
MarkFL
Gold Member
MHB
13,288
12
Here is the question:

Differential Equations Harvesting of Fish?

Suppose the growth of the population P=P(t) of a certain fish species in a lake can be modeled by the differential equation dP/dt=kP(1-P/N), where k is the growth rate factor and N is the carrying capacity of the lake. Now, suppose that fishing removes a certain number H of fish per season from the population, then the equation can be modified as dP/dt/kP(1-P/N)-H. The positive constant H is called the harvesting factor.

1. Find the equilibrium points H< kN/4 and show that for any sufficient large initial population Po=P(0), the population of the fish will eventually stabilize at certain level, and this equilibrium level, will decrease gradually to N/2 as the harvesting factor H increases toward kN/4

2. Find the equilibrium points and show that as soon as H>kN/4, regardless how large the initial population Po, all the fish in the lake will be wiped out. Note: You need to show that the rape dP/dt is less than some fixed negative number, so that given enough time, the population will have to decrease to 0.

If you can only help me one of these, i would still greatly appreciate the help!

I have posted a link there to this thread so the OP can view my work.
 
Mathematics news on Phys.org
  • #2
Hello Bob,

We are given the ODE:

\(\displaystyle \frac{dP}{dt}=kP\left(1-\frac{P}{N} \right)-H\)

To find the equilibrium points, we want to look at:

\(\displaystyle \frac{dP}{dt}=0=kP\left(1-\frac{P}{N} \right)-H\)

This is, we want to look at the condition(s) necessary for the solution to have no change, or a slope of zero. So, we have:

\(\displaystyle kP\left(1-\frac{P}{N} \right)-H=0\)

Let's arrange this in standard quadratic form in $P$:

\(\displaystyle kP^2-kNP+HN=0\)

Application of the quadratic formula yields:

\(\displaystyle P=\frac{kN\pm\sqrt{k^2N^2-4kHN}}{2k}\)

Now, in order for these roots to be real, we require the discriminant to be non-negative:

\(\displaystyle k^2N^2-4kHN\ge0\)

Assuming $0<k,N$, we have:

\(\displaystyle kN-4H\ge0\)

which we may arrange as:

\(\displaystyle H\le\frac{kN}{4}\)

1.) We are given:

\(\displaystyle H<\frac{kN}{4}\)

And so we know we are assured of two real AND distinct equilibrium points, given by:

\(\displaystyle P=\frac{kN\pm\sqrt{kN(kN-4H)}}{2k}\)

We can also see that both roots are positive, since:

\(\displaystyle kN=\sqrt{k^2N^2}>\sqrt{kN(kN-4H)}=\sqrt{k^2N^2-4kHN}\)

Now, If we go back to:

\(\displaystyle kP\left(1-\frac{P}{N} \right)-H=0\)

We see that we have a parabolic function, opening downward. This tells us the slope of the solution is negative below the smaller root, positive in between the two roots, and negative above the larger root.

So, what we may conclude from this is that for any initial value $P(0)$ of the fish population that is less than the smaller equilibrium point the population will decrease, approaching zero as time passes, and the fish will become extinct. If the initial population is equal to the smaller equilibrium point, then the population will remain unchanged over time. And for any initial population greater than the smaller equilibrium point all solutions will approach the larger equilibrium point. Look at the following diagram:

View attachment 2030

Ignore the actual numbers on the axes, and just look at the behavior we find for the solution to the IVP. We find that if the initial population is equal to the two equilibrium points then the population remains at those values. Otherwise, below the smaller equilibrium point, the population decreases to zero and above the smaller equilibrium point, all solutions converge to the larger equilibrium point. Thus, we may conclude that if:

\(\displaystyle P(0)>\frac{kN-\sqrt{kN(kN-4H)}}{2k}\)

then:

\(\displaystyle \lim_{t\to\infty}P(t)=\frac{kN+\sqrt{kN(kN-4H)}}{2k}\)

Now, we may then write:

\(\displaystyle \lim_{H\to\frac{kN}{4}^{-}}\left(\frac{kN+\sqrt{kN(kN-4H)}}{2k} \right)=\frac{kN}{2k}=\frac{N}{2}\)

2.) If \(\displaystyle H>\frac{kN}{4}\) then there are no equilibrium points, and the parabolic frunction representing the slope of the solution will be negative for all values of $P$, which means that for any initial population value, the solution will decrease, hence:

\(\displaystyle \lim_{t\to\infty}P(t)=0\)

Recall we have:

\(\displaystyle \frac{dP}{dt}=kP\left(1-\frac{P}{N} \right)-H\)

Now, if we rewrite the right side in vertex form, we have:

\(\displaystyle \frac{dP}{dt}=-\frac{k}{N}\left(P-\frac{N}{2} \right)^2+\left(\frac{kN}{4}-H \right)\)

Thus, the largest values of \(\displaystyle \frac{dP}{dt}\) is:

\(\displaystyle \frac{kN}{4}-H\)

But, we have:

\(\displaystyle H>\frac{kN}{4}\implies \frac{kN}{4}-H<0\)

And so we have shown that the population will always decrease in this case, meaning that the population will always decline to zero.
 

Attachments

  • bob.jpg
    bob.jpg
    12.1 KB · Views: 55

Related to Bob's question at Yahoo Answers regarding equilibrum points of ODE

1. What are equilibrium points of ODE?

Equilibrium points of ODE (Ordinary Differential Equations) refer to the values of the dependent variables at which the derivatives are equal to zero. In other words, the system is at rest and there is no change in the dependent variables at these points.

2. How do you find equilibrium points of ODE?

To find equilibrium points of ODE, set all the derivatives of the dependent variables to zero and solve the resulting system of equations. This will give you the values of the dependent variables at the equilibrium points.

3. Why are equilibrium points important in ODE?

Equilibrium points are important in ODE as they represent stable and unstable states of the system. They give us information about the behavior of the system and help us understand how the dependent variables change over time.

4. Can an ODE have multiple equilibrium points?

Yes, an ODE can have multiple equilibrium points. In fact, most real-world systems have multiple equilibrium points as they can have different stable and unstable states.

5. How do equilibrium points relate to stability in ODE?

The stability of an ODE system is determined by the behavior of the system at its equilibrium points. If the system returns to the equilibrium point after a small disturbance, it is considered stable. If the system moves away from the equilibrium point, it is considered unstable.

Similar threads

  • Calculus and Beyond Homework Help
Replies
1
Views
2K
Replies
6
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
7K
Replies
4
Views
2K
Replies
1
Views
6K
  • Calculus and Beyond Homework Help
Replies
7
Views
2K
  • Calculus and Beyond Homework Help
Replies
1
Views
2K
Replies
4
Views
5K
Replies
1
Views
2K
Replies
1
Views
623
Back
Top