Growth Models



Growth Models

Populations of people, animals, and items are growing all around us. By understanding how things grow, we can better understand what to expect in the future.

1 Linear (Algebraic) Growth

Example: Marco is a collector of antique soda bottles. His collection currently contains 437 bottles. Every year, he budgets enough money to buy 32 new bottles. How many bottles will he have in 5 years? How long will it take for his collection to reach 1000 bottles?

While both of these questions you could probably solve without an equation or formal mathematics, we are going to formalize our approach to this problem to provide a means to answer more complicated questions.

Suppose that Pn represents the number, or population, of bottles Marco has after n years. So P0 would represent the number of bottles now, P1 would represent the number of bottles after 1 year, P2 would represent the number of bottles after 2 years, and so on. We could describe how Marco’s bottle collection is changing using:

P0 = 437

Pn = Pn-1 + 32

This is called a recursive relationship. A recursive relationship is a formula which relates the next value in a sequence to the previous values. Here, the number of bottles in year n can be found by adding 32 to the number of bottles in the previous year, Pn-1. Using this relationship, we could calculate:

P1 = P0 + 32 = 437 + 32 = 469

P2 = P1 + 32 = 469 + 32 = 501

P3 = P2 + 32 = 501 + 32 = 533

P4 = P3 + 32 = 533 + 32 = 565

P5 = P4 + 32 = 565 + 32 = 597

We have answered the question of how many bottles Marco will have in 5 years. However, solving how long it will take for his collection to reach 1000 bottles would require a lot more calculations.

While recursive relationships are excellent for describing simply and cleanly how a quantity is changing, they are not convenient for making predictions or solving problems that stretch far into the future. For that, a closed or explicit form for the relationship is preferred. An explicit equation allows us to calculate Pn directly, without needing to know Pn-1. While you may already be able to guess the explicit equation, let us derive it from the recursive formula. We can do so by selectively not simplifying as we go:

P1 = 437 + 32

P2 = P1 + 32 = 437 + 32 + 32 = 437 + 2(32)

P3 = P2 + 32 = (437 + 2(32)) + 32 = 437 + 3(32)

P4 = P3 + 32 = (437 + 3(32)) + 32 = 437 + 4(32)

You can probably see the pattern now, and generalize that

Pn = 437 + n(32) = 437 + 32n

From this we can calculate

P5 = 437 + 32(5) = 437 + 160 = 597

We can now also solve for when the collection will reach 1000 bottles by substituting in 1000 for Pn and solving for n

1000 = 437 + 32n

563 = 32n

n = 563/32 = 17.59

So Marco will reach 1000 bottles in 18 years.

In the previous example, Marco’s collection grew by the same number of bottles every year. This constant change is the hallmark of linear growth. Plotting the values we calculated for Marco’s collection, we can see the values form a straight line, the shape of linear growth.

[pic]

In this equation, d represents the common difference – the amount that the population changes each time n increases by 1. You may also recognize it as slope. In fact, the entire explicit equation should look familiar – it is the same linear equation you learned in algebra, probably stated as y = mx + b. In that equation recall m was the slope, or increase in y per x, and b was the y-intercept, or the y value when x was zero. Notice that the equations mean the same thing and can be used the same ways, we’re just writing it somewhat differently.

Example: The population of elk in a national forest was measured to be 12,000 in 2003, and was measured again to be 15,000 in 2007. If the population continues to grow linearly at this rate, what will the elk population be in 2014?

To begin, we need to define how we’re going to measure n. Remember that P0 is the population when n = 0, so we probably don’t want to literally use the year 0. Since we already know the population in 2003, let us define n = 0 to be the year 2003. Then P0 = 12,000.

Next we need to find d. Remember d is the growth per time period, in this case growth per year. Between the two measurements, the population grew by 15,000-12,000 = 3,000, but it took 2007-2003 = 4 years to grow that much. To find the growth per year, we can divide: 3000 elk / 4 years = 750 elk in 1 year. We can now write our equation in whichever form is preferred.

Recursive form:

P0 = 12,000

Pn = Pn-1 + 750

Explicit form:

Pn = 12,000 + 750n

To answer the question, we need to first note that the year 2014 will be n = 11, since 2014 is 11 years after 2003. The explicit form will be easier to use for this calculation:

P11 = 12,000 + 750(11) = 20,250 elk

Example: Gasoline consumption in the US has been increasing steadily. Consumption data from 1992 to 2004 is shown below[1]

|Year |‘92 |

|1990 |84 |

|1991 |116 |

|1992 |165 |

|1993 |272 |

|1994 |425 |

|1995 |677 |

|1996 |1015 |

|1997 |1412 |

|1998 |1886 |

|1999 |2498 |

|2000 |3501 |

|2001 |4709 |

|2002 |5886 |

|2003 |7225 |

|2004 |8569 |

|2005 |10241 |

|2006 |12440 |

|2007 |15756 |

1. Thomas Malthus was an economist who put forth the principle that population grows based on an exponential growth model, while food and resources grow based on a linear growth model. Based on this, Malthus predicted that eventually demand for food and resources would out outgrow supply, with doom-and-gloom consequences. Do some research about Malthus to answer these questions.

a. What societal changes did Malthus propose to avoid the doom-and-gloom outcome he was predicting?

b. Why do you think his predictions did not occur?

c. What are the similarities and differences between Malthus's theory and the logistic growth model?

-----------------------

[1]

[2]

[3]

[4] retrieved May 2009

-----------------------

[pic]

[pic]

[pic]

[pic]

[pic]

[pic]

[pic]

[pic]

[pic]

[pic]

[pic]

Linear Growth

If a quantity starts at size P0 and grows by d every time period, then the quantity after n time periods can be determined using either of these relations:

Recursive form:

Pn = Pn-1 + d

Explicit form:

Pn = P0 + d n

Exponential Growth

If a quantity starts at size P0 and grows by R% (written as a decimal, r) every time period, then the quantity after n time periods can be determined using either of these relations:

Recursive form:

Pn = (1+r) Pn-1

Explicit form:

Pn = (1+r)n P0

Logistic Growth

Pn = Pn-1 + r ( 1 – Pn-1 / K) Pn-1

................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download