From Handwiki
In algebra, the polynomial remainder theorem or little Bézout's theorem (named after Étienne Bézout)[1] is an application of Euclidean division of polynomials. It states that the remainder of the division of a polynomial [math]\displaystyle{ f(x) }[/math] by a linear polynomial [math]\displaystyle{ x-r }[/math] is equal to [math]\displaystyle{ f(r) . }[/math] In particular, [math]\displaystyle{ x-r }[/math] is a divisor of [math]\displaystyle{ f(x) }[/math] if and only if [math]\displaystyle{ f(r)=0, }[/math][2] a property known as the factor theorem.
Let [math]\displaystyle{ f(x) = x^3 - 12x^2 - 42 }[/math]. Polynomial division of [math]\displaystyle{ f(x) }[/math] by [math]\displaystyle{ (x-3) }[/math] gives the quotient [math]\displaystyle{ x^2 - 9x - 27 }[/math] and the remainder [math]\displaystyle{ -123 }[/math]. Therefore, [math]\displaystyle{ f(3)=-123 }[/math].
Show that the polynomial remainder theorem holds for an arbitrary second degree polynomial [math]\displaystyle{ f(x) = ax^2 + bx + c }[/math] by using algebraic manipulation:
Multiplying both sides by (x − r) gives
Since [math]\displaystyle{ R = ar^2 + br + c }[/math] is the remainder, we have indeed shown that [math]\displaystyle{ f(r) = R }[/math].
The polynomial remainder theorem follows from the theorem of Euclidean division, which, given two polynomials f(x) (the dividend) and g(x) (the divisor), asserts the existence (and the uniqueness) of a quotient Q(x) and a remainder R(x) such that
If the divisor is [math]\displaystyle{ g(x) = x-r, }[/math] then either R(x) = 0 or its degree is zero; in both cases, R(x) is a constant that is independent of x; that is
Setting [math]\displaystyle{ x=r }[/math] in this formula, we obtain:
A slightly different proof, which may appear to some people as more elementary, starts with an observation that [math]\displaystyle{ f(x)-f(r) }[/math] is a linear combination of terms of the form [math]\displaystyle{ x^k-r^k, }[/math] each of which is divisible by [math]\displaystyle{ x-r }[/math] since [math]\displaystyle{ x^k-r^k=(x-r)(x^{k-1}+x^{k-2}r+\dots+xr^{k-2}+r^{k-1}). }[/math]
The polynomial remainder theorem may be used to evaluate [math]\displaystyle{ f(r) }[/math] by calculating the remainder, [math]\displaystyle{ R }[/math]. Although polynomial long division is more difficult than evaluating the function itself, synthetic division is computationally easier. Thus, the function may be more "cheaply" evaluated using synthetic division and the polynomial remainder theorem.
The factor theorem is another application of the remainder theorem: if the remainder is zero, then the linear divisor is a factor. Repeated application of the factor theorem may be used to factorize the polynomial.[3]
Categories: [Polynomials] [Theorems in algebra]