home
>
theorems
>
polynomial-remainder

Polynomial Remainder Theorem

Statement:
On dividing a polynomial f(x) by x-b, the remainder will be f(b).

Proof:
Let p(x) be a polynomial divided by (x-b).

Let q(x) be the quotient and R be the remainder.

By division algorithm,
Dividend = (Divisor x quotient) + Remainder
p(x) = q(x) . (x-b) + R

Substitute x = b,
p(b) = q(b) (b-b) + R
p(b) = R (b - b = 0, 0 - q (b) = 0)

Hence Remainder = p(b).


 
   
  
Code to add this calci to your website Expand embed code Minimize embed code
Just copy and paste the below code to your webpage where you want to display this calculator.



Evaluating a polynomial for a given value of x can be obtained from the proof of Polynomial Remainder Theorem.