PSAT MATH • PROBLEM SOLVING & DATA ANALYSIS

Linear & Exponential Growth

Learn to distinguish constant-rate change from compounding growth and master the models behind each.

Historical Context & Motivation

Humans have been tracking growth patterns for thousands of years — from ancient farmers measuring steady crop yields to bankers computing compound interest in Renaissance Italy. The distinction between linear growth (adding the same amount each period) and exponential growth (multiplying by the same factor each period) sits at the heart of algebra, finance, biology, and data analysis. Understanding which model fits a situation helps you make accurate predictions and avoid costly errors.

~300 BCE
Euclid's Arithmetic Progressions
Euclid described sequences that increase by a constant difference, laying the groundwork for what we now call linear sequences.
1494
Pacioli & Compound Interest
Luca Pacioli published tables for compound interest in his accounting textbook, giving merchants an early tool for exponential calculations.
1798
Malthus on Population
Thomas Malthus argued that population grows exponentially while food supply grows linearly, framing one of history's most famous growth-model debates.
1965
Moore's Law
Gordon Moore observed that the number of transistors on a chip roughly doubles every two years — a modern icon of exponential growth in technology.

The central question this lesson addresses is straightforward: How do you tell whether a quantity is growing linearly or exponentially, and how do you write the equation for each? On the PSAT, you will see tables, graphs, and word problems that test exactly this skill, so building a solid mental model now will pay off on test day.

Core Principles & Definitions

Before diving into formulas, you need to lock down three foundational ideas that separate linear behavior from exponential behavior. Every PSAT question on this topic relies on at least one of these principles, so treat them as your diagnostic checklist.

1

Constant Difference vs. Constant Ratio

In a linear pattern, consecutive outputs differ by the same amount (the slope). In an exponential pattern, consecutive outputs share the same ratio (the growth factor).
2

Rate of Change

Linear functions have a constant rate of change — the slope never varies. Exponential functions have a rate of change that itself increases (or decreases), which is why they curve on a graph.
3

Starting Value & Parameter

Both models begin from an initial value. For linear, the key parameter is the slope (m). For exponential, it is the base (b).
4

Long-Run Behavior

A linear function eventually reaches any target value in a predictable, steady fashion. An exponential growth function will outpace any linear function given enough time, no matter how steep the line.
KEY TAKEAWAY
KEY TAKEAWAY

Visual Explanation — Linear vs. Exponential on a Graph

The most immediate way to distinguish the two growth types is to look at their graphs. A linear function produces a straight line, while an exponential function produces a curve that starts gently and then sweeps upward (or downward for decay). The diagram below plots both side by side using the same starting value so you can see exactly where they diverge.

The blue line represents linear growth (y = 10 + 10x), increasing by the same amount each step. The violet curve represents exponential growth (y = 10 × 1.5ˣ), which starts slowly but eventually overtakes the line. Notice how the exponential curve appears nearly flat at first, then rockets upward after x = 3.

Two features jump out from the graph. First, both functions start at the same point (10 when x = 0), confirming they share the same initial value. Second, while the linear function climbs at a perfectly steady pace — each step adds exactly 10 — the exponential function's jumps get larger and larger. By x = 4, the exponential value has already surged past the linear value, and the gap only widens from there. This "crossing point" is a common setup for PSAT questions: they might ask you when the exponential surpasses the linear, or by how much at a specific time.

Mathematical Framework

Both growth types are captured by compact equations. Knowing these forms lets you extract information quickly — slope and intercept for linear, base and initial value for exponential. On the PSAT, you may need to write, interpret, or manipulate either form.

LINEAR GROWTH MODEL
y = mx + b
y = output (value at time x) • m = slope (constant rate of change per unit of x) • b = y-intercept (starting value when x = 0)
EXPONENTIAL GROWTH MODEL
y = a · bˣ
y = output • a = initial value (when x = 0) • b = growth factor (b > 1 means growth; 0 < b < 1 means decay)

A quick way to connect the growth factor b to a percentage is to write b = 1 + r, where r is the growth rate as a decimal. For example, 20 % growth per year means r = 0.20, so b = 1.20. For decay (decreasing quantities), r is negative: a 15 % decline gives b = 1 + (−0.15) = 0.85.

GROWTH FACTOR FROM PERCENTAGE
b = 1 + r
r = growth rate as a decimal (positive for growth, negative for decay)
PSAT Tip

How to Identify Growth Type from a Table

PSAT questions often hand you a table and ask whether the relationship is linear, exponential, or neither. The fastest diagnostic is a two-step process: first check the differences between consecutive outputs, then check the ratios. If the differences are constant, it's linear. If the ratios are constant, it's exponential.

Follow this decision tree whenever a PSAT question gives you a data table. Compute differences first; if they're constant, you have a linear model. If not, compute ratios; if those are constant, you have an exponential model.
Side-by-side comparison: constant differences (linear) vs. constant ratios (exponential)
xy (Linear)Differencey (Exponential)Ratio
0100100
1120+20120×1.2
2140+20144×1.2
3160+20172.8×1.2
4180+20207.36×1.2

Notice that both sequences start at 100, but by x = 4 the exponential value has already pulled ahead (207.36 vs. 180). The linear column adds 20 each time; the exponential column multiplies by 1.2 each time. Even though the amounts added in the exponential column are different (20, 24, 28.8, 34.56), the ratio between consecutive values is always 1.2. That constant ratio is the hallmark of exponential behavior.

Worked Example

Let's work through a PSAT-style problem from start to finish. Pay attention to how we identify the growth type, build the equation, and use it to answer the question.

PROBLEM
1
Step 1 — Identify Growth TypesColony A gains a constant 150 each hour → linear. Colony B grows by a constant 25 % each hour → exponential.
2
Step 2 — Write the EquationsColony A: y = 500 + 150t (linear form, m = 150, b = 500). Colony B: y = 500 × 1.25ᵗ (exponential form, a = 500, b = 1 + 0.25 = 1.25).
3
Step 3 — Build a Table to Comparet = 0: A = 500, B = 500. t = 1: A = 650, B = 625. t = 2: A = 800, B ≈ 781. t = 3: A = 950, B ≈ 977. At t = 3, Colony B (≈ 977) first exceeds Colony A (950).
4
Step 4 — Verify and State AnswerCheck: at t = 2, A = 800 > B ≈ 781, so B has not yet surpassed A. At t = 3, B ≈ 976.6 > A = 950.
Colony B first exceeds Colony A after 3 complete hours.
KEY TAKEAWAY
STRATEGY NOTE

Linear vs. Exponential — Side-by-Side Comparison

It helps to have a compact reference that contrasts every major feature of the two models. The table below covers the properties that show up most often on the PSAT.

Key contrasts between linear and exponential models
FeatureLinear GrowthExponential Growth
Equationy = mx + by = a · bˣ
Graph ShapeStraight lineJ-shaped curve (growth) or decaying curve
Rate of ChangeConstant (slope m)Changes — proportional to current value
Table TestConstant differences between consecutive y-valuesConstant ratios between consecutive y-values
Key Phrase Clues"increases by 5 each…", "per year adds…""increases by 5 % each…", "doubles every…"
Long-Run WinnerGrows without bound, but slowlyAlways overtakes linear eventually
Real-World ExampleHourly wages, constant speed travelCompound interest, population growth
KEY TAKEAWAY
LANGUAGE CUES

Connecting to Advanced Topics

While the PSAT focuses on basic linear and exponential models, understanding how these ideas extend will deepen your intuition and prepare you for SAT, AP, and college-level work. The table below maps what you know now to what comes next.

How PSAT-level concepts connect to future coursework
PSAT LevelAdvanced Extension
y = mx + b (linear)Systems of linear equations, linear regression (line of best fit)
y = a · bˣ (exponential)Logarithms to solve for x; continuous growth model y = a · eʳᵗ
Constant difference → linearConstant second difference → quadratic (y = ax² + bx + c)
Growth factor b > 1Logistic growth models with carrying capacity (AP Biology / AP Calc)

One particularly useful bridge is the idea of exponential decay. When the base b is between 0 and 1, the exponential function decreases over time — think of a car losing 15 % of its value each year (b = 0.85) or a medication being cleared from the bloodstream. The PSAT tests decay just as often as growth, so make sure you're comfortable with both directions.

Looking Ahead

Practice Problems

Test your understanding with these five problems, arranged from foundational to challenging. Try each one on your own before reading the answer.

PROBLEM 1CONCEPTUAL
A town's population increases by exactly 200 people every year. Is this linear growth, exponential growth, or neither? Explain your reasoning.
PROBLEM 2BASIC CALCULATION
A savings account starts with $2,000 and earns 5 % interest per year (compounded annually). Write the exponential equation and find the account balance after 3 years.
PROBLEM 3INTERMEDIATE
A data table shows x-values of 0, 1, 2, 3, 4 and corresponding y-values of 6, 18, 54, 162, 486. Determine whether the relationship is linear or exponential, then write the equation.
PROBLEM 4APPLIED
A phone's battery drains at a constant rate, losing 12 % of its remaining charge each hour. If the battery starts at 100 %, what percentage of charge remains after 5 hours? Round to the nearest whole percent.
5
Plan A pays $50 per day. Plan B pays 1 cent on day 1, 2 cents on day 2, 4 cents on day 3, doubling each day. On which day does Plan B's single-day payment first exceed Plan A's daily payment of $50?
Varsity Tutors • PSAT Math • Linear & Exponential Growth