Home

Tutoring

Subjects

Live Classes

Study Coach

Essay Review

On-Demand Courses

Colleges

Games


Log in

Opening subject page...

Loading your content

  1. AP Precalculus
  2. Rates of Change

AP PRECALCULUS • POLYNOMIAL AND RATIONAL FUNCTIONS

Rates of Change

Understanding how functions behave between and at specific points lays the groundwork for analyzing polynomial and rational models.

SECTION 1

Historical Context & Motivation

The idea of measuring how one quantity changes relative to another is among the oldest in mathematics, predating formal calculus by millennia. Ancient Babylonian astronomers around 300 BCE tracked the changing positions of planets against time, effectively computing average rates of change of celestial coordinates. Greek geometers, particularly Archimedes, grappled with the related problem of finding tangent lines to curves—an endeavor that implicitly requires an understanding of instantaneous rate of change. These two threads—average and instantaneous change—wove through centuries of mathematical development until Newton and Leibniz formalized them as the derivative in the seventeenth century.

~300 BCE
Babylonian Velocity Tables
Babylonian scribes recorded position changes of Jupiter over equal time intervals, computing what we now call average rates of change in tabular form.
~250 BCE
Archimedes & Tangent Lines
Archimedes developed methods for finding tangent lines to spirals and parabolas, foreshadowing the concept of instantaneous rate of change at a point on a curve.
1629
Fermat's Method of Adequality
Pierre de Fermat introduced a technique for finding maxima and minima of polynomial expressions by analyzing where the rate of change equals zero, anticipating differential calculus.
1665–1687
Newton & Leibniz Formalize Calculus
Newton's fluxions and Leibniz's differentials provided a rigorous framework for computing instantaneous rates of change, building directly on the concept of the difference quotient.

In AP Precalculus, you study rates of change without yet taking the formal limit that defines the derivative. The central question is: given a polynomial or rational function, how can we quantify and interpret its behavior over an interval or near a specific input? Mastering the average rate of change and understanding how it approximates the instantaneous rate of change is essential groundwork for both the AP Precalculus exam and the calculus courses that follow.

SECTION 2

Core Principles & Definitions

Before diving into calculations, it is important to establish the foundational ideas that underpin every rate-of-change analysis. These principles apply universally—to linear, polynomial, rational, and even transcendental functions—though in this unit we focus specifically on polynomial and rational models. Understanding these core ideas transforms rate-of-change problems from mechanical computations into meaningful interpretations of function behavior.

1

Average Rate of Change (AROC)

The ratio Δy/Δx = [f(b) − f(a)] / (b − a) measures the overall change in output per unit change in input over the interval [a, b]. Geometrically, it equals the slope of the secant line connecting (a, f(a)) and (b, f(b)).
2

Secant vs. Tangent Lines

A secant line intersects a curve at two points and represents average behavior. A tangent line touches the curve at exactly one point and represents instantaneous behavior. As the secant points converge, the secant line approaches the tangent line.
3

Positive, Negative, and Zero AROC

When AROC > 0, the function increases on average over the interval. When AROC < 0, it decreases on average. When AROC = 0, the net change in output is zero, though the function may still fluctuate within the interval.
4

Rate of Change of a Rate of Change

Examining how the AROC itself changes across successive intervals reveals concavity. If the AROC is increasing, the function is concave up; if the AROC is decreasing, the function is concave down. This second-order analysis is crucial for interpreting polynomial behavior.
✦ KEY TAKEAWAY
Think of average rate of change like the average speed on a road trip: if you drive 300 miles in 5 hours, your average speed is 60 mph—even though you may have accelerated, braked, and even stopped along the way. The AROC captures the net effect over the entire interval without revealing the moment-by-moment details. In engineering and data science, this distinction matters: average rates inform trend analysis, while instantaneous rates drive real-time control systems.
SECTION 3

Visual Explanation

The following diagram illustrates the geometric meaning of the average rate of change for a polynomial function. Observe how the secant line connects two points on the curve, and its slope equals the ratio of the vertical change to the horizontal change between those points. This visual connection between algebra and geometry is at the heart of precalculus rate-of-change analysis.

Average Rate of Change as Secant Line Slopexf(x)Secant lineΔx = b − aΔy = f(b) − f(a)abf(a)f(b)AROC = Δy / Δx= [f(b) − f(a)] / (b − a)
The purple-to-cyan curve represents a polynomial function f(x). The pink dashed secant line connects the points (a, f(a)) and (b, f(b)). The amber arrow (Δx) and pink arrow (Δy) show the horizontal and vertical displacements whose ratio equals the average rate of change.

Notice that the secant line captures only the net effect of the function's behavior between x = a and x = b. The curve may rise, fall, and rise again within the interval, yet the secant line's slope reduces all of that complexity to a single number. This is precisely why the average rate of change is a coarse-grained measure—it tells you the overall trend but not the local details. When you need finer resolution, you shrink the interval, computing AROC over smaller and smaller sub-intervals, which is the conceptual bridge to instantaneous rate of change and, eventually, the derivative.

SECTION 4

Mathematical Framework

The mathematical machinery for rates of change centers on the difference quotient, a ratio that generalizes the slope formula from linear functions to arbitrary functions. For polynomial and rational functions, the difference quotient often simplifies algebraically, revealing structural information about the function's behavior.

AVERAGE RATE OF CHANGE
AROC = [f(b) − f(a)] / (b − a)
Here f is any function, and a and b are two distinct input values with a ≠ b. The result equals the slope of the secant line through (a, f(a)) and (b, f(b)).
DIFFERENCE QUOTIENT (GENERAL FORM)
[f(x + h) − f(x)] / h
This equivalent formulation uses a base point x and a step size h. Setting a = x and b = x + h recovers the AROC formula. As h → 0, this expression approaches the instantaneous rate of change (the derivative), but in precalculus we evaluate it for specific nonzero values of h.
LINEAR FUNCTION SPECIAL CASE
f(x) = mx + b ⟹ AROC = m (constant for all intervals)
For a linear function, the average rate of change equals the slope m regardless of which interval [a, b] you choose. This constancy is the defining characteristic of linearity and provides a baseline against which polynomial and rational rates of change are compared.

For a quadratic function f(x) = ax² + bx + c, the difference quotient [f(x + h) − f(x)] / h simplifies to 2ax + ah + b. Notice that this expression depends on both x and h, confirming that the AROC of a quadratic varies with the interval—a fundamental departure from linear behavior. As h → 0, the expression reduces to 2ax + b, the derivative. In precalculus, we interpret this algebraic simplification as evidence that the rate of change of a quadratic is itself a linear function, which is why parabolas have a single axis of symmetry and a single extremum.

📐 Connecting to Polynomial Degree
A polynomial of degree n has an average rate of change that behaves like a polynomial of degree n − 1 as you analyze it across intervals. This pattern—where analyzing the rate of change reduces the degree by one—is a recurring theme throughout precalculus and calculus. For AP Precalculus, focus on recognizing whether a function's AROC is increasing, decreasing, or constant across successive equal-length intervals.
SECTION 5

Concavity & Second Differences

One of the most powerful applications of rates of change in AP Precalculus is determining the concavity of a function by examining how its average rate of change evolves across successive intervals. If you compute the AROC over equally spaced sub-intervals, the change in those successive AROCs—sometimes called the second difference—reveals whether the function is bending upward or downward. This technique is especially valuable when you are given a table of values rather than an explicit formula, a common scenario on the AP exam.

Table showing f(x) = 2x² + x + 2 with constant second differences, confirming quadratic behavior and concave-up shape.
xf(x)AROC on preceding intervalChange in AROC
02——
153—
2127+4
32311+4
43815+4

In the table above, the AROC increases by a constant +4 across each successive interval. A constant positive change in AROC indicates concave up behavior, while a constant negative change would indicate concave down behavior. Moreover, constant second differences are the hallmark of a quadratic function—this fact serves as a powerful diagnostic tool for identifying the degree of a polynomial from tabular data.

Concavity: Increasing vs. Decreasing AROCConcave Up (AROC Increasing)slope = 0.6slope = 1.8slope = 2.5Secant slopes increase ⟹ concave upConcave Down (AROC Decreasing)slope = 2.3slope = 0.1slope = −0.4Secant slopes decrease ⟹ concave down
Side-by-side comparison of concavity. On the left, successive secant slopes increase (0.6, 1.8, 2.5), indicating concave-up behavior. On the right, successive secant slopes decrease (2.3, 0.1, −0.4), indicating concave-down behavior.
🎯 EXAM TIP
On the AP Precalculus exam, when given a table of values at equally spaced x-values, always compute consecutive AROCs and then examine how those AROCs change. Constant second differences point to a quadratic model. If the second differences themselves are changing at a constant rate, the data likely fits a cubic model. This hierarchical analysis is a reliable strategy for identifying polynomial degree from numerical data.
SECTION 6

Worked Example

Let us work through a comprehensive example that ties together the AROC formula, difference quotient simplification, and concavity analysis for a polynomial function.

Finding and Interpreting the Average Rate of Change of f(x) = x³ − 3x + 1

Step 1 — State the Problem

Given f(x) = x³ − 3x + 1, find the average rate of change of f on the interval [1, 4]. Then determine whether f is concave up or concave down on this interval by comparing AROCs on [1, 2], [2, 3], and [3, 4].

Step 2 — Evaluate f at the Endpoints

Compute f(1) = (1)³ − 3(1) + 1 = 1 − 3 + 1 = −1. Compute f(4) = (4)³ − 3(4) + 1 = 64 − 12 + 1 = 53.
f(1) = −1, f(4) = 53

Step 3 — Apply the AROC Formula on [1, 4]

AROC = [f(4) − f(1)] / (4 − 1) = [53 − (−1)] / 3 = 54 / 3 = 18. This means that on average, f increases by 18 units for every 1-unit increase in x over this interval.
AROC on [1, 4] = 18

Step 4 — Compute AROCs on Sub-intervals

f(2) = 8 − 6 + 1 = 3, f(3) = 27 − 9 + 1 = 19. AROC on [1, 2] = [3 − (−1)] / 1 = 4. AROC on [2, 3] = [19 − 3] / 1 = 16. AROC on [3, 4] = [53 − 19] / 1 = 34.
Sub-interval AROCs: 4, 16, 34

Step 5 — Analyze Concavity via Changes in AROC

Change from first to second AROC: 16 − 4 = 12. Change from second to third AROC: 34 − 16 = 18. Since the AROCs are increasing (4 → 16 → 34) and the rate at which they increase is itself increasing (12 → 18), the function f is concave up on [1, 4]. Note that the second differences are not constant (12 ≠ 18), which is consistent with f being a cubic (degree 3), not a quadratic.
f is concave up on [1, 4]; non-constant second differences confirm cubic behavior
SECTION 7

Comparing AROC Across Function Types

One of the most effective ways to deepen your understanding of rates of change is to compare how different function families behave. The table below contrasts the AROC behavior of linear, polynomial, and rational functions—the three families most prominent in the AP Precalculus curriculum.

Comparison of average rate of change behavior across function families tested on the AP Precalculus exam.
PropertyLinear FunctionsPolynomial Functions (deg ≥ 2)Rational Functions
AROC behaviorConstant for all intervals; equals the slope mVaries by interval; depends on both the location and width of the intervalVaries by interval; can change sign and may be undefined at vertical asymptotes
Second differencesAlways zeroConstant for quadratics; variable for higher degreesNot constant; behavior depends on proximity to asymptotes
ConcavityNeither concave up nor down (the graph is straight)May change concavity at inflection pointsMay change concavity; often dictated by asymptotic behavior
AROC = 0 impliesHorizontal line (m = 0)f(a) = f(b); the function returns to the same value, possibly after turningf(a) = f(b); may occur between vertical asymptotes
Common AP exam contextBaseline for comparison; identifying non-linear behaviorTabular data analysis; identifying degree from patterns in AROCAnalyzing end behavior and behavior near discontinuities
✦ KEY TAKEAWAY
The AROC of a linear function is like cruise control—locked at a constant speed regardless of when you check. The AROC of a polynomial is like driving on a hilly road—your speed varies smoothly and predictably based on the terrain. The AROC of a rational function near an asymptote is like approaching a wall—the rate of change can spike dramatically as you get closer to the discontinuity. Recognizing these behavioral signatures helps you quickly classify function types on the exam.
SECTION 8

Connection to Advanced Theory

Everything you study about rates of change in AP Precalculus is a direct precursor to differential calculus. The transition from precalculus to calculus involves taking the limit of the difference quotient as the interval width approaches zero. Understanding this connection helps you appreciate why the AP Precalculus curriculum emphasizes AROC so heavily—it is building the conceptual scaffolding for the derivative.

How precalculus rate-of-change concepts map onto calculus derivatives.
ConceptAP PrecalculusAP Calculus
Rate of changeAverage rate of change over [a, b]Instantaneous rate of change at x = a (the derivative f′(a))
Geometric interpretationSlope of secant lineSlope of tangent line
Formula[f(b) − f(a)] / (b − a)lim(h→0) [f(a+h) − f(a)] / h
Concavity analysisExamining changes in successive AROCs (second differences)Sign of the second derivative f″(x)
Interval vs. pointRequires two distinct input valuesDefined at a single input value

While you will not be asked to compute limits or derivatives on the AP Precalculus exam, you should be comfortable with the idea that the average rate of change is an approximation of the instantaneous rate of change, and that this approximation improves as the interval narrows. Many exam questions test this understanding qualitatively—for example, asking whether a given AROC overestimates or underestimates the rate of change at a point, based on the function's concavity. If the function is concave up, the secant line lies below the tangent at the left endpoint, so the AROC underestimates the instantaneous rate at the right endpoint. The reverse applies for concave down functions.

SECTION 9

Practice Problems

PROBLEM 1 — CONCEPTUAL
For a function f, the average rate of change on [2, 5] is positive while the average rate of change on [2, 3] is negative. Which of the following must be true?
PROBLEM 2 — BASIC CALCULATION
What is the average rate of change of g(x) = 2x² − 5x + 3 on the interval [1, 4]?
PROBLEM 3 — INTERMEDIATE
The table below gives selected values of a function h. | x | 0 | 2 | 4 | 6 | 8 | |------|---|---|----|----|----| | h(x) | 1 | 9 | 25 | 49 | 81 | Based on the average rates of change over consecutive equal-length intervals, which of the following best describes h?
PROBLEM 4 — APPLIED
A company's revenue, in thousands of dollars, is modeled by R(t) = −2t³ + 15t² + 36t, where t is the number of years since the company's founding (0 ≤ t ≤ 7). (a) Find the average rate of change of R on the interval [1, 4]. Include units in your answer and interpret the result in context. (b) Compute the average rates of change on [1, 2], [2, 3], and [3, 4]. Based on these results, is R concave up or concave down on [1, 4]? Justify your answer. (c) The company claims that revenue is growing faster in year 4 than the AROC on [1, 4] suggests. Based on your concavity analysis in part (b), is this claim plausible? Explain.
PROBLEM 5 — CRITICAL THINKING
Let p(x) be a polynomial function. The average rate of change of p on [0, 2] is 6, on [2, 4] is 6, and on [4, 6] is 6. (a) Can p be a quadratic function? Justify your answer. (b) Must p be a linear function? Provide either a proof or a counterexample.
SUMMARY

Lesson Summary

The average rate of change of a function f over an interval [a, b] is computed as [f(b) − f(a)] / (b − a) and represents the slope of the secant line through the points (a, f(a)) and (b, f(b)). For linear functions, the AROC is constant and equals the slope. For polynomial functions of degree n, the AROC varies by interval, and examining how it changes across successive intervals reveals concavity and can identify the degree of the polynomial.

Key exam strategies include computing second differences from tables of equally spaced data to determine whether a function is concave up (AROC increasing) or concave down (AROC decreasing). The difference quotient [f(x+h) − f(x)] / h is the algebraic engine behind these computations and serves as the conceptual bridge to the derivative in calculus. Mastering rates of change in the precalculus context means understanding both the computation and the geometric and contextual interpretations that the AP exam frequently assesses.

Varsity Tutors • AP Precalculus • Rates of Change