8.2: Exponential Functions

section 8.2 Learning Objectives

8.2: Exponential Functions

  • Evaluate an exponential function
    • With bases both less than 1 and greater than 1
    • With exponents that are sums or differences
  • Graph an exponential function
    • With bases both less than 1 and greater than 1
    • With exponents that are sums or differences
  • Approximate powers of e
  • Graph natural (base e) exponential functions

 

Introduction to Exponential Functions

Suppose that the world is hit by a pandemic caused by a quickly-spreading virus (I know that is a stretch, but use your imagination). Let us further suppose that the total number of people infected doubles every week, starting with one infected patient in the beginning, which we will refer to as Week 0. Let us analyze this situation and attempt to determine how many people have been infected after 52 weeks (approximately one year).

Initially, this feels like a pretty simple and reasonable pattern. There is only 1 infection in Week 0, and if this doubles each week, we will have 2 infections after one week, 4 in two weeks, 8 after three weeks, and so on. We list several values in the table below.

Week Total Infections
0 1
1 2
2 4
3 8
4 16
5 32
6 64
7 128
8 256

As we can see, the number of infections was not too extreme in the beginning, but it soon begins to increase by an alarming amount each week. This jump may be more obvious if we plot the points on a graph.

The graph reveals some important information. First, it visually reveals how in time, the number cases begins to increase by much more each week. As a result of this, we can also see that there would be no way to draw a straight line through these points. So, we have a function that is not linear!

While the pattern itself (doubling each week) is fairly simply, the function that describes this pattern may not be as obvious. However, if we think about our study of exponents earlier in the course, you may recognize these values as powers of 2. Thus, the function that describes this situation is

[latex]f(x)=2^x[/latex]

This is an example of an exponential function, which in this case results in exponential growth. We can now use this to answer the question of how many total infections will have occurred after 52 weeks. There will be

[latex]f(52)=2^{52}=4,503,599,627,370,496[/latex]

Over four quadrillion cases! That far exceeds the population of the earth by leaps and bounds, despite the first few numbers appearing fairly harmless. That is the power of exponential growth!

Exponential Function

An exponential function is of the form

[latex]f(x)=a^x[/latex]

The constant [latex]a[/latex] is called the base and is restricted so that [latex]a>0[/latex] and [latex]a\neq 1[/latex].

Evaluating Exponential Functions

To evaluate an exponential function of the form [latex]f\left(x\right)={a}^{x}[/latex], we simply substitute x with the given value, and calculate the resulting power. For example:

Let [latex]f\left(x\right)={2}^{x}[/latex]. Compute [latex]f\left(3\right)[/latex], [latex]f(0)[/latex], and [latex]f(-2)[/latex].

[latex]\begin{array}{c}f\left(x\right)\hfill & ={2}^{x}\hfill & \hfill \\ f\left(3\right)\hfill & ={2}^{3}\text{ }\hfill & \text{Substitute }x=3.\hfill \\ \hfill & =8\text{ }\hfill & \text{Evaluate the power}\text{.}\hfill \end{array}[/latex]
For [latex]f(0)[/latex], we must remember the special rule for a zero exponent.
[latex]f(0)=2^{0}[/latex]
[latex]f(0)=1[/latex]
Lastly, recall the a negative exponent induces a fraction. So,
[latex]f(-2)=2^{-2}[/latex]
[latex]f(-2)=\frac{1}{2^{2}}[/latex]
[latex]f(-2)=\frac{1}{4}[/latex]
By evaluating the function at several values, we have now found a few points on the graph. Next, we continue to explore the graphs of exponential functions.

 

Graphing Exponential Functions

We learn a lot about things by seeing their pictorial representations, and that is exactly why graphing exponential equations is a powerful tool. It gives us another layer of insight for predicting future events. Before we begin graphing, it is helpful to review the behavior of exponential growth. Recall the table of values for a function of the form [latex]f\left(x\right)={b}^{x}[/latex] whose base is greater than one. We will use the function [latex]f\left(x\right)={2}^{x}[/latex]. Observe how the output values in the table below change as the input increases by [latex]1[/latex].

x [latex]–3[/latex] [latex]–2[/latex] [latex]–1[/latex] [latex]0[/latex] [latex]1[/latex] [latex]2[/latex] [latex]3[/latex]
[latex]f\left(x\right)={2}^{x}[/latex] [latex]\frac{1}{8}[/latex] [latex]\frac{1}{4}[/latex] [latex]\frac{1}{2}[/latex] [latex]1[/latex] [latex]2[/latex] [latex]4[/latex] [latex]8[/latex]

Notice from the table that

  • the output values are positive for all values of x;
  • as x increases, the output values increase without bound; and
  • as x decreases, the output values grow smaller, approaching zero.

The graph below shows the exponential function [latex]f\left(x\right)={2}^{x}[/latex].

Graph of the exponential function, 2^(x), with labeled points at (-3, 1/8), (-2, ¼), (-1, ½), (0, 1), (1, 2), (2, 4), and (3, 8). The graph notes that the x-axis is an asymptote.

In the graph, notice that the graph gets close to the x-axis, but never touches it.

The feature that the graph is always positive, yet gets closer and closer to the [latex]x[/latex]-axis as [latex]x[/latex] gets smaller (heading toward negative infinity) is a new idea for us. Such a line that the graph approaches in the long run is called an asymptote. So for this function, the [latex]x[/latex]-axis (i.e. the line [latex]y=0[/latex]) is an asymptote; more specifically, it is a horizontal asymptote.

The domain of [latex]f\left(x\right)={2}^{x}[/latex] is all real numbers; the range is [latex]\left(0,\infty \right)[/latex].

Below is a video demonstration of graphing the same function we graphed above.

Let us consider another example, this time with a fractional base. Let [latex]g(x)=\left(\frac{1}{2}\right)^{x}[/latex]. We arrive at the following set of points.

x –[latex]3[/latex] –[latex]2[/latex] –[latex]1[/latex] [latex]0[/latex] [latex]1[/latex] [latex]2[/latex] [latex]3[/latex]
[latex]g\left(x\right)=\left(\frac{1}{2}\right)^{x}[/latex] [latex]8[/latex] [latex]4[/latex] [latex]2[/latex] [latex]1[/latex] [latex]\frac{1}{2}[/latex] [latex]\frac{1}{4}[/latex] [latex]\frac{1}{8}[/latex]

Notice from the table that:

  • the output values are positive for all values of x;
  • as x increases, the output values grow smaller, approaching zero; and
  • as x decreases, the output values grow without bound.

The graph shows the exponential decay function, [latex]g\left(x\right)={\left(\frac{1}{2}\right)}^{x}[/latex].

Graph of decreasing exponential function, (1/2)^x, with labeled points at (-3, 8), (-2, 4), (-1, 2), (0, 1), (1, 1/2), (2, 1/4), and (3, 1/8). The graph notes that the x-axis is an asymptote.

The domain of [latex]g\left(x\right)={\left(\frac{1}{2}\right)}^{x}[/latex] is all real numbers; the range is [latex]\left(0,\infty \right)[/latex]. Also similar to our previous example, the [latex]x[/latex]-axis is a horizontal asymptote, although this time, the graph approaches this line as [latex]x[/latex] increases to positive infinity.

While there are obviously infinitely more bases we could examine, these two examples tell us a tremendous amount about exponential functions, which we summarize below.

Characteristics of the Graph of  [latex]f(x) = a^{x}[/latex]

An exponential function of the form [latex]f\left(x\right)={a}^{x}[/latex], [latex]a>0[/latex], [latex]a\ne 1[/latex], has these characteristics:

  • domain: [latex]\left(-\infty , \infty \right)[/latex]
  • range: [latex]\left(0,\infty \right)[/latex]
  • x-intercept: none
  • y-intercept: [latex]\left(0,1\right)[/latex]
  • increasing if [latex]a>1[/latex], called exponential growth
  • decreasing if [latex]0<a<1[/latex], called exponential decay

Compare the general graphs of exponential growth and decay functions below.

In our first example, we will plot an exponential growth function where the base is 3. This will help confirm our claim above that, while the individual points will vary, the overall shape will correspond to those shown above.

Example 1

Sketch a graph of [latex]f\left(x\right)={3}^{x}[/latex].

So far, we have only considered basic exponential functions of the form [latex]f(x)=a^x[/latex]. In the next example, we return to a base of 2, but this time we will introduce an additional number in the exponent as we graph [latex]f(x)=2^{x-3}[/latex]. While we will still create a table to aid us in our graph, if we were to select the same set of values that we have chosen in all previous examples, we would not yet see the traditional shape we have come to expect. To rectify this, we instead choose [latex]x[/latex]-values around [latex]x=3[/latex]. The reason for this choice is that this is the [latex]x[/latex]-value that will result in an exponent of zero. One way of thinking about this is that the point [latex](0,1)[/latex] that we have encountered in every graph is now being shifted over to [latex](3,1)[/latex] instead.

Example 2

Sketch a graph of [latex]f(x)={2}^{x-3}[/latex].

What we want to observe about the graph in the last example is that the overall shape and many of the graphical features were preserved, but the whole graph was moved to the right by 3 units.

Graphing Tips

  • Identify the base and use it to anticipate whether the function will demonstrate exponential growth (if [latex]a>1[/latex]) or exponential decay (if [latex]0<a<1[/latex]).
  • Determine the value for [latex]x[/latex] that will make the exponent equal to zero.
  • Make a table of points (we recommend 5 points), centered around the value found above.
  • Plot the points and draw the graph, being careful to approach, but in this situation not cross, the asymptote.

In our last example, we revisit bases smaller than 1, but again with an additional number in the exponent.

Example 3

Sketch a graph of [latex]f(x)=\left(\frac{1}{4}\right)^{x+2}[/latex].

If you would like to explore a little different situation, watch the video below. Here, you will see the effect of a constant multiplier in front of the exponential.

The Natural Number e

While most people have heard of the number [latex]\pi[/latex], there is another constant in mathematics that appears in numerous calculations, but sadly does not receive nearly the same attention outside of STEM courses. This is the natural number e. Similar to [latex]\pi[/latex], the natural number is irrational and has an approximate value of [latex]e\approx 2.718281828[/latex]. The natural number appears in situations ranging from population growth, radioactive decay, and continuously compounded interest to the spirals we see in shells and entire spiral galaxies.

To find a power of e, we will want to use a scientific calculator. The button varies by model of calculator, but often looks like [latex]e^{x}[/latex]. It may require using a 2nd function or shift feature as well. In addition, on some calculators, you might push the “e” button and then the desired power, whereas on others this may be reversed. To try this out on your calculator, try computing [latex]e^{2}[/latex]. You should get

[latex]e^2\approx 7.389[/latex]

While e has many special mathematical properties, on the other hand, it is still some number larger than 1. As such, we already know what the basic shape of the function [latex]f(x)=e^x[/latex] will look like graphically, exhibiting exponential growth. We proceed by making an [latex]xy[/latex]-table. Try using your calculator to verify the values given below (rounded to the nearest thousandth).

[latex]x[/latex] [latex]f(x)=e^x[/latex]
-3 0.050
-2 0.135
-1 0.368
0 1
1 2.718
2 7.389
3 20.086

Plotting these points yields the following graph:

As expected, we see similarities to our earlier examples, with a y-intercept at (0,1) and the x-axis serving as a horizontal asymptote.

Summary

Graphs of exponential growth functions will have a right tail that increases without bound and a left tail that gets really close to the x-axis, making the x-axis an asymptote. On the other hand, graphs of exponential decay functions will have a left tail that increases without bound and a right tail that gets really close to the x-axis. Points can be generated with a table of values which can then be used to graph the function.