Polynomial remainder theorem

From HandWiki
Short description: The remainder of dividing a polynomial, f(x), by (x-r) is f(r)


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.

Examples

Example 1

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].

Example 2

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:

[math]\displaystyle{ \begin{align} \frac{f(x)}{{x - r}} &= \frac{{a{x^2} + bx + c}}{{x - r}} \\ &= \frac{{a{x^2} - arx + arx + bx + c}}{{x - r}} \\ &= \frac{{ax(x - r) + (b + ar)x + c}}{{x - r}} \\ &= ax + \frac{{(b + ar)(x - r) + c + r(b + ar)}}{{x - r}} \\ &= ax + b + ar + \frac{{c + r(b + ar)}}{{x - r}} \\ &= ax + b + ar + \frac{{a{r^2} + br + c}}{{x - r}} \end{align} }[/math]

Multiplying both sides by (x − r) gives

[math]\displaystyle{ f(x) = ax^2 + bx + c = (ax + b + ar)(x - r) + {a{r^2} + br + c} }[/math].

Since [math]\displaystyle{ R = ar^2 + br + c }[/math] is the remainder, we have indeed shown that [math]\displaystyle{ f(r) = R }[/math].

Proof

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

[math]\displaystyle{ f(x)=Q(x)g(x) + R(x)\quad \text{and}\quad R(x) = 0 \ \text{ or } \deg(R)\lt \deg(g). }[/math]

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

[math]\displaystyle{ f(x)=Q(x)(x-r) + R. }[/math]

Setting [math]\displaystyle{ x=r }[/math] in this formula, we obtain:

[math]\displaystyle{ f(r)=R. }[/math]

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]

Applications

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]

References

  1. Piotr Rudnicki (2004). "Little Bézout Theorem (Factor Theorem)". Formalized Mathematics 12 (1): 49–58. http://mizar.org/fm/2004-12/pdf12-1/uproots.pdf. 
  2. Larson, Ron (2014), College Algebra, Cengage Learning
  3. Larson, Ron (2011), Precalculus with Limits, Cengage Learning