ALGEBRA 1 • CONSTRUCT & COMPARE FUNCTIONS

Construct Linear & Exponential Functions

Learn how to build function rules from tables, graphs, and real-world scenarios — and recognize whether a relationship grows steadily or explosively.

Where Did These Functions Come From?

Functions are at the heart of mathematics because they describe how one quantity depends on another. The idea might sound abstract, but humans have been tracking relationships between numbers for thousands of years — every time a merchant calculated cost based on quantity, or an astronomer predicted where a planet would be tomorrow, they were using the concept of a function. The two most common types you'll meet in Algebra 1, linear functions and exponential functions, each have their own fascinating history.

~300 BCE
Euclid and proportional reasoning.
The Greek mathematician Euclid wrote about quantities that change at a steady rate — the foundation of linear relationships. If one bushel of wheat costs 3 coins, two bushels cost 6 coins, and so on. That constant rate of change is the seed of every linear function.
~1600s
John Napier invents logarithms.
While studying repeated multiplication, Scottish mathematician John Napier developed logarithms to simplify calculations. His work revealed how quantities that keep multiplying by a fixed factor — exponential growth — behave in a fundamentally different way from quantities that add a fixed amount.
1637
René Descartes creates the coordinate plane.
By pairing every point with two numbers (x, y), Descartes gave us a way to visualize equations as curves. Linear functions become straight lines, and exponential functions become curves that swoop upward (or downward) — making the difference between the two instantly visible.
1798
Thomas Malthus and population growth.
Economist Thomas Malthus warned that human population grows exponentially while food supply grows linearly. His essay made the distinction between linear and exponential growth a matter of global importance — and it still comes up in debates about sustainability today.
Present
Functions everywhere.
From predicting the spread of a viral video to calculating interest in a savings account, linear and exponential functions power the models we use every day. Understanding how to construct them from data is one of the most practical skills in modern math.

The central question this lesson answers is straightforward: when you're given information about a relationship — a table of values, a graph, or a description in words — how do you decide whether it's linear or exponential, and how do you write the function rule that captures it?

Core Principles & Definitions

Before you can construct a function, you need a clear understanding of the two types you'll be building. A linear function describes a relationship where the output changes by the same amount every time the input increases by one unit. An exponential function describes a relationship where the output is multiplied by the same factor every time the input increases by one unit. These two ideas — constant addition versus constant multiplication — are the key to telling them apart.

1

Constant Rate of Change (Linear)

In a linear function, the difference between consecutive outputs is always the same. This constant difference is called the slope, often written as m.
2

Constant Ratio of Change (Exponential)

In an exponential function, the ratio between consecutive outputs is always the same. This constant ratio is called the common ratio, often written as b.
3

Initial Value

Both types have a starting point — the output when the input is zero. For linear functions it's the y-intercept; for exponential functions it's the initial amount, often written as a.
4

Constructing = Writing the Rule

"Constructing" a function means finding the specific values of the parameters (slope, intercept, ratio, initial amount) and writing the equation that matches a given set of data.
Key Takeaway
Think of a linear function like walking up a staircase where every step is exactly the same height — you add the same amount each time. An exponential function is more like sharing a viral post: one person shares it with two friends, then each of those two shares with two more, and the total keeps multiplying. The staircase is predictable and steady; the viral post starts small and then explodes.

Seeing the Difference: Linear vs. Exponential

One of the fastest ways to tell whether a relationship is linear or exponential is to look at its graph. A linear function always produces a straight line, while an exponential function produces a curve that bends upward (growth) or downward (decay). The diagram below plots both types on the same coordinate plane so you can compare them side by side.

Coordinate plane showing a straight line for the linear function f(x) = 2x + 1 and an upward curve for the exponential function g(x) = 2 to the x power, with labeled points on each.

Notice how the linear function (the straight line) rises at a perfectly constant pace — it gains the same vertical distance for every horizontal step. The exponential function (the curve) starts out slowly, nearly flat, then rockets upward as x increases. Both functions happen to share the point (0, 1), but they quickly diverge because they grow in fundamentally different ways. By x = 3, the linear function outputs 7 while the exponential outputs 8 — close — but by x = 5 the linear would give 11 while the exponential would give 32. That widening gap is what makes exponential growth so powerful and so important to recognize.

The Equations You'll Use

Every linear and exponential function can be described by a simple equation once you know its key parameters. Let's look at each form, understand what every part means, and see how to find the values you need.

Linear Function — Slope-Intercept Form
f(x) = mx + b
m = slope (rate of change) | b = y-intercept (starting value when x = 0)

The slope (m) tells you how much the output changes each time x increases by 1. If the slope is positive, the function increases; if negative, it decreases. You can calculate slope from any two points (x₁, y₁) and (x₂, y₂) using the formula below.

Slope Formula
m = (y₂ − y₁) / (x₂ − x₁)
Pick any two points from the data. The change in y divided by the change in x gives the constant rate.

Once you have the slope, plug one of your known points into f(x) = mx + b to solve for b. That gives you the complete equation.

Exponential Function — Standard Form
f(x) = a · bˣ
a = initial value (output when x = 0) | b = common ratio (growth or decay factor)

The initial value (a) is the output at x = 0. The common ratio (b) is the factor by which the output multiplies every time x increases by 1. If b > 1 the function models exponential growth; if 0 < b < 1 it models exponential decay. You can find the common ratio by dividing any output by the previous output when the x-values increase by 1.

Finding the Common Ratio
b = f(x + 1) / f(x)
Divide any y-value by the one before it (when x steps by 1). If this ratio is the same every time, the function is exponential.
Key Takeaway
Here's a quick test you can always use: look at the differences between consecutive outputs. If the differences are constant, the function is linear. If the ratios (dividing each output by the one before it) are constant, the function is exponential. This is like checking whether you're adding the same tip to every bill (linear) or leaving a tip that doubles each time (exponential).

Identifying the Type from a Table

In many problems, you'll be handed a table of (x, y) values and asked to construct the function that fits it. The process has two stages: first, determine whether the data is linear or exponential; second, find the parameters and write the equation. The table and diagram below walk through this process step by step.

xy (Output)Difference (Δy)Ratio (y_next / y)
03
16+3×2
212+6×2
324+12×2
448+24×2

The differences column is not constant (3, 6, 12, 24 — those keep changing), so the data is not linear. But the ratios column is constant at 2 every time. That tells us this is an exponential function with a common ratio of b = 2. Since the output at x = 0 is 3, the initial value is a = 3. The function is f(x) = 3 · 2x.

Decision flowchart for identifying whether data represents a linear or exponential function.

Follow this flowchart any time you need to identify a function type. Compute the differences first — if they're all the same, you've found a linear function and you're done. If not, compute the ratios. Constant ratios mean exponential. If neither column is constant, the data doesn't fit a simple linear or exponential model (which is a topic for a later course). In Algebra 1, the vast majority of problems you'll encounter will clearly be one type or the other.

Worked Example: Building Two Functions

Let's work through a full problem that asks you to construct both a linear and an exponential function from given data.

Problem
1
Problem SetupA gym charges a sign-up fee plus a monthly rate. Another gym charges no sign-up fee but increases its rate each month. The tables below show the total amount paid after x months.
2
Step 1 — Check Gym A for Constant DifferencesCompute the differences between consecutive outputs: 80 − 50 = 30, 110 − 80 = 30, 140 − 110 = 30. The difference is the same every time, so Gym A is linear.
3
Step 2 — Find Gym A's EquationThe slope is m = 30 (dollars per month). The y-intercept — the value at x = 0 — is b = 50 (the sign-up fee).
A(x) = 30x + 50
4
Step 3 — Check Gym B for Constant RatiosDifferences first: 30 − 20 = 10, 45 − 30 = 15, 67.50 − 45 = 22.50. Not constant — so not linear. Now check ratios: 30 ÷ 20 = 1.5, 45 ÷ 30 = 1.5, 67.50 ÷ 45 = 1.5. Constant ratio — Gym B is exponential.
5
Step 4 — Find Gym B's EquationThe initial value is a = 20 (total at x = 0). The common ratio is b = 1.5.
B(x) = 20 · 1.5ˣ
6
Step 5 — InterpretGym A adds a flat $30 every month on top of a $50 sign-up fee. Gym B starts cheaper at $20 but increases by 50% each month, so costs will eventually surpass Gym A. At month 3, Gym A costs $140 while Gym B costs $67.50. But if you extend the pattern, Gym B's costs will overtake Gym A's because exponential growth always outpaces linear growth given enough time.

Linear vs. Exponential — Side by Side

It helps to see all the similarities and differences in one place. The table below compares the two function types across every important characteristic you'll encounter in Algebra 1.

FeatureLinearExponential
Equation formf(x) = mx + bf(x) = a · bˣ
Change patternAdd the same amount each stepMultiply by the same factor each step
Graph shapeStraight lineCurve (steep rise or gradual decay)
Key parameterSlope (m)Common ratio (b)
Starting valuey-intercept (b)Initial amount (a)
Identification testConstant differencesConstant ratios
Real-world exampleEarning $12/hour at a jobBacteria doubling every hour
Long-run behaviorGrows (or shrinks) steadily foreverGrowth: explodes upward; Decay: approaches zero
Key Takeaway
Linear functions are the "reliable friend" who always adds exactly the same to the group — steady, predictable, no surprises. Exponential functions are the "chain reaction" — each step feeds into the next, so a tiny start can become massive over time. In the real world, recognizing which type fits your data helps you make better predictions, whether you're planning a budget, studying population growth, or analyzing an experiment.

Looking Ahead: Beyond the Basics

The skills you're building here — recognizing patterns in data and translating them into equations — are the foundation for a huge range of more advanced topics. In later courses, you'll encounter situations where a relationship isn't purely linear or purely exponential, and you'll need new tools to handle them.

What You Know NowWhat Comes Next
Linear functions: f(x) = mx + bSystems of linear equations — solving where two lines intersect (Algebra 1/2)
Exponential functions: f(x) = a · bˣLogarithms — the inverse of exponentials, used to "undo" exponential growth (Algebra 2)
Constructing functions from tablesRegression analysis — using technology to find best-fit functions for messy real-world data (Statistics)
Recognizing growth patternsQuadratic and polynomial functions — patterns where neither differences nor ratios are constant (Algebra 2)

For now, the most important thing is to get comfortable with the difference-and-ratio tests, and to practice writing equations from tables, graphs, and verbal descriptions. Every future function type you meet will build on these exact skills. One particularly useful connection: compound interest in finance uses the exponential formula directly. If you deposit $500 in a savings account that earns 3% annual interest, after x years you'd have f(x) = 500 · 1.03x. The math you're learning right now has real money attached to it.

Practice Problems

Try these five problems on your own before revealing the answers. They start with a straightforward concept check and build up to multi-step reasoning.

PROBLEM 1CONCEPTUAL
A function has outputs of 10, 15, 20, 25, 30 for inputs of 0, 1, 2, 3, 4. Is this function linear or exponential? Explain how you know.
PROBLEM 2BASIC CALCULATION
Write the equation for a linear function that passes through the points (0, 4) and (3, 13).
PROBLEM 3INTERMEDIATE
A table shows: x = 0, y = 5; x = 1, y = 15; x = 2, y = 45; x = 3, y = 135. Construct the function that fits this data.
PROBLEM 4APPLIED / MULTI-STEP
A car is worth $20,000 when new. Each year, its value drops to 85% of the previous year's value. Write a function V(t) that gives the car's value after t years. Then use it to find the car's value after 4 years (round to the nearest dollar).
PROBLEM 5CRITICAL THINKING
Maya and Jake each start a savings plan. Maya saves $200 the first month and adds $50 more each month (so $200, $250, $300, …). Jake saves $100 the first month and increases his savings by 20% each month. Write a function for each person's monthly savings. Who saves more in month 8? Will Jake's savings always eventually surpass Maya's? Why or why not?

Lesson Review

In this lesson, you learned to construct two of the most important function types in algebra. A linear function, written as f(x) = mx + b, models situations where the output changes by a constant amount (the slope m) for every unit increase in the input, starting from an initial value b. An exponential function, written as f(x) = a · bˣ, models situations where the output is multiplied by a constant factor (the common ratio b) for every unit increase, starting from an initial amount a. On a graph, linear functions produce straight lines and exponential functions produce curves that either rise steeply or decay toward zero.

To identify which type fits a set of data, use the difference test (constant differences → linear) and the ratio test (constant ratios → exponential). Once you know the type, extract the key parameters — slope and intercept for linear, or initial value and common ratio for exponential — and plug them into the appropriate equation template. These two function families appear everywhere, from budgeting and pricing to population growth and radioactive decay, making them essential tools for understanding the quantitative world around you.

Varsity Tutors • Algebra 1 (Common Core) • Construct Linear and Exponential Functions