Free for students · Ad-free · WCAG 2.1 AA Compliant · Accessibility

Exponential Function Manipulation

Lesson ~11 min read 8 MCQs

In simple terms: 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.

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.

Priya's and Marcus's exponential models are identical, demonstrating equivalent forms.

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;
This diagram shows two equivalent transformation pathways starting from the parent function f(x) = 2^x. One path shows a horizontal shift resulting in g(x) = 2^(x+3), which is then rewritten as g(x) = 8 * 2^x. The other path shows a vertical stretch resulting in h(x) = 8 * 2^x, demonstrating that both pathways lead to the same equivalent function.

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.

  1. 1
    The Negative Exponent Property
    b^(-n) = 1/b^n This is powerful. For example, if you see the function f(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.
  2. 2
    The Fractional Exponent Property
    b^(1/k) is the kth root of b. This helps us deal with horizontal stretches. For example, let's rewrite g(x) = 9^(x/2). g(x) = 9^(x * 1/2) = (9^(1/2))^x The 1/2 power is just the square root. The square root of 9 is 3. g(x) = 3^x So, a horizontal stretch of y = 9^x by a factor of 2 is the same as the parent function y = 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.

A horizontal shift of 2^x is equivalent to a vertical stretch.

Worked examples

Let's walk through a few examples together. The key is to identify the right exponent rule for the job.


Example 1

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:

  1. 1
    Identify the goal
    We need to transform 3^(x-2) into a number a multiplied by 3^x. This means we need to isolate the 3^x term.
  2. 2
    Choose the right tool
    The exponent is a sum (or difference), x - 2. This points directly to the product property of exponents: b^(m+n) = b^m * b^n.
  3. 3
    Apply the property
    We can split the exponent x-2 into two parts. f(x) = 3^(x-2) = 3^x * 3^(-2)
  4. 4
    Simplify the constant part
    Now we have a 3^x term, but it's multiplied by 3^(-2). We need to evaluate 3^(-2). This is where the negative exponent property (b^(-n) = 1/b^n) comes in. 3^(-2) = 1 / 3^2 = 1/9
  5. 5
    Write the final form
    Substitute this value back into our expression. f(x) = (1/9) * 3^x
  • Common mistake check: A student might incorrectly write 3^(x-2) as 3^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!

Example 2

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:

  1. 1
    Identify the goal
    We need to change 100^(t/2) into a new base b raised to the power of t. This means we need to get the t by itself in the exponent.
  2. 2
    Choose the right tool
    The exponent involves multiplication, t * (1/2). This signals that the power property of exponents ((b^m)^n = b^(mn)) is the way to go.
  3. 3
    Apply the property
    We can rewrite t/2 as (1/2) * t. g(t) = 100^((1/2) * t) = (100^(1/2))^t
  4. 4
    Simplify the new base
    Now 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
  5. 5
    Write the final form
    Substitute this new base back into the function. g(t) = 10^t
  • Common mistake check: Seeing 100^(t/2) and thinking the answer is 50^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.
Visualizing f(x) = 3^(x-2) as a vertical compression of 3^x.

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.*

The equivalence of 4^(3t) and 64^t, showing a change in base.