MATH 1 • MODELING & APPLICATIONS

Exponential Growth/Decay Modeling — I can model growth/decay situations using an exponential equation at my level.

Learn to write and use exponential equations that model real-world situations involving rapid growth or steady decline.

Historical Context & Motivation

Humans have long noticed that some quantities don't change at a steady, predictable rate. A pile of grain that doubles each day, a debt that spirals out of control, or a disease spreading through a city — these situations all share a common trait: the rate of change depends on how much you already have. The mathematical idea behind this pattern is called exponential growth (when quantities increase) or exponential decay (when quantities decrease). Understanding how to model these situations with equations gives you a powerful tool for predicting the future behavior of everything from investments to radioactive materials.

~1600 BCE
Ancient Grain Problem
The famous wheat-and-chessboard legend illustrates doubling: placing 1 grain on the first square, 2 on the second, 4 on the third, and so on produces an astronomically large total — an early glimpse of exponential growth.
1683
Jacob Bernoulli & Compound Interest
Swiss mathematician Jacob Bernoulli studied how money grows when interest is compounded more and more frequently, leading to the discovery of the mathematical constant e ≈ 2.718 — the base of natural exponential functions.
1798
Malthus & Population Growth
Thomas Malthus published his essay arguing that populations grow exponentially while food production grows linearly, sparking debate about sustainability that continues today.
1903
Rutherford & Radioactive Decay
Ernest Rutherford introduced the concept of half-life to describe how radioactive substances decay exponentially, giving scientists a precise way to measure the age of rocks and fossils.
2020s
Modern Applications
Exponential models are used everywhere today — tracking viral outbreaks, predicting social media trends, modeling battery discharge, and forecasting climate data.

The central question these thinkers grappled with remains the same one you'll learn to answer: If a quantity changes by a constant percentage over equal time intervals, how can we write an equation that predicts its value at any point in time?

Core Principles & Definitions

Before diving into equations, you need to understand the key ideas that separate exponential change from the linear change you've already studied. In a linear model, you add or subtract the same amount each time. In an exponential model, you multiply by the same factor each time. This seemingly small difference leads to dramatically different outcomes over time.

1

Initial Value (a)

The starting amount before any growth or decay occurs. This is the value of the quantity at time t = 0. For example, the original population of a town or the initial deposit in a bank account.
2

Growth/Decay Factor (b)

The constant multiplier applied in each time period. If b > 1, the quantity grows. If 0 < b < 1, the quantity decays. The factor b is always positive.
3

Rate of Change (r)

The percent increase or decrease per time period, written as a decimal. For growth, b = 1 + r. For decay, b = 1 − r.
4

Independent Variable (t)

The variable that represents time (or the number of time periods). It appears as the exponent in the equation, which is what makes the function exponential rather than linear.
5

Exponential vs. Linear

Linear: y = mx + b (constant additive change). Exponential: y = a · bᵗ (constant multiplicative change). Over long time periods, exponential growth dramatically outpaces linear growth.
KEY TAKEAWAY
Think of exponential change like a snowball rolling downhill. A linear model is like adding one handful of snow every second — steady and predictable. An exponential model is like the snowball picking up a percentage of its own size with each roll. The bigger it gets, the more it picks up. That's why we multiply by a constant factor instead of adding a constant amount.

Visualizing Exponential Growth vs. Decay

The graph below compares an exponential growth curve and an exponential decay curve side by side. Notice how the growth curve starts slowly and then shoots upward, while the decay curve drops quickly at first and then levels off, approaching — but never quite reaching — zero. Both curves pass through the point (0, a), confirming that the initial value is the y-intercept of every exponential function.

The green growth curve starts at 50 and increases rapidly as t increases. The pink decay curve starts at 200 and decreases toward zero, forming an asymptote along the horizontal axis.

A key feature to observe is the horizontal asymptote at y = 0. For decay curves, the quantity gets closer and closer to zero but never actually reaches it — this mirrors real-world behavior where a substance never fully disappears but becomes negligibly small. For growth curves, there is no upper limit on the graph; the function increases without bound, which is why exponential growth can be so dramatic.

The Mathematical Framework

Now let's formalize what you've been seeing into precise equations. The general form of an exponential function and its variations for growth and decay are your essential toolkit for modeling these situations.

GENERAL EXPONENTIAL MODEL
y = a · bᵗ
y = final amount after t time periods; a = initial amount (y-intercept); b = growth or decay factor (b > 0, b ≠ 1); t = time (the exponent)
EXPONENTIAL GROWTH (using rate)
y = a · (1 + r)ᵗ
r = growth rate as a decimal (e.g., 5% → r = 0.05). Since we add r to 1, the factor b = 1 + r is always greater than 1.
EXPONENTIAL DECAY (using rate)
y = a · (1 − r)ᵗ
r = decay rate as a decimal (e.g., 12% → r = 0.12). Since we subtract r from 1, the factor b = 1 − r is always between 0 and 1.
💡 Tip: Identifying Growth vs. Decay
Look at the value of b. If b > 1, you have growth. If 0 < b < 1, you have decay. The initial value a must always be positive for these models to represent real-world quantities.

Comparing Growth & Decay Side by Side

Let's break down how the same equation structure produces very different behaviors depending on the value of b. The table below highlights the key differences between growth and decay, followed by a visual comparison showing a real-world numerical example of each.

Key differences between exponential growth and decay models
FeatureExponential GrowthExponential Decay
Factor bb > 10 < b < 1
Rate relationshipb = 1 + rb = 1 − r
Graph behaviorRises steeply to the rightFalls toward the x-axis
Real-world examplePopulation increasing 3% per yearCar value losing 15% per year
Long-term behaviory → ∞ as t → ∞y → 0 as t → ∞ (never reaches 0)
Starting with $1,000 and a 10% rate: after 10 years, growth yields $2,594 while decay leaves only $349. The same rate applied as growth vs. decay produces dramatically different outcomes.

Notice something important: after 10 years of 10% growth you've gained $1,594, but after 10 years of 10% decay you've only lost $651. Growth and decay at the same rate are not mirror images of each other. This is because each year the growth model multiplies a larger and larger number, while the decay model multiplies a smaller and smaller one.

Worked Example: Bacteria Population

A biology lab starts a culture with 500 bacteria. The population doubles every 3 hours. Write an exponential model for the population and use it to predict the number of bacteria after 12 hours.

Bacteria Growth Model
1
Step 1 — Identify the Initial ValueThe culture starts with 500 bacteria, so a = 500. This is the amount at time t = 0.
a = 500
2
Step 2 — Determine the Growth Factor and Define tThe population doubles every 3 hours. "Doubles" means the growth factor per 3-hour period is b = 2. Since the doubling period is 3 hours, we let t represent the number of 3-hour periods. Alternatively, if we want t in hours, we write the exponent as t/3.
b = 2, time unit = 3-hour periods
3
Step 3 — Write the Exponential ModelSubstituting a and b into y = a · bᵗ, we get: y = 500 · 2ᵗ, where t is the number of 3-hour periods. In terms of hours (let h = hours): y = 500 · 2^(h/3).
y = 500 · 2ᵗ or y = 500 · 2^(h/3)
4
Step 4 — Predict Population at 12 HoursAfter 12 hours, there have been 12 ÷ 3 = 4 doubling periods, so t = 4. Substituting: y = 500 · 2⁴ = 500 · 16 = 8,000.
y = 8,000 bacteria
5
Step 5 — Verify the Answer Makes SenseCheck: starting at 500, after 3 hr → 1,000, after 6 hr → 2,000, after 9 hr → 4,000, after 12 hr → 8,000. Each step doubles the previous value, confirming our model. The answer is consistent with 4 doublings.
✓ Verified — 500 × 2 × 2 × 2 × 2 = 8,000

Strengths & Limitations of Exponential Models

Exponential models are incredibly useful, but like any mathematical tool, they have their limits. Understanding when a model works well — and when it breaks down — is a crucial part of mathematical modeling.

When exponential models shine and when they fall short
StrengthsLimitations
Accurately models processes with constant percentage change (compound interest, radioactive decay)Assumes the rate of change stays constant forever, which rarely happens in the real world
Simple equation with only two parameters (a and b), making it easy to set upGrowth models predict infinitely large values, but real populations hit resource limits
Makes reliable short-term predictions when the percent change is truly constantDecay models never reach zero — sometimes a quantity does actually reach zero (e.g., medicine fully metabolized)
Works for a wide variety of applications across science, finance, and social scienceCannot model situations where the growth rate itself changes over time (need logistic or other models)
KEY TAKEAWAY
Think of an exponential model like a weather forecast: it's very accurate for the next few days, solid for the next week, but gets less reliable the further out you go. A bacteria culture may double every 3 hours initially, but eventually it runs out of nutrients and the growth slows. For short- to medium-term predictions, exponential models are powerful and practical.

Connection to Advanced Topics

The exponential model you've learned is the foundation for several more advanced topics you'll encounter in later math and science courses. The table below shows how this basic idea extends into more sophisticated mathematics.

How this lesson connects to future coursework
What You Know NowWhere It Leads
y = a · bᵗ with discrete time periodsContinuous exponential model: y = a · eʳᵗ, using the natural base e ≈ 2.718
Finding y given tFinding t given y requires logarithms: t = log(y/a) / log(b)
Constant percentage growthLogistic growth models where the rate slows as a population approaches a carrying capacity
Half-life as a specific decay factorCarbon-14 dating, pharmacokinetics (how drugs leave the body), and nuclear physics

You don't need to master logarithms or the number e right now — that comes later. What matters is recognizing that the core idea of constant multiplicative change stays the same in all of these extensions. Mastering y = a · bᵗ gives you the conceptual framework to understand them all.

Practice Problems

PROBLEM 1CONCEPTUAL
A function is defined by y = 300 · (0.85)ᵗ. Does this represent exponential growth or decay? Explain how you know, and identify the initial value and the rate of change.
PROBLEM 2BASIC CALCULATION
You invest $2,000 in an account that earns 6% interest per year. Write the exponential model and find the value of the account after 5 years.
PROBLEM 3INTERMEDIATE
A new car is purchased for $28,000 and depreciates at a rate of 18% per year. Write the exponential model. How much is the car worth after 4 years? After how many full years will it first be worth less than $10,000? (Use a table or guess-and-check.)
PROBLEM 4APPLIED
A town's population was 12,500 in the year 2010 and has been growing at 2.4% per year. Write an exponential model where t represents years since 2010. Use your model to predict the population in 2025. A nearby town started with 20,000 people in 2010 but is declining at 1.5% per year. In what year will the two towns have approximately the same population? (Use a table.)
PROBLEM 5CRITICAL THINKING
A student claims: 'If something grows by 10% and then decays by 10%, it returns to its original value.' Test this claim using a starting value of 200. Is the student correct? Explain mathematically why or why not, and describe what happens if this grow-then-decay cycle repeats many times.

Lesson Summary

Exponential models describe situations where a quantity changes by a constant percentage over equal time intervals. The general equation is y = a · bᵗ, where a is the initial value and b is the growth or decay factor. For growth, b = 1 + r and is greater than 1. For decay, b = 1 − r and is between 0 and 1.

Growth curves rise steeply and without bound, while decay curves fall toward zero but never quite reach it (the horizontal asymptote). These models apply to compound interest, population growth, radioactive decay, depreciation, and many other real-world phenomena. While powerful for short- to medium-term predictions, exponential models have limitations: they assume the rate stays constant and don't account for factors like resource limits. Mastering y = a · bᵗ provides a foundation for logarithms, continuous growth, and logistic models in future courses.

Varsity Tutors • Math 1 • Exponential Growth/Decay Modeling