Graphs of Polynomial Functions
June 22, 2024 | by Bloom Code Studio
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 in Table 1.
| 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(t)=−0.037t4+1.414t3−19.777t2+118.696t−205.332𝑅(𝑡)=−0.037𝑡4+1.414𝑡3−19.777𝑡2+118.696𝑡−205.332
where R𝑅 represents the revenue in millions of dollars and t𝑡 represents the year, with t=6𝑡=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. Figure 1 shows a graph that represents a polynomial function and a graph that represents a function that is not a polynomial.
Figure 1
EXAMPLE 1
Recognizing Polynomial Functions
Which of the graphs in Figure 2 represents a polynomial function?
Figure 2
Solution
The graphs of f𝑓 and hℎ are graphs of polynomial functions. They are smooth and continuous.
The graphs of g𝑔 and k𝑘 are graphs of functions that are not polynomials. The graph of function g𝑔 has a sharp corner. The graph of function k𝑘 is not continuous.
Q&A
Do all polynomial functions have as their domain all real numbers?
Yes. Any real number is a valid input for a polynomial function.
Using Factoring to Find Zeros of Polynomial Functions
Recall that if f𝑓 is a polynomial function, the values of x𝑥 for which f(x)=0𝑓(𝑥)=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 x-𝑥- intercepts because at the x-𝑥- 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:
- The polynomial can be factored using known methods: greatest common factor and trinomial factoring.
- The polynomial is given in factored form.
- Technology is used to determine the intercepts.
HOW TO
Given a polynomial function f,𝑓, find the x-intercepts by factoring.
- Set f(x)=0.𝑓(𝑥)=0.
- If the polynomial function is not given in factored form:
- Factor out any common monomial factors.
- Factor any factorable binomials or trinomials.
- Set each factor equal to zero and solve to find the x-𝑥- intercepts.
EXAMPLE 2
Finding the x-Intercepts of a Polynomial Function by Factoring
Find the x-intercepts of f(x)=x6−3×4+2×2.𝑓(𝑥)=𝑥6−3𝑥4+2𝑥2.
Solution
We can attempt to factor this polynomial to find solutions for f(x)=0.𝑓(𝑥)=0.
x6−3×4+2x2x2(x4−3×2+2)x2(x2−1)(x2−2)===000Factor out the greatestcommon factor.Factor the trinomial.Set each factor equal to zero.𝑥6−3𝑥4+2𝑥2=0Factor out the greatestcommon factor.𝑥2(𝑥4−3𝑥2+2)=0Factor the trinomial.𝑥2(𝑥2−1)(𝑥2−2)=0Set each factor equal to zero.
x2x==00or(x2−1)x2x===01±1or(x2−2)x2x===02±2–√(𝑥2−1)=0(𝑥2−2)=0𝑥2=0or𝑥2=1or𝑥2=2𝑥=0𝑥=±1𝑥=±2
This gives us five x-intercepts: (0,0),(1,0),(−1,0),(2–√,0),(0,0),(1,0),(−1,0),(2,0), and (−2–√,0).(−2,0). See Figure 3. We can see that this is an even function because it is symmetric about the y-axis.
Figure 3
EXAMPLE 3
Finding the x-Intercepts of a Polynomial Function by Factoring
Find the x-intercepts of f(x)=x3−5×2−x+5.𝑓(𝑥)=𝑥3−5𝑥2−𝑥+5.
Solution
Find solutions for f(x)=0𝑓(𝑥)=0 by factoring.
x3−5×2−x+5×2(x−5)−(x−5)(x2−1)(x−5)(x+1)(x−1)(x−5)====0000Factor by grouping.Factor out the common factor.Factor the difference of squares.Set each factor equal to zero.𝑥3−5𝑥2−𝑥+5=0Factor by grouping.𝑥2(𝑥−5)−(𝑥−5)=0Factor out the common factor.(𝑥2−1)(𝑥−5)=0Factor the difference of squares.(𝑥+1)(𝑥−1)(𝑥−5)=0Set each factor equal to zero.
x+1x==0−1orx−1x==01orx−5x==05𝑥+1=0or𝑥−1=0or𝑥−5=0𝑥=−1𝑥=1𝑥=5
There are three x-intercepts: (−1,0),(1,0),(−1,0),(1,0), and (5,0).(5,0). See Figure 4.
Figure 4
EXAMPLE 4
Finding the y– and x-Intercepts of a Polynomial in Factored Form
Find the y– and x-intercepts of g(x)=(x−2)2(2x+3).𝑔(𝑥)=(𝑥−2)2(2𝑥+3).
Solution
The y-intercept can be found by evaluating g(0).𝑔(0).
g(0)==(0−2)2(2(0)+3)12𝑔(0)=(0−2)2(2(0)+3)=12
So the y-intercept is (0,12).(0,12).
The x-intercepts can be found by solving g(x)=0.𝑔(𝑥)=0.
(x−2)2(2x+3)=0(𝑥−2)2(2𝑥+3)=0
(x−2)2x−2x===002or(2x+3)x==0−32(𝑥−2)2=0(2𝑥+3)=0𝑥−2=0or𝑥=−32𝑥=2
So the x-intercepts are (2,0)(2,0) and (−32,0).(−32,0).
Analysis
We can always check that our answers are reasonable by using a graphing calculator to graph the polynomial as shown in Figure 5.
Figure 5
EXAMPLE 5
Finding the x-Intercepts of a Polynomial Function Using a Graph
Find the x-intercepts of h(x)=x3+4×2+x−6.ℎ(𝑥)=𝑥3+4𝑥2+𝑥−6.
Solution
This polynomial is not in factored form, has no common factors, and does not appear to be factorable using techniques previously discussed. Fortunately, we can use technology to find the intercepts. Keep in mind that some values make graphing difficult by hand. In these cases, we can take advantage of graphing utilities.
Looking at the graph of this function, as shown in Figure 6, it appears that there are x-intercepts at x=−3,−2,𝑥=−3,−2, and 1.1.
Figure 6
We can check whether these are correct by substituting these values for x𝑥 and verifying that
h(−3)=h(−2)=h(1)=0ℎ(−3)=ℎ(−2)=ℎ(1)=0
Since h(x)=x3+4×2+x−6,ℎ(𝑥)=𝑥3+4𝑥2+𝑥−6, we have:
h(−3)h(−2)h(1)===(−3)3+4(−3)2+(−3)−6=−27+36−3−6=0(−2)3+4(−2)2+(−2)−6=−8+16−2−6=0(1)3+4(1)2+(1)−6=1+4+1−6=0ℎ(−3)=(−3)3+4(−3)2+(−3)−6=−27+36−3−6=0ℎ(−2)=(−2)3+4(−2)2+(−2)−6=−8+16−2−6=0ℎ(1)=(1)3+4(1)2+(1)−6=1+4+1−6=0
Each x-intercept corresponds to a zero of the polynomial function and each zero yields a factor, so we can now write the polynomial in factored form.
h(x)==x3+4×2+x−6(x+3)(x+2)(x−1)ℎ(𝑥)=𝑥3+4𝑥2+𝑥−6=(𝑥+3)(𝑥+2)(𝑥−1)
TRY IT #1
Find the y– and x-intercepts of the function f(x)=x4−19×2+30x.𝑓(𝑥)=𝑥4−19𝑥2+30𝑥.
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(x)=(x+3)(x−2)2(x+1)3𝑓(𝑥)=(𝑥+3)(𝑥−2)2(𝑥+1)3
Notice in Figure 7 that the behavior of the function at each of the x-intercepts is different.
Figure 7 Identifying the behavior of the graph at an x-intercept by examining the multiplicity of the zero.
The x-intercept x=−3𝑥=−3 is the solution of equation (x+3)=0.(𝑥+3)=0. The graph passes directly through the x-intercept at x=−3.𝑥=−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𝑥=2 is the repeated solution of equation (x−2)2=0.(𝑥−2)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.
(x−2)2=(x−2)(x−2)(𝑥−2)2=(𝑥−2)(𝑥−2)
The factor is repeated, that is, the factor (x−2)(𝑥−2) 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,𝑥=2, has multiplicity 2 because the factor (x−2)(𝑥−2) occurs twice.
The x-intercept x=−1𝑥=−1 is the repeated solution of factor (x+1)3=0.(𝑥+1)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(x)=x3.𝑓(𝑥)=𝑥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. See Figure 8 for examples of graphs of polynomial functions with multiplicity 1, 2, and 3.
Figure 8
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 (x−h)p,(𝑥−ℎ)𝑝, the behavior near the x-𝑥- 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.
- If the graph crosses the x-axis and appears almost linear at the intercept, it is a single zero.
- If the graph touches the x-axis and bounces off of the axis, it is a zero with even multiplicity.
- If the graph crosses the x-axis at a zero, it is a zero with odd multiplicity.
- The sum of the multiplicities is ≤n.≤𝑛.
EXAMPLE 6
Identifying Zeros and Their Multiplicities
Use the graph of the function of degree 6 in Figure 9 to identify the zeros of the function and their possible multiplicities.
Figure 9
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.𝑥=−3. The graph touches the x-axis, so the multiplicity of the zero must be even. The zero of −3−3 most likely has multiplicity 2.2.
The next zero occurs at x=−1.𝑥=−1. The graph looks almost linear at this point. This is a single zero of multiplicity 1.
The last zero occurs at x=4.𝑥=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.
TRY IT #2
Use the graph of the function of degree 9 in Figure 10 to identify the zeros of the function and their multiplicities.
Figure 10
Determining End Behavior
As we have already learned, the behavior of a graph of a polynomial function of the form
f(x)=anxn+an−1xn−1+…+a1x+a0𝑓(𝑥)=𝑎𝑛𝑥𝑛+𝑎𝑛−1𝑥𝑛−1+…+𝑎1𝑥+𝑎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, anxn,𝑎𝑛𝑥𝑛, is an even power function, as x𝑥 increases or decreases without bound, f(x)𝑓(𝑥) increases without bound. When the leading term is an odd power function, as x𝑥 decreases without bound, f(x)𝑓(𝑥) also decreases without bound; as x𝑥 increases without bound, f(x)𝑓(𝑥) also increases without bound. If the leading term is negative, it will change the direction of the end behavior. Figure 11 summarizes all four cases.
Figure 11
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(x)=x4−x3−4×2+4x𝑓(𝑥)=𝑥4−𝑥3−4𝑥2+4𝑥 in Figure 12. The graph has three turning points.
Figure 12
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𝑛−1 turning points.
EXAMPLE 7
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.
- ⓐ f(x)=−x3+4×5−3×2+1𝑓(𝑥)=−𝑥3+4𝑥5−3𝑥2+1
- ⓑ f(x)=−(x−1)2(1+2×2)𝑓(𝑥)=−(𝑥−1)2(1+2𝑥2)
Solution
- ⓐFirst, rewrite the polynomial function in descending order: f(x)=4×5−x3−3×2+1𝑓(𝑥)=4𝑥5−𝑥3−3𝑥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.5−1=4.
- ⓑ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.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.
- Find the intercepts.
- Check for symmetry. If the function is an even function, its graph is symmetrical about the y-𝑦- axis, that is, f(−x)=f(x).𝑓(−𝑥)=𝑓(𝑥). If a function is an odd function, its graph is symmetrical about the origin, that is, f(−x)=−f(x).𝑓(−𝑥)=−𝑓(𝑥).
- Use the multiplicities of the zeros to determine the behavior of the polynomial at the x-𝑥- intercepts.
- Determine the end behavior by examining the leading term.
- Use the end behavior and the behavior at the intercepts to sketch a graph.
- Ensure that the number of turning points does not exceed one less than the degree of the polynomial.
- Optionally, use technology to check the graph.
EXAMPLE 8
Sketching the Graph of a Polynomial Function
Sketch a graph of f(x)=−2(x+3)2(x−5).𝑓(𝑥)=−2(𝑥+3)2(𝑥−5).
Solution
This graph has two x-intercepts. At x=−3,𝑥=−3, the factor is squared, indicating a multiplicity of 2. The graph will bounce at this x-intercept. At x=5,𝑥=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(0).𝑓(0).
f(0)===−2(0+3)2(0−5)−2⋅9⋅(−5)90𝑓(0)=−2(0+3)2(0−5)=−2⋅9⋅(−5)=90
The y-intercept is (0,90).(0,90).
Additionally, we can see the leading term, if this polynomial were multiplied out, would be −2×3,−2𝑥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. See Figure 13.
Figure 13
To sketch this, we consider that:
- As x→−∞𝑥→−∞ the function f(x)→∞,𝑓(𝑥)→∞, so we know the graph starts in the second quadrant and is decreasing toward the x-𝑥- axis.
- Since f(−x)=−2(−x+3)2(−x–5)𝑓(−𝑥)=−2(−𝑥+3)2(−𝑥–5) is not equal to f(x),𝑓(𝑥), the graph does not display symmetry.
- At (−3,0),(−3,0), the graph bounces off of the x-axis, so the function must start increasing.At (0,90),(0,90), the graph crosses the y-axis at the y-intercept. See Figure 14.
Figure 14
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 (5,0).(5,0). See Figure 15.
Figure 15
As x→∞𝑥→∞ the function f(x)→−∞,𝑓(𝑥)→−∞, so we know the graph continues to decrease, and we can stop drawing the graph in the fourth quadrant.
Using technology, we can create the graph for the polynomial function, shown in Figure 16, and verify that the resulting graph looks like our sketch in Figure 15.
Figure 16 The complete graph of the polynomial function f(x)=−2(x+3)2(x−5)𝑓(𝑥)=−2(𝑥+3)2(𝑥−5)
TRY IT #3
Sketch a graph of f(x)=14x(x−1)4(x+3)3.𝑓(𝑥)=14𝑥(𝑥−1)4(𝑥+3)3.
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(a)≠f(b),𝑓(𝑎)≠𝑓(𝑏), then the function f𝑓 takes on every value between f(a)𝑓(𝑎) and f(b).𝑓(𝑏). (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-𝑥- axis and another point at x=b𝑥=𝑏 lies below the x-𝑥- axis, there must exist a third point between x=a𝑥=𝑎 and x=b𝑥=𝑏 where the graph crosses the x-𝑥- axis. Call this point (c,f(c)).(𝑐,𝑓(𝑐)). This means that we are assured there is a solution c𝑐 where f(c)=0.𝑓(𝑐)=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-𝑥- axis. Figure 17 shows that there is a zero between a𝑎 and b.𝑏.
Figure 17 Using the Intermediate Value Theorem to show there exists a zero.
INTERMEDIATE VALUE THEOREM
Let f𝑓 be a polynomial function. The Intermediate Value Theorem states that if f(a)𝑓(𝑎) and f(b)𝑓(𝑏) have opposite signs, then there exists at least one value c𝑐 between a𝑎 and b𝑏 for which f(c)=0.𝑓(𝑐)=0.
EXAMPLE 9
Using the Intermediate Value Theorem
Show that the function f(x)=x3−5×2+3x+6𝑓(𝑥)=𝑥3−5𝑥2+3𝑥+6 has at least two real zeros between x=1𝑥=1 and x=4.𝑥=4.
Solution
As a start, evaluate f(x)𝑓(𝑥) at the integer values x=1,2,3,𝑥=1,2,3, and 4.4. See Table 2.
| x𝑥 | 1 | 2 | 3 | 4 |
| f(x)𝑓(𝑥) | 5 | 0 | –3 | 2 |
We see that one zero occurs at x=2.𝑥=2. Also, since f(3)𝑓(3) is negative and f(4)𝑓(4) 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𝑥=1 and x=4.𝑥=4.
Analysis
We can also see on the graph of the function in Figure 18 that there are two real zeros between x=1𝑥=1 and x=4.𝑥=4.
Figure 18
TRY IT #4
Show that the function f(x)=7×5−9×4−x2𝑓(𝑥)=7𝑥5−9𝑥4−𝑥2 has at least one real zero between x=1𝑥=1 and x=2.𝑥=2.
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=x1,x2,…,xn,𝑥=𝑥1,𝑥2,…,𝑥𝑛, then the polynomial can be written in the factored form: f(x)=a(x−x1)p1(x−x2)p2⋯(x−xn)pn𝑓(𝑥)=𝑎(𝑥−𝑥1)𝑝1(𝑥−𝑥2)𝑝2⋯(𝑥−𝑥𝑛)𝑝𝑛 where the powers pi𝑝𝑖 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.
- Identify the x-intercepts of the graph to find the factors of the polynomial.
- Examine the behavior of the graph at the x-intercepts to determine the multiplicity of each factor.
- Find the polynomial of least degree containing all the factors found in the previous step.
- Use any other point on the graph (the y-intercept may be easiest) to determine the stretch factor.
EXAMPLE 10
Writing a Formula for a Polynomial Function from the Graph
Write a formula for the polynomial function shown in Figure 19.
Figure 19
Solution
This graph has three x-intercepts: x=−3,2,𝑥=−3,2, and 5.5. The y-intercept is located at (0,2).(0,2). At x=−3𝑥=−3 and x=5,𝑥=5, the graph passes through the axis linearly, suggesting the corresponding factors of the polynomial will be linear. At x=2,𝑥=2, the graph bounces at the intercept, suggesting the corresponding factor of the polynomial will be second degree (quadratic). Together, this gives us
f(x)=a(x+3)(x−2)2(x−5)𝑓(𝑥)=𝑎(𝑥+3)(𝑥−2)2(𝑥−5)
To determine the stretch factor, we utilize another point on the graph. We will use the y-𝑦- intercept (0,–2),(0,–2), to solve for a.𝑎.
f(0)−2−2a====a(0+3)(0−2)2(0−5)a(0+3)(0−2)2(0−5)−60a130𝑓(0)=𝑎(0+3)(0−2)2(0−5)−2=𝑎(0+3)(0−2)2(0−5)−2=−60𝑎𝑎=130
The graphed polynomial appears to represent the function f(x)=130(x+3)(x−2)2(x−5).𝑓(𝑥)=130(𝑥+3)(𝑥−2)2(𝑥−5).
TRY IT #5
Given the graph shown in Figure 20, write a formula for the function shown.
Figure 20
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(a)≥f(x)𝑓(𝑎)≥𝑓(𝑥) for all x𝑥 in an open interval around x=a.𝑥=𝑎. If a function has a local minimum at a,𝑎, then f(a)≤f(x)𝑓(𝑎)≤𝑓(𝑥) 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(a)≥f(x)𝑓(𝑎)≥𝑓(𝑥) for all x.𝑥. If a function has a global minimum at a,𝑎, then f(a)≤f(x)𝑓(𝑎)≤𝑓(𝑥) for all x.𝑥.
We can see the difference between local and global extrema in Figure 21.
Figure 21
Q&A
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(x)=x𝑓(𝑥)=𝑥 has neither a global maximum nor a global minimum.
EXAMPLE 11
Using Local Extrema to Solve Applications
An open-top box is to be constructed by cutting out squares from each corner of a 14 cm by 20 cm sheet of plastic and then folding up the sides. Find the size of squares that should be cut out to maximize the volume enclosed by the box.
Solution
We will start this problem by drawing a picture like that in Figure 22, labeling the width of the cut-out squares with a variable, w.𝑤.
Figure 22
Notice that after a square is cut out from each end, it leaves a (14−2w)(14−2𝑤) cm by (20−2w)(20−2𝑤) cm rectangle for the base of the box, and the box will be w𝑤 cm tall. This gives the volume
V(w)==(20−2w)(14−2w)w280w−68w2+4w3𝑉(𝑤)=(20−2𝑤)(14−2𝑤)𝑤=280𝑤−68𝑤2+4𝑤3
Notice, since the factors are w,𝑤, 20–2w20–2𝑤 and 14–2w,14–2𝑤, the three zeros are 10, 7, and 0, respectively. Because a height of 0 cm is not reasonable, we consider the only the zeros 10 and 7. The shortest side is 14 and we are cutting off two squares, so values w𝑤 may take on are greater than zero or less than 7. This means we will restrict the domain of this function to 0<w<7.0<𝑤<7. Using technology to sketch the graph of V(w)𝑉(𝑤) on this reasonable domain, we get a graph like that in Figure 23. We can use this graph to estimate the maximum value for the volume, restricted to values for w𝑤 that are reasonable for this problem—values from 0 to 7.
Figure 23
From this graph, we turn our focus to only the portion on the reasonable domain, [0,7].[0,7]. We can estimate the maximum value to be around 340 cubic cm, which occurs when the squares are about 2.75 cm on each side. To improve this estimate, we could use advanced features of our technology, if available, or simply change our window to zoom in on our graph to produce Figure 24.
Figure 24
From this zoomed-in view, we can refine our estimate for the maximum volume to about 339 cubic cm, when the squares measure approximately 2.7 cm on each side.
TRY IT #6
Use technology to find the maximum and minimum values on the interval [−1,4][−1,4] of the function f(x)=−0.2(x−2)3(x+1)2(x−4).
RELATED POSTS
View all