Historical Context & Motivation
For centuries, mathematicians and scientists have needed to describe how quantities change over time. Some quantities grow at a steady pace — a merchant earning a fixed profit each month, for instance — while others snowball, doubling again and again until the numbers become staggering. The distinction between these two patterns, linear growth and exponential growth, is one of the most important ideas in mathematical modeling. Understanding which type of change is at work determines whether your predictions will be trustworthy or wildly off.
The central question is deceptively simple: given a table of data or a real-world scenario, how do you decide whether a linear model or an exponential model is the better fit — and how do you justify that choice with mathematical evidence? This lesson will give you the tools to answer confidently.
Core Principles & Definitions
Before you can choose between the two models, you need to understand what makes each one tick. Both models describe how an output quantity changes as an input quantity (usually time) increases, but they do so in fundamentally different ways.
Constant Rate of Change
Constant Ratio of Change
First Differences vs. Ratios
The Graph Test
Visual Explanation — Linear vs. Exponential Side by Side
The most powerful way to see the difference between these two models is to plot them on the same set of axes. The diagram below shows a linear function and an exponential function that start at the same point. Notice how the linear graph rises at a steady pace while the exponential curve appears to "take off" dramatically.
At small x-values, the two graphs look surprisingly similar — this is why it can be tricky to distinguish them from limited data. But as x increases, the exponential curve pulls away dramatically. If you only look at the first few data points, you might mistake exponential growth for linear growth. That's exactly why you need the first-differences and ratios tests described in the next sections.
Mathematical Framework
Each model type has a standard equation form. Recognizing these forms — and knowing what each variable represents — is the first step toward writing and comparing equations for real situations.
The Diagnostic Tests
Analyzing Data — First Differences & Ratios in Action
Let's see the diagnostic tests applied to two different data sets. The first table represents the number of pages a student reads each day; the second represents bacteria in a petri dish counted every hour.
| Day (x) | Pages Read (y) | First Difference (Δy) | Ratio (y₂ ÷ y₁) |
|---|---|---|---|
| 0 | 20 | — | — |
| 1 | 35 | +15 | 1.75 |
| 2 | 50 | +15 | 1.43 |
| 3 | 65 | +15 | 1.30 |
| 4 | 80 | +15 | 1.23 |
In Data Set A, the first differences are constant at +15, while the ratios vary. This means the data is linear. The equation is y = 15x + 20.
| Hour (x) | Bacteria (y) | First Difference (Δy) | Ratio (y₂ ÷ y₁) |
|---|---|---|---|
| 0 | 100 | — | — |
| 1 | 300 | +200 | 3 |
| 2 | 900 | +600 | 3 |
| 3 | 2,700 | +1,800 | 3 |
| 4 | 8,100 | +5,400 | 3 |
In Data Set B, the first differences are growing rapidly, but the consecutive ratios are constant at 3. This means the data is exponential. The equation is y = 100 · 3ˣ.
Worked Example — Saving Money Two Ways
Suppose you start with $200 in a savings account. Under Plan A, you deposit $50 every month. Under Plan B, the account earns 8% interest each month (compounded monthly, no additional deposits). Which plan is linear and which is exponential? Write equations for both and predict the balance after 12 months.
Strengths & Limitations of Each Model
No model is perfect for every situation. The table below compares linear and exponential models across several important criteria to help you decide which is appropriate — and to understand what each model cannot do.
| Criterion | Linear Model | Exponential Model |
|---|---|---|
| Pattern of change | Adds or subtracts the same amount every period | Multiplies by the same factor every period |
| Graph shape | Straight line | J-curve (growth) or ski-slope (decay) |
| Good for short-term prediction | Yes — reliable when the trend is steady | Yes — if the ratio stays consistent |
| Long-term behavior | Can go negative, which may not be realistic | Grows without bound or approaches zero; never crosses the x-axis |
| Common real-world uses | Fixed hourly wage, constant speed, even depreciation | Population growth, radioactive decay, compound interest |
| Key limitation | Cannot capture accelerating or decelerating change | May overestimate when real-world constraints slow growth |
Connections to Advanced Modeling
Linear and exponential are the two simplest function families, but real-world data often requires more sophisticated models. In later math courses, you will encounter additional function types — each designed to capture patterns that linear and exponential models cannot.
| Feature | Linear / Exponential (Math 1) | Advanced Models (Math 2+) |
|---|---|---|
| Function types | y = mx + b and y = a · bˣ | Quadratic, logarithmic, logistic, polynomial, piecewise |
| Number of parameters | Two (slope & intercept, or initial value & ratio) | Three or more, allowing the curve to bend, peak, or level off |
| Fitting method | First differences, ratios, or two-point calculation | Regression analysis (least-squares, technology-assisted) |
| When needed | Steady growth or constant-ratio change | Data that accelerates and then slows, peaks, or has limits |
One model worth knowing about now is the logistic model, which starts out looking exponential but then levels off at a carrying capacity. Think of a social media post going viral: at first shares multiply rapidly (exponential), but eventually everyone has already seen it and growth slows. For Math 1, though, you'll focus on recognizing and justifying the choice between linear and exponential.
Practice Problems
Summary — Choosing Linear vs. Exponential
A linear model (y = mx + b) describes situations where the output changes by a constant amount for each equal step in the input, producing a straight-line graph. An exponential model (y = a · bˣ) describes situations where the output is multiplied by a constant factor each step, producing a curve that either grows rapidly or decays toward zero. The key diagnostic tools are first differences (constant for linear data) and consecutive ratios (constant for exponential data).
To justify your model choice, show numerical evidence from the data (constant differences or constant ratios) and connect it to the real-world mechanism — is the quantity growing by addition or by multiplication? When in doubt, extend your data range, plot the points, and look for curvature. Mastering this decision prepares you for more advanced modeling with quadratic, logistic, and other function families in future courses.