| Study Guides
AP · Polynomial functions and rates of change · 14 min read · Updated 2026-05-10

Polynomial functions and rates of change — AP Precalculus Study Guide

For: AP Precalculus candidates sitting AP Precalculus.

Covers: Average rate of change of polynomials, difference quotients, instantaneous rate of change at a point, first derivative sign analysis, and second derivative analysis for concavity and inflection points of polynomial functions.

You should already know: Basic limit evaluation, power rule for derivatives, polynomial factoring and end behavior.

A note on the practice questions: All worked questions in the "Practice Questions" section below are original problems written by us in the AP Precalculus style for educational use. They are not reproductions of past College Board / Cambridge / IB papers and may differ in wording, numerical values, or context. Use them to practise the technique; cross-check with official mark schemes for grading conventions.


1. What Is Polynomial functions and rates of change?

This topic explores how the output of a polynomial function changes as its input changes, connecting algebraic properties of polynomials to calculus-based behavior core to the AP Precalculus curriculum. According to the AP Precalculus Course and Exam Description (CED), this topic is part of Unit 1: Polynomial and Rational Functions, contributing approximately 4–6% of the total exam weight, with questions appearing in both multiple-choice (MCQ) and free-response (FRQ) sections.

A polynomial function is formally defined as , where is a non-negative integer (the degree of the polynomial) and the leading coefficient . Unlike many other function types, polynomials have smooth, continuous rates of change that can be analyzed exactly with algebraic and basic calculus tools, no numerical approximation required for key features. On the exam, you will be asked to calculate rates of change from equations, tables, and graphs, interpret rates in applied contexts, and identify key features like extrema and inflection points by analyzing how the rate changes. This topic focuses not just on the value of a polynomial, but how its value changes across intervals and at specific points, building a framework for analyzing all other function types later in the course.

2. Average Rate of Change of Polynomials

The average rate of change (AROC) of a function over the interval describes the overall rate at which the function’s output changes across the entire interval. By definition, AROC is the ratio of the change in output to the change in input: Geometrically, this equals the slope of the secant line connecting the two points and on the graph of . For any polynomial, AROC can be simplified algebraically because polynomials are closed under subtraction, so the numerator will always be a polynomial divisible by (by the factor theorem) when .

A key identifying property: for a linear polynomial (degree 1), the average rate of change is constant over any interval, equal to the slope of the line. For all higher degree polynomials, AROC changes depending on the interval chosen, reflecting the curved shape of the polynomial graph. AROC can also be calculated from a table of values even if the full function equation is not provided, a common exam question type.

Worked Example

Find the average rate of change of over the interval , then write the equation of the secant line passing through the endpoints of the interval.

  1. Evaluate at both endpoints: , and .
  2. Substitute into the AROC formula: . This value is the slope of the secant line, as expected.
  3. Use point-slope form to write the secant line equation: , which simplifies to .

Exam tip: If the question gives you a table of values instead of a function equation, you only need the first and last entry of the interval to calculate AROC—you don’t need to average all the intermediate values, which is a common distracter trick in MCQs.

3. Instantaneous Rate of Change and Difference Quotients

The instantaneous rate of change (IROC) at a point describes the rate of change of at that exact input value, rather than across an interval. By definition, IROC is the limit of the average rate of change as the width of the interval around approaches zero: The expression is called the difference quotient, the core expression used to derive derivatives from first principles. For polynomials, IROC exists at every real input because polynomials are continuous and differentiable everywhere. Geometrically, IROC equals the slope of the tangent line to the graph of at , and it approximates how much will change for a very small change in near .

Since you already know the power rule for derivatives as a prerequisite, you can calculate IROC either by evaluating the limit of the difference quotient or by differentiating directly and substituting . The AP exam may require you to use the difference quotient method on FRQs, so both approaches must be mastered.

Worked Example

Use the difference quotient to find the instantaneous rate of change of at .

  1. Write the difference quotient for : .
  2. Evaluate and : , and .
  3. Substitute back into the difference quotient and simplify: , which holds for all .
  4. Take the limit as : . So the IROC at is , which matches the result from the power rule (, so ).

Exam tip: If the question explicitly asks you to use the difference quotient, do not just jump to the power rule—you must show the full simplification and limit step to earn full credit on FRQs.

4. Analyzing Polynomial Behavior with Rates of Change

For a polynomial of degree , its first derivative is a polynomial of degree , and its second derivative (the derivative of ) is a polynomial of degree . We can use the sign of these derivatives to map all key behavioral features of the original polynomial:

  • If on an interval, is increasing (output rises as input rises) on that interval.
  • If on an interval, is decreasing (output falls as input rises) on that interval.
  • Critical points occur where , and a critical point is a local extremum (maximum or minimum) only if changes sign at that point.
  • If on an interval, is concave up, meaning the rate of change of is increasing on that interval.
  • If on an interval, is concave down, meaning the rate of change of is decreasing on that interval.
  • An inflection point occurs where changes sign, meaning the concavity of changes at that point.

This analysis lets you fully describe the shape of a polynomial graph without plotting every point, a core skill tested on both MCQ and FRQ sections.

Worked Example

For , identify the intervals where is increasing/decreasing, and find the coordinates of all inflection points.

  1. Find and factor the first derivative: , so critical points are at and .
  2. Test the sign of across intervals: for , (increasing); for , (decreasing); for , (increasing).
  3. Find the second derivative for inflection point analysis: , so at .
  4. Check for a sign change of : for , ; for , , so concavity changes at . Calculate , so the inflection point is at .

Exam tip: Always confirm that actually changes sign at a point where to call it an inflection point. For example, has but no sign change, so is not an inflection point.

5. Common Pitfalls (and how to avoid them)

  • Wrong move: Calculating average rate of change as (swapped numerator order). Why: Students rush and mismatch the order of endpoints, leading to a sign error. Correct move: Always write numerator as and denominator as , keeping the order consistent.
  • Wrong move: Canceling in the difference quotient before simplifying the numerator, leading to incorrect cancellation of constant terms. Why: Students see in the denominator and try to cancel immediately, before expanding . Correct move: Always fully expand and simplify the numerator of the difference quotient first, then factor out to cancel it with the denominator.
  • Wrong move: Calling any point where an extremum, without checking the sign change of . Why: Students assume all critical points are extrema, but polynomials like have with no sign change, so no extremum. Correct move: After finding critical points, always test the sign of on either side of the point to confirm it changes sign before classifying it as a local maximum or minimum.
  • Wrong move: Calculating the average rate of change over a full table interval by averaging all consecutive interval AROCs instead of using only the endpoints. Why: The phrase "average rate of change over the entire interval" sounds like it requires averaging smaller intervals, but this is incorrect. Correct move: The average rate of change over for any function is always , regardless of intermediate points.
  • Wrong move: Stating that the instantaneous rate of change of a cubic polynomial is constant. Why: Students confuse the degree of the derivative: the derivative of a cubic is quadratic, which is not constant. Only linear polynomials have constant instantaneous (and average) rate of change. Correct move: Remember that the derivative of a degree polynomial is degree , so only degree 1 polynomials have constant derivatives.

6. Practice Questions (AP Precalculus Style)

Question 1 (Multiple Choice)

The function gives the height of a projectile in meters seconds after launch. What is the average rate of change of the height over the interval ? A) B) C) D)

Worked Solution: To solve, first evaluate at the endpoints of the interval. We get and . Substitute into the average rate of change formula: . The units match the question context of meters per second. The correct answer is B.


Question 2 (Free Response)

Let . (a) Find the average rate of change of over the interval . (b) Find the instantaneous rate of change of at . (c) Identify all intervals where is concave down, and justify your answer.

Worked Solution: (a) First evaluate at the endpoints: , and . Apply the AROC formula: . The average rate of change is . (b) Use the power rule to find the first derivative: . Substitute : . The instantaneous rate of change at is . (c) Find the second derivative: . A function is concave down when its second derivative is negative. Solve to get . is concave down on , justified by the fact that for all .


Question 3 (Application / Real-World Style)

A coffee shop finds that its daily profit (in dollars) from selling lattes is modeled by the polynomial function , for . What is the instantaneous rate of change of profit when the coffee shop sells 100 lattes? Interpret your answer in context.

Worked Solution: First, find the derivative of the profit function to calculate the instantaneous rate of change: Substitute : The units are dollars per latte. In context, this means when the coffee shop has already sold 100 lattes, its total daily profit is increasing at a rate of 32 dollars per additional latte sold.

7. Quick Reference Cheatsheet

Category Formula Notes
Average Rate of Change (AROC) For interval , ; equals slope of secant line
Difference Quotient Used to calculate IROC via limit;
Instantaneous Rate of Change (IROC) Equals slope of tangent line at ; exists for all polynomials at all real
Degree of First Derivative Holds for all non-constant polynomials
Degree of Second Derivative Holds for all polynomials of degree
Increasing Function Rule increasing Applies to all differentiable functions, including polynomials
Decreasing Function Rule decreasing Applies to all differentiable functions, including polynomials
Concave Up Rule concave up Concave up = rate of change of is increasing
Concave Down Rule concave down Concave down = rate of change of is decreasing
Inflection Point Condition Inflection at iff and changes sign alone is not sufficient to confirm an inflection point

8. What's Next

This topic is the foundation for all subsequent function analysis in AP Precalculus. Immediately next, you will use the skills of rate of change calculation, first and second derivative sign testing, and identification of extrema to characterize the key features of rational functions in the remainder of Unit 1. Without mastering how rates of change behave for polynomials, you will struggle to analyze rational functions, which are ratios of polynomials and require polynomial differentiation to find their own derivatives. This topic also feeds into the analysis of exponential, logarithmic, and trigonometric functions later in the course, where the same rules relating derivative sign to function behavior apply. It also builds a strong base for future calculus study, where these ideas are extended to more complex applications.

← Back to topic

Stuck on a specific question?
Snap a photo or paste your problem — Ollie (our AI tutor) walks through it step-by-step with diagrams.
Try Ollie free →