Exponential Growth and Decay Word Problems: A Complete Guide
Exponential growth and decay word problems appear everywhere in daily life, from population dynamics and finance to medicine and environmental science. But whether you are a student preparing for exams or a professional looking to sharpen your analytical skills, mastering exponential word problems is an investment that pays dividends across many fields. Understanding how to model and solve these problems gives you a powerful tool for interpreting the world around you. This guide walks you through the concepts, formulas, strategies, and real-world examples you need to solve these problems confidently.
What Are Exponential Growth and Decay?
Exponential growth occurs when a quantity increases at a rate proportional to its current value. The larger the quantity gets, the faster it grows. Here's the thing — think of bacteria dividing in a petri dish or money accumulating interest in a savings account. Exponential decay, on the other hand, describes a quantity that decreases at a rate proportional to its current value. Radioactive substances breaking down, a car losing value over time, and medicine being metabolized by the body are all examples of decay Turns out it matters..
The general formula that governs both phenomena is:
A(t) = A₀ × (1 + r)^t for growth, or A(t) = A₀ × (1 − r)^t for decay
Where:
- A(t) is the amount at time t
- A₀ is the initial amount
- r is the rate of growth or decay (expressed as a decimal)
- t is the time elapsed
Sometimes the formula uses the natural exponential function: A(t) = A₀ × e^(kt), where k is the continuous growth or decay constant and e is Euler's number (approximately 2.71828).
Why Word Problems Matter
Word problems force you to move beyond plugging numbers into formulas. They require you to read carefully, identify what is changing, determine the rate, and interpret the result in context. A student who can solve A = P(1 + r)^t on paper may still struggle when a problem describes a city's population doubling every ten years or a drug dosage halving every four hours. The challenge lies in translating words into mathematical expressions The details matter here..
Common Types of Exponential Word Problems
Exponential word problems generally fall into several categories:
- Population growth — bacteria cultures, human populations, or animal species growing under ideal conditions
- Radioactive decay — carbon dating, nuclear waste management, and medical isotopes
- Finance and investments — compound interest, depreciation of assets
- Medicine and pharmacology — drug concentration in the bloodstream
- Cooling and heating — Newton's Law of Cooling describing how objects reach ambient temperature
- Technology adoption — viral spread of information or product adoption curves
Each type has its own context, but the underlying mathematics remains the same.
Step-by-Step Approach to Solving Word Problems
Solving exponential word problems effectively follows a clear sequence:
- Read the problem carefully and identify what is being asked. Underline key phrases like "doubles every," "decreases by," "half-life," or "compounded annually."
- Identify the initial value (A₀) — this is the starting quantity before any growth or decay occurs.
- Determine the rate (r or k) — convert percentages to decimals. A 5% growth rate becomes 0.05; a 12% decay rate becomes 0.12.
- Identify the time variable (t) — make sure the time units match the rate units. If the rate is per year but time is given in months, convert accordingly.
- Set up the equation using the appropriate formula.
- Solve algebraically — use logarithms when the variable is in the exponent.
- Interpret the answer in the context of the problem. Does it make sense? Is it reasonable?
Worked Example 1: Population Growth
A city has a population of 50,000 people. The population grows at a rate of 3% per year. What will the population be after 15 years?
Step 1: A₀ = 50,000; r = 0.03; t = 15
Step 2: A(15) = 50,000 × (1 + 0.03)^15
Step 3: A(15) = 50,000 × (1.03)^15
Step 4: (1.03)^15 ≈ 1.558
Step 5: A(15) ≈ 50,000 × 1.558 = 77,900
The population will be approximately 77,900 after 15 years Turns out it matters..
Worked Example 2: Radioactive Decay
A sample of a radioactive isotope has a half-life of 8 days. If you start with 200 grams, how much remains after 24 days?
Step 1: Since we are dealing with half-life, we can use: A(t) = A₀ × (1/2)^(t/h), where h is the half-life That's the part that actually makes a difference..
Step 2: A₀ = 200 g; h = 8 days; t = 24 days
Step 3: A(24) = 200 × (1/2)^(24/8) = 200 × (1/2)^3
Step 4: (1/2)^3 = 1/8 = 0.125
Step 5: A(24) = 200 × 0.125 = 25 grams
After 24 days, only 25 grams of the isotope remain.
Worked Example 3: Compound Interest
You invest $10,000 in an account that earns 4.5% interest compounded annually. How long will it take for your investment to double?
Step 1: We want A(t) = 20,000; A₀ = 10,000; r = 0.045
Step 2: 20,000 = 10,000 × (1.045)^t
Step 3: 2 = (1.045)^t
Step 4: Take the natural logarithm of both sides: ln(2) = t × ln(1.045)
Step 5: t = ln(2) / ln(1.045) ≈ 0.6931 / 0.0440 ≈ 15.7