5.1 Exponential Functions

Exponential Functions

You may heard a salesperson make a statement something like : “We expect the sales of XYZ product to grow exponentially”.  This describes a product where the sales are expected to grow quickly (more quickly than linear growth).

  • Company A has 100 stores, and expands by opening 50 new stores a year
  • Company B has 100 stores, and expands by increasing the number of stores by 50% of their total
    each year.

Company A is exhibiting linear growth. In linear growth, we have a constant rate of change – a constant number that the output increased for each increase in input. For company A, the number of new stores per year is the same each year.

Company B is different – we have a percent rate of change rather than a constant number of stores/year as our rate of change. To see the significance of this difference compare a 50% increase when there are 100 stores to a 50% increase when there are 1000 stores:

  • 100 stores, a 50% increase is 50 stores in that year.
  • 1000 stores, a 50% increase is 500 stores in that year.

Calculating the number of stores after several years, we can clearly see the difference in results.

Table 5.1 Comparing Company A to Company B

Years

Company A

Company B

2

200

225

4

300

506

6

400

1139

8

500

2563

10

600

5767

An exponential graph is shown increasing from left to right. The vertical axis extends from 0 to 6000 in increments of 1000.  The horizontal axis extends from 0 to 10 in increments of 2.
Figure 5.1

This percent growth can be modeled with an exponential function.

 

Exponential Function

An exponential growth or decay function is a function that grows or shrinks at a constant percent growth rate. The equation can be written in the form [latex]f (x) = a(1+ r)^x[/latex] or [latex]f (x) = ab^x[/latex] where [latex]b = 1+r.[/latex]

Where:

  • [latex]a[/latex] is the initial or starting value of the function
  • [latex]r[/latex] is the percent growth or decay rate, written as a decimal
  • [latex]b[/latex] is the growth factor or growth multiplier. Since powers of negative numbers behave strangely, we limit b to positive values.

 

Example 1

India’s population was 1.14 billion in the year 2008 and is growing by about 1.34% each year. Write an exponential function for India’s population, and use it to predict the population in 2020.

Using 2008 as our starting time [latex](t = 0),[/latex] our initial population will be 1.14 billion. Since the percent growth rate was 1.34%, our value for [latex]r[/latex] is 0.0134.

Using the basic formula for exponential growth [latex]f (x) = a(1+ r)^x[/latex] we can write the formula, [latex]f (t) = 1.14(1+ 0.0134)^t[/latex]

To estimate the population in 2020, we evaluate the function at [latex]t = 12,[/latex] since 2020 is 12 years after 2008.

[latex]f(12)-1.14(1+0.0234)^12\approx 1.337 \text{ billion people in 2020}[/latex] ≈ billion people in 2020

 

Example 2

A certificate of deposit (CD) is a type of savings account offered by banks, typically offering a higher interest rate in return for a fixed length of time you will leave your money invested. If a bank offers a 24 month CD with an annual interest rate of 1.2% compounded monthly, how much will a $1000 investment grow to over those 24 months?

First, we must notice that the interest rate is an annual rate, but is compounded monthly, meaning interest is calculated and added to the account monthly. To find the monthly interest rate, we divide the annual rate of 1.2% by 12 since there are 12 months in a year: 1.2%/12 = 0.1%. Each month we will earn 0.1% interest. From this, we can set up an exponential function, with our initial amount of $1000 and a growth rate of r = 0.001, and our input m measured in months.

[latex]f(m)=1000(1+\frac{0.012}{12})^m[/latex]

[latex]f(m)=1000(1+0.001)^m[/latex]

After 24 months, the account will have grown to

[latex]f(24)=1000(1+0.001)^24=\$1024.28[/latex]

 

Example 3

Bismuth-210 is an isotope that radioactively decays by about 13% each day, meaning 13% of the remaining Bismuth-210 transforms into another atom (polonium-210 in this case) each day. If you begin with 100 mg of Bismuth-210, how much remains after one week?

With radioactive decay, instead of the quantity increasing at a percent rate, the quantity is decreasing at a percent rate. Our initial quantity is [latex]a = 100 \;mg[/latex], and our growth rate will be negative 13%, since we are decreasing: [latex]r = -0.13.[/latex] This gives the equation:
$$Q(d)=100(1-0.13)^d=100(0.87)^d$$
This can also be explained by recognizing that if 13% decays, then 87 % remains.

After one week, 7 days, the quantity remaining would be
[latex]Q(7)=100(0.87)^7=37.73[/latex] mg of Bismuth-210 remains.

 

Example 4

[latex]T(q)[/latex] represents the total number of Android smart phone contracts, in thousands, held by a certain Verizon store region measured quarterly since January 1, 2010. Interpret all of the parts of the equation [latex]t(2)=86(1.64)^2=231.3056[/latex]

Interpreting this from the basic exponential form, we know that 86 is our initial value. This means that on Jan. 1, 2010 this region had 86,000 Android smart phone contracts. Since [latex]b = 1 + r = 1.64,[/latex] we know that every quarter the number of smart phone contracts grows by 64%. [latex]T(2) = 231.3056[/latex] means that in the 2nd quarter (or at the end of the second quarter) there were approximately 231,305 Android smart phone contracts.

When working with exponentials, there is a special constant we must talk about. It arises when we talk about things growing continuously, such as continuous compounding, or natural phenomena like radioactive decay that happen continuously.

 

Euler’s Number: e

[latex]e \approx 2.718282[/latex]

Because [latex]e[/latex] is often used as the base of an exponential, most scientific and graphing calculators have a button that can calculate powers of [latex]e,[/latex] usually labeled [latex]e^x[/latex] . Some computer software instead defines a function [latex]exp(x),[/latex] where [latex]exp(x) = e^x[/latex] . Since calculus studies continuous change, we will almost always use the [latex]e[/latex]-based form of exponential equations in this course.

 

Continuous Growth Formula

Continuous Growth can be calculated using the formula [latex]f (x) = ae^{rx}[/latex]
where:

  • a is the starting amount
  • r is the continuous growth rate

 

Example 5

Radon-222 decays at a continuous rate of 17.3% per day. How much will 100mg of Radon-222 decay to in 3 days?

Since we are given a continuous decay rate, we use the continuous growth formula. Since the substance is decaying, we know the growth rate will be negative: [latex]r = -0.173[/latex]

[latex]f(3)=100e^{-0.173(3)}\approx 59.512[/latex] mg of Radon-222 will remain

Graphs of Exponential Functions

 

Graphical Features of Exponential Functions

Graphically, in the function [latex]f (x) = ab^x[/latex]

  • [latex]a[/latex] is the vertical intercept of the graph
  • [latex]b[/latex] determines the rate at which the graph grows
    • the function will increase if [latex]b > 1[/latex]
    • the function will decrease if [latex]0 < b < 1[/latex]
  • The graph will have a horizontal asymptote at [latex]y = 0[/latex]
  • The graph will be concave up if [latex]a > 0;[/latex] concave down if [latex]a < 0.[/latex]

The domain of the function is all real numbers
The range of the function is [latex](0,\infty)[/latex]

When sketching the graph of an exponential function, it can be helpful to remember that the graph will pass through the points [latex](0, a)[/latex] and [latex](1, ab).[/latex]

The value [latex]b[/latex] will determine the function’s long run behavior:

If [latex]b > 1,[/latex] as [latex]x \rightarrow \infty ,[/latex] [latex]f (x) \rightarrow\infty[/latex] and as [latex]x \rightarrow-\infty , f (x) \rightarrow 0 .[/latex]
If [latex]0 < b < 1,[/latex] as [latex]x \rightarrow\infty , f (x) \rightarrow 0[/latex] and as [latex]x \rightarrow -\infty , f (x) \rightarrow\infty[/latex]

 

Example 6

An exponential graph is shown decreasing from left to right. The vertical axis extends from -2 to 8 in increments of 1.  The horizontal axis extends from -2 to 4 in increments of 1.  The graph passes through the point (0, 4)
Figure 5.2

Sketch a graph of [latex]f(x)=4(\frac13)^x[/latex]

This graph will have a vertical intercept at [latex](0,4),[/latex] and pass through the point [latex](1,\frac43)[/latex]. Since [latex]b < 1,[/latex] the graph will be decreasing towards zero. Since [latex]a > 0,[/latex] the graph will be concave up.

We can also see from the graph the long run behavior: as [latex]x\rightarrow\infty,f(x)\rightarrow 0[/latex] and as [latex]x\rightarrow-\infty, f(x)\rightarrow\infty[/latex]

To get a better feeling for the effect of [latex]a[/latex]and [latex]b[/latex] on the graph, examine the sets of graphs below.

The first set shows various graphs, where a remains the same and we only change the value for [latex]b.[/latex] Notice that the closer the value of [latex]b[/latex] is to 1, the less steep the graph will be.

Six exponential curves are shown. Three of the curves are shown decreasing from left to right. Three of the curves are shown increasing from left to right. The vertical axis extends from -1 to 5 in increments of 1.  The horizontal axis extends from -6 to 6 in increments of 1.  All six graphs pass through the point (0, 1).
Figure 5.3

In the next set of graphs, [latex]a[/latex] is altered and our value for [latex]b[/latex] remains the same.

Five exponential curves are shown. All five curves are shown increasing from left to right. The vertical axis extends from -1 to 6 in increments of 1.  The horizontal axis extends from -5 to 5 in increments of 1.
Figure 5.4

Notice that changing the value for [latex]a[/latex] changes the vertical intercept. Since [latex]a[/latex] is multiplying the [latex]b^x[/latex] term, [latex]a[/latex] acts as a vertical stretch factor, not as a shift. Notice also that the long run behavior for all of these functions is the same because the growth factor did not change and none of these a values introduced a vertical flip.

 

Example 7

Four exponential curves are shown. Three of the curves are shown increasing from left to right. One of the increasing curves passes through the point (0, 4). Two of the increasing curves pass through the point (0, 2). One curve is shown decreasing from left to right and passes through the point (0, 4). The vertical axis extends from -1 to 6 in increments of 1.  The horizontal axis extends from -5 to 5 in increments of 1.
Figure 5.5

Match each equation with its graph.

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

[latex]g(x)=2(1.8)^x[/latex]

[latex]h(x)=4(1.3)^x[/latex]

[latex]k(x)=4(0.7)^x[/latex]

The graph of [latex]k(x)[/latex] is the easiest to identify, since it is the only equation with a growth factor less than one, which will produce a decreasing graph. The graph of [latex]h(x)[/latex] can be identified as the only growing exponential function with a vertical intercept at [latex](0,4).[/latex] The graphs of [latex]f(x)[/latex] and [latex]g(x)[/latex] both have a vertical intercept at [latex](0,2),[/latex] but since [latex]g(x)[/latex] has a larger growth factor, we can identify it as the graph increasing faster.

Four exponential curves are shown. Three of the curves are shown increasing from left to right. One of the increasing curves passes through the point (0, 4). Two of the increasing curves pass through the point (0, 2). One curve is shown decreasing from left to right and passes through the point (0, 4). The vertical axis extends from -1 to 6 in increments of 1.  The horizontal axis extends from -5 to 5 in increments of 1.
Figure 5.6

License

Icon for the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License

Techniques of Calculus 1 Copyright © 2021 by Larry Musolino is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License, except where otherwise noted.

Share This Book