<< Chapter < Page Chapter >> Page >

Definition

The carrying capacity    of an organism in a given environment is defined to be the maximum population of that organism that the environment can sustain indefinitely.

We use the variable K to denote the carrying capacity. The growth rate is represented by the variable r . Using these variables, we can define the logistic differential equation.

Definition

Let K represent the carrying capacity for a particular organism in a given environment, and let r be a real number that represents the growth rate. The function P ( t ) represents the population of this organism as a function of time t , and the constant P 0 represents the initial population (population of the organism at time t = 0 ) . Then the logistic differential equation    is

d P d t = r P ( 1 P K ) = r P .

See this website for more information on the logistic equation.

The logistic equation was first published by Pierre Verhulst in 1845 . This differential equation can be coupled with the initial condition P ( 0 ) = P 0 to form an initial-value problem for P ( t ) .

Suppose that the initial population is small relative to the carrying capacity. Then P K is small, possibly close to zero. Thus, the quantity in parentheses on the right-hand side of [link] is close to 1 , and the right-hand side of this equation is close to r P . If r > 0 , then the population grows rapidly, resembling exponential growth.

However, as the population grows, the ratio P K also grows, because K is constant. If the population remains below the carrying capacity, then P K is less than 1 , so 1 P K > 0 . Therefore the right-hand side of [link] is still positive, but the quantity in parentheses gets smaller, and the growth rate decreases as a result. If P = K then the right-hand side is equal to zero, and the population does not change.

Now suppose that the population starts at a value higher than the carrying capacity. Then P K > 1 , and 1 P K < 0 . Then the right-hand side of [link] is negative, and the population decreases. As long as P > K , the population decreases. It never actually reaches K because d P d t will get smaller and smaller, but the population approaches the carrying capacity as t approaches infinity. This analysis can be represented visually by way of a phase line. A phase line    describes the general behavior of a solution to an autonomous differential equation, depending on the initial condition. For the case of a carrying capacity in the logistic equation, the phase line is as shown in [link] .

A diagram of the phase line for the given differential equation. A vertical blue line with arrows on either end has two points marked, at P = K and P = 0, with K > 0. Red arrows point up between 0 and K and down below zero and above K.
A phase line for the differential equation d P d t = r P ( 1 P K ) .

This phase line shows that when P is less than zero or greater than K , the population decreases over time. When P is between 0 and K , the population increases over time.

Chapter opener: examining the carrying capacity of a deer population

This is a photograph of a deer.
(credit: modification of work by Rachel Kramer, Flickr)

Let’s consider the population of white-tailed deer ( Odocoileus virginianus ) in the state of Kentucky. The Kentucky Department of Fish and Wildlife Resources (KDFWR) sets guidelines for hunting and fishing in the state. Before the hunting season of 2004 , it estimated a population of 900,000 deer. Johnson notes: “A deer population that has plenty to eat and is not hunted by humans or other predators will double every three years.” (George Johnson, “The Problem of Exploding Deer Populations Has No Attractive Solutions,” January 12 , 2001 , accessed April 9, 2015, http://www.txtwriter.com/onscience/Articles/deerpops.html.) This observation corresponds to a rate of increase r = ln ( 2 ) 3 = 0.2311 , so the approximate growth rate is 23.11 % per year . (This assumes that the population grows exponentially, which is reasonable––at least in the short term––with plentiful food supply and no predators.) The KDFWR also reports deer population densities for 32 counties in Kentucky, the average of which is approximately 27 deer per square mile. Suppose this is the deer density for the whole state ( 39,732 square miles). The carrying capacity K is 39,732 square miles times 27 deer per square mile, or 1,072,764 deer .

  1. For this application, we have P 0 = 900,000 , K = 1,072,764 , and r = 0.2311 . Substitute these values into [link] and form the initial-value problem.
  2. Solve the initial-value problem from part a.
  3. According to this model, what will be the population in 3 years? Recall that the doubling time predicted by Johnson for the deer population was 3 years. How do these values compare?
  4. Suppose the population managed to reach 1,200,000 deer. What does the logistic equation predict will happen to the population in this scenario?
  1. The initial value problem is
    d P d t = 0.2311 P ( 1 P 1,072,764 ) , P ( 0 ) = 900,000.
  2. The logistic equation is an autonomous differential equation, so we can use the method of separation of variables.
    Step 1: Setting the right-hand side equal to zero gives P = 0 and P = 1,072,764 . This means that if the population starts at zero it will never change, and if it starts at the carrying capacity, it will never change.
    Step 2: Rewrite the differential equation and multiply both sides by:
    d P d t = 0.2311 P ( 1,072,764 P 1,072,764 ) d P = 0.2311 P ( 1,072,764 P 1,072,764 ) d t .

    Divide both sides by P ( 1,072,764 P ) :
    d P P ( 1,072,764 P ) = 0.2311 1,072,764 d t .

    Step 3: Integrate both sides of the equation using partial fraction decomposition:
    d P P ( 1,072,764 P ) = 0.2311 1,072,764 d t 1 1,072,764 ( 1 P + 1 1,072,764 P ) d P = 0.2311 t 1,072,764 + C 1 1,072,764 ( ln | P | ln | 1,072,764 P | ) = 0.2311 t 1,072,764 + C .

    Step 4: Multiply both sides by 1,072,764 and use the quotient rule for logarithms:
    ln | P 1,072,764 P | = 0.2311 t + C 1 .

    Here C 1 = 1,072,764 C . Next exponentiate both sides and eliminate the absolute value:
    e ln | P 1,072,764 P | = e 0.2311 t + C 1 | P 1,072,764 P | = C 2 e 0.2311 t P 1,072,764 P = C 2 e 0.2311 t .

    Here C 2 = e C 1 but after eliminating the absolute value, it can be negative as well. Now solve for:
    P = C 2 e 0.2311 t ( 1,072,764 P ) . P = 1,072,764 C 2 e 0.2311 t C 2 P e 0.2311 t P + C 2 P e 0.2311 t = 1,072,764 C 2 e 0.2311 t P ( 1 + C 2 e 0.2311 t ) = 1,072,764 C 2 e 0.2311 t P ( t ) = 1,072,764 C 2 e 0.2311 t 1 + C 2 e 0.2311 t .

    Step 5: To determine the value of C 2 , it is actually easier to go back a couple of steps to where C 2 was defined. In particular, use the equation
    P 1,072,764 P = C 2 e 0.2311 t .

    The initial condition is P ( 0 ) = 900,000 . Replace P with 900,000 and t with zero:
    P 1,072,764 P = C 2 e 0.2311 t 900,000 1,072,764 900,000 = C 2 e 0.2311 ( 0 ) 900,000 172,764 = C 2 C 2 = 25,000 4,799 5.209 .

    Therefore
    P ( t ) = 1,072,764 ( 25000 4799 ) e 0.2311 t 1 + ( 25000 4799 ) e 0.2311 t = 1,072,764 ( 25000 ) e 0.2311 t 4799 + 25000 e 0.2311 t .

    Dividing the numerator and denominator by 25,000 gives
    P ( t ) = 1,072,764 e 0.2311 t 0.19196 + e 0.2311 t .

    [link] is a graph of this equation.
    A graph of a logistic curve for the deer population with an initial population P_0 of 900,000. The graph begins as an increasing concave up function in quadrant two, changes to an increasing concave down function, crosses the x axis at (0, 900,000), and asymptotically approaches P = 1,072,764 as x goes to infinity.
    Logistic curve for the deer population with an initial population of 900,000 deer.
  3. Using this model we can predict the population in 3 years.
    P ( 3 ) = 1,072,764 e 0.2311 ( 3 ) 0.19196 + e 0.2311 ( 3 ) 978,830 deer

    This is far short of twice the initial population of 900,000 . Remember that the doubling time is based on the assumption that the growth rate never changes, but the logistic model takes this possibility into account.
  4. If the population reached 1,200,000 deer, then the new initial-value problem would be
    d P d t = 0.2311 P ( 1 P 1,072,764 ) , P ( 0 ) = 1,200,000.

    The general solution to the differential equation would remain the same.
    P ( t ) = 1,072,764 C 2 e 0.2311 t 1 + C 2 e 0.2311 t

    To determine the value of the constant, return to the equation
    P 1,072,764 P = C 2 e 0.2311 t .

    Substituting the values t = 0 and P = 1,200,000 , you get
    C 2 e 0.2311 ( 0 ) = 1,200,000 1,072,764 1,200,000 C 2 = 100,000 10,603 9.431 .

    Therefore
    P ( t ) = 1,072,764 C 2 e 0.2311 t 1 + C 2 e 0.2311 t = 1,072,764 ( 100,000 10,603 ) e 0.2311 t 1 + ( 100,000 10,603 ) e 0.2311 t = 107,276,400,000 e 0.2311 t 100,000 e 0.2311 t 10,603 10,117,551 e 0.2311 t 9.43129 e 0.2311 t 1 .

    This equation is graphed in [link] .
    A graph of the logistic curve for an initial population of 1,200,000 deer. The graph is a decreasing concave up function which begins in quadrant two, crosses the y axis at (0, 1,200,000), and asymptotically approaches P = 1,072,764 as x goes to infinity.
    Logistic curve for the deer population with an initial population of 1,200,000 deer.
Got questions? Get instant answers now!
Practice Key Terms 6

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Calculus volume 2. OpenStax CNX. Feb 05, 2016 Download for free at http://cnx.org/content/col11965/1.2
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Calculus volume 2' conversation and receive update notifications?

Ask