Skip to content

Zeros of Polynomial Functions

By the end of this section, you will be able to:

  • 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 xkx-k, the remainder may be found quickly by evaluating the polynomial function at kk, that is, f(k)f(k). Let’s walk through the proof of the theorem.

Recall that the Division Algorithm states that, given a polynomial dividend f(x)f(x) and a non-zero polynomial divisor d(x)d(x) where the degree of d(x)d(x) is less than or equal to the degree of f(x)f(x), there exist unique polynomials q(x)q(x) and r(x)r(x) such that

f(x)=d(x)q(x)+r(x)f(x)=d(x)q(x)+r(x)

If the divisor, d(x)d(x), is xkx-k, this takes the form

f(x)=(xk)q(x)+rf(x)=(x-k)q(x)+r

Since the divisor xkx-k is linear, the remainder will be a constant, rr. And, if we evaluate this for x=kx=k, we have

f(k)=(kk)q(k)+r=0q(k)+r=r \begin{array}{lrcl} & f(k) &=& (k-k)q(k)+r \\[4pt] & &=& 0\cdot q(k)+r \\[4pt] & &=& r \end{array}

In other words, f(k)f(k) is the remainder obtained by dividing f(x)f(x) by xkx-k.

The Remainder Theorem. If a polynomial f(x)f(x) is divided by xkx-k, then the remainder is the value f(k)f(k).

How to: given a polynomial function ff, evaluate f(x)f(x) at x=kx=k using the Remainder Theorem.

  1. Use synthetic division to divide the polynomial by xkx-k.
  2. The remainder is the value f(k)f(k).

Example. Use the Remainder Theorem to evaluate f(x)=6x4x315x2+2x7f(x)=6x^4-x^3-15x^2+2x-7 at x=2x=2.

Solution. To find the remainder using the Remainder Theorem, use synthetic division to divide the polynomial by x2x-2.

26115271222143261171625 \begin{array}{r|rrrrr} 2 & 6 & -1 & -15 & 2 & -7 \\ & & 12 & 22 & 14 & 32 \\ \hline & 6 & 11 & 7 & 16 & 25 \end{array}

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

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

f(x)=6x4x315x2+2x7f(2)=6(2)4(2)315(2)2+2(2)7=25 \begin{array}{lrcl} & f(x) &=& 6x^4-x^3-15x^2+2x-7 \\[4pt] & f(2) &=& 6(2)^4-(2)^3-15(2)^2+2(2)-7 \\[4pt] & &=& 25 \end{array}

Use the Remainder Theorem to evaluatef(x)=2x53x49x3+8x2+2f(x)=2x^5-3x^4-9x^3+8x^2+2atx=3x=-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 tells us

f(x)=(xk)q(x)+r.f(x)=(x-k)q(x)+r.

If kk is a zero, then the remainder rr is f(k)=0f(k)=0 and f(x)=(xk)q(x)+0f(x)=(x-k)q(x)+0 or f(x)=(xk)q(x)f(x)=(x-k)q(x).

Notice, written in this form, xkx-k is a factor of f(x)f(x). We can conclude if kk is a zero of f(x)f(x), then xkx-k is a factor of f(x)f(x).

Similarly, if xkx-k is a factor of f(x)f(x), then the remainder of the Division Algorithm f(x)=(xk)q(x)+rf(x)=(x-k)q(x)+r is 0. This tells us that kk is a zero.

This pair of implications is the Factor Theorem. As we will soon see, a polynomial of degree nn in the complex number system will have nn zeros. We can use the Factor Theorem to completely factor a polynomial into the product of nn 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, kk is a zero of f(x)f(x) if and only if (xk)(x-k) is a factor of f(x)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 (xk)(x-k).
  2. Confirm that the remainder is 0.
  3. Write the polynomial as the product of (xk)(x-k) and the quadratic quotient.
  4. If possible, factor the quadratic.
  5. Write the polynomial as the product of factors.

Example. Show that (x+2)(x+2) is a factor of x36x2x+30x^3-6x^2-x+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)(x+2) is a factor of the polynomial.

2161302163018150 \begin{array}{r|rrrr} -2 & 1 & -6 & -1 & 30 \\ & & -2 & 16 & -30 \\ \hline & 1 & -8 & 15 & 0 \end{array}

The remainder is zero, so (x+2)(x+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)(x28x+15)(x+2)(x^2-8x+15)

We can factor the quadratic factor to write the polynomial as

(x+2)(x3)(x5)(x+2)(x-3)(x-5)

By the Factor Theorem, the zeros of x36x2x+30x^3-6x^2-x+30 are 2-2, 3, and 5.

Use the Factor Theorem to find the zeros off(x)=x3+4x24x16f(x)=x^3+4x^2-4x-16given that(x2)(x-2)is a factor of the polynomial. Enter all of them, separated by commas.

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=25x=\tfrac{2}{5} and x=34x=\tfrac{3}{4}. 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.

Set each factor equal to 0.x25=0 or x34=0Multiply both sides by the denominator to clear fractions.5x2=0 or 4x3=0Create the quadratic function, multiplying the factors.f(x)=(5x2)(4x3)Expand the polynomial.f(x)=20x223x+6f(x)=(54)x223x+(23) \begin{array}{lrcl} \text{Set each factor equal to }0. & x-\tfrac{2}{5} &=& 0\ \text{or}\ x-\tfrac{3}{4}=0 \\[4pt] \text{Multiply both sides by the denominator to clear fractions.} & 5x-2 &=& 0\ \text{or}\ 4x-3=0 \\[4pt] \text{Create the quadratic function, multiplying the factors.} & f(x) &=& (5x-2)(4x-3) \\[4pt] \text{Expand the polynomial.} & f(x) &=& 20x^2-23x+6 \\[4pt] & f(x) &=& (5\cdot4)x^2-23x+(2\cdot3) \end{array}

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+an1xn1++a1x+a0f(x)=a_nx^n+a_{n-1}x^{n-1}+\ldots+a_1x+a_0 has integer coefficients and an0a_n\ne0, then every rational zero of f(x)f(x) has the form pq\tfrac{p}{q} where pp is a factor of the constant term a0a_0 and qq is a factor of the leading coefficient ana_n.

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)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\tfrac{p}{q}, where pp is a factor of the constant term and qq 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)f\left(\tfrac{p}{q}\right).

Example. List all possible rational zeros of f(x)=2x45x3+x24f(x)=2x^4-5x^3+x^2-4.

Solution. The only possible rational zeros of f(x)f(x) are the quotients of the factors of the last term, 4-4, and the factors of the leading coefficient, 2.

The constant term is 4-4; the factors of 4-4 are p=±1,±2,±4p=\pm1,\pm2,\pm4.

The leading coefficient is 2; the factors of 2 are q=±1,±2q=\pm1,\pm2.

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

pq=±11, ±12pq=±21, ±22pq=±41, ±42 \begin{array}{lrcl} & \tfrac{p}{q} &=& \pm\tfrac{1}{1},\ \pm\tfrac{1}{2} \\[4pt] & \tfrac{p}{q} &=& \pm\tfrac{2}{1},\ \pm\tfrac{2}{2} \\[4pt] & \tfrac{p}{q} &=& \pm\tfrac{4}{1},\ \pm\tfrac{4}{2} \end{array}

Note that 22=1\tfrac{2}{2}=1 and 42=2\tfrac{4}{2}=2, which have already been listed. So we can shorten our list.

pq=Factors of the lastFactors of the first=±1,±2,±4,±12\tfrac{p}{q}=\tfrac{\text{Factors of the last}}{\text{Factors of the first}}=\pm1,\pm2,\pm4,\pm\tfrac{1}{2}

Example. Use the Rational Zero Theorem to find the rational zeros of f(x)=2x3+x24x+1f(x)=2x^3+x^2-4x+1.

Solution. The Rational Zero Theorem tells us that if pq\tfrac{p}{q} is a zero of f(x)f(x), then pp is a factor of 1 and qq is a factor of 2.

pq=factor of constant termfactor of leading coefficient=factor of 1factor of 2 \begin{array}{lrcl} & \tfrac{p}{q} &=& \tfrac{\text{factor of constant term}}{\text{factor of leading coefficient}} \\[4pt] & &=& \tfrac{\text{factor of 1}}{\text{factor of 2}} \end{array}

The factors of 1 are ±1\pm1 and the factors of 2 are ±1\pm1 and ±2\pm2. The possible values for pq\tfrac{p}{q} are ±1\pm1 and ±12\pm\tfrac{1}{2}. 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 xx in f(x)f(x).

f(1)=2(1)3+(1)24(1)+1=4f(1)=2(1)3+(1)24(1)+1=0f(12)=2(12)3+(12)24(12)+1=3f(12)=2(12)3+(12)24(12)+1=12 \begin{array}{lrcl} & f(-1) &=& 2(-1)^3+(-1)^2-4(-1)+1=4 \\[4pt] & f(1) &=& 2(1)^3+(1)^2-4(1)+1=0 \\[4pt] & f\left(-\tfrac{1}{2}\right) &=& 2\left(-\tfrac{1}{2}\right)^3+\left(-\tfrac{1}{2}\right)^2-4\left(-\tfrac{1}{2}\right)+1=3 \\[4pt] & f\left(\tfrac{1}{2}\right) &=& 2\left(\tfrac{1}{2}\right)^3+\left(\tfrac{1}{2}\right)^2-4\left(\tfrac{1}{2}\right)+1=-\tfrac{1}{2} \end{array}

Of those, 1-1, 12-\tfrac{1}{2}, and 12\tfrac{1}{2} are not zeros of f(x)f(x). 1 is the only rational zero of f(x)f(x).

Use the Rational Zero Theorem to determine which of the following is true about the rational zeros off(x)=x35x2+2x+1f(x)=x^3-5x^2+2x+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 ff, 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. Find the zeros of f(x)=4x33x1f(x)=4x^3-3x-1.

Solution. The Rational Zero Theorem tells us that if pq\tfrac{p}{q} is a zero of f(x)f(x), then pp is a factor of 1-1 and qq is a factor of 4.

pq=factor of constant termfactor of leading coefficient=factor of 1factor of 4 \begin{array}{lrcl} & \tfrac{p}{q} &=& \tfrac{\text{factor of constant term}}{\text{factor of leading coefficient}} \\[4pt] & &=& \tfrac{\text{factor of }-1}{\text{factor of 4}} \end{array}

The factors of 1-1 are ±1\pm1 and the factors of 4 are ±1,±2,\pm1,\pm2, and ±4\pm4. The possible values for pq\tfrac{p}{q} are ±1\pm1, ±12\pm\tfrac{1}{2}, and ±14\pm\tfrac{1}{4}. These are the possible rational zeros for the function. We will use synthetic division to evaluate each possible zero until we find one that gives a remainder of 0. Let’s begin with 1.

140314414410 \begin{array}{r|rrrr} 1 & 4 & 0 & -3 & -1 \\ & & 4 & 4 & 1 \\ \hline & 4 & 4 & 1 & 0 \end{array}

Dividing by (x1)(x-1) gives a remainder of 0, so 1 is a zero of the function. The polynomial can be written as

(x1)(4x2+4x+1).(x-1)(4x^2+4x+1).

The quadratic is a perfect square. f(x)f(x) can be written as

(x1)(2x+1)2.(x-1)(2x+1)^2.

We already know that 1 is a zero. The other zero will have a multiplicity of 2 because the factor is squared. To find the other zero, we can set the factor equal to 0.

2x+1=0x=12 \begin{array}{lrcl} & 2x+1 &=& 0 \\[4pt] & x &=& -\tfrac{1}{2} \end{array}

The zeros of the function are 1 and 12-\tfrac{1}{2} with multiplicity 2.

Analysis. Look at the graph of the function ff below. Notice, at x=0.5x=-0.5, the graph bounces off the xx-axis, indicating the even multiplicity (2,4,6…) for the zero 0.5-0.5. At x=1x=1, the graph crosses the xx-axis, indicating the odd multiplicity (1,3,5…) for the zero x=1x=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 ff is a polynomial function of degree four, and f(x)=0f(x)=0. The Fundamental Theorem of Algebra states that there is at least one complex solution, call it c1c_1. By the Factor Theorem, we can write f(x)f(x) as a product of xc1x-c_1 and a polynomial quotient. Since xc1x-c_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 c2c_2. So we can write the polynomial quotient as a product of xc2x-c_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)f(x).

Fundamental Theorem of Algebra. If f(x)f(x) is a polynomial of degree n>0n>0, then f(x)f(x) has at least one complex zero.

We can use this theorem to argue that, if f(x)f(x) is a polynomial of degree n>0n>0, and aa is a non-zero real number, then f(x)f(x) has exactly nn linear factors

f(x)=a(xc1)(xc2)(xcn)f(x)=a(x-c_1)(x-c_2)\ldots(x-c_n)

where c1,c2,,cnc_1,c_2,\ldots,c_n are complex numbers. Therefore, f(x)f(x) has nn roots if we allow for multiplicities.

Q&A. Does every polynomial have at least one imaginary zero?

No. A complex number is not necessarily imaginary. Real numbers are also complex numbers.

Example. Find the zeros of f(x)=3x3+9x2+x+3f(x)=3x^3+9x^2+x+3.

Solution. The Rational Zero Theorem tells us that if pq\tfrac{p}{q} is a zero of f(x)f(x), then pp is a factor of 3 and qq is a factor of 3.

pq=factor of constant termfactor of leading coefficient=factor of 3factor of 3 \begin{array}{lrcl} & \tfrac{p}{q} &=& \tfrac{\text{factor of constant term}}{\text{factor of leading coefficient}} \\[4pt] & &=& \tfrac{\text{factor of 3}}{\text{factor of 3}} \end{array}

The factors of 3 are ±1\pm1 and ±3\pm3. The possible values for pq\tfrac{p}{q}, and therefore the possible rational zeros for the function, are ±3\pm3, ±1\pm1, and ±13\pm\tfrac{1}{3}. 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-3.

339139033010 \begin{array}{r|rrrr} -3 & 3 & 9 & 1 & 3 \\ & & -9 & 0 & -3 \\ \hline & 3 & 0 & 1 & 0 \end{array}

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

(x+3)(3x2+1)(x+3)(3x^2+1)

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

3x2+1=0x2=13x=±13=±i33 \begin{array}{lrcl} & 3x^2+1 &=& 0 \\[4pt] & x^2 &=& -\tfrac{1}{3} \\[4pt] & x &=& \pm\sqrt{-\tfrac{1}{3}}=\pm\tfrac{i\sqrt{3}}{3} \end{array}

The zeros of f(x)f(x) are 3-3 and ±i33\pm\tfrac{i\sqrt{3}}{3}.

Analysis. Look at the graph of the function ff below. Notice that, at x=3x=-3, the graph crosses the xx-axis, indicating an odd multiplicity (1) for the zero x=3x=-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 xx-intercepts for the function are shown. So either the multiplicity of x=3x=-3 is 1 and there are two complex solutions, which is what we found, or the multiplicity at x=3x=-3 is three. Either way, our result is correct.

Find the zeros off(x)=2x3+5x211x+4f(x)=2x^3+5x^2-11x+4. Enter all of them, separated by commas.

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 nn will have nn zeros in the set of complex numbers, if we allow for multiplicities. This means that we can factor the polynomial function into nn 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 (xc)(x-c), where cc is a complex number.

Let ff be a polynomial function with real coefficients, and suppose a+bia+bi, b0b\ne0, is a zero of f(x)f(x). Then, by the Factor Theorem, x(a+bi)x-(a+bi) is a factor of f(x)f(x). For ff to have real coefficients, x(abi)x-(a-bi) must also be a factor of f(x)f(x). This is true because any factor other than x(abi)x-(a-bi), when multiplied by x(a+bi)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 ff with real coefficients has a complex zero a+bia+bi, then the complex conjugate abia-bi must also be a zero of f(x)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 (xc)(x-c), where cc is a complex number.

If the polynomial function ff has real coefficients and a complex zero in the form a+bia+bi, then the complex conjugate of the zero, abia-bi, is also a zero.

How to: given the zeros of a polynomial function ff and a point (c,f(c))(c,f(c)) on the graph of ff, 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))(c,f(c)) into the function to determine the leading coefficient.
  4. Simplify.

Example. Find a fourth degree polynomial with real coefficients that has zeros of 3-3, 2, ii, such that f(2)=100f(-2)=100.

Solution. Because x=ix=i is a zero, by the Complex Conjugate Theorem x=ix=-i is also a zero. The polynomial must have factors of (x+3)(x+3), (x2)(x-2), (xi)(x-i), and (x+i)(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)=a(x+3)(x2)(xi)(x+i)f(x)=a(x2+x6)(x2+1)f(x)=a(x4+x35x2+x6) \begin{array}{lrcl} & f(x) &=& a(x+3)(x-2)(x-i)(x+i) \\[4pt] & f(x) &=& a(x^2+x-6)(x^2+1) \\[4pt] & f(x) &=& a(x^4+x^3-5x^2+x-6) \end{array}

We need to find aa to ensure f(2)=100f(-2)=100. Substitute x=2x=-2 and f(2)=100f(-2)=100 into f(x)f(x).

100=a((2)4+(2)35(2)2+(2)6)100=a(20)5=a \begin{array}{lrcl} & 100 &=& a\bigl((-2)^4+(-2)^3-5(-2)^2+(-2)-6\bigr) \\[4pt] & 100 &=& a(-20) \\[4pt] & -5 &=& a \end{array}

So the polynomial function is

f(x)=5(x4+x35x2+x6)f(x)=-5(x^4+x^3-5x^2+x-6)

or

f(x)=5x45x3+25x25x+30f(x)=-5x^4-5x^3+25x^2-5x+30

Analysis. We found that both ii and i-i were zeros, but only one of these zeros needed to be given. If ii is a zero of a polynomial with real coefficients, then i-i must also be a zero of the polynomial because i-i is the complex conjugate of ii.

Q&A. If 2+3i2+3i were given as a zero of a polynomial with real coefficients, would 23i2-3i 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.

Find a third-degree polynomial function with real coefficients that has zeros of 5 and2i-2isuch thatf(1)=10f(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)f(x) and the number of positive real zeros. For example, the polynomial function below has one sign change.

f(x)=x4+x3+x2+x1f(x)=x^4+x^3+x^2+x-1

The sign changes once, from xx to 1-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)f(-x) and the number of negative real zeros.

f(x)=(x)4+(x)3+(x)2+(x)1f(x)=x4x3+x2x1 \begin{array}{lrcl} & f(-x) &=& (-x)^4+(-x)^3+(-x)^2+(-x)-1 \\[4pt] & f(-x) &=& x^4-x^3+x^2-x-1 \end{array}

The sign changes three times: from x4x^4 to x3-x^3, from x3-x^3 to x2x^2, and from x2x^2 to x-x. In this case, f(x)f(-x) has 3 sign changes. This tells us that f(x)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+an1xn1++a1x+a0f(x)=a_nx^n+a_{n-1}x^{n-1}+\ldots+a_1x+a_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)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)f(-x) or is less than the number of sign changes by an even integer.

Example. Use Descartes’ Rule of Signs to determine the possible numbers of positive and negative real zeros for f(x)=x43x3+6x24x12f(x)=-x^4-3x^3+6x^2-4x-12.

Solution. Begin by determining the number of sign changes.

f(x)=x43x3+6x24x12f(x)=-x^4-3x^3+6x^2-4x-12

The sign changes twice: from 3x3-3x^3 to 6x26x^2, and from 6x26x^2 to 4x-4x. There are two sign changes, so there are either 2 or 0 positive real roots. Next, we examine f(x)f(-x) to determine the number of negative real roots.

f(x)=(x)43(x)3+6(x)24(x)12f(x)=x4+3x3+6x2+4x12 \begin{array}{lrcl} & f(-x) &=& -(-x)^4-3(-x)^3+6(-x)^2-4(-x)-12 \\[4pt] & f(-x) &=& -x^4+3x^3+6x^2+4x-12 \end{array}

The sign changes twice: from x4-x^4 to 3x33x^3, and from 4x4x to 12-12. 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 the table below.

Positive real zerosNegative real zerosComplex zerosTotal zeros
2204
2024
0224
0044

Analysis. We can confirm the numbers of positive and negative real roots by examining a graph of the function below. We can see from the graph that the function has 0 positive real roots and 2 negative real roots.

Use Descartes’ Rule of Signs to determine the maximum possible numbers of positive and negative real zeros off(x)=2x410x3+11x215x+12f(x)=2x^4-10x^3+11x^2-15x+12.

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. 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=lwhV=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+4l=w+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=13wh=\tfrac{1}{3}w. Let’s write the volume of the cake in terms of width of the cake.

V=(w+4)(w)(13w)V=13w3+43w2 \begin{array}{lrcl} & V &=& (w+4)(w)\left(\tfrac{1}{3}w\right) \\[4pt] & V &=& \tfrac{1}{3}w^3+\tfrac{4}{3}w^2 \end{array}

Substitute the given volume into this equation.

Substitute 351 for V.351=13w3+43w2Multiply both sides by 3.1053=w3+4w2Subtract 1053 from both sides.0=w3+4w21053 \begin{array}{lrcl} \text{Substitute 351 for }V. & 351 &=& \tfrac{1}{3}w^3+\tfrac{4}{3}w^2 \\[4pt] \text{Multiply both sides by 3}. & 1053 &=& w^3+4w^2 \\[4pt] \text{Subtract 1053 from both sides}. & 0 &=& w^3+4w^2-1053 \end{array}

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,\pm1,\pm3,\pm9,\pm13,\pm27,\pm39,\pm81,\pm117,\pm351, and ±1053\pm1053. 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=1x=1.

114010531551551048 \begin{array}{r|rrrr} 1 & 1 & 4 & 0 & -1053 \\ & & 1 & 5 & 5 \\ \hline & 1 & 5 & 5 & -1048 \end{array}

Since 1 is not a solution, we will check x=3x=3.

31401053321631721990 \begin{array}{r|rrrr} 3 & 1 & 4 & 0 & -1053 \\ & & 3 & 21 & 63 \\ \hline & 1 & 7 & 21 & -990 \end{array}

Since 3 is not a solution either, we will test x=9x=9.

91401053911710531131170 \begin{array}{r|rrrr} 9 & 1 & 4 & 0 & -1053 \\ & & 9 & 117 & 1053 \\ \hline & 1 & 13 & 117 & 0 \end{array}

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=13andh=13w=13(9)=3l=w+4=9+4=13\quad\text{and}\quad h=\tfrac{1}{3}w=\tfrac{1}{3}(9)=3

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

A shipping container in the shape of a rectangular solid must have a volume of 84 cubic meters. 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. Enter the width, length, and height, in meters, in that order, separated by commas.

Key concepts

  • To find f(k)f(k), determine the remainder of the polynomial f(x)f(x) when it is divided by xkx-k.
  • kk is a zero of f(x)f(x) if and only if (xk)(x-k) is a factor of f(x)f(x).
  • Each rational zero of a polynomial function with integer coefficients will be equal to a factor of the constant term divided by a factor of the leading coefficient.
  • When the leading coefficient is 1, the possible rational zeros are the factors of the constant term.
  • Synthetic division can be used to find the zeros of a polynomial function.
  • According to the Fundamental Theorem, every polynomial function has at least one complex zero.
  • Every polynomial function with degree greater than 0 has at least one complex zero.
  • Allowing for multiplicities, a polynomial function will have the same number of factors as its degree. Each factor will be in the form (xc)(x-c), where cc is a complex number.
  • The number of positive real zeros of a polynomial function is either the number of sign changes of the function or less than the number of sign changes by an even integer.
  • The number of negative real zeros of a polynomial function is either the number of sign changes of f(x)f(-x) or less than the number of sign changes by an even integer.
  • Polynomial equations model many real-world scenarios. Solving the equations is easiest done by synthetic division.

Key terms

Descartes’ Rule of Signs — a rule that determines the maximum possible numbers of positive and negative real zeros based on the number of sign changes of f(x)f(x) and f(x)f(-x). Factor Theoremkk is a zero of polynomial function f(x)f(x) if and only if (xk)(x-k) is a factor of f(x)f(x). Fundamental Theorem of Algebra — a polynomial function with degree greater than 0 has at least one complex zero. Linear Factorization Theorem — allowing for multiplicities, a polynomial function will have the same number of factors as its degree, and each factor will be in the form (xc)(x-c), where cc is a complex number. Rational Zero Theorem — the possible rational zeros of a polynomial function have the form pq\tfrac{p}{q} where pp is a factor of the constant term and qq is a factor of the leading coefficient. Remainder Theorem — if a polynomial f(x)f(x) is divided by xkx-k, then the remainder is equal to the value f(k)f(k).

Practice

Evaluate a polynomial using the Remainder Theorem

Use the Remainder Theorem to find the remainder when3x32x2+x43x^3-2x^2+x-4is divided byx+3x+3.

Use the Remainder Theorem to find the remainder when3x2+6x+24-3x^2+6x+24is divided byx4x-4.

Use the Remainder Theorem to find the remainder whenx41x^4-1is divided byx4x-4.

Use the Factor Theorem to solve a polynomial equation

Use the given factor and the Factor Theorem to find all real zeros off(x)=2x3+x25x+2f(x)=2x^3+x^2-5x+2;x+2x+2. Enter all of them, separated by commas.

Use the given factor and the Factor Theorem to find all real zeros of2x3+5x212x302x^3+5x^2-12x-30;2x+52x+5. Enter all of them, separated by commas.

Use the Rational Zero Theorem to find rational zeros

Use the Rational Zero Theorem to list all possible rational zeros off(x)=2x3+3x28x+5f(x)=2x^3+3x^2-8x+5. Enter all of them, separated by commas.

Use the Rational Zero Theorem to list all possible rational zeros off(x)=6x410x2+13x+1f(x)=6x^4-10x^2+13x+1. Enter all of them, separated by commas.

Find zeros of a polynomial function

Use the Rational Zero Theorem to find all real zeros of2x3+7x210x24=02x^3+7x^2-10x-24=0. Enter all of them, separated by commas.

Find all complex solutions (real and non-real) ofx38x2+25x26=0x^3-8x^2+25x-26=0. Enter all of them, separated by commas.

Use a graph to find the rational zeros off(x)=6x37x2+1f(x)=6x^3-7x^2+1. Enter all of them, separated by commas.

Use the Linear Factorization Theorem to find polynomials with given zeros

Construct a polynomial function of least degree possible with real roots1-1(multiplicity 2),11(multiplicity 1), and(2,f(2))=(2,4)(2,f(2))=(2,4).

Construct a polynomial function of least degree possible with real roots12-\tfrac12,00,12\tfrac12, and(2,f(2))=(2,6)(-2,f(-2))=(-2,6).

Use Descartes’ Rule of Signs

According to Descartes’ Rule of Signs, which describes the possible numbers of positive and negative real zeros off(x)=x4x21f(x)=x^4-x^2-1?

According to Descartes’ Rule of Signs, which describes the possible numbers of positive and negative real zeros off(x)=x32x2+x1f(x)=x^3-2x^2+x-1?

According to Descartes’ Rule of Signs, which describes the possible numbers of positive and negative real zeros off(x)=2x3+37x2+200x+300f(x)=2x^3+37x^2+200x+300?

Solve real-world applications of polynomial equations

A box’s length is twice its width, and its height is 2 inches greater than its width. The volume is 192 cubic inches. Enter the length, width, and height, in inches, in that order, separated by commas.

A box’s length is one inch more than its width, which is one inch more than its height. The volume is86.62586.625cubic inches. Enter the length, width, and height, in inches, in that order, separated by commas.


This section is adapted from Precalculus 2e, Section 3.6: Zeros of Polynomial Functions by Jay Abramson and OpenStax, © OpenStax, licensed under CC BY-NC-SA 4.0. Access the original for free at openstax.org. Changes: omitted the media links list of external practice resources; recreated the introductory Rational Zero Theorem derivation image (setting the two fractional zeros’ factors equal to 0, clearing denominators, and expanding to 20x223x+620x^2-23x+6) as a KaTeX step array; recreated the four sign-change annotation images in the Descartes’ Rule of Signs discussion (the introductory example and Example 8’s f(x)f(x) and f(x)f(-x)) as displayed equations with the sign-changing term pairs named in prose, since the figure toolkit has no primitive for arc annotations on a typeset equation; recreated the two synthetic-division stage images completing the bakery example’s third and fourth tests (x=3x=3 and x=9x=9) as KaTeX synthetic-division arrays matching the first stage already shown; recreated the three instructional graphs (the bounce/cross graph of f(x)=4x33x1f(x)=4x^3-3x-1, the cross graph of f(x)=3x3+9x2+x+3f(x)=3x^3+9x^2+x+3, and the Descartes-confirming graph of f(x)=x43x3+6x24x12f(x)=-x^4-3x^3+6x^2-4x-12) as accessible SVGs plotted from the exact polynomials coefficients rather than as images; omitted the five answer-key confirmation graphs accompanying the “Graphical” end-of-section exercises drawn into the Descartes’ Rule of Signs Practice group, since each component’s graded answer is the source’s own printed Descartes-analysis text (not a graph reading) and Example 8 already demonstrates the graph-confirmation step in full; converted every “Try It” into an interactive component with instant feedback, with the “no rational zeros” and Descartes’ Rule Try Its built as multiple-choice because their answers are a declarative fact or a described set of possibilities rather than a single value; and adapted 17 selected end-of-section exercises into interactive Practice components, one or more per objective group, presenting each multi-dimension word-problem answer in the length/width/height (or width/length/height) order the source’s own solution used, stated explicitly in the question.