Difference between revisions of "Remainder and Factor Theorem"

From Department of Mathematics at UTSA
Jump to navigation Jump to search
 
Line 1: Line 1:
The polynomial division algorithm is as follows: suppose <math> d(x) </math> and <math> p(x) </math> are nonzero polynomials where the degree of <math> p(x) </math> is greater than or equal to the degree of <math> d(x) </math>. Then there exist two unique polynomials, <math> q(x) </math> and <math> r(x) </math>, such that  <math> p(x) = d(x)q(x) + r(x) </math>, where either <math> r(x) = 0 </math> or the degree of <math> r(x) </math> is strictly less than the degree of <math> d(x) </math>.
+
=Remainder Theorem=
  
===Remainder Theorem===
+
In algebra, the '''polynomial remainder theorem''' or '''little Bézout's theorem''' (named after Étienne Bézout) is an application of Euclidean division of polynomials. It states that the remainder of the division of a polynomial <math>f(x)</math> by a linear polynomial <math>x-r</math> is equal to <math>f(r) .</math> In particular, <math>x-r</math> is a divisor of <math>f(x)</math> if and only if <math>f(r)=0,</math> a property known as the factor theorem.
Suppose <math> p(x) </math> is a polynomial of degree at least 1 and c is a real number. When <math> p(x) </math> is d===ivided by <math> (x - c) </math> the remainder is <math> p(c) </math>.
 
: Proof: By the division algorithm, <math> p(x) = (x - c)q(x) + r </math>, where r must be a constant since <math> d(x) = x - c </math> has a degree of 1. <math> p(x) = (x - c)q(x) + r </math> must hold for all values of <math> x </math>, so we can set <math> x = c </math> and get that <math> p(c) = (c - c)q(x) + r = r </math>. Thus the remainder <math> r = p(c) </math>.
 
  
===Factor Theorem===
+
== Examples ==
Suppose <math> p(x) </math> is a nonzero polynomial. The real number <math> c </math> is a zero of <math> p(x) </math> if and only if <math> (x - c) </math> is a factor of <math> p(x) </math>.
+
=== Example 1 ===
: By the division algorithm, <math> x - c </math> is a factor of <math> p(x) </math> if and only if <math> r = 0 </math>. So, since <math> p(c) = r </math> when <math> p(x) </math> is divided by <math> x - c </math>, <math> x - c </math> is a factor of <math> p(x) </math> if and only if <math> p(c) = 0 </math>; that is, if <math> c </math> is a zero of <math> p(x) </math>.
+
Let <math>f(x) = x^3 - 12x^2 - 42</math>. Polynomial division of <math>f(x)</math> by <math>(x-3)</math> gives the quotient <math>x^2 - 9x - 27</math> and the remainder <math>-123</math>. Therefore, <math>f(3)=-123</math>.
  
==Resources==
+
===Example 2===
 +
Show that the polynomial remainder theorem holds for an arbitrary second degree polynomial <math>f(x) = ax^2 + bx + c</math> by using algebraic manipulation:
 +
:<math>
 +
\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''&nbsp;&minus;&nbsp;''r'') gives
 +
:<math>f(x) = ax^2 + bx + c = (ax + b + ar)(x - r) + {a{r^2} + br + c}</math>.
 +
 
 +
Since <math>R = ar^2 + br + c</math> is the remainder, we have indeed shown that <math>f(r) = R</math>.
 +
 
 +
== Proof ==
 +
 
 +
The polynomial remainder theorem follows from the theorem of Euclidean division, which, given two polynomials {{math|''f''(''x'')}} (the dividend) and {{math|''g''(''x'')}} (the divisor), asserts the existence (and the uniqueness) of a quotient {{math|''Q''(''x'')}} and a remainder {{math|''R''(''x'')}} such that
 +
:<math>f(x)=Q(x)g(x) + R(x)\quad \text{and}\quad R(x) = 0 \ \text{ or } \deg(R)<\deg(g).</math>
 +
 
 +
If the divisor is <math>g(x) = x-r,</math> where r is a constant, then either ''R''(''x'') = 0 or its degree is zero; in both cases,  {{math|''R''(''x'')}} is a constant that is independent of {{math|''x''}}; that is
 +
:<math>f(x)=Q(x)(x-r) + R.</math>
 +
 
 +
Setting <math>x=r</math> in this formula, we obtain:
 +
:<math>f(r)=R.</math>
 +
 
 +
A slightly different proof, which may appear to some people as more elementary, starts with an observation that <math>f(x)-f(r)</math> is a linear combination of terms of the form  <math>x^k-r^k,</math> each of which is divisible by <math>x-r</math> since <math>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>f(r)</math> by calculating the remainder, <math>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.
 +
 
 +
=Factor Theorem=
 +
In algebra, the '''factor theorem''' is a theorem linking factors and zeros of a polynomial. It is a special case of the polynomial remainder theorem.
 +
 
 +
The factor theorem states that a polynomial <math>f(x)</math> has a factor <math>(x - k)</math> if and only if <math>f(k)=0</math> (i.e. <math>k</math> is a root).
 +
 
 +
==Factorization of polynomials==
 +
Two problems where the factor theorem is commonly applied are those of factoring a polynomial and finding the roots of a polynomial equation; it is a direct consequence of the theorem that these problems are essentially equivalent.
 +
 
 +
The factor theorem is also used to remove known zeros from a polynomial while leaving all unknown zeros intact, thus producing a lower degree polynomial whose zeros may be easier to find. Abstractly, the method is as follows:
 +
# "Guess" a zero <math>a</math> of the polynomial <math>f</math>. (In general, this can be ''very hard'', but math textbook problems that involve solving a polynomial equation are often designed so that some roots are easy to discover.)
 +
# Use the factor theorem to conclude that <math>(x-a)</math> is a factor of <math>f(x)</math>.
 +
# Compute the polynomial <math display="inline"> g(x) = \frac{f(x)}{(x-a)} </math>, for example using polynomial long division or synthetic division.
 +
# Conclude that any root <math>x \neq a</math> of <math>f(x)=0</math> is a root of <math>g(x)=0</math>. Since the polynomial degree of <math>g</math> is one less than that of <math>f</math>, it is "simpler" to find the remaining zeros by studying <math>g</math>.
 +
 
 +
===Example===
 +
Find the factors of
 +
: <math>x^3 + 7x^2 + 8x + 2.</math>
 +
 
 +
To do this one would use trial and error (or the rational root theorem) to find the first ''x'' value that causes the expression to equal zero. To find out if <math>(x - 1)</math> is a factor, substitute <math>x = 1</math> into the polynomial above:
 +
: <math>\begin{align}
 +
x^3 + 7x^2 + 8x + 2 &= (1)^3 + 7(1)^2 + 8(1) + 2\\
 +
&= 1 + 7 + 8 + 2\\
 +
&= 18
 +
\end{align}</math>
 +
 
 +
As this is equal to 18 and not 0, this means <math>(x - 1)</math> is not a factor of <math>x^3 + 7x^2 + 8x + 2</math>. So, we next try <math>(x + 1)</math> (substituting <math>x = -1</math> into the polynomial):
 +
: <math>(-1)^3 + 7(-1)^2 + 8(-1) + 2.</math>
 +
 
 +
This is equal to <math>0</math>. Therefore <math>x-(-1)</math>, which is to say <math>x+1</math>, is a factor, and <math>-1</math> is a root of <math>x^3 + 7x^2 + 8x + 2.</math>
 +
 
 +
The next two roots can be found by algebraically dividing <math>x^3 + 7x^2 + 8x + 2</math> by <math>(x+1)</math> to get a quadratic:
 +
 
 +
: <math>{x^3 + 7x^2 + 8x + 2 \over x + 1} = x^2 + 6x + 2,</math>
 +
 
 +
and therefore <math>(x+1)</math> and <math>x^2 + 6x + 2</math> are factors of <math>x^3 + 7x^2 + 8x + 2.</math> Of these, the quadratic factor can be further factored using the quadratic formula, which gives as roots of the quadratic <math>-3\pm \sqrt{7}.</math> Thus the three irreducible factors of the original polynomial are <math>x+1, </math> <math>x-(-3+\sqrt{7}),</math> and <math>x-(-3-\sqrt{7}).</math>
 +
 
 +
=Resources=
 
* [https://tutorial.math.lamar.edu/classes/alg/dividingpolynomials.aspx Dividing Polynomials], Paul's Online Notes
 
* [https://tutorial.math.lamar.edu/classes/alg/dividingpolynomials.aspx Dividing Polynomials], Paul's Online Notes
  
== Licensing ==  
+
= Licensing =  
 
Content obtained and/or adapted from:
 
Content obtained and/or adapted from:
* [https://math.libretexts.org/Bookshelves/Precalculus/Book%3A_Precalculus_(StitzZeager)/03%3A_Polynomial_Functions/3.02%3A_The_Factor_Theorem_and_the_Remainder_Theorem The Factor Theorem and Remainder Theorem, Mathematics LibreTexts] under a CC BY-NC-SA license
+
* [https://en.wikipedia.org/wiki/Polynomial_remainder_theorem Polynomial remainder theorem, Wikipedia] under a CC BY-SA license
 +
* [https://en.wikipedia.org/wiki/Factor_theorem Factor theorem, Wikipedia] under a CC BY-SA license

Latest revision as of 21:16, 22 January 2022

Remainder Theorem

In algebra, the polynomial remainder theorem or little Bézout's theorem (named after Étienne Bézout) is an application of Euclidean division of polynomials. It states that the remainder of the division of a polynomial by a linear polynomial is equal to In particular, is a divisor of if and only if a property known as the factor theorem.

Examples

Example 1

Let . Polynomial division of by gives the quotient and the remainder . Therefore, .

Example 2

Show that the polynomial remainder theorem holds for an arbitrary second degree polynomial by using algebraic manipulation:

Multiplying both sides by (x − r) gives

.

Since is the remainder, we have indeed shown that .

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

If the divisor is where r is a constant, 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 in this formula, we obtain:

A slightly different proof, which may appear to some people as more elementary, starts with an observation that is a linear combination of terms of the form each of which is divisible by since

Applications

The polynomial remainder theorem may be used to evaluate by calculating the remainder, . 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.

Factor Theorem

In algebra, the factor theorem is a theorem linking factors and zeros of a polynomial. It is a special case of the polynomial remainder theorem.

The factor theorem states that a polynomial has a factor if and only if (i.e. is a root).

Factorization of polynomials

Two problems where the factor theorem is commonly applied are those of factoring a polynomial and finding the roots of a polynomial equation; it is a direct consequence of the theorem that these problems are essentially equivalent.

The factor theorem is also used to remove known zeros from a polynomial while leaving all unknown zeros intact, thus producing a lower degree polynomial whose zeros may be easier to find. Abstractly, the method is as follows:

  1. "Guess" a zero of the polynomial . (In general, this can be very hard, but math textbook problems that involve solving a polynomial equation are often designed so that some roots are easy to discover.)
  2. Use the factor theorem to conclude that is a factor of .
  3. Compute the polynomial , for example using polynomial long division or synthetic division.
  4. Conclude that any root of is a root of . Since the polynomial degree of is one less than that of , it is "simpler" to find the remaining zeros by studying .

Example

Find the factors of

To do this one would use trial and error (or the rational root theorem) to find the first x value that causes the expression to equal zero. To find out if is a factor, substitute into the polynomial above:

As this is equal to 18 and not 0, this means is not a factor of . So, we next try (substituting into the polynomial):

This is equal to . Therefore , which is to say , is a factor, and is a root of

The next two roots can be found by algebraically dividing by to get a quadratic:

and therefore and are factors of Of these, the quadratic factor can be further factored using the quadratic formula, which gives as roots of the quadratic Thus the three irreducible factors of the original polynomial are and

Resources

Licensing

Content obtained and/or adapted from: