5.3 Higher Order Polynomials

In the previous section we explored the short run behavior of quadratics, a special case of polynomials.  In this section we will explore the behavior of polynomials in general.  The basic building blocks of polynomials are power functions.

Power Function

A power function is a function that can be represented in the form
f(x)=x^p
Where the base is a variable and the exponent, p, is a number.

Characteristics of Power Functions

Shown to the right are the graphs of f(x)=x^2, f(x)=x^4, and f(x)=x^6 , all evenx squared, x to the fourth and sixth even powers graphs whole number powers.  Notice that all these graphs have a fairly similar shape, very similar to a quadratic, but as the power increases the graphs flatten somewhat near the origin, and become steeper away from the origin.

To describe the behavior as numbers become larger and larger, we use the idea of infinity.  The symbol for positive infinity is \infty, and -\infty for negative infinity.  When we say that “x approaches infinity”, which can be symbolically written as x \rightarrow \infty, we are describing a behavior – we are saying that x is getting large in the positive direction.

With the even power function, as the input becomes large in either the positive or negative direction, the output values become very large positive numbers.  Equivalently, we could describe this by saying that as x approaches positive or negative infinity, the f(x) values approach positive infinity.  In symbolic form, we could write: as x \rightarrow \pm \inftyf(x) \rightarrow \infty.

Shown here are the graphs of f(x)=x^3, f(x)=x^5, and f(x)=x^7  , all odd whole x-cubed, to the fifth and seventh. illustration of odd powersnumber powers.  Notice all these graphs look similar, but again as the power increases the graphs flatten near the origin and become steeper away from the origin.

For these odd power functions, as x approaches negative infinity, f(x) approaches negative infinity.  As x approaches positive infinity, f(x) approaches positive infinity.  In symbolic form we write:  as x \rightarrow -\inftyf(x) \rightarrow -\infty and as x \rightarrow \infty, f(x) \rightarrow \infty.

Long Run Behavior

The behavior of the graph of a function as the input takes on large negative values (x \rightarrow -\infty) and large positive values (x \rightarrow \infty) as is referred to as the long run behavior of the function.

Polynomials

Recall our definitions of polynomials from chapter 1.

Terminology of Polynomial Functions

A polynomial is function that can be written as f(x)=a_0+a_1x+a_2x^2+\cdots+a_nx^n

Each of the a_i constants are called coefficients and can be positive, negative, or zero, and be whole numbers, decimals, or fractions.

A term of the polynomial is any one piece of the sum, that is any a_ix^i. Each individual term is a transformed power function.

The degree of the polynomial is the highest power of the variable that occurs in the polynomial.

The leading term is the term containing the highest power of the variable: the term with the highest degree.

The leading coefficient is the coefficient of the leading term.

Because of the definition of the “leading” term we often rearrange polynomials so that the powers are descending.
f(x)=a_nx^n+\cdots+a_2x^2 + a_1x +a_0

For any polynomial the long run behavior of the polynomial will match the long run behavior of the leading term.

Example of Polynomial Graph

What can we determine about the long run behavior and degree of the equation for the polynomial graphed here?

Since the output grows large and positive as the inputs grow large and positive, we describe the long run behavior symbolically by writing: as x \rightarrow \infty, f(x) \rightarrow \infty. Similarly, as x \rightarrow -\infty, f(x) \rightarrow -\infty.

In words, we could say that as x values approach infinity, the function values approach infinity, and as x values approach negative infinity the function values approach negative infinity.

We can tell this graph has the shape of an odd degree power function which has not been reflected, so the degree of the polynomial creating this graph must be odd, and the leading coefficient would be positive.

Short Run Behavior:  Intercepts

Characteristics of the graph such as vertical and horizontal intercepts and the places the graph changes direction are part of the short run behavior of the polynomial.

Like with all functions, the vertical intercept is where the graph crosses the vertical axis, and occurs when the input value is zero.  Since a polynomial is a function, there can only be one vertical intercept, which occurs at the point \left(0, a_0\right).  The horizontal intercepts occur at the input values that correspond with an output value of zero.  It is possible to have more than one horizontal intercept.

Horizontal intercepts are also called zeros, or roots of the function.

To find horizontal intercepts, we need to solve for when the output will be 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 4th degree (also called quartic) polynomials are not simple enough to remember, and formulas do not exist for general higher-degree polynomials. In the next section, we will explore a few more techniques for finding roots of cubic and quartic functions, but for this section we will restrict the discussion to cubic and quartic functions in which:

  1. The polynomial can be factored using known methods: greatest common factor, trinomial factoring or factoring by grouping.
  2. The polynomial is given in factored form.
  3. Technology is used to determine the intercepts. (i.e. your calculator or Desmos)

Examples Finding Horizontal Intercepts by Factoring

a. Find the horizontal intercepts of f(x)=x^6-3x^4+2x^2

Let’s try factoring this polynomial to find solutions for f(x)=0.
f(x)=x^6-3x^4+2x^2
Remember the first thing we always want to do when factoring is to see if we can factor out a GCF:

We see that every term contains x^2
x^2 \left(x^4-3x^2+2\right)=0

Take NoteNow what we have left is a quadratic form. This means that we see that we have a trinomial in which the variable part of one term is the square of another and those are the only two variable parts.

 

Notice that x^4= \left(x^2\right)^2  So we can factor the trinomial as quadratic form.

\begin{array}{r}  x^2 \left(x^4-3x^2+2\right)=0\\  x^2\left(x^2-2 \right) \left(x^2-1 \right)=0 \end{array}

Now we can break these apart to solve:

\begin{array}{ccccc}  x^2=0&\;or\;&\left(x^2-1\right)=0&\;or\;&\left(x^2-2\right)=0\\  \;&\;&x^2=1&\;&x^2=2\\  x=0&\;&x= \pm 1&\; &x= \pm \sqrt{2} \end{array}

We have 5 horizontal intercepts: (-\sqrt{2}, -1, 0, 1, \sqrt{2})

b. Find the vertical and horizontal intercepts of g(t) = {(t - 2)^2}(2t + 3)

The vertical intercept can be found by evaluating g(0).
g(0)=(0-2)^2(2(0)+3)=12
The horizontal intercepts can be found by solving g(t)=0.
{(t - 2)^2}(2t + 3) = 0
Since this is already factored we can break it apart:
\begin{array}{ccc} (t-2)^2=0&\;or\;&(2t+3)=0\\ t-2=0&\;&\;\\ t=2&\;&t=\dfrac{-3}{2} \end{array}

c.Find the horizontal intercepts of h(t) = {t^3} + 4{t^2} + t - 6

Since this polynomial is not in factored form, has no common factors, and does not appear to be factorable using techniques we know, we can turn to technology to find the intercepts.

Going to Desmos for this graph, we can see:Desmos Example of Cubic Graph

By clicking on the grey dots on the axis, we see the horizontal intercepts are (-3,0), (-2,0) and (1,0).

We could check these are correct by plugging in these values for t and verifying that f(-3)=f(-2)=f(1)=0.

Notice that the polynomial in the previous example, part c was degree three, and had three horizontal intercepts and two turning points – places where the graph changes direction.  However, part b was also cubic and had 2 intercepts, while the degree 6 polynomial in a had 5. We will now make a general statement without justifying it.

Intercepts and Turning Points of Polynomials

A polynomial of degree n will have:

  • At most n horizontal intercepts. An odd degree polynomial will always have at least one.
  • At most n-1 turning points.

Try it Now 1

Find the vertical and horizontal intercepts of the function f(t)=t^4-4t^2

Graphical Behavior at Intercepts

If we graph the function f(x) = (x + 3){(x - 2)^2}{(x + 1)^3}Graph Illustrating the different behavior of graphs at intercepts, notice that the behavior at each of the horizontal intercepts is different.

At the horizontal intercept x = -3, coming from the  x+3  of the polynomial, the graph passes directly through the horizontal intercept.  The factor is linear (has a power 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, since the zero corresponds to a single factor of the function.

At the horizontal intercept x = 2, coming from the (x-2)^2 factor of the polynomial, 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.  Since {(x - 2)^2} = (x - 2)(x - 2), the factor is repeated twice, so we call this a double zero. We could also say the zero has multiplicity 2.

At the horizontal intercept x = -1, coming from the  factor (x+1)^3 of the polynomial, 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” type shape near the intercept as f(x)=x^3. We call this a triple zero. We could also say the zero has multiplicity 3.

By utilizing these behaviors, we can sketch a reasonable graph of a factored polynomial function without needing technology. We might want to do that because it is very easy to make a typing mistake in Desmos and especially a graphing calculator. It is very important to have an understanding of what a graph should look like in order to know that you have typed in the function you are graphing correctly.

Graphical Behavior of Polynomials at Horizontal Intercepts

If a polynomial contains a factor of the form (x-h)^p, the behavior near the horizontal intercept h is determined by the power on the factor.

Illustration of triple zeros
p=3, Triple Zero, Multiplicity 3
Illustration of single zero
p=1, Single Zero, Multiplicity 1
Illustration of a double zero
p=2, Double Zero, Multiplicity 2

For higher even powers 4,6,8 etc.… the graph will still bounce off of the horizontal axis but the graph will appear flatter with each increasing even power as it approaches and leaves the axis.

For higher odd powers, 5,7,9 etc… the graph will still pass through the horizontal axis but the graph will appear flatter with each increasing odd power as it approaches and leaves the axis.

Example Sketching a Graph

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

This graph has two horizontal intercepts.  At x = -3, the factor is squared, indicating the graph will bounce at this horizontal intercept.  At x = 5, the factor is not squared, indicating the graph will pass through the axis at this intercept.

Additionally, we can see the leading term, if this polynomial were multiplied out, would be -2x^3, so the long-run behavior is that of a vertically reflected cubic, with the outputs decreasing as the inputs get large positive, and the inputs increasing as the inputs get large negative. In other words, this ends down on on the right side and up on the right side.

To sketch this we consider the following:
As x \rightarrow -\infty, the function f(x) \rightarrow \infty so we know the graph starts in the 2nd quadrant and is decreasing toward the horizontal axis.

At (-3, 0) the graph bounces off of the horizontal axis and so the function must start increasing.

At (0, 90) the graph crosses the vertical axis at the vertical intercept. This is obtained by plugging 0 in f(0)=- 2{(0 + 3)^2}(0 - 5)=90.

Somewhere after this point, the graph must turn back down or start decreasing toward the horizontal axis since the graph passes through the next intercept at (5,0).Graph illustrating the Example

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

Using technology we can verify that the resulting graph will look like:

 

Try it Now 2

Given the function g(x) = {x^3} - {x^2} - 6x use the methods that we have learned so far to find the vertical & horizontal intercepts, determine where the function is negative and positive, describe the long run behavior and sketch the graph without technology.

We can also use what we know to make guesses about a graph of a polynomial. [1]

Example using a Graph to Learn about a Polynomial

What can you learn about this polynomial from the graph? Graph of an even function with at least degree 4

Based on the long run behavior, with the graph becoming large positive on both ends of the graph, we can determine that this is the graph of an even degree polynomial.  The graph has 2 horizontal intercepts, suggesting a degree of 2 or greater, and 3 turning points, suggesting a degree of 4 or greater.  Based on this, it would be reasonable to conclude that the degree is even and at least 4, so it is probably a fourth degree polynomial.

The previous example was difficult to tell the exact zeros since they were not integers, but often, we can actually find the equation for a graphed polynomial.

Example using a Graph to write the equation for a Polynomial

Write a formula for the polynomial function graphed here.Graph of polynomial function to find formula for

This graph has three horizontal intercepts: x = -3, 2, and 5.  At x = -3 and 5 the graph passes through the axis, suggesting the corresponding factors of the polynomial will be linear to power 1.  At x = 2 the graph bounces at the intercept, suggesting the corresponding factor of the polynomial will be squared.  We also notice that the graph rises on both sides and has 3 turn-around points, so it appears to be degree 4.  Also, we do not know the coefficient in the front of the lead term, a, at this point. So far, we know:
f(x)=a(x+3)(x-2)^2(x-5)

To determine the lead coefficient (also known as a stretch factor), we can utilize another point on the graph.  Here, we see the vertical intercept appears to be (0,-2) so we can plug those values to solve for a.
\begin{array}{l} - 2 = a(0 + 3){(0 - 2)^2}(0 - 5)\\ - 2 = - 60a\\ a = \dfrac{1}{{30}} \end{array}

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

Try it Now 3

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

Graph to try to find the equation

Finding 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.

Example Maximizing a Higher Order Polynomial Function

An open-top box is to be constructed by cutting out squares from Illustration of the box in this example.each corner of a 14cm by 20cm sheet of plastic then folding up the sides.  Find the size of squares that should be cut out to maximize the volume enclosed by the box.

We will start this problem by drawing a picture, labeling the width of the cut-out squares with a variable, w.

Notice that after a square is cut out from each end, it leaves a (14-2w) cm by (20-2w) cm rectangle for the base of the box, and the box will be w cm tall.  This gives the volume:
V(w)=(14-2w)(20-2w)w=280w-68w^2+4w^3

Using technology to sketch a graph allows us to estimate the maximum value for the volume, restricted to reasonable values for w: values from 0 to 7.Complete Graph of the function Zoomed in on the area of the relative Maximum

From this graph, we can find the maximum value at 339.013, and occurs when the squares are about 2.704cm square.

Try it Now 4

Use technology to find the maximum and minimum values on the interval [-1, 4] of the function f(x) = - 0.2{(x - 2)^3}{(x + 1)^2}(x - 4).

Try it Now Answers

  1. Vertical intercept (0,0), Horizontal intercepts (0,0), (-2,0), (2,0)
  2. Vertical intercepts (0,0), Horizontal intercepts (-2,0), (0,0), (-3,0)
    The function is negative on (-\infty,-2) and (0,3)
    The function is positive on (-2,0) and (3, \infty)
    The leading term is x^3 so as x \rightarrow -\infty, g(x) \rightarrow -\infty and as x \rightarrow \infty, g(x) \rightarrow \infty
    Try it Now Answer Graph number 2
  3. Double zero at x=-1, triple zero at x=2, single zero at x=4.
    f(x) = a{(x - 2)^3}{(x + 1)^2}(x - 4)
    Substitute (0,4) and solve for a: f(x) = - \frac{1}{8}{(x - 2)^3}{(x + 1)^2}(x - 4)
  4. The minimum occurs at approximately the point (0, -6.5), and the maximum occurs at approximately the point (3.5, 7).

 

Media Attributions

  • evenpowers
  • oddpowers
  • takenote is licensed under a Public Domain license
  • 53example2
  • behaviorofgraphatintercepts
  • triplezero
  • singlezero
  • doublezero
  • 53example3
  • 53example5
  • 53example6
  • tin533
  • examplebox
  • 53example4
  • zoomedingraph534
  • tin532

  1. The next two examples and Try it Now is from  Precalculus: An Investigation of Functions  by Lippman and Rasmussen, Licensed under Creative Commons 4.0, CC-BY-SA

License

Icon for the Creative Commons Attribution-ShareAlike 4.0 International License

College Algebra for the Managerial Sciences Copyright © by Terri Manthey is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License, except where otherwise noted.

Share This Book