Difference between revisions of "Polynomial Remainder Theorem"

m (Proof)
(Proof)
Line 12: Line 12:
  
 
<math>f(a)=r</math>
 
<math>f(a)=r</math>
 +
 +
==See Also==
 +
[[Category:Theorems]]

Revision as of 12:21, 30 May 2019

Statement

The Polynomial Remainder Theorem states that for $\frac{f(x)}{x-a}$ the remainder is $f(a)$

Proof

Assuming $r$ = remainder $q(x)$ = quotient and $f(x)$ as a polynomial:

$f(x)=q(x)(x-a)+r$

If we plug in $a$ into the polynomial $f(x)$ and $x-a$ (Do not plug $a$ into $q(x)$. Assume $q(x)$ as only a variable for quotient) we get:

$f(a)=r$

See Also