Skip to main content
Mathematics LibreTexts

5.4: Logistic Growth

  • Page ID
    51597
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    In our basic exponential growth scenario, we had a recursive equation of the form

    P­n = P­n-1 + r P­n-1

    In a confined environment, however, the growth rate may not remain constant. In a lake, for example, there is some maximum sustainable population of fish, also called a carrying capacity.

    Carrying Capacity

    The carrying capacity, or maximum sustainable population, is the largest population that an environment can support.

    For our fish, the carrying capacity is the largest population that the resources in the lake can sustain. If the population in the lake is far below the carrying capacity, then we would expect the population to grow essentially exponentially. However, as the population approaches the carrying capacity, there will be a scarcity of food and space available, and the growth rate will decrease. If the population exceeds the carrying capacity, there won’t be enough resources to sustain all the fish and there will be a negative growth rate, causing the population to decrease back to the carrying capacity.

    If the carrying capacity was 5000, the growth rate might vary something like that in the graph shown. Note that this is a linear equation with intercept at 0.1 and slope -\frac{0.1}{5000}, so we could write an equation for this adjusted growth rate as:

    populationgrowthrateradjusted = 0.1-\frac{0.1}{5000}P=0.1\left(1-\frac{P}{5000}\right)

    Substituting this in to our original exponential growth model for r gives

    ParseError: EOF expected (click for details)
    Callstack:
        at (Courses/Lumen_Learning/Mathematics_for_the_Liberal_Arts_(Lumen)/05:_Growth_Models/5.04:_Logistic_Growth), /content/body/div[1]/p[7]/img/@alt, line 1, column 4
    

    Logistic Growth

    If a population is growing in a constrained environment with carrying capacity K, and absent constraint would grow exponentially with growth rate r, then the population behavior can be described by the logistic growth model:

    ParseError: EOF expected (click for details)
    Callstack:
        at (Courses/Lumen_Learning/Mathematics_for_the_Liberal_Arts_(Lumen)/05:_Growth_Models/5.04:_Logistic_Growth), /content/body/div[1]/div[3]/p[3]/img/@alt, line 1, column 4
    

    Unlike linear and exponential growth, logistic growth behaves differently if the populations grow steadily throughout the year or if they have one breeding time per year. The recursive formula provided above models generational growth, where there is one breeding time per year (or, at least a finite number); there is no explicit formula for this type of logistic growth.

    Example 15

    A forest is currently home to a population of 200 rabbits. The forest is estimated to be able to sustain a population of 2000 rabbits. Absent any restrictions, the rabbits would grow by 50% per year. Predict the future population using the logistic growth model.

    Modeling this with a logistic growth model, r = 0.50, K = 2000, and P­0 = 200. Calculating the next year:

    {{P}_{1}}={{P}_{0}}+0.50\left(1-\frac{{{P}_{0}}}{2000}\right){{P}_{0}}=200+0.50\left(1-\frac{200}{2000}\right)200=290

    We can use this to calculate the following year:

    {{P}_{2}}={{P}_{1}}+0.50\left(1-\frac{{{P}_{1}}}{2000}\right){{P}_{1}}=290+0.50\left(1-\frac{290}{2000}\right)290\approx414

    A calculator was used to compute several more values:

    n 0 1 2 3 4 5 6 7 8 9 10
    Pn 200 290 414 578 784 1022 1272 1503 1690 1821 1902

    Plotting these values, we can see that the population starts to increase faster and the graph curves upwards during the first few years, like exponential growth, but then the growth slows down as the population approaches the carrying capacity.

    populationyears

    Example 16

    On an island that can support a population of 1000 lizards, there is currently a population of 600. These lizards have a lot of offspring and not a lot of natural predators, so have very high growth rate, around 150%. Calculating out the next couple generations:

    {{P}_{1}}={{P}_{0}}+1.50\left(1-\frac{{{P}_{0}}}{1000}\right){{P}_{0}}=600+1.50\left(1-\frac{600}{1000}\right)600=960

    {{P}_{2}}={{P}_{1}}+1.50\left(1-\frac{{{P}_{1}}}{1000}\right){{P}_{1}}=960+1.50\left(1-\frac{960}{1000}\right)960=1018

    Interestingly, even though the factor that limits the growth rate slowed the growth a lot, the population still overshot the carrying capacity. We would expect the population to decline the next year.

    {{P}_{3}}={{P}_{2}}+1.50\left(1-\frac{{{P}_{3}}}{1000}\right){{P}_{3}}=1018+1.50\left(1-\frac{1018}{1000}\right)1018=991

    Calculating out a few more years and plotting the results, we see the population wavers above and below the carrying capacity, but eventually settles down, leaving a steady population near the carrying capacity.

    Try it Now 5

    A field currently contains 20 mint plants. Absent constraints, the number of plants would increase by 70% each year, but the field can only support a maximum population of 300 plants. Use the logistic model to predict the population in the next three years.

    Example 17

    On a neighboring island to the one from the previous example, there is another population of lizards, but the growth rate is even higher – about 205%.

    Calculating out several generations and plotting the results, we get a surprise: the population seems to be oscillating between two values, a pattern called a 2-cycle.

    While it would be tempting to treat this only as a strange side effect of mathematics, this has actually been observed in nature. Researchers from the University of California observed a stable 2-cycle in a lizard population in California.[1]

    Taking this even further, we get more and more extreme behaviors as the growth rate increases higher.   It is possible to get stable 4-cycles, 8-cycles, and higher. Quickly, though, the behavior approaches chaos (remember the movie Jurassic Park?).

    Try it Now Answers

    1. Letting n = 0 correspond with 1976, then P­0 = 20,610.

    From 1976 to 2010 the number of stay-at-home fathers increased by

    53,555 – 20,610 = 32,945

    This happened over 34 years, giving a common different d of 32,945 / 34 = 969.

    P­n = 20,610 + 969n

    Predicting for 2020, we use n = 44

    P­44 = 20,610 + 969(44) = 63,246 stay-at-home fathers in 2020.

    2. Using n = 0 corresponding with 2008,

    P­12 = (1+0.0134)12 (1.14) = about 1.337 billion people in 2020

    3. Here we will measure n in months rather than years, with n = 0 corresponding to the February when they went public. This gives P­0 = 45 thousand. October is 8 months later, so P­8 = 60.

    P­8 = (1+r)8 P­0

    60 = (1+r)8 45

    \frac{60}{45}={{(1+r)}^{8}}

    \sqrt[8]{\frac{60}{45}}=1+r

    r=\sqrt[8]{\frac{60}{45}}-1=0.0366, or 3.66%

    The general explicit equation is P­n = (1.0366)n 45

    Predicting 24 months (2 years) after they went public:

    P­24 = (1.0366)24 45 = 106.63 thousand users.

    4. 1.14(1.0134)n = 1.2.   n = 3.853, which is during 2011

    5. {{P}_{1}}={{P}_{0}}+0.70\left(1-\frac{{{P}_{0}}}{300}\right){{P}_{0}}=20+0.70\left(1-\frac{20}{300}\right)20=33

    P2 = 54

    P3 = 85


    CC licensed content, Shared previously

    5.4: Logistic Growth is shared under a not declared license and was authored, remixed, and/or curated by LibreTexts.

    • Was this article helpful?