Methods for Finding Zeros of Polynomials

Learning Outcomes

  • Evaluate a polynomial using the Remainder Theorem.
  • Use the Rational Zero Theorem to find rational zeros.
  • Use the Factor Theorem to solve a polynomial equation.
  • Use synthetic division to find the zeros of a polynomial function.
  • Use the Fundamental Theorem of Algebra to find complex zeros of a polynomial function.
  • Use the Linear Factorization Theorem to find polynomials with given zeros.
  • Use Descartes’ Rule of Signs to determine the maximum number of possible real zeros of a polynomial function.
  • Solve real-world applications of polynomial equations.

A new bakery offers decorated sheet cakes for children’s birthday parties and other special occasions. The bakery wants the volume of a small 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.

Theorems Used to Analyze Polynomial Functions

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) where the degree of d(x) is less than or equal to the degree of f(x), there exist unique polynomials q(x) and r(x) such that

[latex]f\left(x\right)=d\left(x\right)q\left(x\right)+r\left(x\right)[/latex]

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

[latex]f\left(x\right)=\left(x-k\right)q\left(x\right)+r[/latex]

Since the divisor x – k is linear, the remainder will be a constant, r. And, if we evaluate this for xk, we have

[latex]\begin{array}{l}f\left(k\right)=\left(k-k\right)q\left(k\right)+r\hfill \\ \text{}f\left(k\right)=0\cdot q\left(k\right)+r\hfill \\ \text{}f\left(k\right)=r\hfill \end{array}[/latex]

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

A General Note: The Remainder Theorem

If a polynomial [latex]f\left(x\right)[/latex] is divided by x – k, then the remainder is the value [latex]f\left(k\right)[/latex].

How To: Given a polynomial function [latex]f[/latex], evaluate [latex]f\left(x\right)[/latex] at [latex]x=k[/latex] using the Remainder Theorem

  1. Use synthetic division to divide the polynomial by [latex]x-k[/latex].
  2. The remainder is the value [latex]f\left(k\right)[/latex].

Example: Using the Remainder Theorem to Evaluate a Polynomial

Use the Remainder Theorem to evaluate [latex]f\left(x\right)=6{x}^{4}-{x}^{3}-15{x}^{2}+2x - 7[/latex] at [latex]x=2[/latex].

Try It

Use the Remainder Theorem to evaluate [latex]f\left(x\right)=2{x}^{5}+4{x}^{4}-3{x}^{3}+8{x}^{2}+7[/latex]
at [latex]x=-3[/latex].

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, [latex]x=\frac{2}{5}[/latex] and [latex]x=\frac{3}{4}[/latex].

These zeros have factors associated with them. Let us set each factor equal to 0 and then construct the original quadratic function.
This image shows x minus two fifths equals 0 or x minus three fourths equals 0. Beside this math is the sentence, 'Set each factor equal to 0.' Next it shows that five x minus 2 equals 0 or 4 x minus 3 equals 0. Beside this math is the sentence, 'Multiply both sides of the equation to eliminate fractions.' Next it shows that f of x is equal to (5 x minus 2) times (4 x minus 3). Beside this math is the sentence, 'Create the quadratic function, multiplying the factors.' Next it shows f of x equals 20 x squared minus 23 x plus 6. Beside this math is the sentence, 'Expand the polynomial.' The last equation shows f of x equals (5 times 4) times x squared minus 23 x plus (2 times 3). Set each factor equal to zero. Multiply both sides of the equation to eliminate fractions. Create the quadratic function, multiplying the factors. Expand the polynomial.

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.

A General Note: The Rational Zero Theorem

The Rational Zero Theorem states that if the polynomial [latex]f\left(x\right)={a}_{n}{x}^{n}+{a}_{n - 1}{x}^{n - 1}+…+{a}_{1}x+{a}_{0}[/latex] has integer coefficients, then every rational zero of [latex]f\left(x\right)[/latex] has the form [latex]\frac{p}{q}[/latex] where p is a factor of the constant term [latex]{a}_{0}[/latex] and q is a factor of the leading coefficient [latex]{a}_{n}[/latex].

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

How To: Given a polynomial function [latex]f\left(x\right)[/latex], 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 [latex]\frac{p}{q}[/latex], 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 [latex]f\left(\frac{p}{q}\right)[/latex].

Example: Listing All Possible Rational Zeros

List all possible rational zeros of [latex]f\left(x\right)=2{x}^{4}-5{x}^{3}+{x}^{2}-4[/latex].

Example: Using the Rational Zero Theorem to Find Rational Zeros

Use the Rational Zero Theorem to find the rational zeros of [latex]f\left(x\right)=2{x}^{3}+{x}^{2}-4x+1[/latex].

Try It

Use the Rational Zero Theorem to find the rational zeros of [latex]f\left(x\right)={x}^{3}-3{x}^{2}-6x+8[/latex].

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 [latex]f\left(x\right)=\left(x-k\right)q\left(x\right)+r[/latex].

If k is a zero, then the remainder r is [latex]f\left(k\right)=0[/latex] and [latex]f\left(x\right)=\left(x-k\right)q\left(x\right)+0[/latex] or [latex]f\left(x\right)=\left(x-k\right)q\left(x\right)[/latex].

Notice, written in this form, x – k is a factor of [latex]f\left(x\right)[/latex]. We can conclude if is a zero of [latex]f\left(x\right)[/latex], then [latex]x-k[/latex] is a factor of [latex]f\left(x\right)[/latex].

Similarly, if [latex]x-k[/latex] is a factor of [latex]f\left(x\right)[/latex], then the remainder of the Division Algorithm [latex]f\left(x\right)=\left(x-k\right)q\left(x\right)+r[/latex] 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.

A General Note: The Factor Theorem

According to the Factor Theorem, k is a zero of [latex]f\left(x\right)[/latex] if and only if [latex]\left(x-k\right)[/latex] is a factor of [latex]f\left(x\right)[/latex].

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 [latex]\left(x-k\right)[/latex].
  2. Confirm that the remainder is 0.
  3. Write the polynomial as the product of [latex]\left(x-k\right)[/latex] and the quadratic quotient.
  4. If possible, factor the quadratic.
  5. Write the polynomial as the product of factors.

Example: Using the Factor Theorem to Solve a Polynomial Equation

Show that [latex]\left(x+2\right)[/latex] is a factor of [latex]{x}^{3}-6{x}^{2}-x+30[/latex]. Find the remaining factors. Use the factors to determine the zeros of the polynomial.

Try It

Use the Factor Theorem to find the zeros of [latex]f\left(x\right)={x}^{3}+4{x}^{2}-4x - 16[/latex] given that [latex]\left(x - 2\right)[/latex] is a factor of the polynomial.

Finding Zeros of a 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 [latex]f[/latex], 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 from 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: Finding the Zeros of a Polynomial Function with Repeated Real Zeros

Find the zeros of [latex]f\left(x\right)=4{x}^{3}-3x - 1[/latex].

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 [latex]f\left(x\right)=0[/latex]. The Fundamental Theorem of Algebra states that there is at least one complex solution, call it [latex]{c}_{1}[/latex]. By the Factor Theorem, we can write [latex]f\left(x\right)[/latex] as a product of [latex]x-{c}_{\text{1}}[/latex] and a polynomial quotient. Since [latex]x-{c}_{\text{1}}[/latex] 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 [latex]{c}_{\text{2}}[/latex]. We can write the polynomial quotient as a product of [latex]x-{c}_{\text{2}}[/latex] 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 [latex]f\left(x\right)[/latex].

A General Note: The Fundamental Theorem of Algebra

The Fundamental Theorem of Algebra states that, if [latex]f(x)[/latex] is a polynomial of degree [latex]n>0[/latex], then [latex]f(x)[/latex] has at least one complex zero.

We can use this theorem to argue that, if [latex]f\left(x\right)[/latex] is a polynomial of degree [latex]n>0[/latex], and a is a non-zero real number, then [latex]f\left(x\right)[/latex] has exactly n linear factors.

The polynomial can be written as

[latex]f\left(x\right)=a\left(x-{c}_{1}\right)\left(x-{c}_{2}\right)…\left(x-{c}_{n}\right)[/latex]

where [latex]{c}_{1},{c}_{2},…,{c}_{n}[/latex] are complex numbers. Therefore, [latex]f\left(x\right)[/latex] has n 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: Finding the Zeros of a Polynomial Function with Complex Zeros

Find the zeros of [latex]f\left(x\right)=3{x}^{3}+9{x}^{2}+x+3[/latex].

Try It

Find the zeros of [latex]f\left(x\right)=2{x}^{3}+5{x}^{2}-11x+4[/latex].

Linear Factorization and Descartes Rule of Signs

A vital implication of the Fundamental Theorem of Algebra 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 each factor will be of the form (x – c) where c is a complex number.

Let f be a polynomial function with real coefficients and suppose [latex]a+bi\text{, }b\ne 0[/latex], is a zero of [latex]f\left(x\right)[/latex]. Then, by the Factor Theorem, [latex]x-\left(a+bi\right)[/latex] is a factor of [latex]f\left(x\right)[/latex]. For f to have real coefficients, [latex]x-\left(a-bi\right)[/latex] must also be a factor of [latex]f\left(x\right)[/latex]. This is true because any factor other than [latex]x-\left(a-bi\right)[/latex], when multiplied by [latex]x-\left(a+bi\right)[/latex], 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 [latex]a+bi[/latex], then the complex conjugate [latex]a-bi[/latex] must also be a zero of [latex]f\left(x\right)[/latex]. This is called the Complex Conjugate Theorem.

A General Note: 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 of the form [latex]\left(x-c\right)[/latex] where c is a complex number.

If the polynomial function f has real coefficients and a complex zero of the form [latex]a+bi[/latex], then the complex conjugate of the zero, [latex]a-bi[/latex], is also a zero.

How To: Given the zeros of a polynomial function [latex]f[/latex] and a point [latex]\left(c\text{, }f(c)\right)[/latex] on the graph of [latex]f[/latex], 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 [latex]\left(c,f\left(c\right)\right)[/latex] into the function to determine the leading coefficient.
  4. Simplify.

Example: 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 [latex]f\left(-2\right)=100[/latex].

Q & A

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

Try It

Find a third degree polynomial with real coefficients that has zeros of 5 and –2i such that [latex]f\left(1\right)=10[/latex].

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 [latex]f\left(x\right)[/latex] and the number of positive real zeros.

There is a similar relationship between the number of sign changes in [latex]f\left(-x\right)[/latex] and the number of negative real zeros.

A General Note: Descartes’ Rule of Signs

According to Descartes’ Rule of Signs, if we let [latex]f\left(x\right)={a}_{n}{x}^{n}+{a}_{n - 1}{x}^{n - 1}+…+{a}_{1}x+{a}_{0}[/latex] be a polynomial function with real coefficients:

  • The number of positive real zeros is either equal to the number of sign changes of [latex]f\left(x\right)[/latex] 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 [latex]f\left(-x\right)[/latex] or is less than the number of sign changes by an even integer.

Example: Using Descartes’ Rule of Signs

Use Descartes’ Rule of Signs to determine the possible numbers of positive and negative real zeros for [latex]f\left(x\right)=-{x}^{4}-3{x}^{3}+6{x}^{2}-4x - 12[/latex].

Try It

Use Descartes’ Rule of Signs to determine the maximum possible number of positive and negative real zeros for [latex]f\left(x\right)=2{x}^{4}-10{x}^{3}+11{x}^{2}-15x+12[/latex]. Use a graph to verify the number of positive and negative real zeros for the function.

Solving Real-world Applications of Polynomial Equations

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: Solving Polynomial Equations

A new bakery offers decorated sheet cakes for children’s birthday parties and other special occasions. The bakery wants the volume of a small 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?

Try It

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?

Key Concepts

  • To find [latex]f\left(k\right)[/latex], determine the remainder of the polynomial [latex]f\left(x\right)[/latex] when it is divided by [latex]x-k[/latex].
  • k is a zero of [latex]f\left(x\right)[/latex] if and only if [latex]\left(x-k\right)[/latex]  is a factor of [latex]f\left(x\right)[/latex].
  • 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 of Algebra, 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 [latex]\left(x-c\right)[/latex] where c 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 [latex]f\left(-x\right)[/latex]  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.

Glossary

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 [latex]f\left(x\right)[/latex] and [latex]f\left(-x\right)[/latex]
Factor Theorem
k is a zero of polynomial function [latex]f\left(x\right)[/latex] if and only if [latex]\left(x-k\right)[/latex]  is a factor of [latex]f\left(x\right)[/latex]
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 [latex]\left(x-c\right)[/latex] where c is a complex number
Rational Zero Theorem
the possible rational zeros of a polynomial function have the form [latex]\frac{p}{q}[/latex] where p is a factor of the constant term and q is a factor of the leading coefficient
Remainder Theorem
if a polynomial [latex]f\left(x\right)[/latex] is divided by [latex]x-k[/latex] , then the remainder is equal to the value [latex]f\left(k\right)[/latex]