Exponential Function Manipulation
Why this matters
Imagine two biologists, Priya and Marcus, are tracking the growth of a specific algae in a Seattle lake. They both collect data, but they use slightly different methods to build their predictive models.
Priya comes up with the function P(t) = 2^(t+3), where t is the number of days.
Marcus, working from his own notes, develops the model M(t) = 8 * 2^t.
They get together to compare results and panic for a second—their equations look different! But when they plug in a few values for t, they realize their predictions are identical. How is that possible?
This is the core of what we're exploring today. The rules of exponents allow us to write the same function in different, but equivalent, ways. Understanding this "translation" is a key skill, not just for passing the AP exam, but for seeing the deeper connections in mathematics.
Concept overview
flowchart TD
A[Parent Function f(x) = 2^x] --> B{Transformation};
B --> C[Horizontal Shift Left by 3];
C --> D[g(x) = 2^(x+3)];
B --> E[Vertical Stretch by 8];
E --> F[h(x) = 8 * 2^x];
D --> G{Rewrite using Product Rule};
G --> H[g(x) = 2^x * 2^3];
H --> I[g(x) = 8 * 2^x];
F --> J[Equivalent Graph];
I --> J;
Core explanation
Hello everyone! Let's dive into one of my favorite topics, where algebra and graphs really start to talk to each other. You've been working with exponent rules for years, but now we're going to see how they unlock a new way of looking at function transformations.
The Two Faces of Transformation: Shift vs. Stretch
Let's start with a rule you know well: the product property of exponents.
b^m * b^n = b^(m+n)
When you multiply two exponential terms with the same base, you add their exponents. Simple enough. But watch what happens when we apply this to a function transformation.
Consider the parent function f(x) = 2^x.
Now, let's apply a horizontal shift 3 units to the left. That gives us a new function, g(x) = 2^(x+3).
This is where most students stop. They see a horizontal shift, and that's the end of the story. But we can use the product property to break that exponent apart.
g(x) = 2^(x+3) = 2^x * 2^3
Look closely at that expression. What is 2^3? It's just the number 8. It's a constant. Let's substitute it back in:
g(x) = 8 * 2^x
Wait a minute. The function g(x) = 8 * 2^x represents a vertical stretch of the parent function f(x) = 2^x by a factor of 8.
So, we've just proven that for the base 2, a horizontal shift of 3 units to the left is identical to a vertical stretch by a factor of 8. They are two different descriptions of the exact same graph.
This is a huge idea in this course:
*f(x) = b^(x+k) (a horizontal shift) is equivalent to `f(x) = (b^k) b^x` (a vertical stretch).**
The vertical stretch factor a is simply the base b raised to the power of the horizontal shift value k.
The Other Two Faces: Horizontal Stretch vs. Change of Base
Now let's look at another core rule: the power property of exponents.
(b^m)^n = b^(m*n)
To raise a power to another power, you multiply the exponents. Let's see how this affects a graph.
Again, start with f(x) = 2^x.
This time, let's apply a horizontal compression. Remember, a horizontal compression by a factor of 1/3 is written as h(x) = 2^(3x).
h(x) = 2^(3x) = (2^3)^x
And again, what is 2^3? It's 8. So we can rewrite the function as:
h(x) = 8^x
We've just shown that a horizontal compression by a factor of 1/3 is the same as changing the base of the exponential function from 2 to 8.
This gives us our second major equivalence:
f(x) = b^(cx) (a horizontal dilation) is equivalent to f(x) = (b^c)^x (a change of base).
The new base is simply the old base b raised to the power of the horizontal scaling factor c.
Essential Rewriting Tools
Two other exponent rules are critical for these manipulations.
- 1The Negative Exponent Property
b^(-n) = 1/b^nThis is powerful. For example, if you see the functionf(x) = (1/4)^x, you can immediately rewrite it.f(x) = (1/4)^x = (4^(-1))^x = 4^(-x)This tells you that a decay function with base 1/4 is identical to a growth function with base 4 that has been reflected across the y-axis. - 2The Fractional Exponent Property
b^(1/k)is the kth root ofb. This helps us deal with horizontal stretches. For example, let's rewriteg(x) = 9^(x/2).g(x) = 9^(x * 1/2) = (9^(1/2))^xThe 1/2 power is just the square root. The square root of 9 is 3.g(x) = 3^xSo, a horizontal stretch ofy = 9^xby a factor of 2 is the same as the parent functiony = 3^x.
By mastering these four properties, you're not just memorizing rules. You're learning the language of exponential functions, allowing you to translate between different forms to find the simplest or most useful one for any given problem.
Worked examples
Let's walk through a few examples together. The key is to identify the right exponent rule for the job.
Converting a Horizontal Shift to a Vertical Stretch
Problem: An exponential function is given by f(x) = 3^(x-2). Rewrite this function in the form f(x) = a * 3^x and state the value of the vertical stretch factor a.
Solution:
- 1Identify the goalWe need to transform
3^(x-2)into a numberamultiplied by3^x. This means we need to isolate the3^xterm. - 2Choose the right toolThe exponent is a sum (or difference),
x - 2. This points directly to the product property of exponents:b^(m+n) = b^m * b^n. - 3Apply the propertyWe can split the exponent
x-2into two parts.f(x) = 3^(x-2) = 3^x * 3^(-2) - 4Simplify the constant partNow we have a
3^xterm, but it's multiplied by3^(-2). We need to evaluate3^(-2). This is where the negative exponent property (b^(-n) = 1/b^n) comes in.3^(-2) = 1 / 3^2 = 1/9 - 5Write the final formSubstitute this value back into our expression.
f(x) = (1/9) * 3^x
- Common mistake check: A student might incorrectly write
3^(x-2)as3^x - 3^2. Remember, you can't distribute an exponent across addition or subtraction in the base, and you can't separate terms in the exponent like that. Use the product rule!
Converting a Horizontal Dilation to a Change of Base
Problem: Rewrite the function g(t) = 100^(t/2) in the form g(t) = b^t.
Solution:
- 1Identify the goalWe need to change
100^(t/2)into a new basebraised to the power oft. This means we need to get thetby itself in the exponent. - 2Choose the right toolThe exponent involves multiplication,
t * (1/2). This signals that the power property of exponents ((b^m)^n = b^(mn)) is the way to go. - 3Apply the propertyWe can rewrite
t/2as(1/2) * t.g(t) = 100^((1/2) * t) = (100^(1/2))^t - 4Simplify the new baseNow we just need to evaluate the constant part,
100^(1/2). The fractional exponent property tells us that the 1/2 power is the same as the square root.100^(1/2) = sqrt(100) = 10 - 5Write the final formSubstitute this new base back into the function.
g(t) = 10^t
- Common mistake check: Seeing
100^(t/2)and thinking the answer is50^t. You can't just divide the base by the number in the exponent's denominator. You must apply the fractional exponent correctly, which means taking a root.
Try it yourself
Time to try a couple on your own. Don't worry about getting it perfect on the first try; focus on the process.
Problem 1:
A scientist models a chemical reaction with the function C(t) = 5^(t+2). Her colleague prefers the standard form a * b^t. Rewrite the function in the colleague's preferred form. What are the values of a and b?
Hint: You have a sum in the exponent. Which property lets you "split up" a sum in an exponent?
Problem 2:
The value of a collector's baseball card is modeled by V(t) = 4^(3t), where t is in years. Rewrite this function to have a different base, in the form V(t) = B^t. What is the new annual growth factor, B?
Hint: The exponent is a product, `3t`. Which property lets you handle a product in the exponent? Think about how to re-group the terms.*
Practice — 8 questions
In simple terms, this topic is about using exponent rules to rewrite exponential functions. You'll see how a horizontal shift can be the same as a vertical stretch, and a horizontal stretch can be the same as changing the function's base.
- 2.4.A: Rewrite exponential expressions in equivalent forms.
- 2.4.A.1
- The product property for exponents states that b^m b^n = b^{(m+n)}. Graphically, this property implies that every horizontal translation of an exponential function, f(x) = b^{(x+k)}, is equivalent to a vertical dilation, f(x) = b^{(x+k)} = b^x b^k = ab^x, where a = b^k.
- 2.4.A.2
- The power property for exponents states that (b^m)^n = b^{(mn)}. Graphically, this property implies that every horizontal dilation of an exponential function, f (x) = b^{(cx)}, is equivalent to a change of the base of an exponential function, f(x) = (b^c)^x, where b^c is a constant and c ≠ 0.
- 2.4.A.3
- The negative exponent property states that b^{-n} = 1/b^n.
- 2.4.A.4
- The value of an exponential expression involving an exponential unit fraction, such as b^{(1/k)} where k is a natural number, is the kth root of b, when it exists.
flowchart TD
A[Parent Function f(x) = 2^x] --> B{Transformation};
B --> C[Horizontal Shift Left by 3];
C --> D[g(x) = 2^(x+3)];
B --> E[Vertical Stretch by 8];
E --> F[h(x) = 8 * 2^x];
D --> G{Rewrite using Product Rule};
G --> H[g(x) = 2^x * 2^3];
H --> I[g(x) = 8 * 2^x];
F --> J[Equivalent Graph];
I --> J;
Read what Saavi narrates
Hi there. I'm Saavi, and I'm glad you're here.
Have you ever followed a recipe, while a friend followed a slightly different one, but you both ended up with the same delicious cake? That's a lot like what we're talking about today in AP Precalculus.
Imagine two scientists, Priya and Marcus. Priya's model for algae growth is two to the power of the quantity t plus three. Marcus's model is eight times two to the power of t. They look totally different. But when they check their predictions, they're exactly the same. How?
That's our main idea today: using the rules of exponents, we can rewrite exponential functions in ways that look different but are actually identical. We'll see that a horizontal shift on a graph can be the exact same thing as a vertical stretch. It's like knowing two different languages to describe the same object.
Let's look at a classic example. Say we have a function, f of x equals three to the power of x minus two. The problem asks us to rewrite this in the form a times three to the x.
First, we see that exponent, x minus two. A difference in an exponent should make you think of the product rule. We can split this up. Three to the power of x minus two is the same as three to the x... times three to the negative two.
Okay, we're almost there. We have the three to the x part we want. Now we just need to figure out what three to the negative two is. Remember your negative exponent rule. It means one over three squared. And three squared is nine. So, three to the negative two is just one-ninth.
Putting it all together, our original function, three to the power of x minus two, is identical to one-ninth times three to the x. We did it. We found the equivalent form.
Now, a really common mistake I see every year is with something like sixteen to the power of x divided by four. Students will look at that and just divide the base, sixteen, by four, and say the answer is four to the x. But that's not how it works. You have to use the power rule. Sixteen to the x over four is really sixteen to the one-fourth power... all raised to the x power. And the fourth root of sixteen is two. So the correct answer is two to the x. It's a subtle but critical difference.
Keep practicing these manipulations. It might feel like just algebra, but you're learning to see the deep structure of these functions. You're doing great. Keep up the amazing work.
This incorrectly distributes the function across the terms in the exponent. Exponentiation does not distribute over addition.
Use the product rule: `2^(x+3)` becomes `2^x * 2^3`.
For horizontal transformations, the operation is the inverse of what you see. An addition inside the function argument (`x+3`) corresponds to a shift in the negative direction (left).
Remember: "Add to x, go west. Subtract from x, go east." So, `x+3` is a shift 3 units left.
The first error is multiplying the base and the exponent (`4*2`). The second is correct but doesn't simplify the base. The power rule `(b^m)^n = b^(mn)` is used to combine exponents, but here we want to simplify the base.
Evaluate the inner power first: `(4^2)^x` becomes `16^x`.
This is a common error of dividing the base by the denominator of the exponent's fraction.
Use the power and fractional exponent rules. `16^(x/4) = (16^(1/4))^x`. The 4th root of 16 is 2, so the correct answer is `2^x`.
The order of operations (PEMDAS/BODMAS) requires you to handle the exponent (`2^x`) *before* you multiply by 5. You cannot multiply the bases together.
Keep the expression as `5 * 2^x`. It is already in the standard form `a * b^x`. The base is 2, and the vertical stretch factor (and y-intercept) is 5.