Exponential Function Manipulation

Henry Lee
9 min read
Listen to this study note
Study Guide Overview
This study guide covers exponential function manipulation, focusing on the product, power, and negative exponent properties. It explains how these properties can simplify expressions, solve equations, and model real-world scenarios. The guide also covers transformations of exponential functions (shifts, stretches, reflections) and exponential unit fractions (roots as fractional exponents). Finally, it provides exam tips for time management, common pitfalls, and helpful strategies.
#AP Pre-Calculus: Exponential Function Mastery 🚀
Hey! Let's get you prepped for the exam with a deep dive into exponential functions. We'll break down the key properties and make sure you're ready to tackle any question. Let's do this!
#Exponential Function Manipulation
#
Key Idea
Exponential functions can be manipulated using several properties to simplify expressions, solve equations, and model real-world scenarios. Think of these as your secret weapons! 🥷
#Properties of Exponential Functions
#1. Product Property
The product property states that when multiplying exponential terms with the same base, you add the exponents: .
- This comes directly from the distributive property of multiplication. 💡
- It's super useful for simplifying expressions with multiple exponents.
Visualizing the Product Property
-
A horizontal translation of an exponential function, , is equivalent to a vertical dilation, , where .


Horizontal shift (left) is the same as vertical stretch (right).
Example:
-
If , then shifting the graph k units to the right gives .
Graphs of g(x)= 2^x+3, f(x)=2^x, and h(x)=2^x-3. Note how the vertical shifts relate to the +3 and -3 in the equations.
Why is this helpful?
-
It lets you analyze the behavior of exponential functions for x > 0 and x < 0 using the same basic graph.
Practice Question
json
{
"mcqs": [
{
"question": "Simplify the expression: $3^{2x} * 3^{x+1}$",
"options": ["$3^{2x^2+2x}$", "$3^{3x+1}$", "$9^{3x+1}$", "$3^{2x^2+x+1}$"],
"answer": "$3^{3x+1}$"
},
{
"question": "If <math-inline>f(x) = 5^x</math-inline>, which of the following is equivalent to <math-inline>f(x+2)</math-inline>?",
"options": ["$5^x + 2$", "$25 * 5^x$", "$5^{2x}$", "$5^x * 5^2$"],
"answer": "$5^x * 5^2$"
}
],
"frq": {
"question": "...

How are we doing?
Give us your feedback and let us know how we can improve