Free for students · Ad-free · WCAG 2.1 AA Compliant · Accessibility

Polynomial Functions and Rates of Change

Lesson ~11 min read 8 MCQs

In simple terms: In simple terms, this topic is about how polynomial graphs curve, where they hit peaks and valleys, and what that tells us about how quickly the function's values are changing.

Why this matters

Imagine you're riding a brand-new roller coaster in an amusement park, like the ones at Six Flags. The ride's path is a perfect, smooth curve. As your car climbs the first big hill, you're increasing in height. At the very top, for a split second, you're neither going up nor down. Then, you plunge, and your height is decreasing rapidly. The path might level out, twist, and then send you up a smaller hill before the ride ends.

The path of that roller coaster is a lot like the graph of a polynomial function. Understanding these functions is like having the blueprint for the ride. We can pinpoint the exact location of every peak (a maximum) and every valley (a minimum). We can even find the spots where the track changes from curving upwards to curving downwards. In this lesson, we'll learn how to read these "blueprints" to understand a function's story.

A roller coaster's path illustrates increasing, decreasing, maxima, and minima.

Concept overview

flowchart TD
    A[Start with Polynomial Function p(x)] --> B{Analyze End Behavior};
    B --> C{Is degree even or odd?};
    C -- Even --> D{Does it have a global extremum?};
    D -- Yes --> E[Find Global Max/Min];
    C -- Odd --> F[No Global Extrema];
    A --> G[Find Zeros (x-intercepts)];
    G --> H[Identify Local Extrema between zeros];
    H --> I[Determine Intervals of Increasing/Decreasing];
    I --> J[Identify Concavity (Up/Down)];
    J --> K[Locate Points of Inflection where concavity changes];
    E & F & K --> L[Complete Analysis of the Function];
This flowchart shows the process for analyzing a polynomial function's graph. It starts with the function, branches to analyze end behavior and degree, then moves sequentially through finding zeros, local extrema, intervals of change, concavity, and finally inflection points.

Core explanation

Hello everyone! Let's dive into the fascinating world of polynomial functions. You've seen them before, but now we're going to look at them through a new lens: rates of change.

What Makes a Polynomial a Polynomial?

First, let's get our key definition straight. A polynomial function is a function that can be written in the form:

p(x) = a_n x^n + a_{n-1} x^{n-1} + ... + a_1 x + a_0

That looks complicated, but it's just a structured way of saying a polynomial is a sum of terms, where each term has a coefficient (the a values) and a variable x raised to a whole number power.

  • The highest power, n, is the degree of the polynomial.
  • The term with the highest power, a_n x^n, is the leading term.
  • The coefficient of that term, a_n, is the leading coefficient.

For example, in f(x) = 5x^3 - 2x^2 + x - 10, the degree is 3, the leading term is 5x^3, and the leading coefficient is 5.

A cubic polynomial with its degree, leading term, and coefficient highlighted.

Peaks and Valleys: Maxima and Minima

Think back to our roller coaster. The hills and valleys are the most exciting parts of the ride. In polynomials, we call these extrema.

  • A local maximum (or relative maximum) is a "peak" on the graph. It's a point where the function's value is greater than all the points immediately surrounding it. The function changes from increasing to decreasing at a local maximum.
  • A local minimum (or relative minimum) is a "valley." It's a point where the function's value is less than all the points immediately surrounding it. The function changes from decreasing to increasing at a local minimum.

Now, imagine the entire roller coaster track. There's one hill that is the absolute highest point of the entire ride. We call this the global maximum (or absolute maximum). Similarly, the lowest point of the entire ride is the global minimum (or absolute minimum).

This is where some students get stuck: Every global max/min is also a local max/min, but not every local max/min is global. Think of it this way: the highest point in the state of Colorado (Mount Elbert) is a global maximum. But there are thousands of other hills in Colorado that are "local maximums"—they're the highest points in their immediate area, but not the highest in the whole state.

Local and global extrema on a polynomial function.

An important rule connects a polynomial's degree to its extrema. An even-degree polynomial, like a quadratic (x^2) or a quartic (x^4), will always have either a global minimum or a global maximum.

  • If the leading coefficient is positive (like in f(x) = 2x^4...), the arms of the graph point up, creating a "W" or "U" shape. It will have a global minimum.
  • If the leading coefficient is negative (like in f(x) = -2x^4...), the arms point down, creating an "M" shape. It will have a global maximum.

Odd-degree polynomials (like x^3 or x^5) have ends that point in opposite directions, so they do not have any global extrema.

The Connection Between Zeros and Extrema

Here's a simple but powerful idea: between any two distinct real zeros of a polynomial, there must be at least one local maximum or minimum.

Think about it. A zero is where the graph crosses the x-axis. If your function crosses the x-axis at x = -2 and again at x = 3, it had to "turn around" somewhere in between. It couldn't go from negative to positive and back to negative without creating a peak or a valley. That turning point is an extremum.

A Change in Curvature: Points of Inflection

This is the most subtle concept in this topic, but you can absolutely get it.

Imagine you're driving a car along the curve of a polynomial graph.

  • When the graph opens upward, like a cup holding water, we say it is concave up. Your steering wheel is turned to the left.
  • When the graph opens downward, like a dome, we say it is concave down. Your steering wheel is turned to the right.

A point of inflection is the exact point on the graph where the concavity changes. It's the moment you switch from turning your steering wheel left to turning it right (or vice versa). At that single point, the wheel is momentarily straight.

This is a point where the rate of change itself changes direction. On a concave up section, the slope is increasing (going from negative, to zero, to positive). On a concave down section, the slope is decreasing (going from positive, to zero, to negative). The inflection point is where the slope stops increasing and starts decreasing, or vice versa. It's the point of "maximum steepness" in a local area.

Worked examples

Let's put these ideas into practice by analyzing a graph.

Example 1

Analyzing a Cubic Function

Problem: The graph of the polynomial p(x) = x^3 - 6x^2 + 9x + 1 is shown below. Identify the intervals where the function is increasing and decreasing, locate all local extrema, and estimate the coordinates of the inflection point.

(Imagine a graph of this cubic. It starts low, rises to a peak at (1, 5), falls to a valley at (3, 1), and then rises again.)

Solution:

  1. 1
    Increasing/Decreasing Intervals
    • First, let's trace the graph from left to right with our finger. The graph is rising until it hits the first peak. This peak occurs at x = 1. So, the function is increasing on the interval (-∞, 1).
    • After the peak at x = 1, the graph falls until it hits the valley at x = 3. So, the function is decreasing on the interval (1, 3).
    • From the valley at x = 3 onward, the graph is rising again. So, it's also increasing on the interval (3, ∞).
  2. 2
    Local Extrema
    • The "peak" we identified is a local maximum. It occurs at the point (1, 5).
    • The "valley" is a local minimum. It occurs at the point (3, 1).
    • Because this is a cubic function (an odd degree), it has no global maximum or minimum. The ends go to positive and negative infinity.
  3. 3
    Inflection Point
    • Look at the curvature. To the left of the peak, the graph looks like a dome; it's concave down. After the valley, it looks like a cup; it's concave up. The change must happen somewhere between the maximum at x=1 and the minimum at x=3.
    • Visually, the graph appears to straighten out and switch its curve exactly halfway between the extrema. Let's check the midpoint: x = (1 + 3) / 2 = 2.
    • Let's find the y-value: p(2) = (2)^3 - 6(2)^2 + 9(2) + 1 = 8 - 24 + 18 + 1 = 3.
    • So, we can estimate the point of inflection is at (2, 3). This is where the graph changes from concave down to concave up.
Example 2

Reading the Story of a Graph

Problem: The graph of an unknown polynomial function, g(x), is shown. Based on the graph, determine: a) If the degree of the polynomial is likely even or odd. b) The sign of the leading coefficient. c) The number of distinct real zeros. d) The coordinates of any local and global extrema.

(Imagine a graph with a classic "M" shape. It starts in the bottom-left, rises to a peak at (-2, 3), falls to a valley at (0, -1), rises to a higher peak at (2, 5), and then falls off to the bottom-right.)

Solution:

a) Degree (Even/Odd): The ends of the graph both point downwards. When the end behavior is the same on both sides, the degree must be even.

b) Leading Coefficient: Since both ends point down (as x approaches ±∞, g(x) approaches -∞), the leading coefficient must be negative.

c) Real Zeros: The graph crosses the x-axis four times. Therefore, there are 4 distinct real zeros.

d) Extrema:

  • We see two "peaks" and one "valley."
  • There is a local maximum at (-2, 3).
  • There is a local minimum at (0, -1).
  • There is another local maximum at (2, 5).
  • Because the degree is even and the graph opens downward, we know there must be a global maximum. Comparing the two local maxima, the point (2, 5) is the highest point on the entire graph. Therefore, (2, 5) is the global maximum.
  • There is no global minimum because the graph goes down to negative infinity on both ends.
Analysis of a cubic function showing increasing/decreasing intervals and extrema.

Try it yourself

Ready to try on your own? Grab a pencil and paper.

Problem 1: Sketch a rough graph of a polynomial that has the following characteristics:

  • An odd degree
  • A positive leading coefficient
  • Two local maxima and two local minima
  • Three real zeros

Problem 2: The function h(t) = -0.1t^4 + 0.8t^3 models the approval rating (from a scale of 0 to 10) of a new city project over t months. A graph of the function is provided.

  • Identify the global maximum approval rating. At what time t does it occur?
  • Estimate the coordinates of the point of inflection. What does this point represent in the context of the approval rating's change over time?