Exponential Functions
Why this matters
Imagine you post a short video of your dog doing a funny trick. In the first hour, it gets 100 views. A friend shares it, and in the second hour, you have 200 views. Then a popular account shares it, and by the third hour, you're at 400 views. It's doubling every hour! This isn't slow, steady, linear growth. This is explosive, rapid change.
This pattern is called exponential growth, and it's everywhere. It describes how savings grow with compound interest, how a viral trend spreads across the country, or even how a population of bacteria multiplies in a lab. Understanding the rules of these functions is key to making sense of rapid change in the world around you.
In this lesson, we'll break down the anatomy of exponential functions, learn to tell the difference between growth and decay, and master their key features so you can spot them with confidence.
Concept overview
flowchart TD
A[Start with f(x) = ab^x] --> B{Is b > 0 and b != 1?};
B -- No --> C[Not an exponential function];
B -- Yes --> D{Is b > 1?};
D -- Yes --> E[Exponential Growth];
D -- No --> F{Is 0 < b < 1?};
F -- Yes --> G[Exponential Decay];
E --> H[Graph is always increasing & concave up];
G --> I[Graph is always decreasing & concave up];
H --> J[lim x->inf is inf\nlim x->-inf is 0];
I --> K[lim x->inf is 0\nlim x->-inf is inf];
Core explanation
Hello! Let's dive into one of the most powerful function types you'll encounter: exponential functions. They might seem intimidating with their curvy graphs, but their underlying rule is beautifully simple.
The Anatomy of an Exponential Function
The general form you need to know is:
f(x) = ab^x
Let's break down the parts. Think of it like a recipe.
ais the initial value. This is your starting point, the value of the function whenx = 0. Why? Because any numberbraised to the power of 0 is 1, sof(0) = a * b^0 = a * 1 = a. On a graph,(0, a)is the y-intercept. If you start a savings account with $500,ais 500.bis the base, or the growth/decay factor. This is the number you multiply by over and over. It controls the speed and direction of the change. For this to be an exponential function, we have two firm rules forb:bmust be positive (b > 0) andbcannot be 1.xis the input, usually time or the number of intervals. It tells you how many times to apply the multiplierbto the initial valuea.
Growth vs. Decay: The Story of b
The value of b tells you the whole story.
Exponential Growth:
This happens when b > 1.
Every time x increases by 1, the output f(x) gets multiplied by a number bigger than 1, so it grows.
Think of a savings account with a 5% annual interest rate. Each year, your money is multiplied by 1.05. Since b = 1.05 is greater than 1, your money grows.
The function f(x) = 2^x is a classic example. When x goes from 2 to 3, the output goes from 2^2=4 to 2^3=8. It doubled.
Exponential Decay:
This happens when 0 < b < 1.
Every time x increases by 1, the output f(x) gets multiplied by a fraction, so it shrinks.
Think of a new car you bought for $30,000 that loses 15% of its value each year. Its value is multiplied by 1 - 0.15 = 0.85 annually. Since b = 0.85 is between 0 and 1, the car's value decays.
The function g(x) = (1/2)^x is a perfect example. When x goes from 2 to 3, the output goes from (1/2)^2 = 1/4 to (1/2)^3 = 1/8. It was cut in half.
Key Characteristics You Must Know
1. Domain and Range:
The domain (all possible x-values) of an exponential function f(x) = ab^x is all real numbers. You can plug in any real number for x—positive, negative, or zero.
The range (all possible y-values), assuming a > 0, is all positive real numbers, (0, ∞). The function's graph gets incredibly close to the x-axis (y=0) but never actually touches or crosses it. That line, y=0, is a horizontal asymptote.
2. Constant Shape (Concavity): Look at the graphs for growth and decay. You'll notice they are smooth curves that are always bending in the same direction.
- Exponential functions are always concave up (if
a > 0). Imagine the curve is a bowl. It's always shaped to hold water. - Because they are always increasing (for growth) or always decreasing (for decay), and always concave up, they do not have any local maximums or minimums (extrema) on their full domain. There's no "peak" or "valley."
- They also do not have any points of inflection. The concavity never changes.
3. Proportional Outputs:
This is a fancy way of saying what we've already discovered: for equal steps in x, the y values are multiplied by the same factor.
If you have a table of values and you see that for every Δx = 1, the y-value is multiplied by 3, you're looking at an exponential function with b=3. If it's multiplied by 0.5, you have b=0.5. This is the core difference from linear functions, where you add a constant amount for each step in x.
4. End Behavior (The Limits):
What happens as x gets huge or tiny?
- For Growth (
f(x) = 2^x):- As
x → ∞(goes to the right),f(x) → ∞(shoots up forever). - As
x → -∞(goes to the left),f(x) → 0(gets closer and closer to the asymptotey=0).
- As
- For Decay (
g(x) = (1/2)^x):- As
x → ∞(goes to the right),g(x) → 0(gets closer to the asymptotey=0). - As
x → -∞(goes to the left),g(x) → ∞(shoots up forever).
- As
5. A Note on Transformations:
What if you see a function like g(x) = ab^x + k? This is just our standard exponential function shifted vertically by k units. The horizontal asymptote moves from y=0 to y=k. If you were given a table of values for g(x) and noticed the differences weren't being multiplied by a constant factor, but the values minus k were, that's your clue! If g(x) - k shows that proportional change, then the underlying function is exponential. This is a subtle but important concept for identifying these functions in disguise.
Worked examples
Let's put this theory into practice with a couple of typical AP-style problems.
Identifying Characteristics from an Equation
Problem:
A function is given by f(x) = 150(0.75)^x. Identify the initial value, determine if the function represents growth or decay, and state its end behavior using limits.
Solution:
- 1Analyze the formThe function is in the form
f(x) = ab^x.ais the coefficient in front:a = 150.bis the base being raised to the power ofx:b = 0.75.
- 2Identify the initial valueThe initial value is
a.- Answer: The initial value is 150. This is the y-intercept, so the graph passes through the point
(0, 150).
- Answer: The initial value is 150. This is the y-intercept, so the graph passes through the point
- 3Determine growth or decayWe need to look at the base,
b.- Here,
b = 0.75. Since0 < 0.75 < 1, the function represents exponential decay. - Why? With each increase in
x, the output is multiplied by 0.75, making it 75% of its previous value. It's shrinking.
- Here,
- 4State the end behaviorSince this is a decay function (with
a > 0), we know what its graph looks like. It starts high on the left and approaches the x-axis on the right.- As
xapproaches infinity (moves to the right), the function's value gets closer and closer to zero.- Limit:
lim_{x→∞} 150(0.75)^x = 0.
- Limit:
- As
xapproaches negative infinity (moves to the left), the function's value gets infinitely large.- Limit:
lim_{x→-∞} 150(0.75)^x = ∞.
- Limit:
- As
Finding the Equation from a Table
Problem:
The population of a town, P(t), is recorded in the table below, where t is the number of years since 2020. Determine if the population growth is exponential, and if so, find the function that models it.
t (years) |
P(t) (population) |
|---|---|
| 0 | 12,000 |
| 1 | 12,600 |
| 2 | 13,230 |
| 3 | 13,891.5 |
Solution:
-
Check for a common ratio: To see if it's exponential, we check if the output is multiplied by the same factor for each equal step in the input. Here, the time step is
Δt = 1.- From
t=0tot=1:12,600 / 12,000 = 1.05 - From
t=1tot=2:13,230 / 12,600 = 1.05 - From
t=2tot=3:13,891.5 / 13,230 ≈ 1.05 - Yes! The ratio is constant. The population is multiplied by 1.05 each year. This confirms the behavior is exponential.
- From
-
Identify
aandb:- The common ratio is our base,
b. So,b = 1.05. - The initial value,
a, is the population whent=0. From the table, this is 12,000. So,a = 12,000.
- The common ratio is our base,
-
Write the function: Now we plug
aandbinto the general formP(t) = ab^t.- Answer: The function is
P(t) = 12,000(1.05)^t.
- Answer: The function is
This model tells us the town started with 12,000 people and is growing by 5% per year.
Try it yourself
Ready to try on your own? Don't worry about getting it perfect, just focus on applying the steps we covered.
Problem 1:
A substance decays such that the amount remaining, A(t) in grams, after t hours is given by the function A(t) = 50(0.9)^t.
- Is this growth or decay?
- What is the initial amount of the substance?
- What percentage of the substance decays each hour?
Problem 2:
A scientist observes a bacterial culture. At the start (t=0), there are 800 bacteria. One hour later (t=1), there are 2400. Assuming the growth is exponential, find the function B(t) that models the number of bacteria after t hours.
Practice — 8 questions
In simple terms, exponential functions are about quantities that grow or shrink by multiplying by the same number over and over, like compound interest or a bouncing ball losing height.
- 2.3.A: Identify key characteristics of exponential functions.
- 2.3.A.1
- The general form of an exponential function is f(x) = ab^x, with the initial value a, where a ≠ 0, and the base b, where b > 0, and b ≠ 1. When a > 0 and b > 1, the exponential function is said to demonstrate exponential growth. When a > 0 and 0 < b < 1, the exponential function is said to demonstrate exponential decay.
- 2.3.A.2
- When the natural numbers are input values in an exponential function, the input value specifies the number of factors of the base to be applied to the function’s initial value. The domain of an exponential function is all real numbers.
- 2.3.A.3
- Because the output values of exponential functions in general form are proportional over equal-length input-value intervals, exponential functions are always increasing or always decreasing, and their graphs are always concave up or always concave down. Consequently, exponential functions do not have extrema except on a closed interval, and their graphs do not have points of inflection.
- 2.3.A.4
- If the values of the additive transformation function g(x) = f (x) + k of any function f are proportional over equal-length input-value intervals, then f is exponential.
- 2.3.A.5
- For an exponential function in general form, as the input values increase or decrease without bound, the output values will increase or decrease without bound or will get arbitrarily close to zero. That is, for an exponential function in general form, lim_{x→∞} ab^x = ∞, lim_{x→-∞} ab^x = -∞, or lim_{x→∞} ab^x = 0.
flowchart TD
A[Start with f(x) = ab^x] --> B{Is b > 0 and b != 1?};
B -- No --> C[Not an exponential function];
B -- Yes --> D{Is b > 1?};
D -- Yes --> E[Exponential Growth];
D -- No --> F{Is 0 < b < 1?};
F -- Yes --> G[Exponential Decay];
E --> H[Graph is always increasing & concave up];
G --> I[Graph is always decreasing & concave up];
H --> J[lim x->inf is inf\nlim x->-inf is 0];
I --> K[lim x->inf is 0\nlim x->-inf is inf];
Read what Saavi narrates
Hey everyone, it's Saavi. Let's talk about one of my favorite topics: exponential functions.
Have you ever seen a video go viral? It doesn't get ten new views every hour. It doubles, then doubles again, exploding in popularity. That's the essence of exponential growth. It's all about repeated multiplication.
The core idea is simple. We have a function, f of x equals a times b to the x power. That 'a' is your starting point, like the initial one hundred dollars you put in a savings account. And 'b' is the magic number, the multiplier. If 'b' is bigger than one, like one point zero five for a five percent interest rate, you have growth. Your money gets bigger. If 'b' is a fraction, like zero point eight for a car that loses twenty percent of its value, you have decay. The value shrinks.
Let's walk through a quick example. Imagine a function is f of x equals one hundred fifty times zero point seven five to the x. What's the story here? Well, the initial value, 'a', is one hundred fifty. The base, 'b', is zero point seven five. Since that's between zero and one, this is a decay function. It started at one hundred fifty and is getting smaller.
Here's a common mistake I see all the time: students mix up the decay rate and the decay factor. If something decays by twenty-five percent, it means it *keeps* seventy-five percent of its value. So the base, 'b', would be zero point seven five, not zero point two five. Always think: the base is the factor you multiply by, what you have left.
Exponential functions are a fundamental part of precalculus and show up everywhere in science and finance. Once you get the hang of identifying 'a' and 'b', you'll be able to read the story of any exponential function you see. You've got this.
The exponent `x` applies *only* to the base `b`, not to the coefficient `a`. PEMDAS (Parentheses, Exponents, Multiplication/Division, Addition/Subtraction) dictates that you handle the exponent first.
For `f(2) = 3 * 2^2`, calculate `2^2 = 4` first, then multiply by 3 to get `12`. Do not calculate `6^2 = 36`.
The definition of an exponential function requires the base `b` to be positive (`b > 0`). A function like `f(x) = (-2)^x` is not an exponential function because its output alternates between positive and negative, and it's not even defined for many fractional inputs (like x=1/2).
Remember the rule: `b > 0` and `b ≠ 1`. Decay occurs only when `0 < b < 1`.
A decay rate of 20% means you *lose* 20% of the value, so you *keep* 80% of it. The base `b` represents the factor you keep.
For a decay rate `r`, calculate the base as `b = 1 - r`. For a 20% decay, `b = 1 - 0.20 = 0.80`.
The function's range (for `a>0`) is `(0, ∞)`. The parenthesis on 0 means the function gets infinitely close to 0 but *never* reaches it. Therefore, 0 is not in the range and cannot be a minimum value.
State that the function has a horizontal asymptote at `y=0` and that the output values approach 0.