Exponential Functions

Exponential functions are functions that increase or decrease by a constant factor as the independent variable increases. This is different from linear functions, which increase or decrease by a constant amount as the independent variable increases. In other words, exponential functions are being multiplied or divided by the same constant factor for each unit increase in the independent variable, whereas linear functions are being added or subtracted by the same constant amount for each unit increase in the independent variable. You can recognize an exponential function by the fact that the independent variable is found in an exponent.

General Form of an Exponential Function

The general form of an exponential function typically looks like this:

f(x)=a·bcx

In theory, the function could be shifted vertically or horizontally, so the format could potentially be more like:

f(x)=a·bc(x-h)+k

This function would represent the result of taking the first function and shifting it h units to the right and k units up. Exponential functions with this additional complexity are rare on the SAT, so we will focus mostly on the first format.

The value of "c" is often 1, so much of the time the function will just be:

f(x)=a·bx

The independent variable is often t for time, instead of x

The independent variable is often time because many exponential functions model how something grows or decays over time.

So, often the function will be more like:

f(t)=a·bct

Since the variable is t more often than not, we'll use t in our equations and examples going forward.

a = initial value

The value of a is the initial value of the function. It is the value of the function when t = 0.

This makes sense because t anything raised to the power of 0 is 1, so bt = 1 when t = 0.

This means that f(0)=a·1, or just f(0)=a.

Let's use a more concrete example to demonstrate this:

f(t)=150·3t

f(0)=150·30=150·1=150

In this function, our a value is 150. When time is equal to 0 (our starting time), the value of the function ends up being 150. Hence, a represents the initial value of the function.

b = growth/decay factor

The value of b is the growth or decay factor of the function. The value of the function gets multiplied by b every time the exponent increases by 1.

If b > 1, it's exponential growth

If b is greater than 1, the function is growing exponentially. This makes sense because as the exponent increases, you continue to multiply b by itself more times. Whenever you multiply a number greater than 1 by itself, the number gets larger.

If 0 < b < 1, it's exponential decay

If b is a positive fraction (or decimal) that is less than 1, the function is decaying exponentially. This makes sense because every time you multiple a fraction by itself, the number gets smaller.

When c = 1

In the simpler form of exponential functions, where f(t)=a·bt (there is no constant being multiplied by t in the exponent), the value of the function gets multiplied by b for each unit increase in t.

For example, if f(t)=10·2t, since b = 2, the value of the function gets multiplied by 2 every time t increases by 1, as is demonstrated below:

  • f(0)=10·20=10
  • f(1)=10·21=20
  • f(2)=10·22=40
  • f(3)=10·23=80

When c is not 1

In more complex exponential functions, when the variable in the exponent has a coefficient, the function is f(t)=a·bct, there are a couple ways we can interpret what is happening:

  1. Whenever t increases by 1, the value of the function gets multiplied by bc
    • This is because using the product rule of exponents we can rewrite the function as f(t)=a·(bc)t, which means that bc is just taking the place of b in the simpler form of the function.
    • For example, if f(t)=10·22t
      • Since bc = 22=4, the value of the function gets multiplied by 4 every time t increases by 1.
    • Or, if f(t)=10·412t
      • Since bc = 412=4=2, the value of the function gets multiplied by 2 every time t increases by 1.
  2. Every time t increases by 1c, the value of the function gets multiplied by b.
    • Or, in other words, whenever c·t (the entire exponent) increases by 1, the value of the function gets multiplied by b
    • For example, if f(t)=10·213t
      • 1(13)=3, so every time t increases by 3, the value of the function gets multiplied by 2.
      • f(0)=10·213·0=10·20=10·1=10
      • f(3)=10·213·3=10·21=10·2=20
      • f(6)=10·213·6=10·22=10·4=40
      • We can see from the examples above that every time t increases by 3, the value of the function gets multiplied by 2.

Graphing Exponential Functions

Graphing exponential functions is a bit different than graphing linear functions.

Let's look at an example:

Exponential Percentage Increase/Decrease Problems

Exponential percentage increase/decrease problems are a common application of exponential functions. They are often used in the context of interest rates, population growth, and other real-world scenarios. For example, and investment that grows by 10% each year is an exponential growth problem, and a population that decreases by 3% each year is an exponential decay problem.

The typical form of these functions is:

A=P·(1+r)t

  • A can stand for "aggregate" or "amount", and represents the total amount after a certain amount of time
  • P stands for "principal", and represents the initial amount before any growth or decay.
  • r is the percentage rate of growth or decay, expressed as a decimal.
    • For example, a 10% annual increase would be represented as r = 0.1
    • A 10% annual decrease would be represented as r = -0.1.

Note that this is matches up to the general form of exponential functions we explored above: f(t)=a·bt

  • A is the same as f(t)
  • P is the same as a
  • (1 + r) is the same as b
    • For example, if we have a growth rate of 10% per year:
      • r = 0.1
      • (1 + r) = 1.1
      • Thus, b, our growth/decay factor, is 1.1, meaning the value gets multiplied by 1.1 every year.

Let's look at a couple of examples:

  • You invest $500 in a savings account that earns 5% interest per year
    • The total amount in the account over time can be modeled by the function: A=500·(1+0.05)t
    • Which you can simplify to: A=500·(1.05)t
    • So, for example, after 15 years, the amount in the account would be: A=500·(1.05)15=$1,039.47
  • A population of 2,000 buffalos decreases by 2% per year
    • The population of buffalos over time can be modeled by the function: P=2000·(1-0.02)t
      • In this case we changed our dependent variable to P for "population"
    • Which you can simplify to: P=2000·(0.98)t
    • So, for example, after 10 years, the population of buffalos would be: P=2000·(0.98)10=1,623

Different Compounding Periods

In the examples above, we assumed that the interest was compounded annually. In other words, the percentage increase or decrease was applied once per year. In some scenarios, particularly in the realm of finance, interest may be compounded more frequently. For example, it is common for credit card companies to compound interest monthly, or for banks to compound interest daily.

What does it mean when interest is compounded multiple times per year?

Let's use an example to illustrate this.

Suppose you take out a loan with an interest rate of 12% per year, compounded monthly.

  • Since it is compounded monthly, this means that it is compounded 12 times per year.
  • So, instead of the 12% growth being applied once per year, one twelfth of the interest rate (in this case, 1%) is applied each month.
  • This actually results in the total amount growing by a little more than 12% each year, so the 12% annual interest rate can be a bit misleading.

Formula for compounding multiple times per year

The formula for compound interest is:

A=P·(1+rn)nt

  • In this formula we have a new constant, n, which represents the number of times the interest is compounded per year.
    • For example, if the interest is compounded monthly, n = 12.
  • The formula is very similar to our simple percent increase/decrease formula, with just a couple of changes:
    • Instead of (1 + r), we use (1 + r/n).
      • For example, if we have an annual interest rate of 12%, and we are compounding monthly, we would use (1 + 0.12/12) = 1.01 in our formula.
      • Note that if n = 1, which would be the case if the interest is compounded annually, this formula simplifies to our simple percent increase/decrease formula.
    • Instead of the exponent being merely t, it is now nt.
      • For example, if we are compounding monthly, and we want to find the amount after 6 months, we would use nt = 12·(0.5) = 6.
        • The 0.5 comes from the fact that 6 months is equal to 0.5 years.

Unlikely to come up on the SAT

Problems that require you to use the compound interest formula don't tend to show up on the SAT, but it doesn't hurt to be prepared!

However, you might encounter problems with exponential functions that have similar characteristics to compound interest problems, so this knowledge might still be useful!