MATH 2 • ALGEBRA & FUNCTIONS

Comparing Function Types — I can compare functions (linear, exponential, quadratic) using graphs/tables/equations and justify differences in growth.

Understand why linear, exponential, and quadratic functions grow differently and how to identify each one from any representation.

Historical Context & Motivation

Humans have always needed to predict change — how fast a city grows, how quickly money accumulates, or how a ball arcs through the air. Across centuries, mathematicians developed different function types to model these distinct patterns of growth. Each function type captures a fundamentally different relationship between input and output, and understanding those differences is the key to choosing the right model for a real-world situation.

~300 BCE
Euclid & Proportional Relationships
Ancient Greek mathematicians like Euclid studied proportional relationships — the foundation of what we now call linear functions. Their work on ratios showed that some quantities increase at a constant, steady rate.
~200 CE
Diophantus & Quadratic Equations
Diophantus of Alexandria explored equations involving squared terms, laying early groundwork for quadratic functions. Centuries later, Islamic scholars like al-Khwarizmi provided systematic methods for solving them.
1614
Napier & Logarithms
John Napier published his work on logarithms, which are the inverse of exponential functions. This made calculations with rapidly growing quantities far more manageable and highlighted exponential growth as a distinct pattern.
1637
Descartes & the Coordinate Plane
René Descartes introduced the Cartesian coordinate system, allowing functions to be visualized as graphs. For the first time, mathematicians could clearly see the different shapes produced by linear, quadratic, and exponential rules.
Modern Era
Functions in Science & Finance
Today, comparing function types is essential in fields from epidemiology (exponential spread of disease) to physics (quadratic projectile motion) to business (linear cost models). Selecting the right function is the first step in accurate prediction.

The central question this lesson addresses is: How can you tell whether a relationship is linear, exponential, or quadratic — and why does it matter? Whether you are looking at a graph, a table of values, or an equation, each function type leaves distinct fingerprints. Learning to read those fingerprints lets you predict behavior, compare scenarios, and make informed decisions.

Core Principles & Definitions

Before diving into comparisons, you need a solid grasp of what makes each function type tick. A function is a rule that assigns exactly one output to every input. The three function families you will compare — linear, quadratic, and exponential — differ in how their outputs change as the input increases. These differences show up in their equations, their graphs, and the patterns in their tables.

1

Linear Functions

A linear function has the form y = mx + b. The output changes by a constant amount (the slope m) for every unit increase in x. Its graph is a straight line.
2

Quadratic Functions

A quadratic function has the form y = ax² + bx + c. The output changes by increasing amounts — the differences between outputs form a linear pattern. Its graph is a U-shaped curve called a parabola.
3

Exponential Functions

An exponential function has the form y = a · bˣ where b > 0 and b ≠ 1. The output is multiplied by a constant ratio for every unit increase in x. Its graph curves sharply upward (growth) or downward (decay).
4

Rate of Change

The rate of change describes how quickly the output grows. Linear functions have a constant rate, quadratic functions have a rate that changes linearly, and exponential functions have a rate that grows proportionally to the current value.
KEY TAKEAWAY
Think of it like driving a car. A linear function is cruise control — you cover the same distance every minute. A quadratic function is like steadily pressing the gas pedal harder — your speed keeps increasing at a steady pace, so you cover more and more ground each second. An exponential function is like your speed doubling every second — you go from a crawl to impossibly fast before you know it.

Visualizing the Three Function Families

The most immediate way to compare function types is to look at their graphs side by side. The diagram below plots three specific functions — one linear, one quadratic, and one exponential — on the same coordinate plane. Pay attention to how the curves relate to each other at small x-values versus large x-values.

All three functions start at low values when x is small. The linear function (blue) climbs steadily. The quadratic function (pink) starts slowly but accelerates, matching the linear at x = 5. The exponential function (cyan) looks small at first but eventually rockets past both.

Notice something important: at small x-values (like x = 1 or x = 2), all three outputs are relatively close together. But as x gets larger, the functions diverge dramatically. The exponential curve eventually dominates both the linear and quadratic — no matter how large the slope or leading coefficient. This is one of the most important ideas in mathematics: exponential growth always outpaces polynomial growth in the long run.

Mathematical Framework

Each function family has a standard form that reveals its growth behavior. Understanding these equations lets you identify function type and predict behavior without graphing.

LINEAR FUNCTION
y = mx + b
m = slope (constant rate of change); b = y-intercept (starting value when x = 0). The first differences (Δy) between consecutive outputs are always equal to m.
QUADRATIC FUNCTION
y = ax² + bx + c
a = leading coefficient (controls width and direction of parabola); c = y-intercept. The first differences change, but the second differences (differences of the differences) are constant and equal to 2a.
EXPONENTIAL FUNCTION
y = a · bˣ
a = initial value (y-intercept when x = 0); b = growth factor (b > 1 means growth, 0 < b < 1 means decay). Consecutive outputs have a constant ratio: dividing any output by the previous one always gives b.
💡 Table Test Cheat Sheet
Given a table with equally spaced x-values: (1) Compute the first differences (subtract consecutive y-values). If they are constant → linear. (2) If first differences are not constant, compute second differences. If those are constant → quadratic. (3) Instead, compute consecutive ratios (divide each y by the previous y). If those are constant → exponential.

Identifying Function Type from Tables

Tables of values are one of the most reliable ways to classify a function. The key technique is to look at how the output changes — specifically, whether the differences between outputs or the ratios of consecutive outputs are constant. The following table illustrates all three patterns side by side.

Side-by-side comparison of three function types with x = 0 through 5
xLinear y = 3x + 1Quadratic y = x² + 1Exponential y = 2ˣ
0111
1422
2754
310108
4131716
5162632
Three columns showing the diagnostic analysis for each function type. Linear: constant first differences. Quadratic: constant second differences. Exponential: constant consecutive ratios.

The diagram above is your go-to strategy whenever you receive a table. Start by checking first differences. If they are constant, you have a linear function and you are done. If they are not constant, you have two choices: check second differences (quadratic) or check ratios (exponential). With practice, this process becomes almost automatic.

Worked Example — Classifying from a Table and Writing the Equation

Suppose you are given the following table and asked to identify the function type, write the equation, and predict the output when x = 6.

Mystery function table
xy
05
115
245
3135
4405
Classify the Function, Write the Equation, and Predict y(6)
1
Step 1 — Compute First DifferencesSubtract consecutive y-values: 15 − 5 = 10, 45 − 15 = 30, 135 − 45 = 90, 405 − 135 = 270. The first differences are 10, 30, 90, 270 — these are not constant, so the function is not linear.
First differences: 10, 30, 90, 270 → Not linear
2
Step 2 — Check Consecutive RatiosDivide each y-value by the previous one: 15 ÷ 5 = 3, 45 ÷ 15 = 3, 135 ÷ 45 = 3, 405 ÷ 135 = 3. Every ratio is 3 — constant ratios confirm an exponential function.
Ratios: 3, 3, 3, 3 → Exponential
3
Step 3 — Write the EquationThe general form is y = a · bˣ. The ratio gives us b = 3. When x = 0, y = 5, so a = 5.
y = 5 · 3ˣ
4
Step 4 — Predict y When x = 6Substitute x = 6: y = 5 · 3⁶ = 5 · 729 = 3,645. Notice how enormous the value has become — this is the hallmark of exponential growth.
y(6) = 3,645

Strengths, Limitations, and Comparing Growth Patterns

Each function type has situations where it shines and situations where it falls short. Choosing the right model depends on understanding what kind of growth the situation actually exhibits. The table below summarizes key characteristics and common real-world applications of each type.

Side-by-side comparison of the three major function families
FeatureLinearQuadraticExponential
General Formy = mx + by = ax² + bx + cy = a · bˣ
Growth PatternConstant changeAccelerating change (then decelerating if a < 0)Multiplicative change
Graph ShapeStraight lineParabola (U or ∩)J-curve (growth) or decay curve
Table SignatureConstant 1st diff.Constant 2nd diff.Constant ratio
Long-Run Winner?Slowest growthModerate growthFastest growth
Real-World UseSalary over time, distance at constant speedProjectile motion, area problemsPopulation growth, compound interest, viral spread
KEY TAKEAWAY
Here is a practical rule of thumb: if you are adding the same amount each step, the model is linear. If the amount you add keeps increasing by the same extra amount each step, the model is quadratic. If you are multiplying by the same factor each step, the model is exponential. Mixing up addition and multiplication is the single most common mistake students make.

Connection to Advanced Topics

The skills you build in this lesson form the foundation for more advanced mathematical ideas. In later courses, you will encounter new function families — polynomial, logarithmic, rational, and trigonometric — and the same comparison strategies (examining rates of change, shapes, and long-run behavior) will apply. The table below previews how the concepts extend.

How today's comparison skills connect to higher mathematics
This LessonAdvanced Extension
Linear: constant first differencesCalculus: constant derivative (f′(x) = m)
Quadratic: constant second differencesCalculus: constant second derivative (f″(x) = 2a)
Exponential: constant ratioCalculus: derivative proportional to function (f′(x) = k · f(x))
Comparing growth rates visuallyLimits at infinity: exponential dominates polynomial, which dominates logarithmic
Identifying type from a tableRegression analysis: fitting the best-model type to real data using technology

For now, the essential insight is that different real-world phenomena obey different growth rules. Recognizing which rule is at work lets you make accurate predictions. As you move into precalculus and calculus, you will gain powerful tools — like derivatives and limits — that formalize exactly what "rate of change" means, but the intuition you build here will guide you every step of the way.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain, in your own words, the fundamental difference between how a linear function grows and how an exponential function grows. Why does an exponential function eventually surpass any linear function, no matter how steep the linear function's slope is?
PROBLEM 2BASIC CALCULATION
A function has the following values: when x = 0, y = 4; when x = 1, y = 12; when x = 2, y = 36; when x = 3, y = 108. Determine the function type and write its equation.
PROBLEM 3INTERMEDIATE
Consider the table: x = 0, y = 2; x = 1, y = 5; x = 2, y = 12; x = 3, y = 23; x = 4, y = 38. Use the difference method to determine whether this function is linear, quadratic, or exponential. If quadratic, find the value of a in y = ax² + bx + c.
PROBLEM 4APPLIED
A social media post gets 8 shares on day 0. One model predicts shares will increase by 20 each day (linear). Another model predicts shares will triple each day (exponential). Write both equations and determine on which day the exponential model first exceeds 5,000 shares. How many shares does the linear model predict on that day?
PROBLEM 5CRITICAL THINKING
Two functions are defined: f(x) = 50x and g(x) = 3ˣ. For small values of x, f(x) is greater than g(x). Find the exact integer value of x where g(x) first exceeds f(x). Then explain why, no matter how large you make the coefficient on the linear function (say y = 1,000,000x), an exponential function y = 3ˣ will always eventually win. Use the concepts of additive versus multiplicative growth in your justification.

Lesson Summary

In this lesson, you learned to distinguish three fundamental function families. A linear function (y = mx + b) grows by a constant difference and produces a straight-line graph. A quadratic function (y = ax² + bx + c) has constant second differences and graphs as a parabola. An exponential function (y = a · bˣ) has constant ratios between consecutive outputs and its graph curves sharply upward or downward.

You can identify function type from any representation: check first differences in a table (constant → linear), second differences (constant → quadratic), or consecutive ratios (constant → exponential). From a graph, look for a straight line, a U-shaped parabola, or a rapidly curving J-shape. The most important long-run truth is that exponential growth always eventually surpasses polynomial growth — a principle with profound consequences in science, finance, and technology.

Varsity Tutors • Math 2 • Comparing Function Types