Learning

open
close

Zeros of Polynomial Functions

June 15, 2024 | by Bloom Code Studio

Learning Objectives

In this section, you will:

  • Evaluate a polynomial using the Remainder Theorem.
  • Use the Factor Theorem to solve a polynomial equation.
  • Use the Rational Zero Theorem to find rational zeros.
  • Find zeros of a polynomial function.
  • Use the Linear Factorization Theorem to find polynomials with given zeros.
  • Use Descartes’ Rule of Signs.
  • Solve real-world applications of polynomial equations

A new bakery offers decorated, multi-tiered cakes for display and cutting at QuinceaΓ±era and wedding celebrations, as well as sheet cakes to serve most of the guests. The bakery wants the volume of a small sheet cake to be 351 cubic inches. The cake is in the shape of a rectangular solid. They want the length of the cake to be four inches longer than the width of the cake and the height of the cake to be one-third of the width. What should the dimensions of the cake pan be?

This problem can be solved by writing a cubic function and solving a cubic equation for the volume of the cake. In this section, we will discuss a variety of tools for writing polynomial functions and solving polynomial equations.

Evaluating a Polynomial Using the Remainder Theorem

In the last section, we learned how to divide polynomials. We can now use polynomial division to evaluate polynomials using the Remainder Theorem. If the polynomial is divided by x–k,π‘₯β€“π‘˜, the remainder may be found quickly by evaluating the polynomial function at k,π‘˜, that is, f(k)𝑓(π‘˜) Let’s walk through the proof of the theorem.

Recall that the Division Algorithm states that, given a polynomial dividend f(x)𝑓(π‘₯) and a non-zero polynomial divisor d(x)𝑑(π‘₯), there exist unique polynomials q(x)π‘ž(π‘₯) and r(x)π‘Ÿ(π‘₯) such that

f(x)=d(x)q(x)+r(x)𝑓(π‘₯)=𝑑(π‘₯)π‘ž(π‘₯)+π‘Ÿ(π‘₯)

and either r(x)=0π‘Ÿ(π‘₯)=0 or the degree of r(x)π‘Ÿ(π‘₯) is less than the degree of d(x)𝑑(π‘₯). In practice divisors, d(x)𝑑(π‘₯) will have degrees less than or equal to the degree of f(x)𝑓(π‘₯). If the divisor, d(x),𝑑(π‘₯), is xβˆ’k,π‘₯βˆ’π‘˜, this takes the form

f(x)=(xβˆ’k)q(x)+r𝑓(π‘₯)=(π‘₯βˆ’π‘˜)π‘ž(π‘₯)+π‘Ÿ

Since the divisor xβˆ’kπ‘₯βˆ’π‘˜ is linear, the remainder will be a constant, r.π‘Ÿ. And, if we evaluate this for x=k,π‘₯=π‘˜, we have

f(k)===(kβˆ’k)q(k)+r0β‹…q(k)+rr𝑓(π‘˜)=(π‘˜βˆ’π‘˜)π‘ž(π‘˜)+π‘Ÿ=0β‹…π‘ž(π‘˜)+π‘Ÿ=π‘Ÿ

In other words, f(k)𝑓(π‘˜) is the remainder obtained by dividing f(x)𝑓(π‘₯) by xβˆ’k.π‘₯βˆ’π‘˜.

THE REMAINDER THEOREM

If a polynomial f(x)𝑓(π‘₯) is divided by xβˆ’k,π‘₯βˆ’π‘˜, then the remainder is the value f(k).𝑓(π‘˜).

HOW TO

Given a polynomial function f,𝑓, evaluate f(x)𝑓(π‘₯) at x=kπ‘₯=π‘˜ using the Remainder Theorem.

  1. Use synthetic division to divide the polynomial byΒ xβˆ’k.π‘₯βˆ’π‘˜.
  2. The remainder is the valueΒ f(k).𝑓(π‘˜).

EXAMPLE 1

Using the Remainder Theorem to Evaluate a Polynomial

Use the Remainder Theorem to evaluate f(x)=6×4βˆ’x3βˆ’15×2+2xβˆ’7𝑓(π‘₯)=6π‘₯4βˆ’π‘₯3βˆ’15π‘₯2+2π‘₯βˆ’7 at x=2.π‘₯=2.

Solution

To find the remainder using the Remainder Theorem, use synthetic division to divide the polynomial by xβˆ’2.π‘₯βˆ’2.

The remainder is 25. Therefore, f(2)=25.𝑓(2)=25.

Analysis

We can check our answer by evaluating f(2).𝑓(2).

f(x)f(2)===6×4βˆ’x3βˆ’15×2+2xβˆ’76(2)4βˆ’(2)3βˆ’15(2)2+2(2)βˆ’725𝑓(π‘₯)=6π‘₯4βˆ’π‘₯3βˆ’15π‘₯2+2π‘₯βˆ’7𝑓(2)=6(2)4βˆ’(2)3βˆ’15(2)2+2(2)βˆ’7=25

TRY IT #1

Use the Remainder Theorem to evaluate f(x)=2×5βˆ’3×4βˆ’9×3+8×2+2𝑓(π‘₯)=2π‘₯5βˆ’3π‘₯4βˆ’9π‘₯3+8π‘₯2+2 at x=βˆ’3.π‘₯=βˆ’3.

Using the Factor Theorem to Solve a Polynomial Equation

The Factor Theorem is another theorem that helps us analyze polynomial equations. It tells us how the zeros of a polynomial are related to the factors. Recall that the Division Algorithm.

f(x)=(xβˆ’k)q(x)+r𝑓(π‘₯)=(π‘₯βˆ’π‘˜)π‘ž(π‘₯)+π‘Ÿ

If kπ‘˜ is a zero, then the remainder rπ‘Ÿ is f(k)=0𝑓(π‘˜)=0 and f(x)=(xβˆ’k)q(x)+0𝑓(π‘₯)=(π‘₯βˆ’π‘˜)π‘ž(π‘₯)+0 or f(x)=(xβˆ’k)q(x).𝑓(π‘₯)=(π‘₯βˆ’π‘˜)π‘ž(π‘₯).

Notice, written in this form, xβˆ’kπ‘₯βˆ’π‘˜ is a factor of f(x).𝑓(π‘₯). We can conclude if kπ‘˜ is a zero of f(x),𝑓(π‘₯), then xβˆ’kπ‘₯βˆ’π‘˜ is a factor of f(x).𝑓(π‘₯).

Similarly, if xβˆ’kπ‘₯βˆ’π‘˜ is a factor of f(x),𝑓(π‘₯), then the remainder of the Division Algorithm f(x)=(xβˆ’k)q(x)+r𝑓(π‘₯)=(π‘₯βˆ’π‘˜)π‘ž(π‘₯)+π‘Ÿ is 0. This tells us that kπ‘˜ is a zero.

This pair of implications is the Factor Theorem. As we will soon see, a polynomial of degree n𝑛 in the complex number system will have n𝑛 zeros. We can use the Factor Theorem to completely factor a polynomial into the product of n𝑛 factors. Once the polynomial has been completely factored, we can easily determine the zeros of the polynomial.

THE FACTOR THEOREM

According to the Factor Theorem, kπ‘˜ is a zero of f(x)𝑓(π‘₯) if and only if (xβˆ’k)(π‘₯βˆ’π‘˜) is a factor of f(x).𝑓(π‘₯).

HOW TO

Given a factor and a third-degree polynomial, use the Factor Theorem to factor the polynomial.

  1. Use synthetic division to divide the polynomial byΒ (xβˆ’k).(π‘₯βˆ’π‘˜).
  2. Confirm that the remainder is 0.
  3. Write the polynomial as the product ofΒ (xβˆ’k)(π‘₯βˆ’π‘˜)Β and the quadratic quotient.
  4. If possible, factor the quadratic.
  5. Write the polynomial as the product of factors.

EXAMPLE 2

Using the Factor Theorem to Find the Zeros of a Polynomial Expression

Show that (x+2)(π‘₯+2) is a factor of x3βˆ’6×2βˆ’x+30.π‘₯3βˆ’6π‘₯2βˆ’π‘₯+30. Find the remaining factors. Use the factors to determine the zeros of the polynomial.

Solution

We can use synthetic division to show that (x+2)(π‘₯+2) is a factor of the polynomial.

The remainder is zero, so (x+2)(π‘₯+2) is a factor of the polynomial. We can use the Division Algorithm to write the polynomial as the product of the divisor and the quotient:

(x+2)(x2βˆ’8x+15)(π‘₯+2)(π‘₯2βˆ’8π‘₯+15)

We can factor the quadratic factor to write the polynomial as

(x+2)(xβˆ’3)(xβˆ’5)(π‘₯+2)(π‘₯βˆ’3)(π‘₯βˆ’5)

By the Factor Theorem, the zeros of x3βˆ’6×2βˆ’x+30π‘₯3βˆ’6π‘₯2βˆ’π‘₯+30 are –2, 3, and 5.

TRY IT #2

Use the Factor Theorem to find the zeros of f(x)=x3+4×2βˆ’4xβˆ’16𝑓(π‘₯)=π‘₯3+4π‘₯2βˆ’4π‘₯βˆ’16 given that (xβˆ’2)(π‘₯βˆ’2) is a factor of the polynomial.

Using the Rational Zero Theorem to Find Rational Zeros

Another use for the Remainder Theorem is to test whether a rational number is a zero for a given polynomial. But first we need a pool of rational numbers to test. The Rational Zero Theorem helps us to narrow down the number of possible rational zeros using the ratio of the factors of the constant term and factors of the leading coefficient of the polynomial

Consider a quadratic function with two zeros, x=25π‘₯=25 and x=34.π‘₯=34. By the Factor Theorem, these zeros have factors associated with them. Let us set each factor equal to 0, and then construct the original quadratic function absent its stretching factor.

Notice that two of the factors of the constant term, 6, are the two numerators from the original rational roots: 2 and 3. Similarly, two of the factors from the leading coefficient, 20, are the two denominators from the original rational roots: 5 and 4.

We can infer that the numerators of the rational roots will always be factors of the constant term and the denominators will be factors of the leading coefficient. This is the essence of the Rational Zero Theorem; it is a means to give us a pool of possible rational zeros.

THE RATIONAL ZERO THEOREM

The Rational Zero Theorem states that, if the polynomial f(x)=anxn+anβˆ’1xnβˆ’1+…+a1x+a0𝑓(π‘₯)=π‘Žπ‘›π‘₯𝑛+π‘Žπ‘›βˆ’1π‘₯π‘›βˆ’1+…+π‘Ž1π‘₯+π‘Ž0 has integer coefficients, then every rational zero of f(x)𝑓(π‘₯) has the form pqπ‘π‘ž where p𝑝 is a factor of the constant term a0π‘Ž0 and qπ‘ž is a factor of the leading coefficient an.π‘Žπ‘›.

When the leading coefficient is 1, the possible rational zeros are the factors of the constant term.

HOW TO

Given a polynomial function f(x),𝑓(π‘₯), use the Rational Zero Theorem to find rational zeros.

  1. Determine all factors of the constant term and all factors of the leading coefficient.
  2. Determine all possible values ofΒ pq,π‘π‘ž,Β whereΒ p𝑝 is a factor of the constant term andΒ qπ‘žΒ is a factor of the leading coefficient. Be sure to include both positive and negative candidates.
  3. Determine which possible zeros are actual zeros by evaluating each case ofΒ f(pq).𝑓(π‘π‘ž).

EXAMPLE 3

Listing All Possible Rational Zeros

List all possible rational zeros of f(x)=2×4βˆ’5×3+x2βˆ’4.𝑓(π‘₯)=2π‘₯4βˆ’5π‘₯3+π‘₯2βˆ’4.

Solution

The only possible rational zeros of f(x)𝑓(π‘₯) are the quotients of the factors of the last term, –4, and the factors of the leading coefficient, 2.

The constant term is –4; the factors of –4 are p=Β±1,Β±2,Β±4.𝑝=Β±1,Β±2,Β±4.

The leading coefficient is 2; the factors of 2 are q=Β±1,Β±2.π‘ž=Β±1,Β±2.

If any of the four real zeros are rational zeros, then they will be of one of the following factors of –4 divided by one of the factors of 2.

pq=Β±11,Β±12   pq=Β±21,Β±22   pq=Β±41,Β±42π‘π‘ž=Β±11,Β±12   π‘π‘ž=Β±21,Β±22   π‘π‘ž=Β±41,Β±42

Note that 22=122=1 and 42=2,42=2, which have already been listed. So we can shorten our list.

pq=Factors of the lastFactors of the first=Β±1,Β±2,Β±4,Β±12π‘π‘ž=Factors of the lastFactors of the first=Β±1,Β±2,Β±4,Β±12

EXAMPLE 4

Using the Rational Zero Theorem to Find Rational Zeros

Use the Rational Zero Theorem to find the rational zeros of f(x)=2×3+x2βˆ’4x+1.𝑓(π‘₯)=2π‘₯3+π‘₯2βˆ’4π‘₯+1.

Solution

The Rational Zero Theorem tells us that if pqπ‘π‘ž is a zero of f(x),𝑓(π‘₯), then p𝑝 is a factor of 1 and qπ‘ž is a factor of 2.

pq==factor of constant termfactor of leading coefficientfactor of 1factor of 2π‘π‘ž=factor of constant termfactor of leading coefficient=factor of 1factor of 2

The factors of 1 are Β±1Β±1 and the factors of 2 are Β±1Β±1 and Β±2.Β±2. The possible values for pqπ‘π‘ž are Β±1Β±1 and Β±12.Β±12. These are the possible rational zeros for the function. We can determine which of the possible zeros are actual zeros by substituting these values for xπ‘₯ in f(x).𝑓(π‘₯).

f(βˆ’1)f(1)f(βˆ’12)f(12)====2(βˆ’1)3+(βˆ’1)2βˆ’4(βˆ’1)+1=42(1)3+(1)2βˆ’4(1)+1=02(βˆ’12)3+(βˆ’12)2βˆ’4(βˆ’12)+1=32(12)3+(12)2βˆ’4(12)+1=βˆ’12𝑓(βˆ’1)=2(βˆ’1)3+(βˆ’1)2βˆ’4(βˆ’1)+1=4𝑓(1)=2(1)3+(1)2βˆ’4(1)+1=0𝑓(βˆ’12)=2(βˆ’12)3+(βˆ’12)2βˆ’4(βˆ’12)+1=3𝑓(12)=2(12)3+(12)2βˆ’4(12)+1=βˆ’12

Of those, βˆ’1,βˆ’12,and 12βˆ’1,βˆ’12,and 12 are not zeros of f(x).𝑓(π‘₯). 1 is the only rational zero of f(x).𝑓(π‘₯).

TRY IT #3

Use the Rational Zero Theorem to find the rational zeros of f(x)=x3βˆ’5×2+2x+1.𝑓(π‘₯)=π‘₯3βˆ’5π‘₯2+2π‘₯+1.

Finding the Zeros of Polynomial Functions

The Rational Zero Theorem helps us to narrow down the list of possible rational zeros for a polynomial function. Once we have done this, we can use synthetic division repeatedly to determine all of the zeros of a polynomial function.

HOW TO

Given a polynomial function f,𝑓, use synthetic division to find its zeros.

  1. Use the Rational Zero Theorem to list all possible rational zeros of the function.
  2. Use synthetic division to evaluate a given possible zero by synthetically dividing the candidate into the polynomial. If the remainder is 0, the candidate is a zero. If the remainder is not zero, discard the candidate.
  3. Repeat step two using the quotient found with synthetic division. If possible, continue until the quotient is a quadratic.
  4. Find the zeros of the quadratic function. Two possible methods for solving quadratics are factoring and using the quadratic formula.

EXAMPLE 5

Finding the Zeros of a Polynomial Function with Repeated Real Zeros

Find the zeros ofΒ f(x)=4×3βˆ’3xβˆ’1.𝑓(π‘₯)=4π‘₯3βˆ’3π‘₯βˆ’1.

Analysis

Look at the graph of the functionΒ f𝑓 inΒ Figure 1. Notice, atΒ x=βˆ’0.5,π‘₯=βˆ’0.5,Β the graph bounces off theΒ x-axis, indicating the even multiplicity (2,4,6…) for the zeroΒ βˆ’0.5.βˆ’0.5.Β AtΒ x=1,π‘₯=1,Β the graph crosses theΒ x-axis, indicating the odd multiplicity (1,3,5…) for the zeroΒ x=1.π‘₯=1.

Graph of a polynomial that have its local maximum at (-0.5, 0) labeled as β€œBounce” and its x-intercept at (1, 0) labeled, β€œCross”.

Figure 1

Using the Fundamental Theorem of Algebra

Now that we can find rational zeros for a polynomial function, we will look at a theorem that discusses the number of complex zeros of a polynomial function. The Fundamental Theorem of Algebra tells us that every polynomial function has at least one complex zero. This theorem forms the foundation for solving polynomial equations.

Suppose f𝑓 is a polynomial function of degree four, and f(x)=0.𝑓(π‘₯)=0. The Fundamental Theorem of Algebra states that there is at least one complex solution, call it c1.𝑐1. By the Factor Theorem, we can write f(x)𝑓(π‘₯) as a product of xβˆ’c1π‘₯βˆ’π‘1 and a polynomial quotient. Since xβˆ’c1π‘₯βˆ’π‘1 is linear, the polynomial quotient will be of degree three. Now we apply the Fundamental Theorem of Algebra to the third-degree polynomial quotient. It will have at least one complex zero, call it c2.𝑐2. So we can write the polynomial quotient as a product of xβˆ’c2π‘₯βˆ’π‘2 and a new polynomial quotient of degree two. Continue to apply the Fundamental Theorem of Algebra until all of the zeros are found. There will be four of them and each one will yield a factor of f(x).𝑓(π‘₯).

THE FUNDAMENTAL THEOREM OF ALGEBRA

The Fundamental Theorem of Algebra states that, if f(x)𝑓(π‘₯) is a polynomial of degree n > 0, then f(x)𝑓(π‘₯) has at least one complex zero.

We can use this theorem to argue that, if f(x)𝑓(π‘₯) is a polynomial of degree n>0,𝑛>0, and aπ‘Ž is a non-zero real number, then f(x)𝑓(π‘₯) has exactly n𝑛 linear factors

f(x)=a(xβˆ’c1)(xβˆ’c2)…(xβˆ’cn)𝑓(π‘₯)=π‘Ž(π‘₯βˆ’π‘1)(π‘₯βˆ’π‘2)…(π‘₯βˆ’π‘π‘›)

where c1,c2,…,cn𝑐1,𝑐2,…,𝑐𝑛 are complex numbers. Therefore, f(x)𝑓(π‘₯) has n𝑛 roots if we allow for multiplicities.

Q&A

Does every polynomial have at least one imaginary zero?

No. Real numbers are a subset of complex numbers, but not the other way around. A complex number is not necessarily imaginary. Real numbers are also complex numbers.

EXAMPLE 6

Finding the Zeros of a Polynomial Function with Complex Zeros

Find the zeros of f(x)=3×3+9×2+x+3.𝑓(π‘₯)=3π‘₯3+9π‘₯2+π‘₯+3.

Solution

The Rational Zero Theorem tells us that if pqπ‘π‘ž is a zero of f(x),𝑓(π‘₯), then p𝑝 is a factor of 3 and qπ‘ž is a factor of 3.

pq==factor of constant termfactor of leading coefficientfactor of 3factor of 3π‘π‘ž=factor of constant termfactor of leading coefficient=factor of 3factor of 3

The factors of 3 are Β±1Β±1 and Β±3.Β±3. The possible values for pq,π‘π‘ž, and therefore the possible rational zeros for the function, are Β±3,Β±1, and Β±13.Β±3,Β±1, and Β±13. We will use synthetic division to evaluate each possible zero until we find one that gives a remainder of 0. Let’s begin with –3.

Dividing by (x+3)(π‘₯+3) gives a remainder of 0, so –3 is a zero of the function. The polynomial can be written as

(x+3)(3×2+1)(π‘₯+3)(3π‘₯2+1)

We can then set the quadratic equal to 0 and solve to find the other zeros of the function.

3×2+1x2x===0βˆ’13Β±βˆ’13βˆ’βˆ’βˆ’βˆš=Β±i3√33π‘₯2+1=0π‘₯2=βˆ’13π‘₯=Β±βˆ’13=±𝑖33

The zeros of f(x)𝑓(π‘₯) are –3 and Β±i3√3.±𝑖33.

Analysis

Look at the graph of the functionΒ f𝑓 inΒ Figure 2. Notice that, atΒ x=βˆ’3,π‘₯=βˆ’3,Β the graph crosses theΒ x-axis, indicating an odd multiplicity (1) for the zeroΒ x=–3.π‘₯=–3.Β Also note the presence of the two turning points. This means that, since there is a 3rdΒ degree polynomial, we are looking at the maximum number of turning points. So, the end behavior of increasing without bound to the right and decreasing without bound to the left will continue. Thus, all theΒ x-intercepts for the function are shown. So either the multiplicity ofΒ x=βˆ’3π‘₯=βˆ’3Β is 1 and there are two complex solutions, which is what we found, or the multiplicity atΒ x=βˆ’3π‘₯=βˆ’3Β is three. Either way, our result is correct.

Graph of a polynomial with its x-intercept at (-3, 0) labeled as β€œCross”.

Figure 2

TRY IT #4

Find the zeros of f(x)=2×3+5×2βˆ’11x+4.𝑓(π‘₯)=2π‘₯3+5π‘₯2βˆ’11π‘₯+4.

Using the Linear Factorization Theorem to Find Polynomials with Given Zeros

A vital implication of the Fundamental Theorem of Algebra, as we stated above, is that a polynomial function of degree n𝑛 will have n𝑛 zeros in the set of complex numbers, if we allow for multiplicities. This means that we can factor the polynomial function into n𝑛 factors. The Linear Factorization Theorem tells us that a polynomial function will have the same number of factors as its degree, and that each factor will be in the form (xβˆ’c),(π‘₯βˆ’π‘), where c𝑐 is a complex number.

Let f𝑓 be a polynomial function with real coefficients, and suppose a+bi, bβ‰ 0,π‘Ž+𝑏𝑖, π‘β‰ 0, is a zero of f(x).𝑓(π‘₯). Then, by the Factor Theorem, xβˆ’(a+bi)π‘₯βˆ’(π‘Ž+𝑏𝑖) is a factor of f(x).𝑓(π‘₯). For f𝑓 to have real coefficients, xβˆ’(aβˆ’bi)π‘₯βˆ’(π‘Žβˆ’π‘π‘–) must also be a factor of f(x).𝑓(π‘₯). This is true because any factor other than xβˆ’(aβˆ’bi),π‘₯βˆ’(π‘Žβˆ’π‘π‘–), when multiplied by xβˆ’(a+bi),π‘₯βˆ’(π‘Ž+𝑏𝑖), will leave imaginary components in the product. Only multiplication with conjugate pairs will eliminate the imaginary parts and result in real coefficients. In other words, if a polynomial function f𝑓 with real coefficients has a complex zero a+bi,π‘Ž+𝑏𝑖, then the complex conjugate aβˆ’biπ‘Žβˆ’π‘π‘– must also be a zero of f(x).𝑓(π‘₯). This is called the Complex Conjugate Theorem.

COMPLEX CONJUGATE THEOREM

According to the Linear Factorization Theorem, a polynomial function will have the same number of factors as its degree, and each factor will be in the form (xβˆ’c)(π‘₯βˆ’π‘) , where c𝑐 is a complex number.

If the polynomial function f𝑓 has real coefficients and a complex zero in the form a+bi,π‘Ž+𝑏𝑖, then the complex conjugate of the zero, aβˆ’bi,π‘Žβˆ’π‘π‘–, is also a zero.

HOW TO

Given the zeros of a polynomial function f𝑓 and a point (cf(c)) on the graph of f,𝑓, use the Linear Factorization Theorem to find the polynomial function.

  1. Use the zeros to construct the linear factors of the polynomial.
  2. Multiply the linear factors to expand the polynomial.
  3. SubstituteΒ (c,f(c))(𝑐,𝑓(𝑐))Β into the function to determine the leading coefficient.
  4. Simplify.

EXAMPLE 7

Using the Linear Factorization Theorem to Find a Polynomial with Given Zeros

Find a fourth degree polynomial with real coefficients that has zeros of –3, 2, i,𝑖, such that f(βˆ’2)=100.𝑓(βˆ’2)=100.

Solution

Because x=iπ‘₯=𝑖 is a zero, by the Complex Conjugate Theorem x=–iπ‘₯=–𝑖 is also a zero. The polynomial must have factors of (x+3),(xβˆ’2),(xβˆ’i),(π‘₯+3),(π‘₯βˆ’2),(π‘₯βˆ’π‘–), and (x+i).(π‘₯+𝑖). Since we are looking for a degree 4 polynomial, and now have four zeros, we have all four factors. Let’s begin by multiplying these factors.

f(x)f(x)f(x)===a(x+3)(xβˆ’2)(xβˆ’i)(x+i)a(x2+xβˆ’6)(x2+1)a(x4+x3βˆ’5×2+xβˆ’6)𝑓(π‘₯)=π‘Ž(π‘₯+3)(π‘₯βˆ’2)(π‘₯βˆ’π‘–)(π‘₯+𝑖)𝑓(π‘₯)=π‘Ž(π‘₯2+π‘₯βˆ’6)(π‘₯2+1)𝑓(π‘₯)=π‘Ž(π‘₯4+π‘₯3βˆ’5π‘₯2+π‘₯βˆ’6)

We need to find a to ensure f(–2)=100.𝑓(–2)=100. Substitute x=–2 π‘₯=–2  and f(2)=100𝑓(2)=100 into f(x).𝑓(π‘₯).

100100βˆ’5===a((βˆ’2)4+(βˆ’2)3βˆ’5(βˆ’2)2+(βˆ’2)βˆ’6)a(βˆ’20)a100=π‘Ž((βˆ’2)4+(βˆ’2)3βˆ’5(βˆ’2)2+(βˆ’2)βˆ’6)100=π‘Ž(βˆ’20)βˆ’5=π‘Ž

So the polynomial function is

f(x)=βˆ’5(x4+x3βˆ’5×2+xβˆ’6)𝑓(π‘₯)=βˆ’5(π‘₯4+π‘₯3βˆ’5π‘₯2+π‘₯βˆ’6)

or

f(x)=βˆ’5×4βˆ’5×3+25×2βˆ’5x+30𝑓(π‘₯)=βˆ’5π‘₯4βˆ’5π‘₯3+25π‘₯2βˆ’5π‘₯+30

Analysis

We found that both i𝑖 and βˆ’iβˆ’π‘– were zeros, but only one of these zeros needed to be given. If i𝑖 is a zero of a polynomial with real coefficients, then βˆ’iβˆ’π‘– must also be a zero of the polynomial because βˆ’iβˆ’π‘– is the complex conjugate of i.𝑖.

Q&A

If 2+3i2+3𝑖 were given as a zero of a polynomial with real coefficients, would 2βˆ’3i2βˆ’3𝑖 also need to be a zero?

Yes. When any complex number with an imaginary component is given as a zero of a polynomial with real coefficients, the conjugate must also be a zero of the polynomial.

TRY IT #5

Find a third degree polynomial with real coefficients that has zeros of 5 and βˆ’2iβˆ’2𝑖 such that f(1)=10.𝑓(1)=10.

Using Descartes’ Rule of Signs

There is a straightforward way to determine the possible numbers of positive and negative real zeros for any polynomial function. If the polynomial is written in descending order, Descartes’ Rule of Signs tells us of a relationship between the number of sign changes in f(x)𝑓(π‘₯) and the number of positive real zeros. For example, the polynomial function below has one sign change.The function, f(x)=x^4+x^3+x^2+x-1, has one sign change between x and -1.`

This tells us that the function must have 1 positive real zero.

There is a similar relationship between the number of sign changes in f(βˆ’x)𝑓(βˆ’π‘₯) and the number of negative real zeros.The function, f(-x)=(-x)^4+(-x)^3+(-x)^2+(-x)-1=+ x^4-x^3+x^2-x-1, has three sign changes between x^4 and x^3, x^3 and x^2, and x^2 and x.`

In this case, f(βˆ’x)𝑓(βˆ’π‘₯) has 3 sign changes. This tells us that f(x)𝑓(π‘₯) could have 3 or 1 negative real zeros.

DESCARTES’ RULE OF SIGNS

According to Descartes’ Rule of Signs, if we let f(x)=anxn+anβˆ’1xnβˆ’1+…+a1x+a0𝑓(π‘₯)=π‘Žπ‘›π‘₯𝑛+π‘Žπ‘›βˆ’1π‘₯π‘›βˆ’1+…+π‘Ž1π‘₯+π‘Ž0 be a polynomial function with real coefficients:

  • The number of positive real zeros is either equal to the number of sign changes ofΒ f(x)𝑓(π‘₯)Β or is less than the number of sign changes by an even integer.
  • The number of negative real zeros is either equal to the number of sign changes ofΒ f(βˆ’x)𝑓(βˆ’π‘₯)Β or is less than the number of sign changes by an even integer.

EXAMPLE 8

Using Descartes’ Rule of Signs

Use Descartes’ Rule of Signs to determine the possible numbers of positive and negative real zeros for f(x)=βˆ’x4βˆ’3×3+6×2βˆ’4xβˆ’12.𝑓(π‘₯)=βˆ’π‘₯4βˆ’3π‘₯3+6π‘₯2βˆ’4π‘₯βˆ’12.

Solution

Begin by determining the number of sign changes.

The function, f(x)=-x^4-3x^3+6x^2-4x-12, has two sign change between -3x^3 and 6x^2, and 6x^2 and -4x.`

Figure 3

There are two sign changes, so there are either 2 or 0 positive real roots. Next, we examine f(βˆ’x)𝑓(βˆ’π‘₯) to determine the number of negative real roots.

f(βˆ’x)f(βˆ’x)==βˆ’(βˆ’x)4βˆ’3(βˆ’x)3+6(βˆ’x)2βˆ’4(βˆ’x)βˆ’12βˆ’x4+3×3+6×2+4xβˆ’12𝑓(βˆ’π‘₯)=βˆ’(βˆ’π‘₯)4βˆ’3(βˆ’π‘₯)3+6(βˆ’π‘₯)2βˆ’4(βˆ’π‘₯)βˆ’12𝑓(βˆ’π‘₯)=βˆ’π‘₯4+3π‘₯3+6π‘₯2+4π‘₯βˆ’12

The function, f(-x)=-x^4+3x^3+6x^2+4x-12, has two sign change between -x^4 and 3x^3, and 4x and -12.`

Figure 4

Again, there are two sign changes, so there are either 2 or 0 negative real roots.

There are four possibilities, as we can see inΒ Table 1.

Positive Real ZerosNegative Real ZerosComplex ZerosTotal Zeros
2204
2024
0224
0044
TableΒ 1

Analysis

We can confirm the numbers of positive and negative real roots by examining a graph of the function. SeeΒ Figure 5. We can see from the graph that the function has 0 positive real roots and 2 negative real roots.

Graph of f(x)=-x^4-3x^3+6x^2-4x-12 with x-intercepts at -4.42 and -1.

Figure 5

TRY IT #6

Use Descartes’ Rule of Signs to determine the maximum possible numbers of positive and negative real zeros for f(x)=2×4βˆ’10×3+11×2βˆ’15x+12.𝑓(π‘₯)=2π‘₯4βˆ’10π‘₯3+11π‘₯2βˆ’15π‘₯+12. Use a graph to verify the numbers of positive and negative real zeros for the function.

Solving Real-World Applications

We have now introduced a variety of tools for solving polynomial equations. Let’s use these tools to solve the bakery problem from the beginning of the section.

EXAMPLE 9

Solving Polynomial Equations

A new bakery offers decorated, multi-tiered cakes for display and cutting at QuinceaΓ±era and wedding celebrations, as well as sheet cakes to serve most of the guests. The bakery wants the volume of a small sheet cake to be 351 cubic inches. The cake is in the shape of a rectangular solid. They want the length of the cake to be four inches longer than the width of the cake and the height of the cake to be one-third of the width. What should the dimensions of the cake pan be?

Solution

Begin by writing an equation for the volume of the cake. The volume of a rectangular solid is given by V=lwh.𝑉=π‘™π‘€β„Ž. We were given that the length must be four inches longer than the width, so we can express the length of the cake as l=w+4.𝑙=𝑀+4. We were given that the height of the cake is one-third of the width, so we can express the height of the cake as h=13w.β„Ž=13𝑀. Let’s write the volume of the cake in terms of width of the cake.

VV==(w+4)(w)(13w)13w3+43w2𝑉=(𝑀+4)(𝑀)(13𝑀)𝑉=13𝑀3+43𝑀2

Substitute the given volume into this equation.

35110530===13w3+43w2w3+4w2w3+4w2βˆ’1053Substitute 351 for V.Multiply both sides by 3.Subtract 1053 from both sides.351=13𝑀3+43𝑀2Substitute 351 for π‘‰.1053=𝑀3+4𝑀2Multiply both sides by 3.0=𝑀3+4𝑀2βˆ’1053Subtract 1053 from both sides.

Descartes’ rule of signs tells us there is one positive solution. The Rational Zero Theorem tells us that the possible rational zeros are Β±1,Β±3,Β±9,Β±13,Β±27,Β±39,Β±81,Β±117,Β±351,Β±1,Β±3,Β±9,Β±13,Β±27,Β±39,Β±81,Β±117,Β±351, and Β±1053.Β±1053. We can use synthetic division to test these possible zeros. Only positive numbers make sense as dimensions for a cake, so we need not test any negative values. Let’s begin by testing values that make the most sense as dimensions for a small sheet cake. Use synthetic division to check x=1.π‘₯=1.

Since 1 is not a solution, we will check x=3.π‘₯=3.

Since 3 is not a solution either, we will test x=9.π‘₯=9.

Synthetic division gives a remainder of 0, so 9 is a solution to the equation. We can use the relationships between the width and the other dimensions to determine the length and height of the sheet cake pan.

l=w+4=9+4=13and h=13w=13(9)=3𝑙=𝑀+4=9+4=13and β„Ž=13𝑀=13(9)=3

The sheet cake pan should have dimensions 13 inches by 9 inches by 3 inches.

TRY IT #7

A shipping container in the shape of a rectangular solid must have a volume of 84 cubic meters. The client tells the manufacturer that, because of the contents, the length of the container must be one meter longer than the width, and the height must be one meter greater than twice the width. What should the dimensions of the container be?

RELATED POSTS

View all

view all