Exponential Function Word Problems- Solving Strategies
What Are Exponential Function Word Problems?
Exponential function word problems sound scarier than they actually are. The core idea is simple: you're dealing with quantities that multiply or divide at a constant rate instead of adding/subtracting like linear problems.
Examples from real life:
- Population growth
- Radioactive decay
- Compound interest
- Bacteria multiplying
- Temperature cooling (Newton's Law)
If you can identify when something grows or shrinks by a percentage each time period, you're looking at an exponential problem. š
The Core Formula You Need
Every exponential word problem boils down to one of two forms:
Growth: y = a(1 + r)^t
Decay: y = a(1 - r)^t
Where:
- a = starting amount
- r = rate (as decimal, not percentage)
- t = time periods
- y = final amount
That's it. Memorize this or write it down. Everything else is just plugging in numbers from the problem.
Growth vs Decay: Quick Comparison
| Feature | Exponential Growth | Exponential Decay |
|---|---|---|
| Rate value | r > 0 (positive) | r < 0 (negative) |
| What happens over time | Quantity increases | Quantity decreases |
| Common examples | Population, investment, bacteria | Radioactive material, cooling, depreciation |
| Formula | y = a(1 + r)^t | y = a(1 - r)^t |
Solving Strategies That Actually Work
Step 1: Identify the Starting Value
Look for phrases like "starts with," "initial," "beginning," or "at time zero." This is your a value.
Step 2: Find the Rate
Words like "increases by," "grows at," "decreases by," or "decays at" tell you the rate. Convert percentages to decimals before using them.
Example: "5% growth" means r = 0.05. Not 5.
Step 3: Identify the Time Variable
Check what unit the problem uses: years, months, hours, minutes. Make sure your time variable matches the rate period.
Wrong: Rate is "per year" but you're plugging in months.
Step 4: Set Up the Equation
Plug a, r, and t into the correct formula. Don't mix up growth and decay formulas.
Step 5: Solve for the Unknown
Use logarithms if the variable is in the exponent. This is where most students get stuck.
if 100 = 50(1.05)^t
Divide both sides by 50, then take log of both sides.
Common Problem Types With Examples
1. Population Growth
"A city had 50,000 residents in 2020. Population grows at 3% per year. What will the population be in 2030?"
Setup: a = 50,000, r = 0.03, t = 10
Equation: y = 50000(1.03)^10
Answer: approximately 67,195
2. Compound Interest
"You invest $2,000 at 5% annual interest, compounded yearly. How much after 15 years?"
Same formula applies. a = 2000, r = 0.05, t = 15
Answer: approximately $4,158
3. Radioactive Decay
"A sample has 100 grams. It decays at 2% per hour. How much remains after 8 hours?"
Setup: a = 100, r = 0.02, t = 8
Equation: y = 100(0.98)^8
Answer: approximately 85 grams
4. Half-Life Problems
These give you half-life instead of rate. Half-life problems need a different approach.
Formula: N(t) = Nā(0.5)^(t/half-life)
"Carbon-14 has a half-life of 5,700 years. If 100g remains, how much was there 11,400 years ago?"
t/half-life = 11400/5700 = 2
100 = Nā(0.5)²
100 = Nā(0.25)
Nā = 400 grams
Where Students Screw Up
- Using 5 instead of 0.05 for a 5% rate. This ruins everything.
- Forgetting to match time units with rate units.
- Using growth formula for decay problems or vice versa.
- Not using logs when the variable is an exponent.
- Rounding too early in calculations. Keep full precision until the end.
Getting Started: How To Approach Any Exponential Word Problem
- Read the problem twice. Find what you're solving for.
- Circle a (starting value), r (rate), and t (time).
- Convert percentage to decimal if needed.
- Choose growth or decay formula.
- Plug in values.
- Solve. Use logs if exponent has variable.
- Check your answer. Does it make sense? Growth problems should increase. Decay should decrease.
Practice Makes This Automatic
You won't get better by reading. Work through 10-15 problems and you'll recognize the patterns.
Start with straightforward ones (population, interest) before tackling half-life or multi-step problems.
When stuck, go back to basics: identify a, r, and t first. Everything else follows from that.