Finding the Remainder by Evaluating the Polynomial
The remainder of a polynomial division can often be found without completing long division or a Horner scheme. The Remainder Theorem connects that remainder directly to one value of the polynomial.
Statement of the Remainder Theorem
If a polynomial is divided by , then the remainder is .
To find the remainder when is divided by , evaluate at .
For divided by , the remainder is , so you can answer the question with one substitution.
Why the Remainder Theorem Holds
This theorem stems directly from the polynomial division algorithm we already know:
Where:
- is the dividend polynomial.
- is the divisor polynomial (degree ).
- is the quotient.
- is the remainder (a constant, since the divisor is degree ).
Now, substitute into the division algorithm equation:
This proves that the value of the polynomial at is equal to the remainder when is divided by .
Calculating with the Remainder Theorem
The theorem determines the remainder directly and also explains why polynomial evaluation appears in division problems. Substituting the value that makes the divisor zero turns the division into a single evaluation, which is usually the faster route.
Find the remainder if is divided by .
Using the Horner Method
The divisor is , or , so .
Coefficients of (completing the term): .
From Horner's method, we get:
- Quotient:
- Remainder:
Using the Remainder Theorem
According to the Remainder Theorem, the remainder when is divided by is .
Calculate :
Both methods give the remainder . The Remainder Theorem reaches it without completing the full division scheme.
Evaluating therefore gives exactly the remainder after division by .
Exercise
If is divided by , determine the remainder using the Remainder Theorem. The divisor corresponds to the value , so one substitution is enough. Evaluate the polynomial at that value and report the resulting number as the remainder.
Worked Solution
According to the Remainder Theorem, the remainder when is divided by is .
So, the remainder is .