Let's start by reviewing what the states.
If a f(x) is divided by x−k, then the remainder is r=f(k).
|
The Remainder Theorem tells us that we can find the value of the polynomial function at
x=k by dividing it by the binomial
x−k. This allows us to evaluate the polynomials using . Let's take a look at the exercise's function.
g(x)=x3−7x2−4x+28
Since we want to find
g(7), we could either evaluate it by directly substituting
x=7 or by using synthetic division to divide
g(x) by
x−7.
We will show both methods to compare them.
Evaluating g(7) by Direct Substitution
Let's evaluate the function by substitute
x=7 in
g(x).
g(x)=x3−7x2−4x+28
g(7)=(7)3−7(7)2−4(7)+28
g(7)=343−7(49)−4(7)+28
g(7)=343−343−28+28
g(7)=0
Notice that these calculations are not that easy if we cannot use a calculator.
Evaluating g(7) by Using Synthetic Division
According to the Remainder Theorem,
g(7) is equal to the remainder of the division of
g(x) by
x−7. Let's calculate this quotient using synthetic division.
71-7-428
Bring down the first coefficient
71-7-4281
Multiply the coefficient by the divisor
71-77-4281
71-77-42810
▼
Repeat the process for all the coefficients
Multiply the coefficient by the divisor
71-77-402810
71-77-402810-4
Multiply the coefficient by the divisor
71-77-4028-2810-4
71-77-4028-2810-4 0
Since the remainder is
0, we can know that
g(7)=0. Also, according to the
Factor Theorem we can conclude that
x−7 is a factor of the polynomial.
A polynomial f(x) has a factor x−k if and only if f(k)=0.
|
Conclusions
As we can see, evaluating the function by using synthetic division is easier in this case, since the calculations involved are simpler than those needed for evaluating by directly substituting x=7.