Linear (Algebraic) Growth

Learning Outcomes

  • Determine whether data or a scenario describe linear or geometric growth
  • Identify growth rates, initial values, or point values expressed verbally, graphically, or numerically, and translate them into a format usable in calculation
  • Calculate recursive and explicit equations for linear growth and use those equations to make predictions

Predicting Growth

Marco is a collector of antique soda bottles. His collection currently contains [latex]437[/latex] bottles. Every year, he budgets enough money to buy [latex]32[/latex] new bottles. Can we determine how many bottles he will have in [latex]5[/latex] years, and how long it will take for his collection to reach [latex]1000[/latex] bottles?

collection of empty glass soda bottles

While you could probably solve both of these questions 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.

Recall recursive relationships

You saw recursive relationships before when studying fractals, objects created using self-similarity, in which each step of the process relates to the previous step.

The subscripts on the variables below, [latex]P_n[/latex], represent the order of the steps.

Suppose that  [latex]P_n[/latex] represents the number, or population, of bottles Marco has after [latex]n[/latex] years. So [latex]P_0[/latex] would represent the number of bottles now, [latex]P_1[/latex] would represent the number of bottles after [latex]1[/latex] year, [latex]P_2[/latex] would represent the number of bottles after [latex]2[/latex] years, and so on. We could describe how Marco’s bottle collection is changing using:

[latex]P_0 = 437[/latex]

[latex]P_n= P_{n-1} + 32[/latex]

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 [latex]32[/latex] to the number of bottles in the previous year, [latex]P_{n-1}[/latex]. Using this relationship, we could calculate:

[latex]P_1 = P_0 + 32 = 437 + 32 + 469[/latex]

[latex]P_2 = P_1 + 32 = 469 + 32 = 501[/latex]

[latex]P_3 = P_2 + 32 = 501 + 32 = 533[/latex]

[latex]P_4 = P_3 + 32 = 533 + 32 = 565[/latex]

[latex]P_5 = P_4 + 32 = 565 + 32 = 597[/latex]

We have answered the question of how many bottles Marco will have in [latex]5[/latex] years. Line chart. Vertical measures Bottles, with increments of 100 from 0 to 700. Horizontal measures Years From Now, with increments of 1 from 0 to 5. The line moves in a slow rise from left to right, from a little over 400 at year 0 to 600 at year 5.

However, solving how long it will take for his collection to reach [latex]1000[/latex] bottles would require a lot more calculations.

recall translating between words and mathematical operations

In the description below, the desired equation is built up by describing and translating between math notation and words. If you read the lines in words as you go, it may help reveal what’s being done.

Ex. [latex]P_1=437+32[/latex] may be read, “increasing the initial number of [latex]437[/latex] bottles by [latex]32[/latex] in the first year”. Furthermore, that tells us that at the end of the first year, Marco will have [latex]437[/latex] bottles plus [latex]1[/latex] set of [latex]32[/latex] added during the year.

Ex. [latex]P_2=437 + 2(32)[/latex] may be read, “at the end of the 2nd year, the initial collection of [latex]437[/latex] bottles has been increased by [latex]2[/latex] sets of [latex]32[/latex], since [latex]32[/latex] bottles were added during each of the years.”

Translating between the real-world situation and the mathematical notation as you work through an example can help you to understand the process being used to create the explicit equation that describes the situation.

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 [latex]P_n[/latex] directly, without needing to know [latex]P_{n-1}[/latex]. 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:

[latex]P_1 = 437 + 32[/latex]                                     [latex]= 437 + 1(32)[/latex]

[latex]P_2 = P_1 + 32 = 437 + 32 + 32[/latex]            [latex]= 437 + 2(32)[/latex]

[latex]P_3 = P_2 + 32 = (437 + 2(32)) + 32[/latex]    [latex]= 437 + 3(32)[/latex]

[latex]P_4 = P_3 + 32 = (437 + 3(32)) + 32[/latex]    [latex]= 437 + 4(32)[/latex]

 You can probably see the pattern now, and generalize that

[latex]P_n = 437 + n(32) = 437 + 32n[/latex]

Using this equation, we can calculate how many bottles he’ll have after 5 years:

[latex]P_5 = 437 + 32(5) = 437 + 160 = 597[/latex]

We can now also solve for when the collection will reach [latex]1000[/latex] bottles by substituting in [latex]1000[/latex] for [latex]P_n[/latex] and solving for [latex]n[/latex]

[latex]1000 = 437 + 32_n[/latex]

[latex]563 = 32_n[/latex]

[latex]n = 563/32 = 17.59[/latex]

So Marco will reach [latex]1000[/latex] bottles in [latex]18[/latex] years.

The steps of determining the formula and solving the problem of Marco’s bottle collection are explained in detail in the following videos.

In this example, Marco’s collection grew by the same number of bottles every year. This constant change is the defining characteristic 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.

Linear Growth

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

Recursive form

[latex]P_n = P_{n-1} + d[/latex]

Explicit form

[latex]P_n = P_0 + d n[/latex]

In this equation, [latex]d[/latex] represents the common difference – the amount that the population changes each time [latex]n[/latex] increases by [latex]1[/latex].

Connection to Prior Learning: Slope and Intercept

You may recognize the common difference, [latex]d[/latex], in our linear equation as slope. In fact, the entire explicit equation should look familiar – it is the same linear equation you learned in algebra, probably stated as [latex]y = mx + b[/latex].

In the standard algebraic equation [latex]y = mx + b[/latex], [latex]b[/latex] was the y-intercept, or the [latex]y[/latex] value when [latex]x[/latex] was zero. In the form of the equation we’re using, we are using [latex]P_0[/latex]­ to represent that initial amount.

In the [latex]y = mx + b[/latex] equation, recall that [latex]m[/latex] was the slope. You might remember this as “rise over run,” or the change in [latex]y[/latex] divided by the change in [latex]x[/latex]. Either way, it represents the same thing as the common difference, [latex]d[/latex], we are using – the amount the output [latex]P_n[/latex] changes when the input [latex]n[/latex] increases by [latex]1[/latex].

The equations [latex]y = mx + b[/latex] and [latex]P_n = P_0 + d n[/latex] mean the same thing and can be used the same ways. We’re just writing it somewhat differently.

Examples

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

View more about this example here.


Gasoline consumption in the US has been increasing steadily. Consumption data from 1992 to 2004 is shown below.[1] Find a model for this data, and use it to predict consumption in 2016. If the trend continues, when will consumption reach [latex]200[/latex] billion gallons?

Year ’92 ’93 ’94 ’95 ’96 ’97 ’98 ’99 ’00 ’01 ’02 ’03 ’04
Consumption (billion of gallons) [latex]110[/latex] [latex]111[/latex] [latex]113[/latex] [latex]116[/latex] [latex]118[/latex] [latex]119[/latex] [latex]123[/latex] [latex]125[/latex] [latex]126[/latex] [latex]128[/latex] [latex]131[/latex] [latex]133[/latex] [latex]136[/latex]

The steps for reaching this answer are detailed in the following video.


The cost, in dollars, of a gym membership for [latex]n[/latex] months can be described by the explicit equation [latex]P_n = 70 + 30_n[/latex]. What does this equation tell us?

The explanation for this example is detailed below.

 

Try It

The number of stay-at-home fathers in Canada has been growing steadily[2]. While the trend is not perfectly linear, it is fairly linear. Use the data from 1976 and 2010 to find an explicit formula for the number of stay-at-home fathers, then use it to predict the number in 2020.

Year 1976 1984 1991 2000 2010
# of Stay -at-home fathers [latex]20610[/latex] [latex]28725[/latex] [latex]43530[/latex] [latex]47665[/latex] [latex]53555[/latex]

When Good Models Go Bad

When using mathematical models to predict future behavior, it is important to keep in mind that very few trends will continue indefinitely.

Example

Suppose a four year old boy is currently [latex]39[/latex] inches tall, and you are told to expect him to grow [latex]2.5[/latex] inches a year.

We can set up a growth model, with [latex]n = 0[/latex] corresponding to [latex]4[/latex] years old.

Recursive form

[latex]P_0 = 39[/latex]

[latex]P_n = P_{n-1} + 2.5[/latex]

Explicit form

[latex]P_n = 39 + 2.5_n[/latex]

So at 6 years old, we would expect him to be

[latex]P_n = 39 + 2.5(2) = 44[/latex] inches tall

Any mathematical model will break down eventually. Certainly, we shouldn’t expect this boy to continue to grow at the same rate all his life. If he did, at age 50 he would be

[latex]P_{46} = 39 + 2.5(46) = 154[/latex] inches tall [latex]= 12.8[/latex] feet tall!

When using any mathematical model, we have to consider which inputs are reasonable to use. Whenever we extrapolate, or make predictions into the future, we are assuming the model will continue to be valid.

View a video explanation of this breakdown of the linear growth model here.