ALGEBRA 1 • CONSTRUCT & COMPARE FUNCTIONS

Comparing Linear, Quadratic, Polynomial, Exponential Growth

Discover why exponential growth always wins the long-run race against any polynomial.

Historical Context & Motivation

People have been studying how things grow for centuries. Ancient farmers noticed that crops grew at a steady, predictable pace each season — a pattern we now call linear growth. But when mathematicians began studying populations of living things — rabbits, bacteria, and even humans — they discovered something very different. Populations could double, then double again, growing faster and faster in a pattern called exponential growth. Understanding the difference between these growth types became one of the most important ideas in all of mathematics.

~300 BCE
Euclid & Geometric Sequences
The ancient Greek mathematician Euclid described geometric sequences — lists of numbers where each term is multiplied by a constant. This was an early look at exponential patterns.
1202
Fibonacci's Liber Abaci
Leonardo Fibonacci introduced problems about rabbit population growth. His famous sequence hinted at how rapidly populations can increase compared to simple addition.
1798
Malthus & Population Growth
Thomas Malthus warned that human population grows exponentially while food supply grows only linearly. This observation shaped economics and biology for centuries.
1965
Moore's Law
Gordon Moore observed that the number of transistors on a computer chip doubles roughly every two years — a real-world example of exponential growth that transformed technology.

All of these moments share a central question: When one quantity grows by adding, and another grows by multiplying, which one eventually becomes larger? In this lesson, you will explore linear, quadratic, polynomial, and exponential functions side by side. By the end, you will understand why exponential growth always overtakes the others — no matter how big the polynomial is.

Core Principles & Definitions

Before we compare different types of growth, let's make sure we are clear about what each one means. Every function type has a different rule for how its output changes as the input gets larger.

1

Linear Growth

A linear function grows by adding the same amount each step. Example: y = 3x + 1. Each time x goes up by 1, y goes up by 3.
2

Quadratic Growth

A quadratic function includes an x² term, so it curves upward. Example: y = x². The differences between consecutive outputs keep increasing, but at a steady pace.
3

Polynomial Growth

A polynomial function can have x³, x⁴, or any whole-number power. Higher powers grow faster, but they all follow a power rule pattern.
4

Exponential Growth

An exponential function has x in the exponent. Example: y = 2ˣ. The output multiplies by the same factor each step, so it grows faster and faster.

The key difference is the word adding versus multiplying. Linear functions add a constant. Polynomial functions add amounts that grow, but those added amounts are still governed by a fixed power of x. Exponential functions multiply by a constant factor every step. That repeated multiplication is what makes exponential growth so powerful over time.

KEY TAKEAWAY
Think of it like walking versus running versus driving a car that keeps doubling its speed every minute. Walking adds the same distance each minute (linear). Running might add increasing distance like a polynomial. But the doubling car (exponential) starts slow, then zooms past everything — because each step multiplies instead of just adds.

Visual Comparison of Growth Types

The best way to see why exponential growth eventually dominates is to plot all the function types on the same graph. In the diagram below, notice how the exponential curve starts out looking small — it might even be below the other curves at first — but then it shoots upward and leaves every other function behind.

This graph shows three functions: y = 10x (linear, violet), y = x² (quadratic, pink), and y = 2ˣ (exponential, cyan). Notice how the exponential curve is below the linear line at x = 5, but by x = 8 it has surged past both of them.

Look closely at the graph above. At small values of x (like x = 2 or x = 3), the linear function y = 10x is actually the highest. The exponential function y = 2ˣ seems to barely move. But watch what happens as x gets larger: the exponential curve bends sharply upward and blows past the others. This is the crossover — the moment when exponential growth takes over. No matter how big the coefficients or powers of a polynomial are, this crossover always happens eventually.

Mathematical Framework

Now let's look at the formulas behind each growth type. Understanding the structure of these equations will help you see why exponential functions eventually dominate.

LINEAR FUNCTION
y = mx + b
Here, m is the constant rate of change (slope), and b is the starting value (y-intercept). The output grows by a fixed amount (m) for every increase of 1 in x.
QUADRATIC FUNCTION
y = ax² + bx + c
The x² term means the output grows faster as x increases. For large x, the ax² term dominates. The differences between consecutive y-values increase linearly — so growth speeds up, but at a steady pace.
POLYNOMIAL FUNCTION (GENERAL)
y = aₙxⁿ + aₙ₋₁xⁿ⁻¹ + … + a₁x + a₀
The highest power, n, is called the degree of the polynomial. A higher degree means faster growth — but the variable x is always in the base, not the exponent.
EXPONENTIAL FUNCTION
y = a × bˣ (where b > 1)
Here, a is the starting value and b is the growth factor. The variable x sits in the exponent. Each time x goes up by 1, the output is multiplied by b. This repeated multiplication is what makes exponential growth eventually dominate every polynomial.
💡 Why Does Exponential Always Win?
Here is the core idea: in a polynomial like x¹⁰, you multiply x by itself a fixed number of times (10 times). In an exponential like 2ˣ, you multiply 2 by itself x times — and x keeps growing! As x → ∞, you are doing more and more multiplications, which creates runaway growth that no fixed power can match.

Side-by-Side Tables: Watching the Race Unfold

Graphs give you the big picture, but tables let you see the exact numbers at each step. Let's compare four functions: a linear function, a quadratic, a cubic (degree-3 polynomial), and an exponential function. Watch what happens as x grows.

Comparison of four growth types as x increases
xy = 100x (Linear)y = x² (Quadratic)y = x³ (Cubic)y = 2ˣ (Exponential)
1100112
55002512532
101,0001001,0001,024
202,0004008,0001,048,576
303,00090027,0001,073,741,824
505,0002,500125,000≈ 1.13 × 10¹⁵
This bar chart shows how dramatically the exponential function dwarfs the others by x = 20. The linear and quadratic bars are barely visible compared to the exponential tower.

Look at the table and bar chart together. At x = 10, the exponential function (1,024) had just barely passed the linear function (1,000) and the cubic (1,000). But by x = 20, the exponential value of 1,048,576 is over 131 times larger than the cubic value of 8,000. By x = 50, the gap is astronomical. This pattern always holds: given enough time, exponential growth overtakes any polynomial growth.

Worked Example: Finding the Crossover Point

Let's work through a complete example. We'll compare a linear function and an exponential function, find when the exponential overtakes the linear, and explain what's happening at each step.

When Does 2ˣ Overtake 50x?
1
Step 1 — Identify the FunctionsWe are comparing two functions. The linear function is f(x) = 50x, which adds 50 every time x increases by 1. The exponential function is g(x) = 2ˣ, which doubles every time x increases by 1.
2
Step 2 — Build a Table of ValuesLet's compute both functions for several x-values: • x = 1: f(1) = 50, g(1) = 2 • x = 5: f(5) = 250, g(5) = 32 • x = 8: f(8) = 400, g(8) = 256 • x = 9: f(9) = 450, g(9) = 512 • x = 10: f(10) = 500, g(10) = 1,024
3
Step 3 — Identify the CrossoverAt x = 8, the linear function (400) is still larger than the exponential (256). But at x = 9, the exponential (512) passes the linear (450). So the crossover happens between x = 8 and x = 9.
Crossover point: between x = 8 and x = 9
4
Step 4 — Verify the Trend ContinuesAt x = 10, f(10) = 500 and g(10) = 1,024. The exponential is now more than double the linear. At x = 15, f(15) = 750 and g(15) = 32,768. The gap is growing rapidly. Once an exponential function passes a polynomial, it never falls back below.
5
Step 5 — State the ConclusionEven though the linear function y = 50x had a huge head start (at x = 1, it was 25 times bigger than y = 2ˣ), the exponential caught up and surpassed it by x = 9. For all x values greater than about 8.97, the exponential function is larger.
For x > 9, 2ˣ > 50x. Exponential growth wins the long game.

Comparing Growth Types: Strengths & Limitations

Each growth type models different real-world situations well. No single type is "better" — the best model depends on the situation you're describing. Here's a summary of when each type shines and where it falls short.

Growth TypeBest Used When…Limitations
LinearA quantity increases by the same amount each time period (e.g., saving $20 per week, driving at constant speed).Cannot model situations where the rate of change is accelerating or decelerating.
QuadraticA quantity's rate of increase is itself increasing steadily (e.g., area of a growing square, objects in free fall).Grows too slowly to model doubling or compounding processes. Only one "shape" of curvature.
Polynomial (higher degree)Complex relationships with multiple turning points (e.g., revenue models, physics equations involving higher powers).Still cannot capture the explosive growth seen in populations, viral spread, or compound interest.
ExponentialA quantity multiplies by a constant factor each time period (e.g., bacteria doubling, compound interest, radioactive decay).Can produce unrealistically large numbers very quickly. Real-world exponential growth usually slows down due to resource limits.
KEY TAKEAWAY
Think of it like a race on a track. The linear runner moves at a constant pace. The polynomial runner gradually speeds up. But the exponential runner doubles their speed at every checkpoint. Even if the polynomial runner has a huge head start, the exponential runner's ever-increasing speed guarantees they will eventually blow past everyone — and once they do, the gap only gets wider.

Connections to Advanced Topics

The idea that exponential functions eventually dominate polynomials is not just an Algebra 1 concept — it connects to many advanced areas of math and science. Here is a quick preview of where this idea leads.

This Lesson (Algebra 1)Advanced Connection
Comparing growth using tables and graphsIn calculus, you use limits to prove that exponential functions grow faster: lim (x→∞) of xⁿ / bˣ = 0 for any n and b > 1.
Exponential function y = a × bˣIn Algebra 2, you study logarithms — the inverse of exponential functions — and natural exponential function y = eˣ.
Real-world exponential modelsIn biology and economics, logistic growth models combine exponential growth with a carrying capacity to create more realistic predictions.
Crossover points where functions meetIn computer science, algorithm efficiency is classified by growth rate: O(n), O(n²), O(2ⁿ). Understanding growth rates helps predict which algorithms are practical.

So the skill you're building right now — recognizing growth types and comparing them — is the foundation for calculus, computer science, biology, and economics. Every time you hear about compound interest, population growth, or viral spread, you're seeing CCSS.F-LE.3 in action.

Practice Problems

PROBLEM 1CONCEPTUAL
In your own words, explain the difference between how a linear function grows and how an exponential function grows. Why does the exponential function eventually become larger?
PROBLEM 2BASIC CALCULATION
Complete the table for f(x) = 20x and g(x) = 3ˣ. Then identify the first whole-number x where g(x) > f(x). | x | f(x) = 20x | g(x) = 3ˣ | |---|-----------|----------| | 1 | ? | ? | | 2 | ? | ? | | 3 | ? | ? | | 4 | ? | ? | | 5 | ? | ? | | 6 | ? | ? |
PROBLEM 3INTERMEDIATE
Consider f(x) = x³ and g(x) = 2ˣ. Using a table or graph, determine the approximate value of x where g(x) first exceeds f(x) and stays larger. Explain why the exponential doesn't just temporarily pass the cubic — it stays ahead forever.
PROBLEM 4APPLIED
A town offers you two payment plans for tutoring 30 sessions. Plan A: You earn $200 per session (linear). Plan B: You earn $0.01 for the first session, $0.02 for the second, $0.04 for the third — doubling each time (exponential). Calculate your total earnings under each plan after 20 sessions and after all 30 sessions. Which plan is better?
PROBLEM 5CRITICAL THINKING
A classmate claims: "x¹⁰⁰ will always be bigger than 2ˣ because x has a power of 100, which is way bigger than the base of 2." Is this correct? Construct an argument using what you learned in this lesson. At what point would you expect 2ˣ to eventually surpass x¹⁰⁰?

Lesson Summary

In this lesson, you explored four types of function growth. A linear function (y = mx + b) grows by adding a constant amount each step. A quadratic function (y = ax² + bx + c) curves upward, with increasing differences between outputs. A polynomial function of higher degree grows faster, but the variable x always stays in the base. An exponential function (y = a × bˣ) puts x in the exponent, meaning the output multiplies by a constant factor each step.

The central idea of CCSS.F-LE.3 is that a quantity increasing exponentially will eventually exceed a quantity increasing as any polynomial — whether linear, quadratic, cubic, or beyond. This crossover always happens because repeated multiplication produces ever-larger jumps that no fixed power of x can match. You verified this principle using tables, graphs, and worked examples — the essential tools for comparing function growth.

Varsity Tutors • Algebra 1 • Comparing Linear, Quadratic, Polynomial, Exponential Growth