ALGEBRA 2 • CONSTRUCT & COMPARE FUNCTIONS

Compare Linear and Exponential Growth

Discover why some quantities add steadily while others multiply relentlessly, and learn to prove the difference.

Historical Context & Motivation

Humans have grappled with the nature of growth for centuries. Ancient civilizations tracked the steady, predictable increase of grain stockpiles season after season—a perfect example of linear growth. At the same time, merchants and moneylenders noticed that interest compounding on loans didn't grow by the same amount each period but instead seemed to accelerate—an early encounter with exponential growth. Understanding the distinction between these two types of change became essential for science, economics, and everyday decision-making.

~1800 BCE
Babylonian Interest Tables
Clay tablets from ancient Babylon contain tables for compound interest, showing early awareness that repeated multiplication produces faster growth than repeated addition.
1202
Fibonacci's Liber Abaci
Leonardo of Pisa introduced European merchants to the Hindu-Arabic numeral system and included problems on compound growth, making exponential calculations accessible to commerce.
1798
Malthus's Population Essay
Thomas Malthus argued that population grows exponentially while food supply grows linearly—one of the most famous comparisons of the two growth types in history.
1965
Moore's Law
Gordon Moore observed that the number of transistors on a chip doubles roughly every two years—an exponential trend that has driven the modern technology revolution.

These historical examples raise a key question: How can we mathematically prove that linear functions add the same amount over equal intervals while exponential functions multiply by the same factor? Answering this question gives you a precise tool for predicting whether a real-world quantity will grow steadily or explode upward over time.

Core Principles & Definitions

Before diving into proofs and calculations, you need a clear picture of the foundational ideas. The distinction between linear and exponential growth comes down to one question: is the change between outputs constant, or is the ratio between outputs constant? The following four principles lay the groundwork for everything in this lesson.

1

Equal Differences (Linear)

A linear function has the form f(x) = mx + b. Over every equal-length interval, the output changes by the same constant difference, which equals m × (interval length).
2

Equal Factors (Exponential)

An exponential function has the form g(x) = a · bˣ. Over every equal-length interval, the output is multiplied by the same constant factor, which equals b raised to the interval length.
3

Rate of Change vs. Growth Factor

For linear functions, the rate of change (slope m) is constant. For exponential functions, the growth factor (base b) is constant. These are fundamentally different mechanisms of change.
4

Exponential Dominance

No matter how large the slope of a linear function, an exponential function with b > 1 will eventually overtake it. This is because multiplication compounds on itself while addition does not.
KEY TAKEAWAY
Think of linear growth like climbing a staircase where every step is the same height—you add the same amount each time. Exponential growth is like a chain letter: each person sends to two friends, so the number of letters doubles at every stage. Adding a fixed amount versus multiplying by a fixed factor—that's the core distinction.

Visual Explanation — Graphing the Difference

A graph makes the contrast between linear and exponential growth impossible to miss. Below, a linear function f(x) = 2x + 1 is plotted alongside an exponential function g(x) = 2ˣ. Notice how the linear graph forms a straight line with evenly spaced vertical jumps, while the exponential curve starts slowly and then accelerates sharply upward.

The blue line (linear) rises by a constant +2 between each integer x-value. The violet curve (exponential) is multiplied by a constant factor of ×2 between each integer x-value. Both start near each other but diverge dramatically.

In the diagram, look at the vertical gaps between consecutive points on the blue line: each gap is exactly +2 units. That's the hallmark of linear growth—the same additive step every time. Now look at the violet curve. The gaps between consecutive points are not equal, but the ratio of each output to its predecessor is always 2. The output goes from 1 to 2 to 4 to 8 to 16—each value is exactly twice the one before.

Mathematical Framework — Proving the Properties

Let's move beyond observation and prove these properties algebraically. We'll start with a general linear function and show that the difference in outputs over equal intervals is always the same. Then we'll do the same for an exponential function, showing that the ratio of outputs over equal intervals is always the same.

Proof for Linear Functions

LINEAR FUNCTION FORM
f(x) = mx + b
where m is the slope (rate of change) and b is the y-intercept.

Pick any starting x-value, call it x₁, and move forward by a fixed interval of length d. The next x-value is x₁ + d. We compute the difference in outputs:

CONSTANT DIFFERENCE PROOF
f(x₁ + d) − f(x₁) = [m(x₁ + d) + b] − [mx₁ + b] = mx₁ + md + b − mx₁ − b = md
The result is md, which depends only on the slope m and the interval length d—not on the starting value x₁. This proves the output difference is constant for any equal-length interval.

Proof for Exponential Functions

EXPONENTIAL FUNCTION FORM
g(x) = a · bˣ
where a is the initial value (a ≠ 0), and b is the base or growth factor (b > 0, b ≠ 1).

Again, pick any starting value x₁ and move forward by a fixed interval d. Instead of computing the difference of outputs, we compute the ratio:

CONSTANT FACTOR PROOF
g(x₁ + d) / g(x₁) = [a · b^(x₁ + d)] / [a · b^(x₁)] = b^(x₁ + d) / b^(x₁) = b^(x₁) · b^d / b^(x₁) = b^d
The result is b^d, which depends only on the base b and the interval length d—not on x₁. This proves the output ratio is constant for any equal-length interval.
💡 Why Ratios Matter
When we say exponential functions grow by 'equal factors,' we mean the ratio g(x + d) / g(x) is always the same. A ratio of 2 means the output doubles; a ratio of 1.05 means it grows by 5% each interval. This multiplicative structure is what makes exponential growth so powerful—and so different from the additive structure of linear growth.

Detailed Breakdown — Reading Tables for Growth Type

One of the most practical skills in this standard is identifying growth type from a table of values. When you see a table with equally spaced x-values, you have two tests to run: compute the first differences (subtract consecutive outputs) and compute the consecutive ratios (divide consecutive outputs). If the first differences are constant, the function is linear. If the consecutive ratios are constant, the function is exponential.

Comparison of first differences (linear) and consecutive ratios (exponential) over equal x-intervals of 1.
xf(x) = 3x + 5First Differenceg(x) = 5 · 2ˣRatio
055
18+310×2
211+320×2
314+340×2
417+380×2
520+3160×2
Side-by-side flowchart showing the difference test (subtract consecutive outputs) for linear functions and the ratio test (divide consecutive outputs) for exponential functions.

The diagram above gives you a visual algorithm you can use with any data table. First, confirm that the x-values are equally spaced. Then run both tests. If the differences column shows the same number every row, the data is linear. If the ratios column shows the same number every row, the data is exponential. If neither column is constant, the data follows a different type of function entirely.

Worked Example — Identifying and Proving Growth Type

A biologist records the number of bacteria in a culture every hour. The data is: (0, 200), (1, 600), (2, 1800), (3, 5400), (4, 16200). Is this growth linear or exponential? Prove your answer algebraically.

Classifying Bacterial Growth
1
Step 1 — Check for Equal IntervalsThe x-values are 0, 1, 2, 3, 4. Each pair differs by 1, so the intervals are equal (d = 1). This means the difference test and ratio test are both applicable.
Equal intervals confirmed: d = 1 hour
2
Step 2 — Compute First DifferencesSubtract consecutive outputs: 600 − 200 = 400, 1800 − 600 = 1200, 5400 − 1800 = 3600, 16200 − 5400 = 10800. The differences are 400, 1200, 3600, 10800—these are not constant. So the function is not linear.
First differences not constant → Not linear
3
Step 3 — Compute Consecutive RatiosDivide consecutive outputs: 600 / 200 = 3, 1800 / 600 = 3, 5400 / 1800 = 3, 16200 / 5400 = 3. Every ratio equals 3. The function grows by a constant factor of 3 over each 1-hour interval.
Constant ratio = 3 → Exponential growth confirmed
4
Step 4 — Write the Exponential FunctionSince g(0) = 200 and the base b = 3, the function is g(x) = 200 · 3ˣ. We can verify: g(1) = 200 · 3 = 600 ✓, g(2) = 200 · 9 = 1800 ✓.
g(x) = 200 · 3ˣ
5
Step 5 — Algebraic Proof of Constant FactorFor any x₁, g(x₁ + 1) / g(x₁) = [200 · 3^(x₁+1)] / [200 · 3^(x₁)] = 3^(x₁+1) / 3^(x₁) = 3¹ = 3. The ratio is always 3 regardless of which interval we choose, which proves the function grows by equal factors over equal intervals.
Proven: g(x₁ + d) / g(x₁) = 3^d for all x₁

Comparing Linear and Exponential Side-by-Side

The table below gives you a quick-reference comparison of linear and exponential functions across several properties. Being able to articulate these distinctions clearly is essential for the CCSS.F-LE.1.a standard.

Key differences between linear and exponential functions
PropertyLinear Function f(x) = mx + bExponential Function g(x) = a · bˣ
Defining patternEqual differences over equal intervalsEqual factors (ratios) over equal intervals
Formula prooff(x + d) − f(x) = md (constant)g(x + d) / g(x) = bd (constant)
Graph shapeStraight lineCurved (concave up if b > 1)
Rate of changeConstant (always m)Increasing (proportional to current value)
Long-term behaviorGrows without bound, steadilyGrows without bound, accelerating (if b > 1)
Real-world exampleSaving $50 per week in a jarInvestment earning 5% annual compound interest
KEY TAKEAWAY
Here's a way to remember the difference: linear growth is like earning an hourly wage—you get the same paycheck every period regardless of how much you've already earned. Exponential growth is like a snowball rolling downhill—the bigger it gets, the more snow it picks up each revolution, because the growth is proportional to the current size.

Connections to Advanced Topics

The ideas in this lesson are the foundation for several advanced math topics you'll encounter later. Understanding equal differences and equal factors prepares you for arithmetic sequences (where the common difference plays the same role as the slope), geometric sequences (where the common ratio plays the same role as the base), and eventually calculus, where the derivative of an exponential function is proportional to the function itself—a direct consequence of the constant-ratio property.

How this lesson connects to future coursework
This LessonAdvanced Extension
Linear functions have constant first differencesArithmetic sequences: aₙ = a₁ + (n − 1)d
Exponential functions have constant ratiosGeometric sequences: aₙ = a₁ · r^(n−1)
Equal differences → slope is constantDerivative of a linear function is constant (Calculus)
Equal factors → ratio is constantDerivative of eˣ is eˣ — the function equals its own rate of change (Calculus)

You'll also encounter logarithmic functions as the inverses of exponential functions. When you study logarithms, the constant-ratio property becomes the reason why log scales turn exponential curves into straight lines—a powerful technique used in science, engineering, and data analysis. For now, the key is to be fluent in recognizing and proving the additive versus multiplicative nature of these two fundamental function families.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain in your own words why the graph of a linear function is a straight line. Connect your explanation to the idea of 'equal differences over equal intervals.'
PROBLEM 2BASIC CALCULATION
Consider the function h(x) = 4x − 7. Show that h(x + 3) − h(x) is a constant by computing it algebraically.
PROBLEM 3INTERMEDIATE
A table shows: x = 0, 2, 4, 6, 8 and y = 3, 12, 48, 192, 768. Determine whether the function is linear, exponential, or neither. If it is exponential, write the function and verify the constant-ratio property with an algebraic proof for a general interval d = 2.
PROBLEM 4APPLIED
Two savings plans are offered. Plan A adds $150 to your account every month. Plan B starts with $500 and grows by 8% each month. Write functions for each plan, then determine how many months it takes for Plan B to first exceed Plan A. (Assume Plan A also starts with $500.)
PROBLEM 5CRITICAL THINKING
A student claims: 'If I look at the function f(x) = x², the ratio f(x+1)/f(x) seems close to constant for large x, so x² must be approximately exponential.' Is this reasoning valid? Prove or disprove the claim by computing f(x+1)/f(x) and analyzing what happens as x increases.

Lesson Summary

This lesson established the fundamental distinction between linear growth and exponential growth. A linear function f(x) = mx + b produces equal differences over equal intervals, proven algebraically by showing f(x + d) − f(x) = md, which is constant. An exponential function g(x) = a · bˣ produces equal factors over equal intervals, proven by showing g(x + d) / g(x) = b^d, which is also constant.

To identify growth type from a table, check for equally spaced x-values, then apply the first-difference test (subtract consecutive outputs) and the consecutive-ratio test (divide consecutive outputs). Constant differences confirm linear; constant ratios confirm exponential. These principles extend directly to arithmetic sequences, geometric sequences, and the study of derivatives in calculus.

Varsity Tutors • Algebra 2 • Compare Linear and Exponential Growth