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 formy=abxy=abxory=A0ekx.y=A0ekx.When performing regression analysis, we use the form most commonly used on graphing utilities,y=abx.y=abx.Take a moment to reflect on the characteristics we’ve already learned about the exponential functiony=abxy=abx(assumea>0a>0):
- bbmust be greater than zero and not equal to one.
- The initial value of the model isy=a.y=a.
- Ifb>1,b>1, the function models exponential growth. Asxxincreases, the outputs of the model increase slowly at first, but then increase more and more rapidly, without bound.
- If[latex]\,0exponential decay. Asxxincreases, 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 variabler,r, orr2.r2.(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 ofr2r2instead ofr,r, 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,y=abxy=abx
Note that:
- bbmust be non-negative.
- whenb>1,b>1, we have an exponential growth model.
- when[latex]\,0
How To
Given a set of data, perform exponential regression using a graphing utility.
- Use the STAT then EDIT menu to enter given data.
- Clear any existing data from the lists.
- List the input values in the L1 column.
- List the output values in the L2 column.
- Graph and observe a scatter plot of the data using the STATPLOT feature.
- Use ZOOM [9] to adjust axes to fit the data.
- Verify the data follow an exponential pattern.
- Find the equation that models the data.
- Select “ExpReg” from the STAT then CALC menu.
- Use the values returned for a and b to record the model,y=abx.y=abx.
- 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 |
- Letxxrepresent the BAC level, and letyyrepresent the corresponding relative risk. Use exponential regression to fit a model to these data.
- After 6 drinks, a person weighing 160 pounds will have a BAC of about0.16.0.16.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 |
- Use exponential regression to fit a model to these data.
- 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,y=a+bln(x).y=a+bln(x).For this function
- All input values,x,x,must be greater than zero.
- The point(1,a)(1,a)is on the graph of the model.
- Ifb>0,b>0,the model is increasing. Growth increases rapidly at first and then steadily slows over time.
- Ifb<0,b<0,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,
Note that
- all input values,x,x,must be non-negative.
- whenb>0,b>0,the model is increasing.
- whenb<0,b<0,the model is decreasing.
How To
Given a set of data, perform logarithmic regression using a graphing utility.
- Use the STAT then EDIT menu to enter given data.
- Clear any existing data from the lists.
- List the input values in the L1 column.
- List the output values in the L2 column.
- Graph and observe a scatter plot of the data using the STATPLOT feature.
- Use ZOOM [9] to adjust axes to fit the data.
- Verify the data follow a logarithmic pattern.
- Find the equation that models the data.
- Select “LnReg” from the STAT then CALC menu.
- Use the values returned for a and b to record the model,y=a+bln(x).y=a+bln(x).
- 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 |
- Letxxrepresent time in decades starting withx=1x=1for the year 1900,x=2x=2for the year 1910, and so on. Letyyrepresent the corresponding life expectancy. Use logarithmic regression to fit a model to these data.
- 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 | – |
- Letxxrepresent time in years starting withx=1x=1for the year 2000. Letyyrepresent the number of games sold in thousands. Use logarithmic regression to fit a model to these data.
- 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:
Recall that:
- c1+ac1+ais the initial value of the model.
- whenb>0,b>0, the model increases rapidly at first until it reaches its point of maximum growth rate,(ln(a)b,c2).(ln(a)b,c2).At that point, growth steadily slows and the function becomes asymptotic to the upper boundy=c.y=c.
- cc
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
Note that
- The initial value of the model isc1+a.c1+a.
- Output values for the model grow closer and closer toy=cy=cas time increases.
How To
Given a set of data, perform logistic regression using a graphing utility.
- Use the STAT then EDIT menu to enter given data.
- Clear any existing data from the lists.
- List the input values in the L1 column.
- List the output values in the L2 column.
- Graph and observe a scatter plot of the data using the STATPLOT feature.
- Use ZOOM [9] to adjust axes to fit the data.
- Verify the data follow a logistic pattern.
- Find the equation that models the data.
- Select “Logistic” from the STAT then CALC menu.
- Use the values returned fora,a,b,b, andccto record the model,y=c1+ae−bx.y=c1+ae−bx.
- 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 |
- Letxxrepresent time in years starting withx=0x=0for the year 1995. Letyyrepresent the corresponding percentage of residents with cellular service. Use logistic regression to fit a model to these data.
- Use the model to calculate the percentage of Americans with cell service in the year 2013. Round to the nearest tenth of a percent.
- Discuss the value returned for the upper limit,c.c.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 |
- Letxxrepresent time in years starting withx=0x=0for the year 1997. Letyyrepresent the number of seals in thousands. Use logistic regression to fit a model to these data.
- Use the model to predict the seal population for the year 2020.
- 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 formy=abxy=abxto 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 formy=a+bln(x)y=a+bln(x)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 formy=c1+ae−bxy=c1+ae−bxto 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.





y=10.209e−0.294xy=10.209e−0.294x
y=5.598−1.912ln(x)y=5.598−1.912ln(x)
y=2.104(1.479)xy=2.104(1.479)x
y=4.607+2.733ln(x)y=4.607+2.733ln(x)
y=14.0051+2.79e−0.812xy=14.0051+2.79e−0.812x
Numeric
To the nearest whole number, what is the initial value of a population modeled by the logistic equationP(t)=1751+6.995e−0.68t?P(t)=1751+6.995e−0.68t?What is the carrying capacity?
Rewrite the exponential modelA(t)=1550(1.085)xA(t)=1550(1.085)xas an equivalent model with basee.e.Express the exponent to four significant digits.
A logarithmic model is given by the equationh(p)=67.682−5.792ln(p).h(p)=67.682−5.792ln(p).To the nearest hundredth, for what value ofppdoesh(p)=62?h(p)=62?
A logistic model is given by the equationP(t)=901+5e−0.42t.P(t)=901+5e−0.42t.To the nearest hundredth, for what value of t doesP(t)=45?P(t)=45?
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 populationPPof a koi pond overxxmonths is modeled by the functionP(x)=681+16e−0.28x.P(x)=681+16e−0.28x.
Graph the population model to show the population over a span of33years.
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 are2020koi 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 populationPPof an endangered species habitat for wolves is modeled by the functionP(x)=5581+54.8e−0.462x,P(x)=5581+54.8e−0.462x, wherexxis given in years.
Graph the population model to show the population over a span of1010years.
What was the initial population of wolves transported to the habitat?
How many wolves will the habitat have after33years?
How many years will it take before there are100100wolves 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 basee.e.
Graph the exponential equation on the scatter diagram.
Use the intersect feature to find the value ofxxfor whichf(x)=4000.f(x)=4000.
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 basee.e.
Graph the exponential equation on the scatter diagram.
Use the intersect feature to find the value ofxxfor whichf(x)=250.f(x)=250.
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 formy=a+bln(x)y=a+bln(x)that best fits the data in the table.
Use the logarithmic function to find the value of the function whenx=10.x=10.
Graph the logarithmic equation on the scatter diagram.
Use the intersect feature to find the value ofxxfor whichf(x)=7.f(x)=7.
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 formy=a+bln(x)y=a+bln(x)that best fits the data in the table.
Use the logarithmic function to find the value of the function whenx=10.x=10.
Graph the logarithmic equation on the scatter diagram.
Use the intersect feature to find the value ofxxfor whichf(x)=8.f(x)=8.
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 formy=c1+ae−bxy=c1+ae−bxthat 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 ofxxfor which the model reaches half its carrying capacity.
For the following exercises, refer to (Figure).
xx | f(x)f(x) |
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 formy=c1+ae−bxy=c1+ae−bxthat 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 ofxxfor which the model reaches half its carrying capacity.
Extensions
Recall that the general form of a logistic equation for a population is given byP(t)=c1+ae−bt,P(t)=c1+ae−bt, such that the initial population at timet=0t=0isP(0)=P0.P(0)=P0.Show algebraically thatc−P(t)P(t)=c−P0P0e−bt.c−P(t)P(t)=c−P0P0e−bt.
Use a graphing utility to find an exponential regression formulaf(x)f(x)and a logarithmic regression formulag(x)g(x)for the points(1.5,1.5)(1.5,1.5)and(8.5, 8.5).(8.5, 8.5).Round all numbers to 6 decimal places. Graph the points and both formulas along with the liney=xy=xon 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 functionf−1(x)f−1(x)for the logistic functionf(x)=c1+ae−bx.f(x)=c1+ae−bx.Show all steps.
Use the result from the previous exercise to graph the logistic modelP(t)=201+4e−0.5tP(t)=201+4e−0.5talong with its inverse on the same axis. What are the intercepts and asymptotes of each function?
Chapter Review Exercises
Exponential Functions
Determine whether the functiony=156(0.825)ty=156(0.825)trepresents exponential growth, exponential decay, or neither. Explain
The population of a herd of deer is represented by the functionA(t)=205(1.13)t,A(t)=205(1.13)t,wherettis given in years. To the nearest whole number, what will the herd population be after66years?
Find an exponential equation that passes through the points(2, 2.25)(2, 2.25)and(5,60.75).(5,60.75).
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 earns8.128.12interest compounded monthly. What will the account be worth in2020years?
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 with7.57.5APR, compounded daily, in order to reach her goal in33years?
Does the equationy=2.294e−0.654ty=2.294e−0.654trepresent continuous growth, continuous decay, or neither? Explain.
Suppose an investment account is opened with an initial deposit of$10,500$10,500earning6.256.25interest, compounded continuously. How much will the account be worth after2525years?
Graphs of Exponential Functions
Graph the functionf(x)=3.5(2)x.f(x)=3.5(2)x.State the domain and range and give the y-intercept.
Graph the functionf(x)=4(18)xf(x)=4(18)xand its reflection about the y-axis on the same axes, and give the y-intercept.
The graph off(x)=6.5xf(x)=6.5xis reflected about the y-axis and stretched vertically by a factor of7.7.What is the equation of the new function,g(x)?g(x)?State its y-intercept, domain, and range.
The graph below shows transformations of the graph off(x)=2x.f(x)=2x.What is the equation for the transformation?
Logarithmic Functions
Rewritelog17(4913)=xlog17(4913)=xas an equivalent exponential equation.
Rewriteln(s)=tln(s)=tas an equivalent exponential equation.
Rewritea−25=ba−25=bas an equivalent logarithmic equation.
Rewrite e−3.5=he−3.5=h as an equivalent logarithmic equation.
Solve for x iflog64(x)=13log64(x)=13by converting to exponential form.
Evaluatelog5(1125)log5(1125)without using a calculator.
Evaluatelog(0.000001)without using a calculator.
Evaluatelog(4.005)using a calculator. Round to the nearest thousandth.
Evaluateln(e−0.8648)without using a calculator.
Evaluateln(3√18)using a calculator. Round to the nearest thousandth.
Graphs of Logarithmic Functions
Graph the functiong(x)=log(7x+21)−4.
Graph the functionh(x)=2ln(9−3x)+1.
State the domain, vertical asymptote, and end behavior of the functiong(x)=ln(4x+20)−17.
Logarithmic Properties
Rewriteln(7r⋅11st)in expanded form.
Rewritelog8(x)+log8(5)+log8(y)+log8(13)in compact form.
Rewritelogm(6783)in expanded form.
Rewriteln(z)−ln(x)−ln(y)in compact form.
Rewriteln(1x5)as a product.
Rewrite−logy(112)as a single logarithm.
Use properties of logarithms to expandlog(r2s11t14).
Use properties of logarithms to expandln(2b√b+1b−1).
Condense the expression5ln(b)+ln(c)+ln(4−a)2to a single logarithm.
Condense the expression3log7v+6log7w−log7u3to a single logarithm.
Rewritelog3(12.75)to basee.
Rewrite512x−17=125as a logarithm. Then apply the change of base formula to solve forxusing the common log. Round to the nearest thousandth.
Exponential and Logarithmic Equations
Solve2163x⋅216x=363x+2by rewriting each side with a common base.
Solve125(1625)−x−3=53by rewriting each side with a common base.
Use logarithms to find the exact solution for7⋅17−9x−7=49.If there is no solution, write no solution.
Use logarithms to find the exact solution for3e6n−2+1=−60.If there is no solution, write no solution.
Find the exact solution for5e3x−4=6. If there is no solution, write no solution.
Find the exact solution for2e5x−2−9=−56.If there is no solution, write no solution.
Find the exact solution for52x−3=7x+1.If there is no solution, write no solution.
Find the exact solution fore2x−ex−110=0.If there is no solution, write no solution.
Use the definition of a logarithm to solve.−5log7(10n)=5.
47. Use the definition of a logarithm to find the exact solution for9+6ln(a+3)=33.
Use the one-to-one property of logarithms to find an exact solution forlog8(7)+log8(−4x)=log8(5).If there is no solution, write no solution.
Use the one-to-one property of logarithms to find an exact solution forln(5)+ln(5x2−5)=ln(56).If there is no solution, write no solution.
The formula for measuring sound intensity in decibelsDis defined by the equationD=10log(II0), whereIis the intensity of the sound in watts per square meter andI0=10−12is the lowest level of sound that the average person can hear. How many decibels are emitted from a large orchestra with a sound intensity of6.3⋅10−3watts per square meter?
The population of a city is modeled by the equationP(t)=256,114e0.25twheretis 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 functionf−1for the exponential functionf(x)=2⋅ex+1−5.
Find the inverse functionf−1for the logarithmic functionf(x)=0.25⋅log2(x3+1).
Exponential and Logarithmic Models
For the following exercises, use this scenario: A doctor prescribes300milligrams of a therapeutic drug that decays by about17each 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 afterthours. Then use the formula to find the amount of the drug that would remain in the patient’s system after24hours. Round to the nearest hundredth of a gram.
For the following exercises, use this scenario: A soup with an internal temperature of350°Fahrenheit was taken off the stove to cool in a71°Froom. After fifteen minutes, the internal temperature of the soup was175°F.
Use Newton’s Law of Cooling to write a formula that models this situation.
How many minutes will it take the soup to cool to85°F?
For the following exercises, use this scenario: The equationN(t)=12001+199e−0.625tmodels the number of people in a school who have heard a rumor aftertdays.
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(−2,100)and(0,4).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 equationP(t)=250,0001+499e−0.45t?What is the initial population for the model?
The population of a culture of bacteria is modeled by the logistic equationP(t)=14,2501+29e−0.62t, wheretis in days. To the nearest tenth, how many days will it take the culture to reach75of 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 functionA(t)=8(1.17)t, wheretis given in years. To the nearest whole number, what will the pod population be after3years?
Find an exponential equation that passes through the points(0, 4)and(2, 9).
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 with6.25APR, compounding daily, in order to reach his goal in4years?
An investment account was opened with an initial deposit of $9,600 and earns7.4interest, compounded continuously. How much will the account be worth after15years?
Graph the functionf(x)=5(0.5)−xand its reflection across the y-axis on the same axes, and give the y-intercept.
The graph shows transformations of the graph off(x)=(12)x.What is the equation for the transformation?
Rewritelog8.5(614.125)=aas an equivalent exponential equation.
Rewritee12=mas an equivalent logarithmic equation.
Solve forxby converting the logarithmic equationlog17(x)=2to exponential form.
Evaluatelog(10,000,000)without using a calculator.
Evaluateln(0.716)using a calculator. Round to the nearest thousandth.
Graph the functiong(x)=log(12−6x)+3.
State the domain, vertical asymptote, and end behavior of the functionf(x)=log5(39−13x)+7.
Rewritelog(17a⋅2b)as a sum.
Rewritelogt(96)−logt(8)in compact form.
Rewritelog8(a1b)as a product.
Use properties of logarithm to expandln(y3z2⋅3√x−4).
Condense the expression4ln(c)+ln(d)+ln(a)3+ln(b+3)3to a single logarithm.
Rewrite163x−5=1000as a logarithm. Then apply the change of base formula to solve forxusing the natural log. Round to the nearest thousandth.
Solve(181)x⋅1243=(19)−3x−1by rewriting each side with a common base.
Use logarithms to find the exact solution for−9e10a−8−5=−41. If there is no solution, write no solution.
Find the exact solution for10e4x+2+5=56.If there is no solution, write no solution.
Find the exact solution for−5e−4x−1−4=64.If there is no solution, write no solution.
Find the exact solution for2x−3=62x−1.If there is no solution, write no solution.
Find the exact solution fore2x−ex−72=0.If there is no solution, write no solution.
Use the definition of a logarithm to find the exact solution for4log(2n)−7=−11
Use the one-to-one property of logarithms to find an exact solution forlog(4x2−10)+log(3)=log(51)If there is no solution, write no solution.
The formula for measuring sound intensity in decibelsDis defined by the equationD=10log(II0),whereIis the intensity of the sound in watts per square meter andI0=10−12is the lowest level of sound that the average person can hear. How many decibels are emitted from a rock concert with a sound intensity of4.7⋅10−1watts per square meter?
A radiation safety officer is working with112grams of a radioactive substance. After17days, the sample has decayed to80grams. 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 basee.Express the exponent to five significant digits.
A bottle of soda with a temperature of71°Fahrenheit was taken off a shelf and placed in a refrigerator with an internal temperature of35° F.After ten minutes, the internal temperature of the soda was63° F.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 equationP(t)=3601+6.2e−0.35t, wheretis 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 equationP(t)=16,1201+25e−0.75t, wheretis time in years. To the nearest hundredth, how many years will it take the lake to reach80of 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 |
Candela Citations
- Algebra and Trigonometry. Authored by: Jay Abramson, et. al. Provided by: OpenStax CNX. Located at: http://cnx.org/contents/13ac107a-f15f-49d2-97e8-60ab2e3b519c@11.1. License: CC BY: Attribution. License Terms: Download for free at http://cnx.org/contents/13ac107a-f15f-49d2-97e8-60ab2e3b519c@11.1