Evaluate 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) 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{cases}f\left(k\right)=\left(k-k\right)q\left(k\right)+r\hfill \\ \text{ }=0\cdot q\left(k\right)+r\hfill \\ \text{ }=r\hfill \end{cases}[/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 1: 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].

Solution

To find the remainder using the Remainder Theorem, use synthetic division to divide the polynomial by [latex]x - 2[/latex].

[latex]\begin{cases}\\ 2\overline{)\begin{cases}6\hfill & -1\hfill & -15\hfill & 2\hfill & -7\hfill \\ \hfill & 12\hfill & \text{ }22\hfill & 14\hfill & 32\hfill \end{cases}}\\ \begin{cases}\text{ }6\hfill & 11\hfill & \text{ }7\hfill & \text{16}\hfill & 25\hfill \end{cases}\end{cases}[/latex]

The remainder is 25. Therefore, [latex]f\left(2\right)=25[/latex].

Analysis of the Solution

We can check our answer by evaluating [latex]f\left(2\right)[/latex].

[latex]\begin{cases}f\left(x\right) & =6{x}^{4}-{x}^{3}-15{x}^{2}+2x - 7 \\ f\left(2\right) & =6{\left(2\right)}^{4}-{\left(2\right)}^{3}-15{\left(2\right)}^{2}+2\left(2\right)-7 \\ \hfill & =25\hfill \end{cases}[/latex]

Try It 1

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

Solution