6.2 Additional Practice Exponential Functions Answer Key
Understanding exponential functions is a fundamental skill in algebra that opens doors to solving real-world problems involving growth and decay. This full breakdown provides detailed explanations and solutions to help you master exponential functions, whether you're preparing for exams or reinforcing classroom learning No workaround needed..
Some disagree here. Fair enough Most people skip this — try not to..
Introduction to Exponential Functions
An exponential function is a mathematical expression in the form f(x) = a·b^x, where "a" is a nonzero constant, "b" is a positive constant not equal to 1, and "x" is the exponent. The base "b" determines whether the function represents growth or decay. When b > 1, the function exhibits exponential growth. When 0 < b < 1, the function exhibits exponential decay.
The key characteristic that distinguishes exponential functions from polynomial functions is that the variable appears in the exponent rather than the base. This unique structure creates the distinctive curved graph that increases or decreases rapidly, making exponential functions powerful tools for modeling population growth, radioactive decay, compound interest, and many other natural phenomena No workaround needed..
Key Properties of Exponential Functions
Before diving into the practice problems, it's essential to understand the fundamental properties that govern exponential functions:
- Domain: All real numbers (-∞, ∞)
- Range: (0, ∞) for a > 0
- Y-intercept: (0, a)
- Horizontal asymptote: y = 0 (the x-axis)
- Continuous and smooth for all real values of x
The general form f(x) = a·b^x can also be written as f(x) = a·e^(kx), where e ≈ 2.Plus, 71828 and k = ln(b). This natural exponential form is particularly useful in calculus and advanced mathematics Small thing, real impact..
Practice Problems and Solutions
Problem 1: Evaluating Exponential Functions
Question: Evaluate f(x) = 3·2^x at x = 0, 1, 2, and 4.
Solution:
- f(0) = 3·2^0 = 3·1 = 3
- f(1) = 3·2^1 = 3·2 = 6
- f(2) = 3·2^2 = 3·4 = 12
- f(4) = 3·2^4 = 3·16 = 48
Notice how the function values multiply by 2 each time x increases by 1. This multiplicative pattern is the hallmark of exponential growth with base 2 Which is the point..
Problem 2: Graphing Exponential Functions
Question: Graph the function f(x) = (1/2)^x and describe its behavior Easy to understand, harder to ignore..
Solution: Since the base b = 1/2 is less than 1, this represents exponential decay.
Key points to plot:
- f(-2) = (1/2)^(-2) = 2^2 = 4
- f(-1) = (1/2)^(-1) = 2^1 = 2
- f(0) = (1/2)^0 = 1
- f(1) = (1/2)^1 = 1/2
- f(2) = (1/2)^2 = 1/4
The graph approaches the x-axis as y = 0 as x approaches infinity, but never touches it. This horizontal asymptote at y = 0 is a defining characteristic of all exponential functions The details matter here..
Problem 3: Solving Exponential Equations
Question: Solve 5·3^(x+1) = 135
Solution: Step 1: Divide both sides by 5 3^(x+1) = 27
Step 2: Recognize that 27 = 3^3 3^(x+1) = 3^3
Step 3: Since bases are equal, set exponents equal x + 1 = 3 x = 2
Answer: x = 2
Problem 4: Exponential Growth Application
Question: A bacteria population doubles every 3 hours. If the initial population is 100 bacteria, write an exponential model and find the population after 12 hours Most people skip this — try not to..
Solution: Writing the model: The general form is P(t) = P₀·b^t, where P₀ is the initial population and b is the growth factor That's the part that actually makes a difference. Practical, not theoretical..
Since the population doubles every 3 hours, the growth factor b = 2. P(t) = 100·2^(t/3)
Finding the population after 12 hours: P(12) = 100·2^(12/3) = 100·2^4 = 100·16 = 1,600 bacteria
Answer: The population after 12 hours is 1,600 bacteria.
Problem 5: Exponential Decay Application
Question: A car depreciates at a rate of 15% per year. If the car costs $25,000 new, write an exponential decay model and find its value after 5 years.
Solution: Writing the model: When something decreases by 15%, it retains 85% of its value each year. Decay factor b = 0.85 V(t) = 25000·0.85^t
Finding the value after 5 years: V(5) = 25000·0.85^5 V(5) = 25000·0.4437 V(5) ≈ $11,092.50
Answer: The car's value after 5 years is approximately $11,093.
Problem 6: Comparing Exponential and Linear Functions
Question: Compare the growth rates of f(x) = 2x + 1 (linear) and g(x) = 2^x (exponential) for x = 1, 2, 3, 4, 5 Not complicated — just consistent..
Solution:
| x | f(x) = 2x + 1 | g(x) = 2^x |
|---|---|---|
| 1 | 3 | 2 |
| 2 | 5 | 4 |
| 3 | 7 | 8 |
| 4 | 9 | 16 |
| 5 | 11 | 32 |
This changes depending on context. Keep that in mind.
At x = 3, the exponential function overtakes the linear function, and the gap widens dramatically thereafter. This demonstrates why exponential growth eventually surpasses any linear growth, which has significant implications in fields like economics, biology, and technology.
Common Mistakes to Avoid
When working with exponential functions, students often encounter these pitfalls:
-
Confusing bases: Remember that exponential functions require the base to be positive and not equal to 1. A base of -2 or 0 would not create a valid exponential function in the real number system.
-
Mixing up exponent rules: When multiplying exponential expressions with the same base, add the exponents: b^m · b^n = b^(m+n), not b^(m·n) Worth keeping that in mind..
-
Forgetting the coefficient: In f(x) = a·b^x, the coefficient "a" affects the starting point and vertical stretch. Don't ignore it when graphing or solving problems.
-
Incorrect asymptote identification: The horizontal asymptote of y = 0 applies to all basic exponential functions, regardless of the value of "a".
-
Solving equations incorrectly: When solving exponential equations, you must either rewrite both sides with the same base or use logarithms. Never simply set the exponents equal without ensuring matching bases But it adds up..
Frequently Asked Questions
Q: What's the difference between exponential functions and power functions? A: In exponential functions, the variable is in the exponent (f(x) = b^x). In power functions, the variable is in the base (f(x) = x^b). This seemingly small difference creates dramatically different graphs and behaviors.
Q: Can exponential functions have negative values? A: For real numbers, no. The range of f(x) = a·b^x is always positive when a > 0. Still, complex numbers can produce negative values in certain exponential expressions.
Q: How do logarithms relate to exponential functions? A: Logarithms are the inverse operations of exponential functions. If f(x) = b^x, then f^(-1)(x) = log_b(x). This relationship is crucial for solving exponential equations.
Q: Why is e used as a base in many applications? A: The natural base e ≈ 2.71828 simplifies calculus operations and appears naturally in continuous growth and decay scenarios. The function e^x has the unique property that its derivative equals itself.
Conclusion
Mastering exponential functions requires understanding their unique properties, practicing evaluation and graphing techniques, and learning to apply them to real-world scenarios. The key takeaways are recognizing the form f(x) = a·b^x, understanding that b > 1 means growth while 0 < b < 1 means decay, and remembering that all exponential functions have a horizontal asymptote at y = 0 Simple, but easy to overlook. Turns out it matters..
It sounds simple, but the gap is usually here.
These practice problems and solutions provide a solid foundation for tackling more advanced topics involving exponential and logarithmic functions. Continue practicing with varied problems to build confidence and fluency in working with exponential functions.