Property
The Division Algorithm states that, given a polynomial dividend f(x) and a non-zero polynomial divisor d(x) where the degree of d(x) is less than or equal to the degree of f(x), there exist unique polynomials q(x) and r(x) such that
f(x)=d(x)q(x)+r(x) q(x) is the quotient and r(x) is the remainder. The remainder is either equal to zero or has degree strictly less than d(x). If r(x)=0, then d(x) divides evenly into f(x). This means that, in this case, both d(x) and q(x) are factors of f(x).
Examples
- Dividing f(x)=x2β9 by d(x)=xβ3 gives a quotient q(x)=x+3 and remainder r(x)=0. The relationship is x2β9=(xβ3)(x+3)+0.
- Dividing f(x)=2x2+5x+7 by d(x)=x+2 gives a quotient q(x)=2x+1 and remainder r(x)=5. This is expressed as 2x2+5x+7=(x+2)(2x+1)+5.