Difference between revisions of "Polynomial Remainder Theorem"
Etmetalakret (talk | contribs) |
Etmetalakret (talk | contribs) |
||
Line 8: | Line 8: | ||
== Examples== | == Examples== | ||
− | Here are some problems with solutions that utilize the | + | Here are some problems with solutions that utilize the Polynomial Remainder Theorem and its generalization. |
=== Example 1 === | === Example 1 === | ||
''What is the remainder when <math>x^2+2x+3</math> is divided by <math>x+1</math>?'' | ''What is the remainder when <math>x^2+2x+3</math> is divided by <math>x+1</math>?'' | ||
− | '''Solution''': Although one could use long or synthetic division, the | + | '''Solution''': Although one could use long or synthetic division, the Polynomial Remainder Theorem provides a significantly shorter solution. Note that <math>P(x) = x^2 + 2x + 3</math>, and <math>x-a = x+1</math>. A common mistake is to forget to flip the negative sign and assume <math>a = 1</math>, but simplifying the linear equation yields <math>a = -1</math>. Thus, the answer is <math>P(-1)</math>, or <math>(-1)^2 + 2(-1) + 3</math>, which is equal to <math>2</math>. <math>\square</math>. |
− | |||
− | |||
− | |||
=== More examples === | === More examples === |
Revision as of 15:51, 27 February 2022
In algebra, the Polynomial Remainder Theorem states that the remainder upon dividing any polynomial by a linear polynomial , both with complex coefficients, is equal to .
Proof
We use Euclidean polynomial division with dividend and divisor . The result states that there exists a quotient and remainder such that with . We wish to show that is equal to the constant . Because , . Hence, is a constant, . Plugging this into our original equation and rearranging a bit yields After substituting into this equation, we deduce that ; thus, the remainder upon diving by is equal to , as desired.
Generalization
The strategy used in the above proof can be generalized to divisors with degree greater than . A more general method, with any dividend and divisor , is to write , and then substitute the zeroes of to eliminate and find values of . Example 2 showcases this strategy.
Examples
Here are some problems with solutions that utilize the Polynomial Remainder Theorem and its generalization.
Example 1
What is the remainder when is divided by ?
Solution: Although one could use long or synthetic division, the Polynomial Remainder Theorem provides a significantly shorter solution. Note that , and . A common mistake is to forget to flip the negative sign and assume , but simplifying the linear equation yields . Thus, the answer is , or , which is equal to . .