Linear or Not? How to Tell If a Function Table Represents a Linear Function

What Is a Linear Function Table Telling You?

A linear function table lists input values (x) alongside their corresponding output values (y). The question is whether those pairs follow a straight-line pattern. If they do, you've got a linear function. If not, something else is going on.

Most students see a table of numbers and panic. They shouldn't. There's a straightforward test anyone can run in under a minute.

The Core Definition You Need

A linear function has this form:

y = mx + b

Where m is the slope and b is the y-intercept. The defining property is that the rate of change is constant. For every 1 unit increase in x, y increases by exactly m units. Every time. No exceptions.

That's the whole ballgame. If change is constant, it's linear. If change varies, it isn't.

The Difference Test: Your New Best Friend

Here's how to check if a table is linear:

Step-by-Step Process

  1. Calculate the difference between consecutive y-values
  2. Calculate the difference between consecutive x-values
  3. Divide: Δy ÷ Δx
  4. Check if this ratio stays the same for every pair

If every ratio is identical, you have a linear function. Different ratios mean it's not linear.

Working Example

Look at this table:

x y Δx Δy Δy/Δx
1 5
3 11 2 6 3
5 17 2 6 3
7 23 2 6 3

The ratio is 3 every single time. This is linear. The function is y = 3x + 2.

When It's NOT Linear

x y Δy/Δx
1 3
2 6 3
3 12 6
4 24 12

Ratios: 3, 6, 12. These keep changing. This is exponential growth, not linear. The function is y = 3(2^(x-1)).

Spotting Non-Linear Patterns Quickly

Sometimes you don't even need to calculate. Watch for these red flags:

Graphing: The Visual Check

If you're unsure about your calculations, plot the points. If they fall on a single straight line, it's linear. If the points curve or form any other shape, it isn't.

This works, but it's slower than the difference test. Use it as a backup when numbers feel confusing.

Finding the Actual Function

Once you confirm linearity, finding the equation is simple:

  1. Pick any two points from your table
  2. Calculate slope: m = (y₂ - y₁) ÷ (x₂ - x₁)
  3. Plug one point and your slope into y = mx + b
  4. Solve for b

Example: Points (1, 5) and (3, 11)

m = (11 - 5) ÷ (3 - 1) = 6 ÷ 2 = 3

5 = 3(1) + b → b = 2

Function: y = 3x + 2

Common Mistakes That Fool People

Assuming equal x-spacing means linear. Just because x goes 1, 2, 3, 4 doesn't guarantee linearity. Check y-values too.

Forgetting to check ALL pairs. One different ratio disqualifies the whole table. Don't stop after checking two pairs.

Confusing linear with constant. A constant function (y = 5) is technically linear—it just has a slope of 0. Don't dismiss it.

Quick Reference Table

Function Type Δy/Δx Pattern Example
Linear Constant y = 2x + 1
Quadratic Changes by constant amount y = x²
Exponential Multiplies by constant y = 2ˣ
Absolute Value Constant then reverses y = |x|

Bottom Line

To check if a function table is linear: calculate the ratio of change between consecutive points. Same ratio every time = linear. Different ratios = not linear.

That's it. No magic, no complicated theory. Just consistent math or inconsistent math. Check, decide, done.