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:

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:

That's it. Memorize this or write it down. Everything else is just plugging in numbers from the problem.

Growth vs Decay: Quick Comparison

FeatureExponential GrowthExponential Decay
Rate valuer > 0 (positive)r < 0 (negative)
What happens over timeQuantity increasesQuantity decreases
Common examplesPopulation, investment, bacteriaRadioactive material, cooling, depreciation
Formulay = a(1 + r)^ty = 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

Getting Started: How To Approach Any Exponential Word Problem

  1. Read the problem twice. Find what you're solving for.
  2. Circle a (starting value), r (rate), and t (time).
  3. Convert percentage to decimal if needed.
  4. Choose growth or decay formula.
  5. Plug in values.
  6. Solve. Use logs if exponent has variable.
  7. 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.