Models of Exponential Growth and Decay

Did you know that you can predict the temperature of a cup of hot tea after it sits for 20 minutes? This section will take a deeper look at applications of exponential functions and the behaviors they model in the real world around us. We will explore half-life, radioactive decay, and Newton's law of cooling.

Modeling Exponential Growth and Decay

Learning Objectives

In this section, you will:

  • Model exponential growth and decay.
  • Use Newton's Law of Cooling.
  • Use logistic-growth models.
  • Choose an appropriate model for data.
  • Express an exponential model in base e .
Inside a nuclear research reactor.


Figure 1 A nuclear research reactor inside the Neely Nuclear Research Center on the Georgia Institute of Technology campus (credit: Georgia Tech Research Institute)

We have already explored some basic applications of exponential and logarithmic functions. In this section, we explore some important applications in more depth, including radioactive isotopes and Newton's Law of Cooling.


Modeling Exponential Growth and Decay

In real-world applications, we need to model the behavior of a function. In mathematical modeling, we choose a familiar general function with properties that suggest that it will model the real-world phenomenon we wish to analyze. In the case of rapid growth, we may choose the exponential growth function:

y=A_0e^{kt}

where A_0 is equal to the value at time zero, e is Euler's constant, and k is a positive constant that determines the rate (percentage) of growth. We may use the exponential growth function in applications involving doubling time, the time it takes for a quantity to double. Such phenomena as wildlife populations, financial investments, biological samples, and natural resources may exhibit growth based on a doubling time. In some applications, however, as we will see when we discuss the logistic equation, the logistic model sometimes fits the data better than the exponential model.

On the other hand, if a quantity is falling rapidly toward zero, without ever reaching zero, then we should probably choose the exponential decay model. Again, we have the form y=A_0e^{kt} where  A_0 is the starting value, and  e is Euler's constant. Now  k is a negative constant that determines the rate of decay. We may use the exponential decay model when we are calculating half-life, or the time it takes for a substance to exponentially decay to half of its original quantity. We use half-life in applications involving radioactive isotopes.

In our choice of a function to serve as a mathematical model, we often use data points gathered by careful observation and measurement to construct points on a graph and hope we can recognize the shape of the graph. Exponential growth and decay graphs have a distinctive shape, as we can see in Figure 2 and Figure 3. It is important to remember that, although parts of each of the two graphs seem to lie on the x-axis, they are really a tiny distance above the x-axis.

Graph of y=2e^(3x) with the labeled points (-1/3, 2/e), (0, 2), and (1/3, 2e) and with the asymptote at y=0.


Figure 2 A graph showing exponential growth. The equation is y=2e^{3x}.

Graph of y=3e^(-2x) with the labeled points (-1/2, 3e), (0, 3), and (1/2, 3/e) and with the asymptote at y=0.


Figure 3 A graph showing exponential decay. The equation is y=3e^{−2x}.

Exponential growth and decay often involve very large or very small numbers. To describe these numbers, we often use orders of magnitude. The order of magnitude is the power of ten, when the number is expressed in scientific notation, with one digit to the left of the decimal. For example, the distance to the nearest star, Proxima Centauri, measured in kilometers, is 40,113,497,200,000 kilometers. Expressed in scientific notation, this is 4.01134972×10^{13}. So, we could describe this number as having order of magnitude 10^{13}.


Characteristics of the Exponential Function, y=A_0e^{kt}

An exponential function with the form y=A_0e^{kt} has the following characteristics:

  • one-to-one function
  • horizontal asymptote: y=0
  • domain: (–∞, ∞)
  • range: (0,∞)
  • x intercept: none
  • y-intercept: (0,A_0)
  • increasing if k > 0 (see Figure 4)
  • decreasing if k < 0 (see Figure 4)
Two graphs of y=(A_0)(e^(kt)) with the asymptote at y=0. The first graph is of when k>0 and with the labeled points (1/k, (A_


Figure 4 An exponential function models exponential growth when k > 0 and exponential decay when k < 0.


Example 1

Graphing Exponential Growth

A population of bacteria doubles every hour. If the culture started with 10 bacteria, graph the population as a function of time.

Solution
When an amount grows at a fixed percent per unit time, the growth is exponential. To find A_0 we use the fact that A_0 is the amount at time zero, so A_0=10. To find k, use the fact that after one hour (t=1) the population doubles from 10 to 20. The formula is derived as follows

20=10e^{k⋅12} \\ =e^k \quad \text{ Divide by 10}\\ ln2=k \quad \text{ Take the natural logarithm}

so k=ln(2). Thus the equation we want to graph is y=10e^{(ln2)t}=10(e^{ln2})^t=10⋅2^t. The graph is shown in Figure 5.

A graph starting at ten on the y-axis and rising rapidly to the right.


Figure 5 The graph of y=10e^{(ln2)t}

Analysis

The population of bacteria after ten hours is 10,240. We could describe this amount is being of the order of magnitude 10^4. The population of bacteria after twenty hours is 10,485,760 which is of the order of magnitude 10^7, so we could say that the population has increased by three orders of magnitude in ten hours.


Half-Life

We now turn to exponential decay. One of the common terms associated with exponential decay, as stated above, is half-life, the length of time it takes an exponentially decaying quantity to decrease to half its original amount. Every radioactive isotope has a half-life, and the process describing the exponential decay of an isotope is called radioactive decay.

To find the half-life of a function describing exponential decay, solve the following equation:

\frac{1}{2}A_0=A_oe^{kt}

We find that the half-life depends only on the constant  k and not on the starting quantity A_0.

The formula is derived as follows

\begin{array}{ll}\frac{1}{2} A_{0}=A_{o} e^{k t} & \\\frac{1}{2}=e^{k t} & \text { Divide by } A_{0} . \\\ln \left(\frac{1}{2}\right)=k t & \text { Take the natural log. } \\-\ln (2)=k t & \text { Apply laws of logarithms. } \\-\frac{\ln (2)}{k}=t & \text { Divide by } k .\end{array}

Since t, the time, is positive,  k must, as expected, be negative. This gives us the half-life formula

t=−\dfrac{ln(2)}{k}


How To

Given the half-life, find the decay rate.

  • Write A=A_oe^{kt}.
  • Replace A by \frac{1}{2}A_0 and replace t by the given half-life.
  • Solve to find k. Express  k as an exact value (do not round).


Note: It is also possible to find the decay rate using k=−\dfrac{ln(2)}{t}.


Example 2

Finding the Function that Describes Radioactive Decay

The half-life of carbon-14 is 5,730 years. Express the amount of carbon-14 remaining as a function of time, t.

Solution
This formula is derived as follows.

\begin{array}{ll}A=A_{0} e^{k t} & \text { The continuous growth formula. } \\0.5 A_{0}=A_{0} e^{k-5730} & \text { Substitute the half-life fort and } 0.5 A_{0} \text { for } f(t) \\0.5=e^{5730 k} & \text { Divide by } A_{0} . \\\ln (0.5)=5730 k & \text { Take the natural log of both sides. } \\k=\frac{\ln (0.5)}{5730} & \text { Divide by the coefficient of } k . \\A=A_{0} e^{\left(\frac{\ln (0.5)}{5730}\right) t} & \text { Substitute forr in the continuous growth formula. }\end{array}

The function that describes this continuous decay is f(t)=A_0e^{\dfrac{(ln(0.5)}{5730})t}. We observe that the coefficient of t, \dfrac{ln(0.5)}{5730}≈−1.2097×10^{−4} is negative, as expected in the case of exponential decay.

Try It #1

The half-life of plutonium-244 is 80,000,000 years. Find a function that gives the amount of plutonium-244 remaining as a function of time, measured in years.


Radiocarbon Dating

The formula for radioactive decay is important in radiocarbon dating, which is used to calculate the approximate date a plant or animal died. Radiocarbon dating was discovered in 1949 by Willard Libby, who won a Nobel Prize for his discovery. It compares the difference between the ratio of two isotopes of carbon in an organic artifact or fossil to the ratio of those two isotopes in the air. It is believed to be accurate to within about 1% error for plants or animals that died within the last 60,000 years.

Carbon-14 is a radioactive isotope of carbon that has a half-life of 5,730 years. It occurs in small quantities in the carbon dioxide in the air we breathe. Most of the carbon on Earth is carbon-12, which has an atomic weight of 12 and is not radioactive. Scientists have determined the ratio of carbon-14 to carbon-12 in the air for the last 60,000 years, using tree rings and other organic samples of known dates - although the ratio has changed slightly over the centuries.

As long as a plant or animal is alive, the ratio of the two isotopes of carbon in its body is close to the ratio in the atmosphere. When it dies, the carbon-14 in its body decays and is not replaced. By comparing the ratio of carbon-14 to carbon-12 in a decaying sample to the known ratio in the atmosphere, the date the plant or animal died can be approximated.

Since the half-life of carbon-14 is 5,730 years, the formula for the amount of carbon-14 remaining after t years is

A≈A_0e^{(\dfrac{ln(0.5)}{5730})t}

where

  • A is the amount of carbon-14 remaining
  •  A_0 is the amount of carbon-14 when the plant or animal began decaying.


This formula is derived as follows:

\begin{array}{ll}A=A_{0} e^{k t} & \text { The continuous growth formula. } \\0.5 A_{0}=A_{0} e^{k-5730} & \text { Substitute the half-life for } t \text { and } 0.5 A_{0} \text { for } f(t) . \\0.5=e^{5730 k} & \text { Divide by } A_{0} . \\\ln (0.5)=5730 k & \text { Take the natural log of both sides. } \\k=\frac{\ln (0.5)}{5730} & \text { Divide by the coefficient of } k . \\A=A_{0} e^{\left(\frac{\ln (0.5)}{5730}\right) t} & \text { Substitute for } k \text { in the continuous growth formula. }\end{array}

To find the age of an object, we solve this equation for t:

 t=\dfrac{ln(\dfrac{A}{A_0})}{−0.000121}

Out of necessity, we neglect here the many details that a scientist takes into consideration when doing carbon-14 dating, and we only look at the basic formula. The ratio of carbon-14 to carbon-12 in the atmosphere is approximately 0.0000000001%. Let r be the ratio of carbon-14 to carbon-12 in the organic artifact or fossil to be dated, determined by a method called liquid scintillation. From the equation A≈A_0e^{−0.000121t} we know the ratio of the percentage of carbon-14 in the object we are dating to the initial amount of carbon-14 in the object when it was formed is r=\dfrac{A}{A_0}≈e^{−0.000121t}. We solve this equation for t, to get

t=\dfrac{ln(r)}{−0.000121}


How To

Given the percentage of carbon-14 in an object, determine its age.

  1. Express the given percentage of carbon-14 as an equivalent decimal, k.
  2. Substitute for  k in the equation t=\dfrac{ln(r)}{−0.000121} and solve for the age, t.


Example 3

Finding the Age of a Bone

A bone fragment is found that contains 20% of its original carbon-14. To the nearest year, how old is the bone?

Solution
We substitute 20\%=0.20 for r in the equation and solve for t:

\begin{array}{ll}t=\frac{\ln (r)}{-0.000121} & \text { Use the general form of the equation. } \\=\frac{\ln (0.20)}{-0.000121} & \text { Substitute for } r . \\\approx 13301 & \text { Round to the nearest year. }\end{array}

The bone fragment is about 13,301 years old.

Analysis

The instruments that measure the percentage of carbon-14 are extremely sensitive and, as we mention above, a scientist will need to do much more work than we did in order to be satisfied. Even so, carbon dating is only accurate to about 1%, so this age should be given as 13,301 years±1% or 13,301 years±133 years.


Try It #2

Cesium-137 has a half-life of about 30 years. If we begin with 200 mg of cesium-137, will it take more or less than 230 years until only 1 milligram remains?


Calculating Doubling Time

For decaying quantities, we determined how long it took for half of a substance to decay. For growing quantities, we might want to find out how long it takes for a quantity to double. As we mentioned above, the time it takes for a quantity to double is called the doubling time.

Given the basic exponential growth equation A=A_0e^{kt}, doubling time can be found by solving for when the original quantity has doubled, that is, by solving 2A=A_0e^{kt}.

The formula is derived as follows:

\begin{array}{ll}2 A_{0}=A_{0} e^{k t} & \\2=e^{h t} & \text { Divide by } A_{0} \\\ln 2=k t & \text { Take the natural logarithm. } \\t=\frac{\ln 2}{k} & \text { Divide by the coefficient oft }\end{array}

Thus the doubling time is

t=\dfrac{ln2}{k}


Example 4

Finding a Function That Describes Exponential Growth

According to Moore's Law, the doubling time for the number of transistors that can be put on a computer chip is approximately two years. Give a function that describes this behavior.

Solution
The formula is derived as follows:

\begin{array}{ll}t=\frac{\ln 2}{k} & \text { The doubling time formula. } \\2=\frac{\ln 2}{k} & \text { Use a doubling time of two years. } \\k=\frac{\ln 2}{2} & \text { Multiply by } k \text { and divide by } 2 . \\A=A_{0} e^{\frac{\ln 2}{2} t} & \text { Substitute } k \text { into the continuous growth formula. }\end{array}

The function is A=A_{0} e^{\frac{\ln 2}{2} t} .


Try It #3

Recent data suggests that, as of 2013, the rate of growth predicted by Moore's Law no longer holds. Growth has slowed to a doubling time of approximately three years. Find the new function that takes that longer doubling time into account.


Using Newton's Law of Cooling

Exponential decay can also be applied to temperature. When a hot object is left in surrounding air that is at a lower temperature, the object's temperature will decrease exponentially, leveling off as it approaches the surrounding air temperature. On a graph of the temperature function, the leveling off will correspond to a horizontal asymptote at the temperature of the surrounding air. Unless the room temperature is zero, this will correspond to a vertical shift of the generic exponential decay function. This translation leads to Newton's Law of Cooling, the scientific formula for temperature as a function of time as an object's temperature is equalized with the ambient temperature

T(t)=ae^{kt}+T_s

This formula is derived as follows:

\begin{array}{ll}T(t)=A b^{t t}+T_{s} & \\T(t)=A e^{\ln \left(b^{d}\right)}+T_{s} & \text { Laws of logarithms. } \\T(t)=A e^{c t \ln b}+T_{s} & \text { Laws of logarithms. } \\T(t)=A e^{k t}+T_{s} & \text { Rename the constant } c \text { ln } b, \quad \text { calling it } k .\end{array}


Newton's Law of Cooling

The temperature of an object, T, in surrounding air with temperature T_s will behave according to the formula

T(t)=A e^{k t}+T_{s}

where

  • t is time
  • A is the difference between the initial temperature of the object and the surroundings
  •  k is a constant, the continuous rate of cooling of the object


How To

Given a set of conditions, apply Newton's Law of Cooling.

  1. Set T_s equal to the y-coordinate of the horizontal asymptote (usually the ambient temperature).
  2. Substitute the given values into the continuous growth formula T(t)=Ae^{kt}+T_s to find the parameters A and k.
  3. Substitute in the desired time to find the temperature or the desired temperature to find the time.


Example 5

Using Newton's Law of Cooling

A cheesecake is taken out of the oven with an ideal internal temperature of 165°F, and is placed into a 35°F refrigerator. After 10 minutes, the cheesecake has cooled to 150°F. If we must wait until the cheesecake has cooled to 70°F before we eat it, how long will we have to wait?

Solution
Because the surrounding air temperature in the refrigerator is 35 degrees, the cheesecake's temperature will decay exponentially toward 35, following the equation

T(t)=Ae^{kt}+35

We know the initial temperature was 165, so T(0)=165.

 \begin{array}{ll}165=A e^{k0}+35 & \text { Substitute (0, 165).} \\ A = 130 & \text { Solve for A. }  \end{array}

We were given another data point, T(10)=150, which we can use to solve for k.

\begin{array}{ll}150=130 e^{k 10}+35 & \text { Substitute }(10,150) \\115=130 e^{k 10} & \text { Subtract } 35 . \\\frac{115}{130}=e^{10 k} & \text { Divide by } 130 . \\\ln \left(\frac{115}{130}\right)=10 k & \text { Take the natural log of both sides. } \\k=\frac{\ln \left(\frac{115}{100}\right)}{10} \approx-0.0123 & \text { Divide by the coefficient of } k .\end{array}

This gives us the equation for the cooling of the cheesecake: T(t)=130e^{–0.0123t}+35.

Now we can solve for the time it will take for the temperature to cool to 70 degrees.

\begin{array}{ll}70=130 e^{-0.0123 t}+35 & \text { Substitute in } 70 \text { for } T(t) . \\35=130 e^{-0.0123 t} & \text { Subtract } 35 . \\\frac{35}{130}=e^{-0.0123 t} & \text { Divide by } 130 . \\\ln \left(\frac{35}{130}\right)=-0.0123 t & \text { Take the natural log of both sides } \\t=\frac{\ln \left(\frac{35}{130}\right)}{-0.0123} \approx 106.68 & \text { Divide by the coefficient of t. }\end{array}

It will take about 107 minutes, or one hour and 47 minutes, for the cheesecake to cool to 70°F.

Try It #4

A pitcher of water at 40 degrees Fahrenheit is placed into a 70 degree room. One hour later, the temperature has risen to 45 degrees. How long will it take for the temperature to rise to 60 degrees?


Source: Rice University, https://openstax.org/books/college-algebra/pages/6-7-exponential-and-logarithmic-models
Creative Commons License This work is licensed under a Creative Commons Attribution 4.0 License.