Exponential Models in Algebra
📈 What is an Exponential Model?
An exponential model describes a quantity that grows or decays at a rate proportional to its current value. Unlike linear growth (adding a constant), exponential growth involves multiplying by a constant factor over equal time periods. This is crucial for modeling real-world phenomena like population growth, compound interest, radioactive decay, and virus spread.
🛠️ The General Form & How to Use It
The standard form is: y = a(b)x
- a is the initial value (y-intercept, when x=0).
- b is the growth/decay factor.
- If b > 1, the function models exponential growth.
- If 0 < b < 1, the function models exponential decay.
- x often represents time.
🔢 Worked Examples
Example 1: Population Growth
A town's population starts at 20,000 and grows by 5% per year. Write the model and find the population in 7 years.
- Initial Value a: 20,000
- Growth Factor b: 100% + 5% = 105% = 1.05
- Model: y = 20000(1.05)x
- Find y when x=7: y = 20000(1.05)7 ≈ 20000(1.407) ≈ 28,140 people
Example 2: Car Depreciation
A car worth $30,000 depreciates at 15% per year. Find its value after 4 years.
- Initial Value a: 30,000
- Decay Factor b: 100% - 15% = 85% = 0.85
- Model: y = 30000(0.85)x
- Find y when x=4: y = 30000(0.85)4 ≈ 30000(0.522) ≈ $15,660
⚠️ Common Mistakes to Avoid
- Confusing Growth *Rate* with Growth *Factor*: A 5% growth means you multiply by 1.05, not 0.05 or 5.
- Misplacing the Exponent: In y = 20000(1.05)x, the exponent x applies only to the base (1.05), not the initial value.
- Treating it as Linear: Remember, the change is multiplicative, not additive. The graph is a curve, not a straight line.
💡 Tips & Tricks
- Memory Aid: "Grow-th, multiply! Decay, take away!" (from 1 to find b).
- Quick Check: If b > 1, the output should get larger. If b < 1, the output should get smaller.
- Shortcut for b: For percent change, b = 1 + r (for growth) or b = 1 - r (for decay), where r is the rate as a decimal.
🎯 How to Practice
To master exponential models:
- Start by identifying 'a' and 'b' from word problems.
- Create tables of values for your models to see the multiplicative pattern.
- Graph several models to visualize the difference between growth and decay.
- Practice with real-world contexts: loans, investments, half-life in chemistry, and bacterial growth in biology.