Math 240 Home, Launch Harvesting Models Lab

Harvesting Models Labs

Background

Consider a population of (say) fish, with a growth rate of 7% in an environment with a carrying capacity of 10,000. We take a standard simple model of population growth, the logistic model (see section 1.13 of the text). We then consider different ways of harvesting the fish, with a goal of maximizing the long-term yield (that is we want to harvest the largest number of fish without driving the population to extinction. We will experiment with this numerically and then analyze the situation graphically to find the optimum harvesting. It is worth noting that while we could solve the differential equations exactly, it will be easier to find the answer to the question of optimum harvesting from the geometric analysis without explicitly solving the equation.

There are two standard approaches to harvesting from a population. We can harvest a set number of individuals every time (constant harvesting), or we can harvest a set percentage of the population every time (proportional harvesting). The basic model of the unharvested population is

P' = .07*P*(1-P/10000)
where P is the population and the derivative is taken with respect to time t.If we harvest h units of fish every unit of time, we get the constant harvesting model
P' = .07*P*(1-P/10000) - h
In the other model, if we harvest a fraction E of the population every unit of time, we get the proportional harvesting model
P' = .07*P*(1-P/10000) - E*P
You should think about how the boldfaced terms in the two harvesting models reflect the different harvesting strategies. You will be asked to explain this in your lab reports.

In real life, constant harvesting can be enforced by setting a quota on all harvesters and then counting the harvest. Proportional harvesting is often enforced by limiting the number of days that harvesting is permitted, with the assumption that in a fixed period of time it is only possible to catch a certain percentage of the fish available. Another way to enforce proportional harvesting is to do a periodic census, and then adjusting quota values for harvesters according to the current population figures.

Lab Instructions

Lab Report

Write up a report which includes While you may work together on your lab reports, everyone should turn in a separate report. Your report should be written in complete sentences using proper English.


©2002 Andrew G. Bennett
Please report any problems with this page to foss@math.ksu.edu