Difference between revisions of "Factor Theorem"
(some wikification) |
(→Proof) |
||
Line 11: | Line 11: | ||
Apply division [[algorithm]] to get <math>P(x) = (x - a)Q(x) + R(x)</math>, where <math>Q(x)</math> is a polynomial with <math>\deg(Q(x)) = \deg(P(x)) - 1</math> and <math>R(x)</math> is the [[remainder polynomial]] such that <math>0\le\deg(R(x)) < \deg(x - a) = 1</math>. | Apply division [[algorithm]] to get <math>P(x) = (x - a)Q(x) + R(x)</math>, where <math>Q(x)</math> is a polynomial with <math>\deg(Q(x)) = \deg(P(x)) - 1</math> and <math>R(x)</math> is the [[remainder polynomial]] such that <math>0\le\deg(R(x)) < \deg(x - a) = 1</math>. | ||
− | This means that <math>R(x)</math> can be at most a [[constant | + | This means that <math>R(x)</math> can be at most a [[constant]] polynomial. |
Substitute <math>x = a</math> and get <math>P(a) = (a - a)Q(a) + R(a) = 0\Rightarrow R(a) = 0</math>. | Substitute <math>x = a</math> and get <math>P(a) = (a - a)Q(a) + R(a) = 0\Rightarrow R(a) = 0</math>. |
Revision as of 14:28, 9 February 2008
The Factor Theorem is a theorem relating to polynomials
Contents
Theorem
If is a polynomial, then is a factor iff .
Proof
If is a factor of , then , where is a polynomial with . Then .
Now suppose that .
Apply division algorithm to get , where is a polynomial with and is the remainder polynomial such that .
This means that can be at most a constant polynomial.
Substitute and get .
But is a constant polynomial and so for all .
Therefore, , which shows that is a factor of .
Problems
See also
This article is a stub. Help us out by expanding it. Template:Wikify