Equations of Exponential Functions

In this section on exponential functions, you will determine the equation of an exponential function given two points or a graph.

Finding Equations of Exponential Functions

In the previous examples, we were given an exponential function, which we then evaluated for a given input. Sometimes we are given information about an exponential function without knowing the function explicitly. We must use the information to first write the form of the function, then determine the constants a and b, and evaluate the function.


HOW TO

Given two data points, write an exponential model.

  1. If one of the data points has the form (0, a), then a is the initial value. Using a, substitute the second point into the equation f(x)=a(b)^{x}, and solve for b.
  2. If neither of the data points have the form (0, a), substitute both points into two equations with the form f(x)=a(b)^{x}. Solve the resulting system of two equations in two unknowns to find a and $b\).
  3. Using the a and b$ found in the steps above, write the exponential function in the form f(x)=a(b)^{x}.


EXAMPLE 4

Writing an Exponential Model When the Initial Value Is Known

In 2006, 80 deer were introduced into a wildlife refuge. By 2012, the population had grown to 180 deer. The population was growing exponentially. Write an exponential function N(t) representing the population (N) of deer over time t.


Solution

We let our independent variable t be the number of years after 2006. Thus, the information given in the problem can be written as input-output pairs: (0, 80) and (6, 180). Notice that by choosing our input variable to be measured as years after 2006, we have given ourselves the initial value for the function, a=80. We can now substitute the second point into the equation N(t)=80b^t to find b:

\begin{aligned}
N(t)&=80 b^{t} \\
180&=80 b^{6} & & \text { Substitute using point }(6,180) \\
\frac{9}{4}&=b^{6} & & \text { Divide and write in lowest terms. } \\
b &=\left(\frac{9}{4}\right)^{\frac{1}{6}} & & \text { Isolate } b \quad \text { using properties of exponents. } \\
b &\approx 1.1447 & & \text { Round to } 4 \text { decimal places.}
\end{aligned}

NOTE: Unless otherwise stated, do not round any intermediate calculations. Then round the final answer to four places for the remainder of this section.

The exponential model for the population of deer is N(t)=80(1.1447)^t. (Note that this exponential function models short-term growth. As the inputs gets large, the output will get increasingly larger, so much so that the model may not be useful in the long term.)

can graph our model to observe the population growth of deer in the refuge over time. Notice that the graph in Figure 3 passes through the initial points given in the problem, (0,80) and (6,180). We can also see that the domain for the function is [0, \infty), and the range for the function is [80,\infty).


Figure 3 Graph showing the population of deer over time, N(t)=80(1.1447)^t, t years after 2006


TRY IT #4

A wolf population is growing exponentially. In 2011, 129 wolves were counted. By 2013, the population had reached 236 wolves. What two points can be used to derive an exponential equation modeling this situation? Write the equation representing the population N of wolves over time t.


EXAMPLE 5

Writing an Exponential Model When the Initial Value is Not Known

Find an exponential function that passes through the points (−2,6) and (2,1).


Solution

Because we don't have the initial value, we substitute both points into an equation of the form f(x)=ab^x, and then solve the system for a and b.

Substituting (−2,6) gives 6=ab^{−2}

Substituting (2,1) gives 1=ab^2

Use the first equation to solve for a in terms of b:

\begin{aligned}
&6=a b^{-2} \\
&\frac{6}{b^{-2}}=a \quad \text { Divide. } \\
&a=6 b^{2} \quad \text {Use properties of exponents to rewrite the denominator}.
\end{aligned}

Substitute a in the second equation, and solve for b:

\begin{array}{ll}
1=a b^{2} & \\
1=6 b^{2} b^{2}=6 b^{4} & \text { Substitute } a . \\
b=\left(\frac{1}{6}\right)^{\frac{1}{4}} & \text { Use properties of exponents to isolate } b . \\
b \approx 0.6389 & \text { Round } 4 \text { decimal places. }
\end{array}

Use the value of b in the first equation to solve for the value of a:

a = 6b^2 \approx 6(0.6389)^2 \approx 2.4492

Thus, the equation is f(x)=2.4492(0.6389)^x.

We can graph our model to check our work. Notice that the graph in Figure 4 passes through the initial points given in the problem, (−2,6) and (2,1). The graph is an example of an exponential decay function.


Figure 4 The graph of f(x)=2.4492(0.6389)^x models exponential decay.


TRY IT #5

Given the two points (1,3) and (2,4.5), find the equation of the exponential function that passes through these two points.


Q&A

Do two points always determine a unique exponential function?

Yes, provided the two points are either both above the x-axis or both below the x-axis and have different x-coordinates. But keep in mind that we also need to know that the graph is, in fact, an exponential function. Not every graph that looks exponential really is exponential. We need to know the graph is based on a model that shows the same percent growth with each unit increase in x, which in many real world cases involves time.


HOW TO

Given the graph of an exponential function, write its equation.

  1. First, identify two points on the graph. Choose the y-intercept as one of the two points whenever possible. Try to choose points that are as far apart as possible to reduce round-off error.
  2. If one of the data points is the y-intercept (0,a), then a is the initial value. Using a, substitute the second point into the equation f(x)=a(b)^x, and solve for b.
  3. If neither of the data points have the form (0,a), substitute both points into two equations with the form f(x)=a(b)^x. Solve the resulting system of two equations in two unknowns to find a and b.
  4. Write the exponential function, f(x)=a(b)^x.


EXAMPLE 6

Writing an Exponential Function Given Its Graph

Find an equation for the exponential function graphed in Figure 5.

Figure 5


Solution

We can choose the y-intercept of the graph, (0,3), as our first point. This gives us the initial value, a=3. Next, choose a point on the curve some distance away from (0,3) that has integer coordinates. One such point is (2,12).

\begin{array}{cl}
y=a b^{x} & \text { Write the general form of an exponential equation. } \\
y=3 b^{x} & \text { Substitute the initial value } 3 \text { for } a . \\
12=3 b^{2} & \text { Substitute in } 12 \text { for } y \text { and } 2 \text { for } x . \\
4=b^{2} & \text { Divide by } 3 . \\
b=\pm 2 & \text { Take the square root. }
\end{array}

Because we restrict ourselves to positive values of b, we will use b=2. Substitute a and b into the standard form to yield the equation f(x)=3(2)^x.


TRY IT #6

Find an equation for the exponential function graphed in Figure 6.


Figure 6


HOW TO

Given two points on the curve of an exponential function, use a graphing calculator to find the equation.

  1. Press [STAT].
  2. Clear any existing entries in columns L1 or L2.
  3. In L1, enter the x-coordinates given.
  4. In L2, enter the corresponding y-coordinates.
  5. Press [STAT] again. Cursor right to CALC, scroll down to ExpReg (Exponential Regression), and press [ENTER].
  6. The screen displays the values of a and b in the exponential equation y=a \cdot b^x.


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