Difference between revisions of "Factor Theorem"

(Proof)
m
Line 1: Line 1:
The '''Factor Theorem''' is a theorem relating to [[polynomials]]
+
The '''Factor Theorem''' says that if <math>P(x)</math> is a [[polynomial]], then <math>x-a</math> is a [[factor]] of <math>P(x)</math> [[iff]] <math>P(a)=0</math>.
 
 
==Theorem==
 
If <math>P(x)</math> is a polynomial, then <math>x-a</math> is a [[factor]] <math>P(x)</math> iff <math>P(a)=0</math>.
 
  
 
==Proof==
 
==Proof==
Line 9: Line 6:
 
Now suppose that <math>P(a) = 0</math>.
 
Now suppose that <math>P(a) = 0</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>.
+
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]] polynomial.
 
 
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>.
 
  
But <math>R(x)</math> is a constant polynomial and so <math>R(x) = 0</math> for all <math>x</math>.
+
Substitute <math>x = a</math> and get <math>P(a) = (a - a)Q(a) + R(a) = 0\Rightarrow R(a) = 0</math>. Since <math>R(x)</math> is a constant polynomial, <math>R(x) = 0</math> for all <math>x</math>.
  
 
Therefore, <math>P(x) = (x - a)Q(x)</math>, which shows that <math>x - a</math> is a factor of <math>P(x)</math>.
 
Therefore, <math>P(x) = (x - a)Q(x)</math>, which shows that <math>x - a</math> is a factor of <math>P(x)</math>.
  
== Problems ==
+
{{stub}}
 
 
== See also ==
 
 
 
 
 
  
{{stub}}
 
{{wikify}}
 
 
[[Category:Elementary algebra]]
 
[[Category:Elementary algebra]]
 
[[Category:Theorems]]
 
[[Category:Theorems]]

Revision as of 02:22, 21 April 2008

The Factor Theorem says that if $P(x)$ is a polynomial, then $x-a$ is a factor of $P(x)$ iff $P(a)=0$.

Proof

If $x - a$ is a factor of $P(x)$, then $P(x) = (x - a)Q(x)$, where $Q(x)$ is a polynomial with $\deg(Q(x)) = \deg(P(x)) - 1$. Then $P(a) = (a - a)Q(a) = 0$.

Now suppose that $P(a) = 0$.

Apply division algorithm to get $P(x) = (x - a)Q(x) + R(x)$, where $Q(x)$ is a polynomial with $\deg(Q(x)) = \deg(P(x)) - 1$ and $R(x)$ is the remainder polynomial such that $0\le\deg(R(x)) < \deg(x - a) = 1$. This means that $R(x)$ can be at most a constant polynomial.

Substitute $x = a$ and get $P(a) = (a - a)Q(a) + R(a) = 0\Rightarrow R(a) = 0$. Since $R(x)$ is a constant polynomial, $R(x) = 0$ for all $x$.

Therefore, $P(x) = (x - a)Q(x)$, which shows that $x - a$ is a factor of $P(x)$.

This article is a stub. Help us out by expanding it.