MATH 1 • ALGEBRA & FUNCTIONS

Linear vs. Non-Linear Patterns — I can identify and compare linear vs non-linear patterns from data and graphs.

Learn to distinguish straight-line relationships from curves by analyzing tables, equations, and graphs.

Historical Context & Motivation

Humans have been searching for patterns in data for thousands of years. Ancient civilizations tracked the motion of planets, the rise and fall of river levels, and the growth of populations, always looking for a predictable rule behind what they observed. The distinction between linear patterns (steady, constant change) and non-linear patterns (change that speeds up, slows down, or curves) became one of the most important ideas in the history of mathematics and science.

~300 BCE
Euclid's Elements
Euclid formalized the geometry of straight lines and proportional relationships, laying groundwork for what we now call linear functions.
1637
Descartes Invents the Coordinate Plane
René Descartes merged algebra and geometry by plotting equations on an x-y grid. For the first time, mathematicians could see the difference between a straight line and a curve.
1687
Newton's Principia
Isaac Newton used non-linear equations to describe planetary orbits and gravitational force, showing that many real-world phenomena follow curved, not straight, relationships.
1800s
Rise of Statistical Data Analysis
Scientists began fitting lines and curves to experimental data, formalizing methods like least-squares regression to determine whether data was linear or non-linear.

Today, distinguishing linear from non-linear patterns is essential in every field from economics to engineering. The central question is simple but powerful: does a quantity change at a constant rate, or does the rate itself change? Answering that question correctly determines which mathematical tools you use and which predictions you can trust.

Core Principles & Definitions

Before you can compare linear and non-linear patterns, you need clear definitions of each type. The ideas below form the foundation for everything that follows in this lesson.

1

Constant Rate of Change

A linear pattern has a constant rate of change, meaning for every equal step in x, the change in y is always the same. This constant is called the slope.
2

Variable Rate of Change

A non-linear pattern has a rate of change that varies. As x increases by equal amounts, y changes by different amounts — sometimes accelerating, sometimes decelerating.
3

First Differences Test

When data is organized in a table with equally spaced x-values, compute the first differences (the change in y between consecutive rows). If every first difference is the same, the pattern is linear.
4

Graph Shape

On a coordinate plane, a linear pattern always produces a straight line. A non-linear pattern produces a curve — a parabola, exponential curve, or other non-straight shape.
5

Equation Form

Linear equations have the form y = mx + b (degree 1). Non-linear equations include terms like x², x³, √x, 2ˣ, or 1/x, which make the degree or structure different from a simple first-degree polynomial.
KEY TAKEAWAY
Think of a linear pattern like driving on a highway at a perfectly steady 60 mph: every hour, you cover exactly 60 miles — no more, no less. A non-linear pattern is like accelerating from a stoplight: you cover more distance each second because your speed keeps increasing. The key question is always "Is the rate of change constant or is it changing?"

Visual Explanation — Seeing the Difference on a Graph

The fastest way to distinguish a linear pattern from a non-linear one is to plot the data on a coordinate plane. In the diagram below, two functions are graphed side by side: the blue straight line represents a linear function, while the pink curve represents a non-linear (quadratic) function. Notice how the straight line rises at a perfectly even rate, while the curve gets steeper as x increases.

The blue line (y = 2x + 1) rises at a constant rate. The pink curve (y = 0.5x²) starts slowly but increases faster and faster as x grows. At x = 6, the quadratic surpasses the linear because its rate of change keeps growing.

Notice how both functions pass through low y-values when x is small, but they diverge as x increases. This is a hallmark of comparing linear and non-linear patterns: they may look similar over a narrow interval, but over a wider domain their behaviors are dramatically different. A straight line can never "speed up" or "slow down" — it grows at one constant rate forever. A curve, on the other hand, tells a more complex story about how the output responds to the input.

Mathematical Framework

To classify a pattern mathematically, you can examine its equation, compute its rate of change from a table, or inspect the shape of its graph. Below are the key equations and formulas you will use.

SLOPE-INTERCEPT FORM (LINEAR)
y = mx + b
m = slope (constant rate of change); b = y-intercept (the value of y when x = 0). Because the highest power of x is 1, the graph is always a straight line.
RATE OF CHANGE (SLOPE FORMULA)
m = (y₂ − y₁) / (x₂ − x₁)
Calculate this between any two points. If m is the same for every pair of consecutive points, the data is linear.
QUADRATIC (NON-LINEAR EXAMPLE)
y = ax² + bx + c (a ≠ 0)
The x² term means the rate of change is not constant — it increases or decreases depending on x. The graph is a parabola.
EXPONENTIAL (NON-LINEAR EXAMPLE)
y = a · bˣ (b > 0, b ≠ 1)
Here x appears in the exponent. The output multiplies by a constant factor (b) for each unit increase in x, producing rapid growth or decay.
💡 Quick Classification Rule
If the equation has x raised to the first power only (and no x in an exponent, denominator, or under a radical), it is linear. Any other arrangement of x makes it non-linear.

The First Differences Method — Classifying from a Table

When you are given a table of data instead of an equation, the first differences method is your most reliable tool. For equally spaced x-values, compute the difference between each consecutive pair of y-values. If all first differences are equal, the data is linear. If they vary, it is non-linear.

Side-by-side comparison showing first differences for linear data (constant Δy = 3) and non-linear data (Δy increases: 1, 3, 5, 7). The step-by-step procedure below the tables summarizes the test.

The first differences method is especially useful on standardized tests and homework problems where you receive raw data without an equation. As a bonus, when the first differences themselves form a linear pattern (change by a constant), you know the original data is quadratic. This idea of looking at "differences of differences" (called second differences) extends the technique, but for now your primary goal is to distinguish linear from non-linear.

Worked Example — Identifying and Comparing Patterns

A science class records the height (in cm) of two different plants over 5 weeks. Plant A was given a constant amount of fertilizer each week; Plant B was given an increasing dose. Their heights are recorded below.

Plant height data over 5 weeks
Week (x)Plant A Height (cm)Plant B Height (cm)
055
197
21313
31723
42137
Classify Each Plant's Growth as Linear or Non-Linear
1
Step 1 — Check That x-Values Are Equally SpacedThe weeks go 0, 1, 2, 3, 4 — each step is +1. This confirms we can use the first differences method directly.
2
Step 2 — Compute First Differences for Plant AΔy: 9 − 5 = 4, 13 − 9 = 4, 17 − 13 = 4, 21 − 17 = 4. Every first difference equals 4.
Plant A: constant Δy = 4 → Linear
3
Step 3 — Compute First Differences for Plant BΔy: 7 − 5 = 2, 13 − 7 = 6, 23 − 13 = 10, 37 − 23 = 14. The first differences are 2, 6, 10, 14 — they are not equal.
Plant B: varying Δy → Non-Linear
4
Step 4 — Write a Linear Equation for Plant ASince the slope m = 4 and the y-intercept b = 5 (the height at week 0), the equation is y = 4x + 5.
Plant A: y = 4x + 5
5
Step 5 — Investigate Plant B Further (Optional)The second differences for Plant B are: 6 − 2 = 4, 10 − 6 = 4, 14 − 10 = 4. Constant second differences indicate a quadratic pattern. Testing y = 2x² + 5: at x = 1, y = 7 ✓; at x = 2, y = 13 ✓; at x = 3, y = 23 ✓; at x = 4, y = 37 ✓.
Plant B: y = 2x² + 5 (quadratic)

Comparing Linear and Non-Linear Patterns

Now that you can identify each type, it helps to see all the key differences organized in one place. The table below compares linear and non-linear patterns across several important characteristics.

Key differences between linear and non-linear patterns
FeatureLinear PatternNon-Linear Pattern
Graph ShapeStraight lineCurve (parabola, exponential, etc.)
Rate of ChangeConstant (same slope everywhere)Variable (slope changes with x)
First DifferencesAll equalNot all equal
Equation Formy = mx + b (degree 1)y = ax² + bx + c, y = a · bˣ, etc.
Real-World ExampleHourly wage ($15/hr)Compound interest, population growth
Prediction BehaviorSame increase per unit of x foreverOutput can grow or decay rapidly
KEY TAKEAWAY
Imagine you are filling two swimming pools. Pool A has a garden hose running at a constant flow — the water level rises the same amount every minute (linear). Pool B has a pump that doubles its speed every 10 minutes — the water level rises slowly at first then surges (non-linear). Both pools fill up, but the pattern of how they fill is fundamentally different, and choosing the wrong model would give wildly inaccurate predictions about when each pool is full.

Connection to Advanced Topics

The ability to distinguish linear from non-linear patterns is not just a stand-alone skill — it is the gateway to several advanced topics you will encounter in Algebra 2, Pre-Calculus, and beyond. The table below connects what you have learned here to where these ideas lead.

How this lesson connects to future mathematics
This LessonWhere It Leads
Identifying linear equations (y = mx + b)Systems of linear equations and matrices
Recognizing quadratic patterns (y = ax² + bx + c)Factoring, the quadratic formula, vertex form, and projectile motion
Recognizing exponential patterns (y = a · bˣ)Exponential growth/decay, logarithms, finance (compound interest)
First and second differencesFinite differences, sequences and series, discrete calculus
Classifying rate of change as constant vs. variableInstantaneous rate of change (derivatives) in calculus

In calculus, the concept of a derivative formalizes the idea of "rate of change at a single point." For a linear function, the derivative is the same everywhere — it equals the slope m. For a non-linear function, the derivative changes depending on where you are on the curve. So the intuition you are building right now — asking whether the rate of change stays the same or varies — is exactly the intuition that powers calculus.

Practice Problems

PROBLEM 1CONCEPTUAL
A friend says, "I can always tell if a pattern is linear just by looking at two data points." Is your friend correct? Explain why or why not.
PROBLEM 2BASIC CALCULATION
Given the data: x = {1, 2, 3, 4, 5} and y = {7, 11, 15, 19, 23}, determine whether the pattern is linear or non-linear. If it is linear, state the slope and write the equation.
PROBLEM 3INTERMEDIATE
A table shows the following data: x = {0, 1, 2, 3, 4} and y = {3, 6, 12, 24, 48}. (a) Use first differences to show the data is non-linear. (b) Determine what type of non-linear pattern this represents and find the equation.
PROBLEM 4APPLIED
A taxi company charges a $3.00 flat fee plus $2.50 per mile. A rideshare app charges no flat fee but prices according to the formula cost = 0.50 × (miles)². At how many miles does the rideshare become more expensive than the taxi? Which pricing model is linear and which is non-linear?
PROBLEM 5CRITICAL THINKING
Consider the data: x = {0, 1, 2, 3, 4} and y = {10, 13, 18, 25, 34}. (a) Show it is non-linear using first differences. (b) Use second differences to confirm it is quadratic. (c) Find the equation y = ax² + bx + c that fits this data.

Lesson Summary

A linear pattern has a constant rate of change, produces a straight line on a graph, and follows the equation y = mx + b. A non-linear pattern has a variable rate of change, produces a curve, and involves equations where x appears with an exponent other than 1, in an exponent, or under a radical.

The first differences test is your go-to classification tool when working from a table: equal first differences mean linear; unequal first differences mean non-linear. Constant second differences indicate a quadratic pattern, while a constant multiplicative ratio between consecutive y-values signals an exponential pattern. Mastering this distinction prepares you for systems of equations, quadratic functions, exponential models, and eventually calculus.

Varsity Tutors • Math 1 • Linear vs. Non-Linear Patterns