Lesson Divisibility of polynomial f(x) by a binomial (x-a) and the Remainder theorem

Algebra ->  Polynomials-and-rational-expressions -> Lesson Divisibility of polynomial f(x) by a binomial (x-a) and the Remainder theorem      Log On


   


This Lesson (Divisibility of polynomial f(x) by a binomial (x-a) and the Remainder theorem) was created by by ikleyn(52754) About Me : View Source, Show
About ikleyn:

Divisibility of a polynomial f(x) by a binomial (x-a) and the Remainder theorem


In this lesson you will learn a theorem that helps you easily solve the problems that are difficult to solve otherwise.
The theorem is called the remainder theorem. It is presented below in three statements. The quantity a here is an arbitrary real number.

+--------------------------------------------------------------------------------------------------------------------------------------------------------
|   Theorem   (the remainder theorem)
|
|   1. The remainder of division the polynomial  f%28x%29  by the binomial  x-a  is equal to the value  f%28a%29  of the polynomial.
|
|   2. The binomial  x-a  divides the polynomial  f%28x%29  if and only if the value of  a  is the root of the polynomial  f%28x%29,  i.e.  f%28a%29+=+0.
|
|   3. The binomial  x-a  factors the polynomial  f%28x%29  if and only if the value of  a  is the root of the polynomial  f%28x%29,  i.e.  f%28a%29+=+0.
+--------------------------------------------------------------------------------------------------------------------------------------------------------

+
|
|
|
|
|
|
|
+


Proof of the Statement 1  (The remainder of division the polynomial  f%28x%29  by the binomial  x-a  is equal to the value  f%28a%29  of the polynomial)

If  f%29x%29  is the polynomial of the degree  n  then the formula of division the polynomial  f%28x%29  by the binomial x-a  has the form

f%28x%29 = %28x-a%29%2Ag%28x%29%2Bb.                 (1)

Here  g%28x%29  is the polynomial of degree  n-1  and  b  is the remainder which is the polynomial of degree 0, i.e. the constant.

Substitute  x=a  to both sides of this equation. You get

f%28a%29 = %28a-a%29%2Ag%28a%29+%2B+b,  i.e.   f%28a%29 = 0%2Ag%28a%29+%2B+b,  or   b+=+f%28a%29.

This is exactly what the Statement 1 says.


Proof of the Statement 2  (The binomial  x-a  divides the polynomial  f%28x%29  if and only if the value of  a  is the root of the polynomial  f%28x%29,  i.e.  f%28a%29+=+0)

a)  If the binomial  x-a  divides the polynomial  f%29%28x%29  then

f%28x%29 = %28x-a%29%2Ag%28x%29

for some polynomial  g%28x%29.  Substitute  x=a  to both sides of this equation. You get

f%28a%29 = %28a-a%29%2Ag%280%29 = 0%2Ag%28a%29 = 0

which means that  x=a  is the root of the polynomial  f%29%28x%29.
So, we proved that if the binomial  x-a  divides the polynomial  f%28x%29  then the value of  a  is the root of the polynomial  f%28x%29:  f%28a%29+=+0.

b)  Conversely, let us assume that the value of  a  is the root of the polynomial  f%28x%29,  i.e.  f%28a%29+=+0.
As before, the general formula of division the polynomial  f%28x%29  by the binomial x-a  has the form

f%28x%29 = %28x-a%29%2Ag%28x%29%2Bb.                 (2)

Here  g%28x%29  is the polynomial of degree  n-1  and  b  is the remainder which is the real number (same as the formula (1)).
Since  f%28a%29=0, we have  b=0  after substituting  x=a  to both sides of the equation (2). Then

f%28x%29 = %28x-a%29%2Ag%28x%29

which means divisibility the polynomial  f%28x%29  by the linear binomial  x-a.
Thus the Statement 2 is proved.


Proof of the Statement 3  (The binomial  x-a  factors the polynomial  f%28x%29  if and only if the value of  a  is the root of the polynomial  f%28x%29,  i.e.  f%28a%29+=+0)

Statement 3 is an equivalent re-statement (re-formulation) of the Statement 2.
Since the Statement 2 is proved (see above), the Statement 3 is proved too.


Example 1

If  x%5B1%5D  and  x%5B2%5D  are the roots of the quadratic polynomials  f%28x%29+=+ax%5E2%2Bbx%2Bc,  then the polynomial is divided by  x-x%5B1%5D  and  x-x%5B2%5D  and is equal to f%28x%29 = a%2A%28x-x%5B1%5D%29%2A%28x-x%5B2%5D%29.

Solution
This is the direct consequence of the remainder theorem.


Example 2

Using the remainder theorem prove that the binomial  x%5En-a%5En  is divisible by the binomial  x-a  for any integer index  n.

Solution
Note that this fact was proved in the lesson  Factoring the binomials x%5En-a%5En,  which contains also examples and the detailed discussion.
Here we only check the divisibility using the remainder theorem.

Indeed, let us calculate the value of the binomial  f%28x%29 = x%5En-a%5En  at  x=a.  It is equal to

f%28x%29 = a%5En-a%5En = 0.

So, in accordance with the remainder theorem, the binomial  x%5En-a%5En  is divisible by the binomial  x-a.


Example 3

Using the remainder theorem prove that the binomial  x%5En%2Ba%5En  is divisible by the binomial  x%2Ba  for any odd integer index  n.

Solution
Note that this fact was proved in the lesson  Factoring the binomials x%5En%2Ba%5En for odd degrees,  which contains also examples and the detailed discussion.
Here we only check the divisibility using the remainder theorem.

Indeed, let us calculate the value of the binomial  f%28x%29 = x%5En%2Ba%5En  at  x=-a.  It is equal to

f%28x%29 = %28-a%29%5En%2Ba%5En = -%28a%5En%29%2Ba%5En = 0

for the odd integer index  n.
So, in accordance with the remainder theorem, the binomial  x%5En%2Ba%5En  is divisible by the binomial  x%2Ba for any odd integer index  n.


Example 4

Using the remainder theorem prove that the binomial  x%5En%2Ba%5En  is not divisible by the binomial  x%2Ba  for any even integer index  n unless the value of  a  is not equal to  0.

Solution
Note that this fact was proved in the lesson  Factoring the binomials x%5En%2Ba%5En for odd degrees,  which contains also examples and the detailed discussion.
Here we only check the fact of non-divisibility using the remainder theorem.

Indeed, let us calculate the value of the binomial  f%28x%29 = x%5En%2Ba%5En  at  x=-a.  It is equal to

f%28x%29 = %28-a%29%5En%2Ba%5En = a%5En%2Ba%5En = 2a%5En

for the even integer index  n.  It is not equal to  0  unless the value of  a  is not equal to  0.
Therefore, in accordance with the remainder theorem, the binomial  x%5En%2Ba%5En  is not divisible by the binomial  x%2Ba for any even integer index  n unless the value of  a 
is not equal to  0.


Example 5

Find the remainder of division the polynomial  f%28x%29+=+%28x%2B1%29%5E99%2B1  by the binomial  x-1.

Solution
In accordance with the remainder theorem, this remainder is equal to  f%281%29,  i.e. %281%2B1%29%5E99%2B1,   or 2%5E99%2B1.

Answer The remainder of division the polynomial  %28x%2B1%29%5E99%2B1  by the binomial  x-1  is equal to  2%5E99%2B1.


Example 6

Find the remainder of division the polynomial  f%28x%29+=+x%5E100-x%5E99%2Bx%5E98-x%5E97-+ellipsis+-x%2B1  by the binomial  x-1.

Solution
In accordance with the remainder theorem, this remainder is equal to  f%281%29,  i.e. 1%5E100-1%5E99%2B1%5E98-1%5E97-+ellipsis+-1%2B1,  or  1.

Answer The remainder of division the polynomial  f%28x%29+=+x%5E100-x%5E99%2Bx%5E98-x%5E97-+ellipsis+-x%2B1  by the binomial  x-1  is equal to  1.


Example 7

Prove that the polynomial  f%28x%29+=+%28x%2B1%29%5E100+-+%28x-3%29%5E100  is divisible by the binomial  x-1.

Solution
Let us calculate the value of the polynomial  %28x%2B1%29%5E100+-+%28x-3%29%5E100  at the value of  x=1.

It is equal to  %281%2B1%29%5E100+-+%281-3%29%5E100  =  2%5E100-%28-2%29%5E100  =  2%5E100+-+2%5E100  = 0.

Hence, the polynomial  f%28x%29+=+%28x%2B1%29%5E100+-+%28x-3%29%5E100  is divisible by the binomial  x-1,  in accordance with the remainder theorem.


OK, now you know a lot about divisibility of a polynomial f%28x%29 by a binomial x-a.
What about divisibility by a binomial x%2Ba ?

Note that x%2Ba = x-%28-a%29.
Therefore, divisibility of a polynomial  f%28x%29  by a binomial  x%2Ba  is the same as divisibility of a polynomial  f%28x%29  by a binomial  x-%28-a%29.
Moreother, the entire  remainder theorem  can be re-stated for the binomial  x%2Ba  as follows:

+--------------------------------------------------------------------------------------------------------------------------------------------------------
|   Theorem   (the remainder theorem for the binomial x%2Ba)
|
|   1. The remainder of division the polynomial  f%28x%29  by the binomial  x%2Ba  is equal to the value  f%28-a%29  of the polynomial.
|
|   2. The binomial  x%2Ba  divides the polynomial  f%28x%29  if and only if the value of  -a  is the root of the polynomial  f%28x%29,  i.e.  f%28-a%29+=+0.
|
|   3. The binomial  x%2Ba  factors the polynomial  f%28x%29  if and only if the value of  -a  is the root of the polynomial  f%28x%29,  i.e.  f%28-a%29+=+0.
+--------------------------------------------------------------------------------------------------------------------------------------------------------

+
|
|
|
|
|
|
|
+

This Theorem does not require the special proof because everything was just proved for the binomial  x-a.

The Example 3 and Example 4 above illustrate this Theorem.


My other lessons on the Remainder theorem in this site are

    - Typical problems on the Remainder thoerem
    - Advanced problems on the Remainder theorem
    - Finding unknown coefficients of a polynomial having given info about its polynomial divisors
    - Finding unknown coefficients of a polynomial based on some given info about its roots
    - Nice_Olympiad_level_problems_on_divisibility_of_polynomials
    - OVERVIEW of lessons on Divisibility of polynomial f(x) by binomial (x-a) and the Remainder theorem


Use this file/link  ALGEBRA-I - YOUR ONLINE TEXTBOOK  to navigate over all topics and lessons of the online textbook  ALGEBRA-I.


This lesson has been accessed 12343 times.