Skip to main content
\(\require{cancel}\newcommand\degree[0]{^{\circ}} \newcommand\Ccancel[2][black]{\renewcommand\CancelColor{\color{#1}}\cancel{#2}} \newcommand{\alert}[1]{\boldsymbol{\color{magenta}{#1}}} \newcommand{\blert}[1]{\boldsymbol{\color{blue}{#1}}} \newcommand{\bluetext}[1]{\color{blue}{#1}} \delimitershortfall-1sp \newcommand\abs[1]{\left|#1\right|} \newcommand{\lt}{<} \newcommand{\gt}{>} \newcommand{\amp}{&} \)

Section11.2Exponential Growth

SubsectionExponential Growth

Suppose that every year, only 10% of the fish in a lake have surviving offspring. If there were 100 fish in the lake last year, there would now be 110 fish. If there were 1000 fish in the lake last year, there would now be 1100 fish. Absent any inhibiting factors, populations of people and animals tend to grow by a percent of the existing population each year.

Let's make a sequence listing the population of fish in a lake each year. Suppose our lake began with 1000 fish, and 10% of the fish have surviving offspring each year. Since we start with 1000 fish, \(P_0 = 1000.\) How do we calculate the population for the next year? The new population will be the old population, plus an additional 10%. Symbolically, the next term is:

\begin{equation*} P_0 + 0.10P_0 \end{equation*}

Notice this could be condensed to a shorter form by factoring:

\begin{equation*} P_0 + 0.10P_0 = 1P_0 + 0.10P_0 = (1+0.10)P_0 = 1.10P_0 \end{equation*}

While 10% is the growth rate, 1.10 is the growth multiplier. Notice that 1.10 can be thought of as the original 100% plus an additional 10%.

So we could calculate the fish population after one year in the following way:

\begin{equation*} 1.10(1000) = 1100 \end{equation*}

We can also calculate the population in later years like this:

\begin{equation*} \text{After 2 years: } 1.10P_1 = 1.10(1100) = 1210 \end{equation*}
\begin{equation*} \text{After 3 years: } 1.10P_2 = 1.10(1210) = 1331 \end{equation*}

Notice that in the first year, the population grew by 100 fish, in the second year, the population grew by 110 fish, and in the third year the population grew by 121 fish. While there is a constant percentage growth, the actual number of fish added is increasing each year.

Graphing these values we see that this growth doesn't quite appear linear.

To get a better picture of how this percentage-based growth affects things, we need a faster way to calculate values further out in the future. Just as we found a faster way to do repeated addition with linear models, here we need a quick way to do repeated multiplication.

Like we did for the linear model, let's start building each term of the sequence from the initial term, and see if we can find a pattern:

After 1 year: \(1.10P_0 = 1.10(1000)\)

After 2 years: \(1.10(1100) = 1.10(1.10(1000)) = 1.10^2(1000)\)

After 3 years: \(1.10(1210) = 1.10(1.10(1.10(1000))) = 1.10^3(1000)\)

After 4 years: \(1.10(1331) = 1.10(1.10(1.10(1.10(1000)))) = 1.10^4(1000)\)

It makes sense that we end up using exponents here. Just as multiplication is repeated addition, exponentiation is repeated multiplication.

Observing a pattern, we can generalize to a formula for the population (\(P\)) of fish after any number (\(n\)) of years: \(P = 1.10^n(1000)\) or equivalently \(P = (1000)1.10^n\text{.}\)

From this, we can quickly calculate the number of fish in 10, 20, or 30 years:

After 10 years: \((1000)1.10^{10} = 2594\)

After 20 years: \((1000)1.10^{20} = 6727\)

After 30 years: \((1000)1.10^{30} = 17449\)

Adding these values to our graph reveals a shape that is definitely not linear. If our fish population had been growing linearly, by 100 fish each year, the population would have only reached 4000 in 30 years compared to almost 18000 with this percent-based growth, called exponential growth.

In exponential growth, the population grows proportional to the size of the population, so as the population gets larger, the same percent growth will yield a larger numeric growth.

Exponential Sequences

A sequence is exponential if it changes by a common percentage.

We call the common percentage the percent growth rate, which in decimal form is designated as \(r\text{.}\) In the case of our fish population, \(r = 0.10\text{.}\)

The common ratio or growth multiplier for an exponential sequence is the number you multiply each term by to get the next term. The growth multiplier is always equal to \(1+r\text{.}\) In the case of our fish population, the growth multiplier is \(1.10\text{.}\)

If \(r\) is positive (equivalently, if the growth multiplier is greater than 1), the sequence is increasing and we say that it exhibits exponential growth. If \(r\) is negative (equivalently, if the growth multiplier is less than 1), the sequence is decreasing and we say that it exhibits exponential decay.

If a quantity starts at size \(P_0\) and grows by \(R\)% (written as a decimal, \(r\)) every time period, then the quantity \(P\) after \(n\) time periods can be determined using this formula:

\(\hspace{2.5in} P = P_0(1+r)^n\)

Example11.5

Between 2007 and 2008, Olympia, WA grew almost 3% to a population of 245 thousand people. If this growth rate was to continue, what would the population of Olympia be in 2014?

As we did before, we first need to define what year will correspond to \(n=0\text{.}\) Since we know the population in 2008, it would make sense to have 2008 correspond to \(n=0\text{,}\) so \(P_0 = 245,000\text{.}\) The year 2014 would then be \(n=6\text{.}\)

We know the growth rate is 3%, giving \(r\)=0.03. So the growth multiplier is 1.03.

Then we can calculate the population when \(n=6\) like this:

\begin{equation*} 345,000(1.03)^6 = 1.19405(245,000) = 292,542.25 \end{equation*}

The model predicts that in 2014, Olympia would have a population of about 293 thousand people.

Evaluating exponents on the calculator

To evaluate expressions like \((1.03)^6\) it will be easier to use a calculator than multiply 1.06 by itself six times. Most scientific calculators have a button for exponents. It is typically either labeled like:

^, \(y^x\text{,}\) or \(x^y\)

To evaluate \(1.03^6\text{,}\) we'd type 1.03 ^ 6 or 1.03 \(y^x\) 6. Try it out - you should get an answer around 1.1940523.

Exploration11.2
India is the second most populous country in the world, with a population in 2008 of about 1.14 billion people. The population is growing by about 1.34% each year. If this trend continues, what will India's population grow to by 2020?
Solution

Using \(n=0\) corresponding with 2008, in 2020 \(n\) will be \(12\text{.}\) Then

\begin{equation*} 1.14(1+0.0314)^{12} = \text{about } 1.137 \text{ billion people in 2020} \end{equation*}
Example11.6

A friend is using the equation \(P = 4600(1.072)^n\) to predict the annual tuition at a local college. She says the formula is based on years after 2010. What does this equation tell us?

In the equation, \(P_0\) = 4600, which is the starting value of the tuition when \(n = 0\text{.}\) This tells us that the tuition in 2010 was $4,600.

The growth multiplier is 1.072, so the growth rate is 0.072, or 7.2%. This tells us that the tuition is expected to grow by 7.2% each year.

Putting this together, we could say that the tuition in 2010 was $4,600, and is expected to grow by 7.2% each year.

Example11.7

In 1990, the residential energy use in the US was responsible for 962 million metric tons of carbon dioxide emissions. By the year 2000, that number had risen to 1182 million metric tons. If the emissions grow exponentially and continue at the same rate, what will the emissions grow to by 2050?

Similar to before, we will correspond \(n = 0\) with 1990, as that is the year for the first piece of data we have. That will make \(P_0 = 962\) (million metric tons of CO2). In this problem, we are not given the growth rate, but instead are given that the tenth term of the sequence is 1182.

When \(n=10\text{,}\) plugging what we know into our formula gives us

\begin{equation*} 1182 = 962(1+r)^{10} \end{equation*}

We can now solve this equation for the growth rate \(r\text{.}\) Start by dividing by 962.

\begin{equation*} \frac{1182}{962}=(1+r)^{10} \end{equation*}
Take the 10th root of both sides
\begin{equation*} \sqrt[10]{\frac{1182}{962}} = 1+r \end{equation*}
Subtract 1 from both sides
\begin{equation*} r = \sqrt[10]{\frac{1182}{962}}-1 = 0.0208 = 2.08\% \end{equation*}

So if the emissions are growing exponentially, they are growing by about 2.08% per year. We can now predict the emissions in 2050 by plugging \(r = 0.0208\) and \(n = 60\) into our formula:

\(962(1+0.0208)^{60} = 3308.4\) million metric tons of CO\(_2\) in 2050.

Rounding

As a note on rounding, notice that if we had rounded the growth rate to 2.1%, our calculation for the emissions in 2050 would have been 3347. Rounding to 2% would have changed our result to 3156. A very small difference in the growth rates gets magnified greatly in exponential growth. For this reason, it is recommended to round the growth rate as little as possible.

If you need to round, keep at least three significant - numbers after any leading zeros. So 0.4162 could be reasonably rounded to 0.416. A growth rate of 0.001027 could be reasonably rounded to 0.00103.

Evaluating roots on the calculator

In the previous example, we had to calculate the 10th root of a number. This is different than taking the basic square root, \(\sqrt{}\text{.}\) Many scientific calculators have a button for general roots. It is typically labeled like: \(\sqrt[n]{} \text{, } \sqrt[x]{} \text{, or } \sqrt[y]{x} \)

To evaluate the 3rd root of 8, for example, we'd either type \(3 \sqrt[x]{} 8 \) or \(8 \sqrt[y]{x} 3\text{,}\) depending on the calculator. Try it on yours to see which to use - you should get an answer of 2.

If your calculator does not have a general root button, all is not lost. You can instead use the property of exponents which states that \(\sqrt[n]{a} = a^{\frac{1}{n}}\text{.}\) So to compute the 3rd root of 8, you could use your calculator's exponent key to calculate \(8^{\frac{1}{3}}\text{.}\) To do this, type: \(8 y^x (1 \div 3)\text{.}\)

The parentheses tell the calculator to divide 1/3 before doing the exponent.

Exploration11.3

The number of users on a social networking site was 45 thousand in February when they officially went public, and grew to 60 thousand by October. If the site is growing exponentially, and growth continues at the same rate, how many users should they expect two years after they went public?

Solution

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 the eighth term is \(60\)

\begin{equation*} 60 = 45(1+r)^8 \end{equation*}
\begin{equation*} \frac{60}{45} = (1+r)^8 \end{equation*}
\begin{equation*} \sqrt[8]{\frac{60}{45}} = 1 + r \end{equation*}
\begin{equation*} r = \sqrt[8]{\frac{60}{45}} -1 = 0.0366 \text{ or } 3.66\% \end{equation*}

So our general equation is \(P = 45(1.0366)^n\text{.}\) Predicting 24 months (2 years) after they went public:

\begin{equation*} 45(1.0366)^{24} = 106.63 \text{ thousand users} \end{equation*}
Example11.8

Looking back at the last example, for the sake of comparison, what would the carbon emissions be in 2050 if emissions grow linearly at the same rate?

Again we will get \(n = 0\) corresponds with 1990, giving \(P_0 = 962\text{.}\) To find the common difference \(d\text{,}\) we could take the same approach as earlier, noting that the emissions increased by 220 million metric tons in 10 years, giving a common difference of 22 million metric tons each year.

Alternatively, we could use an approach similar to that which we used to find the exponential equation. When \(n = 10\text{,}\) we know that emissions were at 1182 million metric tons, so the linear equation looks like:

\begin{equation*} 1182 = 962 + 10d \end{equation*}

We can now solve this equation for the common difference, d

\begin{equation*} 1182-962 = 10d \end{equation*}
\begin{equation*} 220 = 10d \end{equation*}
\begin{equation*} d = 22 \end{equation*}

This tells us that if the emissions are changing linearly, they are growing by 22 million metric tons each year. Predicting the emissions in 2050, we get

\begin{equation*} 962 + 22(60) = 2282 \text{ million metric tons} \end{equation*}

You will notice that this number is substantially smaller than the prediction from the exponential growth model. Calculating and plotting more values helps illustrate the differences.

SubsectionLogistic Growth

In our basic exponential growth scenario, we assumed that the growth rate would remain constant. In many situations, however, exponential growth is unsustainable, and the growth rate will decrease over time.

In a lake, for example, there is some maximum sustainable population of fish, also called a carrying capacity. 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, until the population levels out around the carrying capacity. We call this kind of growth logistic growth.

Figure11.9Comparing exponential and logistic models of fish in a lake. The carrying capacity used in this logistic model is 10,000 fish.
Logistic growth

When a quantity initially grows exponentially, but grows more and more slowly over time until it levels off, this is known as logistic growth.

Although populations will generally grow exponentially over the short term when they start well below the carrying-capacity, over the long term populations tend to grow logistically, since there are always limited resources in real environments that eventually slow a population's growth. Logistic growth is also used to model other situations that would at first appear exponential:

  • The number of people infected by a new pathogen.
  • The concentration of the products of a chemical reaction.
  • The prevalence of a specific variation in a language, like a new word or phrase.
  • Crop yield, varying with the amount of fertilizer used.
  • The spread of new ideas or innovations.

So how do we know which growth model-linear, exponential, or logisticto use when working with data? There are two approaches which should be used together whenever possible:

  1. Find more than two pieces of data. Plot the values, and look for a trend. Does the data appear to be changing like a line, or do the values appear to be curving upwards and/or leveling off?
  2. Consider the factors contributing to the data. Are they things you would expect to change by a constant amount or a percentage, i.e., linearly or exponentially? If they change by a percentage, do you expect limiting factors to dampen the growth over time, causing logistic growth? For example, in the case of carbon emissions, we could expect that, absent other factors, they would be tied closely to population values, which tend to change by percentage. If you look at carbon emissions over a short time span, the change would likely be exponential, but over long time spans we might see logistic growth because human population cannot continue to grow exponentially on earth forever.
Exploration11.4

For each of the following situations, decide if the quantity described is best modeled with a linear, exponential, or logistic sequence.

  1. The volume of water in a bathtub as it is filled.
  2. The number of people who have heard of a celebrity, measured over the course of the celebrity's career.
  3. The air pressure of a bike tire that acquires a tiny leak.
  4. The amount of toothpaste left in the tube, measured from when you bought it until it runs out.
  5. The volume of a ball of dough, measured as it rises over the course of half an hour.
  6. The volume of a ball of dough, if left to rise and forgotten all day.
Solution
  1. We should expect that the rate at which water comes out of the tap is roughly constant, meaning that there is a constant amount of water added to the tub each second. Since the water in the tub is increasing by the same amount each time period, it is likely best modeled by an increasing linear sequence.
  2. As with many types of information, how fast the name of a celebrity is currently spreading depends largely on how many people have already heard of them. The more people who already know about them, the more people their name gets passed on to. So we should expect the number of people who have heard of a celebrity to change by a percentage. However, this effect slows down as more and more people have heard of the celebrity, since it becomes more likely that everyone in a given social group has already heard about them. Towards the end of a celebrity's career, their name has likely already reached most people that will ever hear of it, and can't spread much further. Therefore, we should expect the growth to level out over time. So it probably makes the most sense to model this with a logistic sequence.
  3. When the air pressure of the tire is higher, the air will leak out faster, but when it becomes lower, it will leak more slowly. Since the change in air pressure is tied to how high the pressure is, this is probably best modeled by a decreasing exponential function.
  4. Given that you probably use about the same amount of toothpaste each time you brush your teeth, and that you do so consistently, the amount of toothpaste leaving the tube each day should be constant. So this is probably best modeled by a decreasing linear sequence.
  5. Dough rises because of carbon dioxide released by yeast as it consumes sugar and starch to reproduce. So we should expect the volume of the dough to be correlated with the population of yeast cells within the dough. So since populations tend to change by percentage, we should expect the volume of the dough to change in the same way. Given only half an hour to rise, it's unlikely that the yeast population will be close to its carrying capacity within the dough, so this situation is probably best modeled by an increasing exponential sequence, rather than a logistic sequence.
  6. If left to rise all day, however, it's likely that the rising will slow and eventually stop, as the yeast population's growth is limited by the amount of food available to it within the dough. Therefore, this situation is probably best modeled by a logistic sequence.