Historical Context & Motivation
The study of polynomial functions stretches back thousands of years, rooted in the practical need to describe curves, model physical phenomena, and solve equations that arise naturally in geometry and commerce. Ancient Babylonian mathematicians solved quadratic equations as early as 1800 BCE, and Greek geometers such as Apollonius studied the conic sections—curves that can be expressed with second-degree polynomials. The deeper question of how quickly a polynomial's output changes relative to its input, however, required centuries of additional mathematical development before it could be formalized.
The concept of a rate of change emerged alongside the development of coordinate geometry by René Descartes in the 17th century, which allowed algebraic expressions to be visualized as curves in the plane. Once functions could be graphed, mathematicians naturally began asking: how steep is this curve at a given point, and how does that steepness itself change? While Isaac Newton and Gottfried Wilhelm Leibniz would eventually answer these questions with calculus, the precalculus study of average rates of change and concavity provides the essential conceptual foundation for understanding how polynomial outputs evolve over intervals.
The central question this lesson addresses is deceptively simple: given a polynomial function, how can we describe and compare the way its output values change over different intervals, and what does the pattern in those changes reveal about the function's shape? Answering this question equips you with tools to analyze polynomial behavior without calculus—an essential skill tested throughout the AP Precalculus examination.
Core Principles & Definitions
Before analyzing how polynomial functions change, we must establish precise definitions of the key ideas. A polynomial function of degree n is a function of the form f(x) = aₙxⁿ + aₙ₋₁xⁿ⁻¹ + … + a₁x + a₀, where the coefficients aᵢ are real numbers and aₙ ≠ 0. The degree of the polynomial determines its fundamental behavior—its end behavior, its maximum number of turning points, and critically, the pattern in its rates of change. Understanding rates of change for polynomials requires four interconnected ideas: the average rate of change itself, how that rate changes (the second-order rate), the connection to concavity, and how the degree of the polynomial governs these patterns.
Average Rate of Change (AROC)
Rate of Change of the Rate of Change
Concavity
Degree and Rate Patterns
Visualizing Rates of Change
The average rate of change between two points on a polynomial's graph is the slope of the secant line connecting those points. Visualizing multiple secant lines across different intervals reveals whether the function's rate of change is increasing, decreasing, or constant. The diagram below illustrates the parabola f(x) = x² with three secant lines drawn over consecutive unit intervals. Notice how the secant lines grow steeper as x increases—this increasing steepness is the visual signature of a positive, increasing rate of change, which corresponds to concave up behavior.
Observe that the secant line over [0, 1] (cyan) is nearly flat with a slope of 1, while the secant line over [3, 4] (red) is much steeper with a slope of 7. The consistent increase of 2 in the AROC values across each successive interval is not coincidental—it is an inherent property of quadratic functions. More generally, for a polynomial of degree n evaluated at equally spaced inputs, the nth successive differences of the output values will be constant. This observation, which connects to the method of finite differences, is one of the most powerful tools in precalculus for identifying polynomial degree from tabular data.
Mathematical Framework
The mathematical machinery for analyzing polynomial rates of change centers on the average rate of change formula and the systematic study of how that quantity itself changes across successive intervals. These tools allow us to determine concavity, identify polynomial degree, and predict behavior—all without computing derivatives.
It is essential to recognize that the concavity interpretation depends on examining rates of change over equal-length intervals. When the intervals are not equally spaced, the finite differences method does not directly apply, and you must instead compute AROC values for each interval and then examine their trend qualitatively. A positive and increasing set of AROC values indicates concave up behavior with the function increasing at an accelerating rate, while a positive but decreasing set of AROC values indicates concave down behavior with the function increasing at a decelerating rate.
Classifying Polynomial Behavior by Degree
Different polynomial degrees produce fundamentally different rate-of-change signatures. A linear function (degree 1) has a constant AROC—its graph is a straight line with no curvature. A quadratic function (degree 2) has a linearly changing AROC, meaning its second differences are constant. A cubic function (degree 3) has a quadratically changing AROC, with constant third differences. The following table and diagram summarize this hierarchy for degrees 1 through 4.
| Degree | Name | AROC Behavior | Constant Differences at Level | Concavity Pattern |
|---|---|---|---|---|
| 1 | Linear | Constant | 1st differences | Neither (straight line) |
| 2 | Quadratic | Linear (changes at constant rate) | 2nd differences | Entirely concave up or entirely concave down |
| 3 | Cubic | Quadratic (rate of rate changes linearly) | 3rd differences | Changes concavity once (inflection point) |
| 4 | Quartic | Cubic (rate of rate of rate changes linearly) | 4th differences | May change concavity up to twice |
The diagram above illustrates the finite differences method applied to a cubic polynomial. Each column represents a successive level of differencing: the first differences (Δ¹) are computed by subtracting consecutive f(x) values, the second differences (Δ²) by subtracting consecutive Δ¹ values, and the third differences (Δ³) by subtracting consecutive Δ² values. The fact that Δ³ is constant at every step proves that the original data must come from a degree 3 polynomial. Additionally, the second differences are increasing (8, 14, 20), which tells us the rate of change of the AROC is itself increasing—a hallmark of the changing concavity present in cubic functions.
Worked Example
Let us work through a complete problem that mirrors what you would encounter on the AP Precalculus exam. We are given a table of values for a function g and asked to determine the degree of the polynomial, the concavity over each interval, and the average rate of change over a specified interval.
Comparing Polynomial vs. Exponential Rates of Change
A key skill on the AP Precalculus exam is distinguishing polynomial growth from exponential growth, since both can produce increasing output values. The critical difference lies in how their rates of change behave. Polynomial rates of change eventually reach a constant level after a finite number of differencing steps, while exponential rates of change are themselves exponential—they never become constant through successive differencing. Understanding this distinction is essential for identifying function types from data.
| Feature | Polynomial (degree n) | Exponential (base b) |
|---|---|---|
| AROC over equal intervals | Changes; nth differences are constant | Proportional to function value; consecutive AROC values form a geometric sequence |
| Successive differences | Reach zero after n+1 levels | Never reach zero; differences are always proportional to the original |
| Concavity | Can change (at most n − 2 times) | Always concave up (b > 1) or always concave down (0 < b < 1) |
| Long-run dominance | Eventually dominated by any exponential with b > 1 | Dominates all polynomials as x → ∞ |
| Data identification test | Compute successive differences until constant | Compute successive ratios of outputs; constant ratio confirms exponential |
Connection to Calculus and Advanced Theory
The average rate of change studied in this lesson is the discrete, interval-based precursor to the derivative in calculus. Where the AROC measures the slope of the secant line over a finite interval [a, b], the derivative measures the slope of the tangent line at a single point—obtained by taking the limit as b approaches a. Conceptually, the finite differences method you have learned is a discrete analog of repeated differentiation: just as the nth finite differences of a degree-n polynomial are constant, the nth derivative of a degree-n polynomial is a nonzero constant, and all higher derivatives are zero.
| Concept | Precalculus (This Course) | Calculus |
|---|---|---|
| Rate of change | AROC = [f(b) − f(a)] / (b − a) | f′(x) = lim(h→0) [f(x+h) − f(x)] / h |
| Second-order rate | Δ² (second finite differences) | f″(x) (second derivative) |
| Concavity | AROC increasing → concave up; AROC decreasing → concave down | f″(x) > 0 → concave up; f″(x) < 0 → concave down |
| Degree test | nth finite differences constant → degree n | nth derivative constant → degree n |
| Inflection point | Where second differences change sign | Where f″(x) changes sign |
This correspondence is not merely aesthetic—it is deeply structural. The finite differences method is used extensively in numerical analysis and computer science to approximate derivatives when analytical formulas are unavailable. In AP Calculus, when you encounter the definition of the derivative for the first time, you will recognize it as the limit of the average rate of change you have already mastered. The conceptual framework of 'rates of rates' that you are building now will make the second derivative and concavity tests in calculus feel like natural extensions rather than new abstractions.
Practice Problems
Lesson Summary
This lesson established the framework for analyzing polynomial functions through their rates of change. The average rate of change (AROC) over an interval [a, b] is the slope of the secant line: [f(b) − f(a)] / (b − a). When the AROC is increasing over consecutive intervals, the function is concave up; when the AROC is decreasing, the function is concave down. The finite differences method provides a systematic way to determine the degree of a polynomial from equally spaced data: for a degree-n polynomial, the nth differences are constant.
Key distinctions to remember: linear functions have constant first differences, quadratic functions have constant second differences, and cubic functions have constant third differences. Polynomial growth is distinguished from exponential growth by the fact that polynomial differences eventually become constant, while exponential outputs have constant ratios. These concepts form the bridge to the derivative in calculus, where the AROC becomes the instantaneous rate of change at a single point.