Fitting Exponential Models to Data

Learning Objectives

In this section, you will:

  • Build an exponential model from data.
  • Build a logarithmic model from data.
  • Build a logistic model from data.

In previous sections of this chapter, we were either given a function explicitly to graph or evaluate, or we were given a set of points that were guaranteed to lie on the curve. Then we used algebra to find the equation that fit the points exactly. In this section, we use a modeling technique called regression analysis to find a curve that models data collected from real-world observations. With regression analysis, we don’t expect all the points to lie perfectly on the curve. The idea is to find a model that best fits the data. Then we use the model to make predictions about future events.

Do not be confused by the word model. In mathematics, we often use the terms function, equation, and model interchangeably, even though they each have their own formal definition. The term model is typically used to indicate that the equation or function approximates a real-world situation.

We will concentrate on three types of regression models in this section: exponential, logarithmic, and logistic. Having already worked with each of these functions gives us an advantage. Knowing their formal definitions, the behavior of their graphs, and some of their real-world applications gives us the opportunity to deepen our understanding. As each regression model is presented, key features and definitions of its associated function are included for review. Take a moment to rethink each of these functions, reflect on the work we’ve done so far, and then explore the ways regression is used to model real-world phenomena.

Building an Exponential Model from Data

As we’ve learned, there are a multitude of situations that can be modeled by exponential functions, such as investment growth, radioactive decay, atmospheric pressure changes, and temperatures of a cooling object. What do these phenomena have in common? For one thing, all the models either increase or decrease as time moves forward. But that’s not the whole story. It’s the way data increase or decrease that helps us determine whether it is best modeled by an exponential equation. Knowing the behavior of exponential functions in general allows us to recognize when to use exponential regression, so let’s review exponential growth and decay.

Recall that exponential functions have the form[latex]\,y=a{b}^{x}\,[/latex]or[latex]\,y={A}_{0}{e}^{kx}.\,[/latex]When performing regression analysis, we use the form most commonly used on graphing utilities,[latex]\,y=a{b}^{x}.\,[/latex]Take a moment to reflect on the characteristics we’ve already learned about the exponential function[latex]\,y=a{b}^{x}\,[/latex](assume[latex]\,a>0[/latex]):

  • [latex]b\,[/latex]must be greater than zero and not equal to one.
  • The initial value of the model is[latex]\,y=a.[/latex]
    • If[latex]\,b>1,[/latex] the function models exponential growth. As[latex]\,x\,[/latex]increases, the outputs of the model increase slowly at first, but then increase more and more rapidly, without bound.
    • If[latex]\,0<b<1,[/latex] the function models exponential decay. As[latex]\,x\,[/latex]increases, the outputs for the model decrease rapidly at first and then level off to become asymptotic to the x-axis. In other words, the outputs never become equal to or less than zero.

As part of the results, your calculator will display a number known as the correlation coefficient, labeled by the variable[latex]\,r,[/latex] or[latex]\,{r}^{2}.\,[/latex](You may have to change the calculator’s settings for these to be shown.) The values are an indication of the “goodness of fit” of the regression equation to the data. We more commonly use the value of[latex]\,{r}^{2}\,[/latex]instead of[latex]\,r,[/latex] but the closer either value is to 1, the better the regression equation approximates the data.

Exponential Regression

Exponential regression is used to model situations in which growth begins slowly and then accelerates rapidly without bound, or where decay begins rapidly and then slows down to get closer and closer to zero. We use the command “ExpReg” on a graphing utility to fit an exponential function to a set of data points. This returns an equation of the form,[latex]y=a{b}^{x}[/latex]

Note that:

  • [latex]b\,[/latex]must be non-negative.
  • when[latex]\,b>1,[/latex] we have an exponential growth model.
  • when[latex]\,0<b<1,[/latex] we have an exponential decay model.

How To

Given a set of data, perform exponential regression using a graphing utility.

  1. Use the STAT then EDIT menu to enter given data.
    1. Clear any existing data from the lists.
    2. List the input values in the L1 column.
    3. List the output values in the L2 column.
  2. Graph and observe a scatter plot of the data using the STATPLOT feature.
    1. Use ZOOM [9] to adjust axes to fit the data.
    2. Verify the data follow an exponential pattern.
  3. Find the equation that models the data.
    1. Select “ExpReg” from the STAT then CALC menu.
    2. Use the values returned for a and b to record the model,[latex]\,y=a{b}^{x}.[/latex]
  4. Graph the model in the same window as the scatterplot to verify it is a good fit for the data.

Using Exponential Regression to Fit a Model to Data

In 2007, a university study was published investigating the crash risk of alcohol impaired driving. Data from 2,871 crashes were used to measure the association of a person’s blood alcohol level (BAC) with the risk of being in an accident. (Figure) shows results from the study[1] . The relative risk is a measure of how many times more likely a person is to crash. So, for example, a person with a BAC of 0.09 is 3.54 times as likely to crash as a person who has not been drinking alcohol.

BAC 0 0.01 0.03 0.05 0.07 0.09
Relative Risk of Crashing 1 1.03 1.06 1.38 2.09 3.54
BAC 0.11 0.13 0.15 0.17 0.19 0.21
Relative Risk of Crashing 6.41 12.6 22.1 39.05 65.32 99.78
  1. Let[latex]\,x\,[/latex]represent the BAC level, and let[latex]\,y\,[/latex]represent the corresponding relative risk. Use exponential regression to fit a model to these data.
  2. After 6 drinks, a person weighing 160 pounds will have a BAC of about[latex]\,0.16.\,[/latex]How many times more likely is a person with this weight to crash if they drive after having a 6-pack of beer? Round to the nearest hundredth.

Try It

(Figure) shows a recent graduate’s credit card balance each month after graduation.

Month 1 2 3 4 5 6 7 8
Debt ($) 620.00 761.88 899.80 1039.93 1270.63 1589.04 1851.31 2154.92
  1. Use exponential regression to fit a model to these data.
  2. If spending continues at this rate, what will the graduate’s credit card debt be one year after graduating?

Is it reasonable to assume that an exponential regression model will represent a situation indefinitely?

No. Remember that models are formed by real-world data gathered for regression. It is usually reasonable to make estimates within the interval of original observation (interpolation). However, when a model is used to make predictions, it is important to use reasoning skills to determine whether the model makes sense for inputs far beyond the original observation interval (extrapolation).

Building a Logarithmic Model from Data

Just as with exponential functions, there are many real-world applications for logarithmic functions: intensity of sound, pH levels of solutions, yields of chemical reactions, production of goods, and growth of infants. As with exponential models, data modeled by logarithmic functions are either always increasing or always decreasing as time moves forward. Again, it is the way they increase or decrease that helps us determine whether a logarithmic model is best.

Recall that logarithmic functions increase or decrease rapidly at first, but then steadily slow as time moves on. By reflecting on the characteristics we’ve already learned about this function, we can better analyze real world situations that reflect this type of growth or decay. When performing logarithmic regression analysis, we use the form of the logarithmic function most commonly used on graphing utilities,[latex]\,y=a+b\mathrm{ln}\left(x\right).\,[/latex]For this function

  • All input values,[latex]\,x,[/latex]must be greater than zero.
  • The point[latex]\,\left(1,a\right)\,[/latex]is on the graph of the model.
  • If[latex]\,b>0,[/latex]the model is increasing. Growth increases rapidly at first and then steadily slows over time.
  • If[latex]\,b<0,[/latex]the model is decreasing. Decay occurs rapidly at first and then steadily slows over time.

Logarithmic Regression

Logarithmic regression is used to model situations where growth or decay accelerates rapidly at first and then slows over time. We use the command “LnReg” on a graphing utility to fit a logarithmic function to a set of data points. This returns an equation of the form,

[latex]y=a+b\mathrm{ln}\left(x\right)[/latex]

Note that

  • all input values,[latex]\,x,[/latex]must be non-negative.
  • when[latex]\,b>0,[/latex]the model is increasing.
  • when[latex]\,b<0,[/latex]the model is decreasing.

How To

Given a set of data, perform logarithmic regression using a graphing utility.

  1. Use the STAT then EDIT menu to enter given data.
    1. Clear any existing data from the lists.
    2. List the input values in the L1 column.
    3. List the output values in the L2 column.
  2. Graph and observe a scatter plot of the data using the STATPLOT feature.
    1. Use ZOOM [9] to adjust axes to fit the data.
    2. Verify the data follow a logarithmic pattern.
  3. Find the equation that models the data.
    1. Select “LnReg” from the STAT then CALC menu.
    2. Use the values returned for a and b to record the model,[latex]\,y=a+b\mathrm{ln}\left(x\right).[/latex]
  4. Graph the model in the same window as the scatterplot to verify it is a good fit for the data.

Using Logarithmic Regression to Fit a Model to Data

Due to advances in medicine and higher standards of living, life expectancy has been increasing in most developed countries since the beginning of the 20th century.

(Figure) shows the average life expectancies, in years, of Americans from 1900–2010[2] .

Year 1900 1910 1920 1930 1940 1950
Life Expectancy(Years) 47.3 50.0 54.1 59.7 62.9 68.2
Year 1960 1970 1980 1990 2000 2010
Life Expectancy(Years) 69.7 70.8 73.7 75.4 76.8 78.7
  1. Let[latex]\,x\,[/latex]represent time in decades starting with[latex]\,x=1\,[/latex]for the year 1900,[latex]\,x=2\,[/latex]for the year 1910, and so on. Let[latex]\,y\,[/latex]represent the corresponding life expectancy. Use logarithmic regression to fit a model to these data.
  2. Use the model to predict the average American life expectancy for the year 2030.

Try It

Sales of a video game released in the year 2000 took off at first, but then steadily slowed as time moved on. (Figure) shows the number of games sold, in thousands, from the years 2000–2010.

Year 2000 2001 2002 2003 2004 2005
Number Sold (thousands) 142 149 154 155 159 161
Year 2006 2007 2008 2009 2010
Number Sold (thousands) 163 164 164 166 167
  1. Let[latex]\,x\,[/latex]represent time in years starting with[latex]\,x=1\,[/latex]for the year 2000. Let[latex]\,y\,[/latex]represent the number of games sold in thousands. Use logarithmic regression to fit a model to these data.
  2. If games continue to sell at this rate, how many games will sell in 2015? Round to the nearest thousand.

Building a Logistic Model from Data

Like exponential and logarithmic growth, logistic growth increases over time. One of the most notable differences with logistic growth models is that, at a certain point, growth steadily slows and the function approaches an upper bound, or limiting value. Because of this, logistic regression is best for modeling phenomena where there are limits in expansion, such as availability of living space or nutrients.

It is worth pointing out that logistic functions actually model resource-limited exponential growth. There are many examples of this type of growth in real-world situations, including population growth and spread of disease, rumors, and even stains in fabric. When performing logistic regression analysis, we use the form most commonly used on graphing utilities:

[latex]y=\frac{c}{1+a{e}^{-bx}}[/latex]

Recall that:

  • [latex]\frac{c}{1+a}\,[/latex]is the initial value of the model.
  • when[latex]\,b>0,[/latex] the model increases rapidly at first until it reaches its point of maximum growth rate,[latex]\,\left(\frac{\mathrm{ln}\left(a\right)}{b},\frac{c}{2}\right).\,[/latex]At that point, growth steadily slows and the function becomes asymptotic to the upper bound[latex]\,y=c.[/latex]
  • [latex]c\,[/latex]
    is the limiting value, sometimes called the carrying capacity, of the model.

Logistic Regression

Logistic regression is used to model situations where growth accelerates rapidly at first and then steadily slows to an upper limit. We use the command “Logistic” on a graphing utility to fit a logistic function to a set of data points. This returns an equation of the form

[latex]y=\frac{c}{1+a{e}^{-bx}}[/latex]

Note that

  • The initial value of the model is[latex]\,\frac{c}{1+a}.[/latex]
  • Output values for the model grow closer and closer to[latex]\,y=c\,[/latex]as time increases.

How To

Given a set of data, perform logistic regression using a graphing utility.

  1. Use the STAT then EDIT menu to enter given data.
    1. Clear any existing data from the lists.
    2. List the input values in the L1 column.
    3. List the output values in the L2 column.
  2. Graph and observe a scatter plot of the data using the STATPLOT feature.
    1. Use ZOOM [9] to adjust axes to fit the data.
    2. Verify the data follow a logistic pattern.
  3. Find the equation that models the data.
    1. Select “Logistic” from the STAT then CALC menu.
    2. Use the values returned for[latex]\,a,[/latex][latex]\,b,[/latex] and[latex]\,c\,[/latex]to record the model,[latex]\,y=\frac{c}{1+a{e}^{-bx}}.[/latex]
  4. Graph the model in the same window as the scatterplot to verify it is a good fit for the data.

Using Logistic Regression to Fit a Model to Data

Mobile telephone service has increased rapidly in America since the mid 1990s. Today, almost all residents have cellular service. (Figure) shows the percentage of Americans with cellular service between the years 1995 and 2012[3] .

Year Americans with Cellular Service (%) Year Americans with Cellular Service (%)
1995 12.69 2004 62.852
1996 16.35 2005 68.63
1997 20.29 2006 76.64
1998 25.08 2007 82.47
1999 30.81 2008 85.68
2000 38.75 2009 89.14
2001 45.00 2010 91.86
2002 49.16 2011 95.28
2003 55.15 2012 98.17
  1. Let[latex]\,x\,[/latex]represent time in years starting with[latex]\,x=0\,[/latex]for the year 1995. Let[latex]\,y\,[/latex]represent the corresponding percentage of residents with cellular service. Use logistic regression to fit a model to these data.
  2. Use the model to calculate the percentage of Americans with cell service in the year 2013. Round to the nearest tenth of a percent.
  3. Discuss the value returned for the upper limit,[latex]\,c.\,[/latex]What does this tell you about the model? What would the limiting value be if the model were exact?

Try It

(Figure) shows the population, in thousands, of harbor seals in the Wadden Sea over the years 1997 to 2012.

Year Seal Population (Thousands) Year Seal Population (Thousands)
1997 3.493 2005 19.590
1998 5.282 2006 21.955
1999 6.357 2007 22.862
2000 9.201 2008 23.869
2001 11.224 2009 24.243
2002 12.964 2010 24.344
2003 16.226 2011 24.919
2004 18.137 2012 25.108
  1. Let[latex]\,x\,[/latex]represent time in years starting with[latex]\,x=0\,[/latex]for the year 1997. Let[latex]\,y\,[/latex]represent the number of seals in thousands. Use logistic regression to fit a model to these data.
  2. Use the model to predict the seal population for the year 2020.
  3. To the nearest whole number, what is the limiting value of this model?

Access this online resource for additional instruction and practice with exponential function models.

Visit this website for additional practice questions from Learningpod.

Key Concepts

  • Exponential regression is used to model situations where growth begins slowly and then accelerates rapidly without bound, or where decay begins rapidly and then slows down to get closer and closer to zero.
  • We use the command “ExpReg” on a graphing utility to fit function of the form[latex]\,y=a{b}^{x}\,[/latex]to a set of data points. See (Figure).
  • Logarithmic regression is used to model situations where growth or decay accelerates rapidly at first and then slows over time.
  • We use the command “LnReg” on a graphing utility to fit a function of the form[latex]\,y=a+b\mathrm{ln}\left(x\right)\,[/latex]to a set of data points. See (Figure).
  • Logistic regression is used to model situations where growth accelerates rapidly at first and then steadily slows as the function approaches an upper limit.
  • We use the command “Logistic” on a graphing utility to fit a function of the form[latex]\,y=\frac{c}{1+a{e}^{-bx}}\,[/latex]to a set of data points. See (Figure).

Section Exercises

Verbal

What situations are best modeled by a logistic equation? Give an example, and state a case for why the example is a good fit.

What is a carrying capacity? What kind of model has a carrying capacity built into its formula? Why does this make sense?

What is regression analysis? Describe the process of performing regression analysis on a graphing utility.

What might a scatterplot of data points look like if it were best described by a logarithmic model?

What does the y-intercept on the graph of a logistic equation correspond to for a population modeled by that equation?

Graphical

For the following exercises, match the given function of best fit with the appropriate scatterplot in (Figure) through (Figure). Answer using the letter beneath the matching graph.

Graph of a scattered plot.
Graph of a scattered plot.
Graph of a scattered plot.
Graph of a scattered plot.
Graph of a scattered plot.

[latex]y=10.209{e}^{-0.294x}[/latex]

[latex]y=5.598-1.912\mathrm{ln}\left(x\right)[/latex]

[latex]y=2.104{\left(1.479\right)}^{x}[/latex]

[latex]y=4.607+2.733\mathrm{ln}\left(x\right)[/latex]

[latex]y=\frac{14.005}{1+2.79{e}^{-0.812x}}[/latex]

Numeric

To the nearest whole number, what is the initial value of a population modeled by the logistic equation[latex]\,P\left(t\right)=\frac{175}{1+6.995{e}^{-0.68t}}?\,[/latex]What is the carrying capacity?

Rewrite the exponential model[latex]\,A\left(t\right)=1550{\left(1.085\right)}^{x}\,[/latex]as an equivalent model with base[latex]\,e.\,[/latex]Express the exponent to four significant digits.

A logarithmic model is given by the equation[latex]\,h\left(p\right)=67.682-5.792\mathrm{ln}\left(p\right).\,[/latex]To the nearest hundredth, for what value of[latex]\,p\,[/latex]does[latex]\,h\left(p\right)=62?[/latex]

A logistic model is given by the equation[latex]\,P\left(t\right)=\frac{90}{1+5{e}^{-0.42t}}.\,[/latex]To the nearest hundredth, for what value of t does[latex]\,P\left(t\right)=45?[/latex]

What is the y-intercept on the graph of the logistic model given in the previous exercise?

Technology

For the following exercises, use this scenario: The population[latex]\,P\,[/latex]of a koi pond over[latex]\,x\,[/latex]months is modeled by the function[latex]\,P\left(x\right)=\frac{68}{1+16{e}^{-0.28x}}.[/latex]

Graph the population model to show the population over a span of[latex]\,3\,[/latex]years.

What was the initial population of koi?

How many koi will the pond have after one and a half years?

How many months will it take before there are[latex]\,20\,[/latex]koi in the pond?

Use the intersect feature to approximate the number of months it will take before the population of the pond reaches half its carrying capacity.

 

For the following exercises, use this scenario: The population[latex]\,P\,[/latex]of an endangered species habitat for wolves is modeled by the function[latex]\,P\left(x\right)=\frac{558}{1+54.8{e}^{-0.462x}},[/latex] where[latex]\,x\,[/latex]is given in years.

Graph the population model to show the population over a span of[latex]\,10\,[/latex]years.

What was the initial population of wolves transported to the habitat?

How many wolves will the habitat have after[latex]\,3\,[/latex]years?

How many years will it take before there are[latex]\,100\,[/latex]wolves in the habitat?

Use the intersect feature to approximate the number of years it will take before the population of the habitat reaches half its carrying capacity.

For the following exercises, refer to (Figure).

x f(x)
1 1125
2 1495
3 2310
4 3294
5 4650
6 6361

Use a graphing calculator to create a scatter diagram of the data.

Use the regression feature to find an exponential function that best fits the data in the table.

Write the exponential function as an exponential equation with base[latex]\,e.[/latex]

Graph the exponential equation on the scatter diagram.

Use the intersect feature to find the value of[latex]\,x\,[/latex]for which[latex]\,f\left(x\right)=4000.[/latex]

For the following exercises, refer to (Figure).

x f(x)
1 555
2 383
3 307
4 210
5 158
6 122

Use a graphing calculator to create a scatter diagram of the data.

Use the regression feature to find an exponential function that best fits the data in the table.

Write the exponential function as an exponential equation with base[latex]\,e.[/latex]

Graph the exponential equation on the scatter diagram.

Use the intersect feature to find the value of[latex]\,x\,[/latex]for which[latex]\,f\left(x\right)=250.[/latex]

For the following exercises, refer to (Figure).

x f(x)
1 5.1
2 6.3
3 7.3
4 7.7
5 8.1
6 8.6

Use a graphing calculator to create a scatter diagram of the data.

Use the LOGarithm option of the REGression feature to find a logarithmic function of the form[latex]\,y=a+b\mathrm{ln}\left(x\right)\,[/latex]that best fits the data in the table.

Use the logarithmic function to find the value of the function when[latex]\,x=10.[/latex]

Graph the logarithmic equation on the scatter diagram.

Use the intersect feature to find the value of[latex]\,x\,[/latex]for which[latex]\,f\left(x\right)=7.[/latex]

For the following exercises, refer to (Figure).

x f(x)
1 7.5
2 6
3 5.2
4 4.3
5 3.9
6 3.4
7 3.1
8 2.9

Use a graphing calculator to create a scatter diagram of the data.

Use the LOGarithm option of the REGression feature to find a logarithmic function of the form[latex]\,y=a+b\mathrm{ln}\left(x\right)\,[/latex]that best fits the data in the table.

Use the logarithmic function to find the value of the function when[latex]\,x=10.[/latex]

Graph the logarithmic equation on the scatter diagram.

Use the intersect feature to find the value of[latex]\,x\,[/latex]for which[latex]\,f\left(x\right)=8.[/latex]

For the following exercises, refer to (Figure).

x f(x)
1 8.7
2 12.3
3 15.4
4 18.5
5 20.7
6 22.5
7 23.3
8 24
9 24.6
10 24.8

Use a graphing calculator to create a scatter diagram of the data.

Use the LOGISTIC regression option to find a logistic growth model of the form[latex]\,y=\frac{c}{1+a{e}^{-bx}}\,[/latex]that best fits the data in the table.

Graph the logistic equation on the scatter diagram.

To the nearest whole number, what is the predicted carrying capacity of the model?

Use the intersect feature to find the value of[latex]\,x\,[/latex]for which the model reaches half its carrying capacity.

For the following exercises, refer to (Figure).

[latex]x[/latex] [latex]f\left(x\right)[/latex]
0 12
2 28.6
4 52.8
5 70.3
7 99.9
8 112.5
10 125.8
11 127.9
15 135.1
17 135.9

Use a graphing calculator to create a scatter diagram of the data.

Use the LOGISTIC regression option to find a logistic growth model of the form[latex]\,y=\frac{c}{1+a{e}^{-bx}}\,[/latex]that best fits the data in the table.

Graph the logistic equation on the scatter diagram.

To the nearest whole number, what is the predicted carrying capacity of the model?

Use the intersect feature to find the value of[latex]\,x\,[/latex]for which the model reaches half its carrying capacity.

Extensions

Recall that the general form of a logistic equation for a population is given by[latex]\,P\left(t\right)=\frac{c}{1+a{e}^{-bt}},[/latex] such that the initial population at time[latex]\,t=0\,[/latex]is[latex]\,P\left(0\right)={P}_{0}.\,[/latex]Show algebraically that[latex]\,\frac{c-P\left(t\right)}{P\left(t\right)}=\frac{c-{P}_{0}}{{P}_{0}}{e}^{-bt}.[/latex]

Use a graphing utility to find an exponential regression formula[latex]\,f\left(x\right)\,[/latex]and a logarithmic regression formula[latex]\,g\left(x\right)\,[/latex]for the points[latex]\,\left(1.5,1.5\right)\,[/latex]and[latex]\,\left(8.5,\text{ 8}\text{.5}\right).\,[/latex]Round all numbers to 6 decimal places. Graph the points and both formulas along with the line[latex]\,y=x\,[/latex]on the same axis. Make a conjecture about the relationship of the regression formulas.

Verify the conjecture made in the previous exercise. Round all numbers to six decimal places when necessary.

Find the inverse function[latex]\,{f}^{-1}\left(x\right)\,[/latex]for the logistic function[latex]\,f\left(x\right)=\frac{c}{1+a{e}^{-bx}}.\,[/latex]Show all steps.

Use the result from the previous exercise to graph the logistic model[latex]\,P\left(t\right)=\frac{20}{1+4{e}^{-0.5t}}\,[/latex]along with its inverse on the same axis. What are the intercepts and asymptotes of each function?

Chapter Review Exercises

Exponential Functions

Determine whether the function[latex]\,y=156{\left(0.825\right)}^{t}\,[/latex]represents exponential growth, exponential decay, or neither. Explain

The population of a herd of deer is represented by the function[latex]\,A\left(t\right)=205{\left(1.13\right)}^{t},\,[/latex]where[latex]\,t\,[/latex]is given in years. To the nearest whole number, what will the herd population be after[latex]\,6\,[/latex]years?

Find an exponential equation that passes through the points[latex]\,\text{(2, 2}\text{.25)}\,[/latex]and[latex]\,\left(5,60.75\right).[/latex]

Determine whether (Figure) could represent a function that is linear, exponential, or neither. If it appears to be exponential, find a function that passes through the points.

x 1 2 3 4
f(x) 3 0.9 0.27 0.081

A retirement account is opened with an initial deposit of $8,500 and earns[latex]\,8.12%\,[/latex]interest compounded monthly. What will the account be worth in[latex]\,20\,[/latex]years?

Hsu-Mei wants to save $5,000 for a down payment on a car. To the nearest dollar, how much will she need to invest in an account now with[latex]\,7.5%\,[/latex]APR, compounded daily, in order to reach her goal in[latex]\,3\,[/latex]years?

Does the equation[latex]\,y=2.294{e}^{-0.654t}\,[/latex]represent continuous growth, continuous decay, or neither? Explain.

Suppose an investment account is opened with an initial deposit of[latex]\,\text{\$10,500}\,[/latex]earning[latex]\,6.25%\,[/latex]interest, compounded continuously. How much will the account be worth after[latex]\,25\,[/latex]years?

Graphs of Exponential Functions

Graph the function[latex]\,f\left(x\right)=3.5{\left(2\right)}^{x}.\,[/latex]State the domain and range and give the y-intercept.

Graph the function[latex]\,f\left(x\right)=4{\left(\frac{1}{8}\right)}^{x}\,[/latex]and its reflection about the y-axis on the same axes, and give the y-intercept.

The graph of[latex]\,f\left(x\right)={6.5}^{x}\,[/latex]is reflected about the y-axis and stretched vertically by a factor of[latex]\,7.\,[/latex]What is the equation of the new function,[latex]\,g\left(x\right)?\,[/latex]State its y-intercept, domain, and range.

The graph below shows transformations of the graph of[latex]\,f\left(x\right)={2}^{x}.\,[/latex]What is the equation for the transformation?

Graph of f(x)=2^x

Logarithmic Functions

Rewrite[latex]\,{\mathrm{log}}_{17}\left(4913\right)=x\,[/latex]as an equivalent exponential equation.

Rewrite[latex]\,\mathrm{ln}\left(s\right)=t\,[/latex]as an equivalent exponential equation.

Rewrite[latex]\,{a}^{-\,\frac{2}{5}}=b\,[/latex]as an equivalent logarithmic equation.

Rewrite [latex]\,{e}^{-3.5}=h\,[/latex] as an equivalent logarithmic equation.

Solve for x if[latex]\,\,\,{\mathrm{log}}_{64}\left(x\right)=\frac{1}{3}\,[/latex]by converting to exponential form.

Evaluate[latex]\,{\mathrm{log}}_{5}\left(\frac{1}{125}\right)\,[/latex]without using a calculator.

Evaluate[latex]\,\mathrm{log}\left(\text{0}\text{.000001}\right)\,[/latex]without using a calculator.

Evaluate[latex]\,\mathrm{log}\left(4.005\right)\,[/latex]using a calculator. Round to the nearest thousandth.

Evaluate[latex]\,\mathrm{ln}\left({e}^{-0.8648}\right)\,[/latex]without using a calculator.

Evaluate[latex]\,\mathrm{ln}\left(\sqrt[3]{18}\right)\,[/latex]using a calculator. Round to the nearest thousandth.

Graphs of Logarithmic Functions

Graph the function[latex]\,g\left(x\right)=\mathrm{log}\left(7x+21\right)-4.[/latex]

Graph the function[latex]\,h\left(x\right)=2\mathrm{ln}\left(9-3x\right)+1.[/latex]

State the domain, vertical asymptote, and end behavior of the function[latex]\,g\left(x\right)=\mathrm{ln}\left(4x+20\right)-17.[/latex]

Logarithmic Properties

Rewrite[latex]\,\mathrm{ln}\left(7r\cdot 11st\right)\,[/latex]in expanded form.

Rewrite[latex]\,{\mathrm{log}}_{8}\left(x\right)+{\mathrm{log}}_{8}\left(5\right)+{\mathrm{log}}_{8}\left(y\right)+{\mathrm{log}}_{8}\left(13\right)\,[/latex]in compact form.

Rewrite[latex]\,{\mathrm{log}}_{m}\left(\frac{67}{83}\right)\,[/latex]in expanded form.

Rewrite[latex]\,\mathrm{ln}\left(z\right)-\mathrm{ln}\left(x\right)-\mathrm{ln}\left(y\right)\,[/latex]in compact form.

Rewrite[latex]\,\mathrm{ln}\left(\frac{1}{{x}^{5}}\right)\,[/latex]as a product.

Rewrite[latex]\,-{\mathrm{log}}_{y}\left(\frac{1}{12}\right)\,[/latex]as a single logarithm.

Use properties of logarithms to expand[latex]\,\mathrm{log}\left(\frac{{r}^{2}{s}^{11}}{{t}^{14}}\right).[/latex]

Use properties of logarithms to expand[latex]\,\mathrm{ln}\left(2b\sqrt{\frac{b+1}{b-1}}\right).[/latex]

Condense the expression[latex]\,5\mathrm{ln}\left(b\right)+\mathrm{ln}\left(c\right)+\frac{\mathrm{ln}\left(4-a\right)}{2}\,[/latex]to a single logarithm.

Condense the expression[latex]\,3{\mathrm{log}}_{7}v+6{\mathrm{log}}_{7}w-\frac{{\mathrm{log}}_{7}u}{3}\,[/latex]to a single logarithm.

Rewrite[latex]\,{\mathrm{log}}_{3}\left(12.75\right)\,[/latex]to base[latex]\,e.[/latex]

Rewrite[latex]\,{5}^{12x-17}=125\,[/latex]as a logarithm. Then apply the change of base formula to solve for[latex]\,x\,[/latex]using the common log. Round to the nearest thousandth.

Exponential and Logarithmic Equations

Solve[latex]\,{216}^{3x}\cdot {216}^{x}={36}^{3x+2}\,[/latex]by rewriting each side with a common base.

Solve[latex]\,\frac{125}{{\left(\frac{1}{625}\right)}^{-x-3}}={5}^{3}\,[/latex]by rewriting each side with a common base.

Use logarithms to find the exact solution for[latex]\,7\cdot {17}^{-9x}-7=49.\,[/latex]If there is no solution, write no solution.

Use logarithms to find the exact solution for[latex]\,3{e}^{6n-2}+1=-60.\,[/latex]If there is no solution, write no solution.

Find the exact solution for[latex]\,5{e}^{3x}-4=6\,[/latex]. If there is no solution, write no solution.

Find the exact solution for[latex]\,2{e}^{5x-2}-9=-56.\,[/latex]If there is no solution, write no solution.

Find the exact solution for[latex]\,{5}^{2x-3}={7}^{x+1}.\,[/latex]If there is no solution, write no solution.

Find the exact solution for[latex]\,{e}^{2x}-{e}^{x}-110=0.\,[/latex]If there is no solution, write no solution.

Use the definition of a logarithm to solve.[latex]\,-5{\mathrm{log}}_{7}\left(10n\right)=5.[/latex]

47. Use the definition of a logarithm to find the exact solution for[latex]\,9+6\mathrm{ln}\left(a+3\right)=33.[/latex]

Use the one-to-one property of logarithms to find an exact solution for[latex]\,{\mathrm{log}}_{8}\left(7\right)+{\mathrm{log}}_{8}\left(-4x\right)={\mathrm{log}}_{8}\left(5\right).\,[/latex]If there is no solution, write no solution.

Use the one-to-one property of logarithms to find an exact solution for[latex]\,\mathrm{ln}\left(5\right)+\mathrm{ln}\left(5{x}^{2}-5\right)=\mathrm{ln}\left(56\right).\,[/latex]If there is no solution, write no solution.

The formula for measuring sound intensity in decibels[latex]\,D\,[/latex]is defined by the equation[latex]\,D=10\mathrm{log}\left(\frac{I}{{I}_{0}}\right),[/latex] where[latex]\,I\,[/latex]is the intensity of the sound in watts per square meter and[latex]\,{I}_{0}={10}^{-12}\,[/latex]is the lowest level of sound that the average person can hear. How many decibels are emitted from a large orchestra with a sound intensity of[latex]\,6.3\cdot {10}^{-3}\,[/latex]watts per square meter?

The population of a city is modeled by the equation[latex]\,P\left(t\right)=256,114{e}^{0.25t}\,[/latex]where[latex]\,t\,[/latex]is measured in years. If the city continues to grow at this rate, how many years will it take for the population to reach one million?

Find the inverse function[latex]\,{f}^{-1}\,[/latex]for the exponential function[latex]\,f\left(x\right)=2\cdot {e}^{x+1}-5.[/latex]

Find the inverse function[latex]\,{f}^{-1}\,[/latex]for the logarithmic function[latex]\,f\left(x\right)=0.25\cdot {\mathrm{log}}_{2}\left({x}^{3}+1\right).[/latex]

Exponential and Logarithmic Models

For the following exercises, use this scenario: A doctor prescribes[latex]\,300\,[/latex]milligrams of a therapeutic drug that decays by about[latex]\,17%\,[/latex]each hour.

To the nearest minute, what is the half-life of the drug?

Write an exponential model representing the amount of the drug remaining in the patient’s system after[latex]\,t\,[/latex]hours. Then use the formula to find the amount of the drug that would remain in the patient’s system after[latex]\,24\,[/latex]hours. Round to the nearest hundredth of a gram.

For the following exercises, use this scenario: A soup with an internal temperature of[latex]\,\text{350°}\,[/latex]Fahrenheit was taken off the stove to cool in a[latex]\,\text{71°F}\,[/latex]room. After fifteen minutes, the internal temperature of the soup was[latex]\,\text{175°F}\text{.}[/latex]

Use Newton’s Law of Cooling to write a formula that models this situation.

How many minutes will it take the soup to cool to[latex]\,\text{85°F?}[/latex]

For the following exercises, use this scenario: The equation[latex]\,N\left(t\right)=\frac{1200}{1+199{e}^{-0.625t}}\,[/latex]models the number of people in a school who have heard a rumor after[latex]\,t\,[/latex]days.

How many people started the rumor?

To the nearest tenth, how many days will it be before the rumor spreads to half the carrying capacity?

What is the carrying capacity?

For the following exercises, enter the data from each table into a graphing calculator and graph the resulting scatter plots. Determine whether the data from the table would likely represent a function that is linear, exponential, or logarithmic.

x f(x)
1 3.05
2 4.42
3 6.4
4 9.28
5 13.46
6 19.52
7 28.3
8 41.04
9 59.5
10 86.28

x f(x)
0.5 18.05
1 17
3 15.33
5 14.55
7 14.04
10 13.5
12 13.22
13 13.1
15 12.88
17 12.69
20 12.45

Find a formula for an exponential equation that goes through the points[latex]\,\left(-2,100\right)\,[/latex]and[latex]\,\left(0,4\right).\,[/latex]Then express the formula as an equivalent equation with base e.

Fitting Exponential Models to Data

What is the carrying capacity for a population modeled by the logistic equation[latex]\,P\left(t\right)=\frac{250,000}{1\,\,+\,\,499{e}^{-0.45t}}?\,[/latex]What is the initial population for the model?

The population of a culture of bacteria is modeled by the logistic equation[latex]\,P\left(t\right)=\frac{14,250}{1\,\,+\,\,29{e}^{-0.62t}},[/latex] where[latex]\,t\,[/latex]is in days. To the nearest tenth, how many days will it take the culture to reach[latex]\,75%\,[/latex]of its carrying capacity?

For the following exercises, use a graphing utility to create a scatter diagram of the data given in the table. Observe the shape of the scatter diagram to determine whether the data is best described by an exponential, logarithmic, or logistic model. Then use the appropriate regression feature to find an equation that models the data. When necessary, round values to five decimal places.

x f(x)
1 409.4
2 260.7
3 170.4
4 110.6
5 74
6 44.7
7 32.4
8 19.5
9 12.7
10 8.1
x f(x)
0.15 36.21
0.25 28.88
0.5 24.39
0.75 18.28
1 16.5
1.5 12.99
2 9.91
2.25 8.57
2.75 7.23
3 5.99
3.5 4.81

x f(x)
0 9
2 22.6
4 44.2
5 62.1
7 96.9
8 113.4
10 133.4
11 137.6
15 148.4
17 149.3

Practice Test

The population of a pod of bottlenose dolphins is modeled by the function[latex]\,A\left(t\right)=8{\left(1.17\right)}^{t},[/latex] where[latex]\,t\,[/latex]is given in years. To the nearest whole number, what will the pod population be after[latex]\,3\,[/latex]years?

Find an exponential equation that passes through the points[latex]\,\text{(0, 4)}\,[/latex]and[latex]\,\text{(2, 9)}\text{.}[/latex]

Drew wants to save $2,500 to go to the next World Cup. To the nearest dollar, how much will he need to invest in an account now with[latex]\,6.25%\,[/latex]APR, compounding daily, in order to reach his goal in[latex]\,4\,[/latex]years?

An investment account was opened with an initial deposit of $9,600 and earns[latex]\,7.4%\,[/latex]interest, compounded continuously. How much will the account be worth after[latex]\,15\,[/latex]years?

Graph the function[latex]\,f\left(x\right)=5{\left(0.5\right)}^{-x}\,[/latex]and its reflection across the y-axis on the same axes, and give the y-intercept.

The graph shows transformations of the graph of[latex]\,f\left(x\right)={\left(\frac{1}{2}\right)}^{x}.\,[/latex]What is the equation for the transformation?

Graph of f(x)= (1/2)^x.

Rewrite[latex]\,{\mathrm{log}}_{8.5}\left(614.125\right)=a\,[/latex]as an equivalent exponential equation.

Rewrite[latex]\,{e}^{\frac{1}{2}}=m\,[/latex]as an equivalent logarithmic equation.

Solve for[latex]\,x\,[/latex]by converting the logarithmic equation[latex]\,lo{g}_{\frac{1}{7}}\left(x\right)=2\,[/latex]to exponential form.

Evaluate[latex]\,\mathrm{log}\left(\text{10,000,000}\right)\,[/latex]without using a calculator.

Evaluate[latex]\,\mathrm{ln}\left(0.716\right)\,[/latex]using a calculator. Round to the nearest thousandth.

Graph the function[latex]\,g\left(x\right)=\mathrm{log}\left(12-6x\right)+3.[/latex]

State the domain, vertical asymptote, and end behavior of the function[latex]\,f\left(x\right)={\mathrm{log}}_{5}\left(39-13x\right)+7.[/latex]

Rewrite[latex]\,\mathrm{log}\left(17a\cdot 2b\right)\,[/latex]as a sum.

Rewrite[latex]\,{\mathrm{log}}_{t}\left(96\right)-{\mathrm{log}}_{t}\left(8\right)\,[/latex]in compact form.

Rewrite[latex]\,{\mathrm{log}}_{8}\left({a}^{\frac{1}{b}}\right)\,[/latex]as a product.

Use properties of logarithm to expand[latex]\,\mathrm{ln}\left({y}^{3}{z}^{2}\cdot \sqrt[3]{x-4}\right).[/latex]

Condense the expression[latex]\,4\mathrm{ln}\left(c\right)+\mathrm{ln}\left(d\right)+\frac{\mathrm{ln}\left(a\right)}{3}+\frac{\mathrm{ln}\left(b+3\right)}{3}\,[/latex]to a single logarithm.

Rewrite[latex]\,{16}^{3x-5}=1000\,[/latex]as a logarithm. Then apply the change of base formula to solve for[latex]\,x\,[/latex]using the natural log. Round to the nearest thousandth.

Solve[latex]\,{\left(\frac{1}{81}\right)}^{x}\cdot \frac{1}{243}={\left(\frac{1}{9}\right)}^{-3x-1}\,[/latex]by rewriting each side with a common base.

Use logarithms to find the exact solution for[latex]\,-9{e}^{10a-8}-5=-41[/latex]. If there is no solution, write no solution.

Find the exact solution for[latex]\,10{e}^{4x+2}+5=56.\,[/latex]If there is no solution, write no solution.

Find the exact solution for[latex]\,-5{e}^{-4x-1}-4=64.\,[/latex]If there is no solution, write no solution.

Find the exact solution for[latex]\,{2}^{x-3}={6}^{2x-1}.\,[/latex]If there is no solution, write no solution.

Find the exact solution for[latex]\,{e}^{2x}-{e}^{x}-72=0.\,[/latex]If there is no solution, write no solution.

Use the definition of a logarithm to find the exact solution for[latex]\,4\mathrm{log}\left(2n\right)-7=-11[/latex]

Use the one-to-one property of logarithms to find an exact solution for[latex]\,\mathrm{log}\left(4{x}^{2}-10\right)+\mathrm{log}\left(3\right)=\mathrm{log}\left(51\right)\,[/latex]If there is no solution, write no solution.

The formula for measuring sound intensity in decibels[latex]\,D\,[/latex]is defined by the equation[latex]\,D=10\mathrm{log}\left(\frac{I}{{I}_{0}}\right),[/latex]where[latex]\,I\,[/latex]is the intensity of the sound in watts per square meter and[latex]\,{I}_{0}={10}^{-12}\,[/latex]is the lowest level of sound that the average person can hear. How many decibels are emitted from a rock concert with a sound intensity of[latex]\,4.7\cdot {10}^{-1}\,[/latex]watts per square meter?

A radiation safety officer is working with[latex]\,112\,[/latex]grams of a radioactive substance. After[latex]\,17\,[/latex]days, the sample has decayed to[latex]\,80\,[/latex]grams. Rounding to five significant digits, write an exponential equation representing this situation. To the nearest day, what is the half-life of this substance?

Write the formula found in the previous exercise as an equivalent equation with base[latex]\,e.\,[/latex]Express the exponent to five significant digits.

A bottle of soda with a temperature of[latex]\,\text{71°}\,[/latex]Fahrenheit was taken off a shelf and placed in a refrigerator with an internal temperature of[latex]\,\text{35° F}\text{.}\,[/latex]After ten minutes, the internal temperature of the soda was[latex]\,\text{63° F}\text{.}\,[/latex]Use Newton’s Law of Cooling to write a formula that models this situation. To the nearest degree, what will the temperature of the soda be after one hour?

The population of a wildlife habitat is modeled by the equation[latex]\,P\left(t\right)=\frac{360}{1+6.2{e}^{-0.35t}},[/latex] where[latex]\,t\,[/latex]is given in years. How many animals were originally transported to the habitat? How many years will it take before the habitat reaches half its capacity?

Enter the data from (Figure) into a graphing calculator and graph the resulting scatter plot. Determine whether the data from the table would likely represent a function that is linear, exponential, or logarithmic.

x f(x)
1 3
2 8.55
3 11.79
4 14.09
5 15.88
6 17.33
7 18.57
8 19.64
9 20.58
10 21.42

The population of a lake of fish is modeled by the logistic equation[latex]\,P\left(t\right)=\frac{16,120}{1+25{e}^{-0.75t}},[/latex] where[latex]\,t\,[/latex]is time in years. To the nearest hundredth, how many years will it take the lake to reach[latex]\,80%\,[/latex]of its carrying capacity?

For the following exercises, use a graphing utility to create a scatter diagram of the data given in the table. Observe the shape of the scatter diagram to determine whether the data is best described by an exponential, logarithmic, or logistic model. Then use the appropriate regression feature to find an equation that models the data. When necessary, round values to five decimal places.

x f(x)
1 20
2 21.6
3 29.2
4 36.4
5 46.6
6 55.7
7 72.6
8 87.1
9 107.2
10 138.1

x f(x)
3 13.98
4 17.84
5 20.01
6 22.7
7 24.1
8 26.15
9 27.37
10 28.38
11 29.97
12 31.07
13 31.43
x f(x)
0 2.2
0.5 2.9
1 3.9
1.5 4.8
2 6.4
3 9.3
4 12.3
5 15
6 16.2
7 17.3
8 17.9


  1. •Source: Indiana University Center for Studies of Law in Action, 2007
  2. •Source: Center for Disease Control and Prevention, 2013
  3. •Source: The World Bank, 2013