"

Learning Module 06C Graphs of Polynomial Functions

Graphs of Polynomial Functions

Learning Objectives

In this section, you will:

  • Recognize characteristics of graphs of polynomial functions.
  • Use factoring to find zeros of polynomial functions.
  • Identify zeros and their multiplicities.
  • Determine end behavior.
  • Understand the relationship between degree and turning points.
  • Graph polynomial functions.
  • Use the Intermediate Value Theorem.

The revenue in millions of dollars for a fictional cable company from 2006 through 2013 is shown below.

Year 2006 2007 2008 2009 2010 2011 2012 2013
Revenues 52.4 52.8 51.2 49.5 48.6 48.6 48.7 47.1

The revenue can be modeled by the polynomial function

R\left(t\right)=-0.037{t}^{4}+1.414{t}^{3}-19.777{t}^{2}+118.696t-205.332

where R represents the revenue in millions of dollars and t represents the year, with t=6 corresponding to 2006. Over which intervals is the revenue for the company increasing? Over which intervals is the revenue for the company decreasing? These questions, along with many others, can be answered by examining the graph of the polynomial function. We have already explored the local behavior of quadratics, a special case of polynomials. In this section we will explore the local behavior of polynomials in general.

Recognizing Characteristics of Graphs of Polynomial Functions

Polynomial functions of degree 2 or more have graphs that do not have sharp corners; recall that these types of graphs are called smooth curves. Polynomial functions also display graphs that have no breaks. Curves with no breaks are called continuous. The image below shows a graph that represents a polynomial function and a graph that represents a function that is not a polynomial.

    

Using Factoring to Find Zeros of Polynomial Functions

Recall that if f is a polynomial function, the values of x for which f\left(x\right)=0 are called zeros of f .If the equation of the polynomial function can be factored, we can set each factor equal to zero and solve for the zeros.

We can use this method to find xtext{-} intercepts because at the xtext{-} intercepts we find the input values when the output value is zero. For general polynomials, this can be a challenging prospect. While quadratics can be solved using the relatively simple quadratic formula, the corresponding formulas for cubic and fourth-degree polynomials are not simple enough to remember, and formulas do not exist for general higher-degree polynomials. Consequently, we will limit ourselves to three cases:

  1. The polynomial can be factored using known methods: greatest common factor and trinomial factoring.
  2. The polynomial is given in factored form.
  3. Technology is used to determine the intercepts.

How To

Given a polynomial function f, find the x-intercepts by factoring.

  1. Set f\left(x\right)=0 .
  2. If the polynomial function is not given in factored form:
    1. Factor out any common monomial factors.
    2. Factor any factorable binomials or trinomials.
  3. Set each factor equal to zero and solve to find the x\text{-} intercepts.

Finding the x-Intercepts of a Polynomial Function by Factoring

Find the x-intercepts of f\left(x\right)={x}^{6}-3{x}^{4}+2{x}^{2} .

Show Solution

We can attempt to factor this polynomial to find solutions for f\left(x\right)=0 .

    \begin{align*} x^{6} - 3x^{4} + 2x^{2} &= 0 & \quad & \text{Factor out the greatest common factor.} \\ x^{2}\left(x^{4} - 3x^{2} + 2\right) &= 0 & \quad & \text{Factor the trinomial.} \\ x^{2}\left(x^{2} - 1\right)\left(x^{2} - 2\right) &= 0 & \quad & \text{Set each factor equal to zero.} \end{align*}

    \begin{align*} (x^{2} - 1) &= 0 & \quad & (x^{2} - 2) = 0 \\ x^{2} &= 0 & \quad & x^{2} = 1 & \quad & x^{2} = 2 \\ x &= 0 & \quad & x = \pm 1 & \quad & x = \pm \sqrt{2} \end{align*}

This gives us five x-intercepts: \left(0,0\right),\left(1,0\right),\left(-1,0\right),\left(\sqrt{2},0\right), and \left(-\sqrt{2},0\right) .We can see that this is an even function because it is symmetric about the y-axis.

Finding the x-Intercepts of a Polynomial Function by Factoring

Find the x-intercepts of f\left(x\right)={x}^{3}-5{x}^{2}-x+5 .

Show Solution

Find solutions for f\left(x\right)=0
by factoring.

    \begin{align*} x^{3} - 5x^{2} - x + 5 &= 0 && \text{Factor by grouping}. \\ x^{2}(x-5) - (x-5) &= 0 && \text{Factor out the common factor}. \\ (x^{2} - 1)(x-5) &= 0 && \text{Factor the difference of squares}. \\ (x+1)(x-1)(x-5) &= 0 && \text{Set each factor equal to zero}. \end{align*}

    \begin{align*} x+1 &= 0 & \quad \text{or} \quad & x-1 &= 0 & \quad \text{or} \quad & x-5 &= 0 \\ x &= -1 & & x &= 1 & & x &= 5 \end{align*}

There are three x-intercepts: \left(-1,0\right),\left(1,0\right), and \left(5,0\right) .

Finding the y– and x-Intercepts of a Polynomial in Factored Form

Find the y– and x-intercepts of g\left(x\right)={\left(x-2\right)}^{2}\left(2x+3\right) .

Show Solution

The y-intercept can be found by evaluating g\left(0\right) .

(1)   \begin{align*} g(0) &= (0-2)^{2}\,(2(0)+3) \\[6pt] &= (-2)^{2}(0+3) \\[6pt] &= 4 \cdot 3 \\[6pt] &= 12 \end{align*}

So the y-intercept is \left(0,12\right) .

The x-intercepts can be found by solving g\left(x\right)=0 .

{\left(x-2\right)}^{2}\left(2x+3\right)=0

(2)   \begin{align*} (x-2)^{2} &= 0 && \text{or} & (2x+3) &= 0 \\[6pt] x-2 &= 0 && \text{or} & x &= -\tfrac{3}{2} \\[6pt] x &= 2 \end{align*}

So the x-intercepts are \left(2,0\right) and \left(-\dfrac{3}{2},0\right) .

Identifying Zeros and Their Multiplicities

Graphs behave differently at various x-intercepts. Sometimes, the graph will cross over the horizontal axis at an intercept. Other times, the graph will touch the horizontal axis and “bounce” off.

Suppose, for example, we graph the function shown.

f\left(x\right)=\left(x+3\right){\left(x-2\right)}^{2}{\left(x+1\right)}^{3}

Notice that the behavior of the function at each of the x-intercepts is different.

The x-intercept x=-3
is the solution of equation \left(x+3\right)=0 .The graph passes directly through the x-intercept at x=-3 .The factor is linear (has a degree of 1), so the behavior near the intercept is like that of a line—it passes directly through the intercept. We call this a single zero because the zero corresponds to a single factor of the function.

The x-intercept x=2 is the repeated solution of equation {\left(x-2\right)}^{2}=0 .The graph touches the axis at the intercept and changes direction. The factor is quadratic (degree 2), so the behavior near the intercept is like that of a quadratic—it bounces off of the horizontal axis at the intercept.

{\left(x-2\right)}^{2}=\left(x-2\right)\left(x-2\right)

The factor is repeated, that is, the factor \left(x-2\right) appears twice. The number of times a given factor appears in the factored form of the equation of a polynomial is called the multiplicity. The zero associated with this factor x=2, has multiplicity 2 because the factor \left(x-2\right) occurs twice.

The x-intercept x=-1 is the repeated solution of factor {\left(x+1\right)}^{3}=0 .The graph passes through the axis at the intercept, but flattens out a bit first. This factor is cubic (degree 3), so the behavior near the intercept is like that of a cubic—with the same S-shape near the intercept as the toolkit function f\left(x\right)={x}^{3} .We call this a triple zero, or a zero with multiplicity 3.

For zeros with even multiplicities, the graphs touch or are tangent to the x-axis. For zeros with odd multiplicities, the graphs cross or intersect the x-axis.

For higher even powers, such as 4, 6, and 8, the graph will still touch and bounce off of the horizontal axis but, for each increasing even power, the graph will appear flatter as it approaches and leaves the x-axis.

For higher odd powers, such as 5, 7, and 9, the graph will still cross through the horizontal axis, but for each increasing odd power, the graph will appear flatter as it approaches and leaves the x-axis.

Graphical Behavior of Polynomials at x-Intercepts

If a polynomial contains a factor of the form {\left(x-h\right)}^{p}, the behavior near the x\text{-} intercept h is determined by the power p .We say that x=h is a zero of multiplicity p .

The graph of a polynomial function will touch the x-axis at zeros with even multiplicities. The graph will cross the x-axis at zeros with odd multiplicities.

The sum of the multiplicities is the degree of the polynomial function.

How To

Given a graph of a polynomial function of degree n, identify the zeros and their multiplicities.

  1. If the graph crosses the x-axis and appears almost linear at the intercept, it is a single zero.
  2. If the graph touches the x-axis and bounces off of the axis, it is a zero with even multiplicity.
  3. If the graph crosses the x-axis at a zero, it is a zero with odd multiplicity.
  4. The sum of the multiplicities is n .

Identifying Zeros and Their Multiplicities

Use the graph of the function of degree 6 to identify the zeros of the function and their possible multiplicities.

Show Solution

The polynomial function is of degree 6. The sum of the multiplicities must be 6.

Starting from the left, the first zero occurs at x=-3 .The graph touches the x-axis, so the multiplicity of the zero must be even. The zero of -3 most likely has multiplicity 2 .

The next zero occurs at x=-1 .The graph looks almost linear at this point. This is a single zero of multiplicity 1.

The last zero occurs at x=4 .The graph crosses the x-axis, so the multiplicity of the zero must be odd. We know that the multiplicity is likely 3 and that the sum of the multiplicities is 6.

Determining End Behavior

As we have already learned, the behavior of a graph of a polynomial function of the form

f\left(x\right)={a}_{n}{x}^{n}+{a}_{n-1}{x}^{n-1}+...+{a}_{1}x+{a}_{0}

will either ultimately rise or fall as x
increases without bound and will either rise or fall as x
decreases without bound. This is because for very large inputs, say 100 or 1,000, the leading term dominates the size of the output. The same is true for very small inputs, say –100 or –1,000.

Recall that we call this behavior the end behavior of a function. As we pointed out when discussing quadratic equations, when the leading term of a polynomial function {a}_{n}{x}^{n}, is an even power function, as x increases or decreases without bound f\left(x\right) increases without bound. When the leading term is an odd power function, as x decreases without bound f\left(x\right) also decreases without bound; as x increases without bound f\left(x\right) also increases without bound. If the leading term is negative, it will change the direction of the end behavior.

       

           

Understanding the Relationship between Degree and Turning Points

In addition to the end behavior, recall that we can analyze a polynomial function’s local behavior. It may have a turning point where the graph changes from increasing to decreasing (rising to falling) or decreasing to increasing (falling to rising). Look at the graph of the polynomial function f\left(x\right)={x}^{4}-{x}^{3}-4{x}^{2}+4x. The graph has three turning points.

This function f is a 4th degree polynomial function and has 3 turning points. The maximum number of turning points of a polynomial function is always one less than the degree of the function.

Interpreting Turning Points

A turning point is a point of the graph where the graph changes from increasing to decreasing (rising to falling) or decreasing to increasing (falling to rising).

A polynomial of degree n will have at most n-1 turning points.

Finding the Maximum Number of Turning Points Using the Degree of a Polynomial Function

Find the maximum number of turning points of each polynomial function.

  1. f\left(x\right)=-{x}^{3}+4{x}^{5}-3{x}^{2}+1
  2. f\left(x\right)=-{\left(x-1\right)}^{2}\left(1+2{x}^{2}\right)
Show Solution
  1. First, rewrite the polynomial function in descending order: f\left(x\right)=4{x}^{5}-{x}^{3}-3{x}^{2}+1Identify the degree of the polynomial function. This polynomial function is of degree 5.The maximum number of turning points is 5-1=4 .
  2. First, identify the leading term of the polynomial function if the function were expanded. Then, identify the degree of the polynomial function. This polynomial function is of degree 4.The maximum number of turning points is 4-1=3 .

Graphing Polynomial Functions

We can use what we have learned about multiplicities, end behavior, and turning points to sketch graphs of polynomial functions. Let us put this all together and look at the steps required to graph polynomial functions.

How To

Given a polynomial function, sketch the graph.

  1. Find the intercepts.
  2. Check for symmetry. If the function is an even function, its graph is symmetrical about the y\text{-} axis, that is f\left(-x\right)=f\left(x\right) .
    If a function is an odd function, its graph is symmetrical about the origin, that is f\left(-x\right)=-f\left(x\right) .
  3. Use the multiplicities of the zeros to determine the behavior of the polynomial at the x\text{-} intercepts.
  4. Determine the end behavior by examining the leading term.
  5. Use the end behavior and the behavior at the intercepts to sketch a graph.
  6. Ensure that the number of turning points does not exceed one less than the degree of the polynomial.
  7. Optionally, use technology to check the graph.

Sketching the Graph of a Polynomial Function

Sketch a graph of f\left(x\right)=-2{\left(x+3\right)}^{2}\left(x-5\right) .

Show Solution

This graph has two x-intercepts. At x=-3, the factor is squared, indicating a multiplicity of 2. The graph will bounce at this x-intercept. At x=5, the function has a multiplicity of one, indicating the graph will cross through the axis at this intercept.

The y-intercept is found by evaluating f\left(0\right) .

(3)   \begin{align*} f(0) &= -2(0+3)^{2}(0-5) \\[6pt] &= -2 \cdot 9 \cdot (-5) \\[6pt] &= 90 \end{align*}

The y-intercept is \left(0,90\right) .

Additionally, we can see the leading term, if this polynomial were multiplied out, would be -2{x}^{3},
so the end behavior is that of a vertically reflected cubic, with the outputs decreasing as the inputs approach infinity, and the outputs increasing as the inputs approach negative infinity.

To sketch this, we consider that:

  • As x \rightarrow -\infty the function f\left(x\right) \rightarrow \infty , so we know the graph starts in the second quadrant and is decreasing toward the x\text{-} axis.
  • Since f\left(-x\right)=-2{\left(-x+3\right)}^{2}\left(-x-5\right)
    is not equal to f\left(x\right), the graph does not display symmetry.
  • At \left(-3,0\right), the graph bounces off of the x-axis, so the function must start increasing. At \left(0,90\right), the graph crosses the y-axis at the y-intercept.

Somewhere after this point, the graph must turn back down or start decreasing toward the horizontal axis because the graph passes through the next intercept at \left(5,0\right) .

As x \rightarrow \infty the function f\left(x\right) \rightarrow -\infty, so we know the graph continues to decrease, and we can stop drawing the graph in the fourth quadrant.

 

Using the Intermediate Value Theorem

In some situations, we may know two points on a graph but not the zeros. If those two points are on opposite sides of the x-axis, we can confirm that there is a zero between them. Consider a polynomial function f whose graph is smooth and continuous. The Intermediate Value Theorem states that for two numbers a and b in the domain of f if a<b and f\left(a\right) \ne f\left(b\right) then the function f takes on every value between f\left(a\right) and f\left(b\right) .(While the theorem is intuitive, the proof is actually quite complicated and requires higher mathematics.) We can apply this theorem to a special case that is useful in graphing polynomial functions. If a point on the graph of a continuous function f at x=a lies above the x\text{-} axis and another point at x=b lies below the x\text{-} axis, there must exist a third point between x=a and x=b where the graph crosses the x\text{-} axis. Call this point \left(c, f\left(c\right)\right) .This means that we are assured there is a solution c where f\left(c\right)=0 .

In other words, the Intermediate Value Theorem tells us that when a polynomial function changes from a negative value to a positive value, the function must cross the x\text{-} axis.

Intermediate Value Theorem

Let f be a polynomial function. The Intermediate Value Theorem states that if f\left(a\right) and f\left(b\right) have opposite signs, then there exists at least one value c between a and b for which f\left(c\right)=0 .

Using the Intermediate Value Theorem

Show that the function f\left(x\right)={x}^{3}-5{x}^{2}+3x+6 has at least two real zeros between x=1
and x=4 .

Show Solution

As a start, evaluate f\left(x\right) at the integer values x=1,2,3 and 4.

x 1 2 3 4
f\left(x\right) 5 0 –3 2

We see that one zero occurs at x=2 .Also, since f\left(3\right) is negative and f\left(4\right) is positive, by the Intermediate Value Theorem, there must be at least one real zero between 3 and 4.

We have shown that there are at least two real zeros between x=1
and x=4 .

 

Writing Formulas for Polynomial Functions

Now that we know how to find zeros of polynomial functions, we can use them to write formulas based on graphs. Because a polynomial function written in factored form will have an x-intercept where each factor is equal to zero, we can form a function that will pass through a set of x-intercepts by introducing a corresponding set of factors.

Factored Form of Polynomials

If a polynomial of lowest degree p
has horizontal intercepts at x={x}_{1},{x}_{2},\dots ,{x}_{n},
then the polynomial can be written in the factored form: f\left(x\right)=a{\left(x-{x}_{1}\right)}^{{p}_{1}}{\left(x-{x}_{2}\right)}^{{p}_{2}} \cdots {\left(x-{x}_{n}\right)}^{{p}_{n}}
where the powers {p}_{i}
on each factor can be determined by the behavior of the graph at the corresponding intercept, and the stretch factor a
can be determined given a value of the function other than the x-intercept.

How To

Given a graph of a polynomial function, write a formula for the function.

  1. Identify the x-intercepts of the graph to find the factors of the polynomial.
  2. Examine the behavior of the graph at the x-intercepts to determine the multiplicity of each factor.
  3. Find the polynomial of least degree containing all the factors found in the previous step.
  4. Use any other point on the graph (the y-intercept may be easiest) to determine the stretch factor.

Writing a Formula for a Polynomial Function from the Graph

Write a formula for the polynomial function shown below.

Show Solution

This graph has three x-intercepts: x=-3,2, and 5 .The y-intercept is located at \left(0,-2\right) .At x=-3 and x=5,
the graph passes through the axis linearly, suggesting the corresponding factors of the polynomial will be linear. At x=2, the graph bounces at the intercept, suggesting the corresponding factor of the polynomial will be second degree (quadratic). Together, this gives us

f\left(x\right)=a\left(x+3\right){\left(x-2\right)}^{2}\left(x-5\right)

To determine the stretch factor, we utilize another point on the graph. We will use the y\text{-} intercept \left(0,-2\right), to solve for a .

(4)   \begin{align*} f(0) &= a(0+3)(0-2)^{2}(0-5) \\[6pt] -2 &= a(3)(-2)^{2}(-5) \\[6pt] -2 &= -60a \\[6pt] a &= \frac{1}{30} \end{align*}

The graphed polynomial appears to represent the function f\left(x\right)=\dfrac{1}{30}\left(x+3\right){\left(x-2\right)}^{2}\left(x-5\right) .

Try It

Given the graph shown below, write a formula for the function shown.

Show Solution

f\left(x\right)=-\dfrac{1}{8}{\left(x-2\right)}^{3}{\left(x+1\right)}^{2}\left(x-4\right)

Using Local and Global Extrema

With quadratics, we were able to algebraically find the maximum or minimum value of the function by finding the vertex. For general polynomials, finding these turning points is not possible without more advanced techniques from calculus. Even then, finding where extrema occur can still be algebraically challenging. For now, we will estimate the locations of turning points using technology to generate a graph.

Each turning point represents a local minimum or maximum. Sometimes, a turning point is the highest or lowest point on the entire graph. In these cases, we say that the turning point is a global maximum or a global minimum. These are also referred to as the absolute maximum and absolute minimum values of the function.

Local and Global Extrema

A local maximum or local minimum at x=a (sometimes called the relative maximum or minimum, respectively) is the output at the highest or lowest point on the graph in an open interval around x=a .If a function has a local maximum at a, then f\left(a\right) \ge f\left(x\right) for all x in an open interval around x=a .If a function has a local minimum at a, then f\left(a\right) \le f\left(x\right) for all x in an open interval around x=a .

A global maximum or global minimum is the output at the highest or lowest point of the function. If a function has a global maximum at a, then f\left(a\right) \ge f\left(x\right) for all x .If a function has a global minimum at a, then f\left(a\right) \le f\left(x\right) for all x .

We can see the difference between local and global extrema in the graph below.

Do all polynomial functions have a global minimum or maximum?

No. Only polynomial functions of even degree have a global minimum or maximum. For example f\left(x\right)=x has neither a global maximum nor a global minimum.

Access the following online resource for additional instruction and practice with graphing polynomial functions.

Key Concepts

  • Polynomial functions of degree 2 or more are smooth, continuous functions.
  • To find the zeros of a polynomial function, if it can be factored, factor the function and set each factor equal to zero.
  • Another way to find the x\text{-} intercepts of a polynomial function is to graph the function and identify the points at which the graph crosses the x\text{-} axis.
  • The multiplicity of a zero determines how the graph behaves at the x\text{-} intercepts.
  • The graph of a polynomial will cross the horizontal axis at a zero with odd multiplicity.
  • The graph of a polynomial will touch the horizontal axis at a zero with even multiplicity.
  • The end behavior of a polynomial function depends on the leading term.
  • The graph of a polynomial function changes direction at its turning points.
  • A polynomial function of degree n has at most n-1 turning points.
  • To graph polynomial functions, find the zeros and their multiplicities, determine the end behavior, and ensure that the final graph has at most n-1 turning points.
  • Graphing a polynomial function helps to estimate local and global extremas.
  • The Intermediate Value Theorem tells us that if f\left(a\right) \text{and} f\left(b\right) have opposite signs, then there exists at least one value c between a and b for which f\left(c\right)=0 .

License

Icon for the Creative Commons Attribution 4.0 International License

MAT 1073 College Algebra Reading Copyright © 2025 by OpenStax is licensed under a Creative Commons Attribution 4.0 International License, except where otherwise noted.

Share This Book