SOLUTION: A polynomial has a remainder of -6 and 4 when divided by (x+1) and (x-1) respectively. Find the remainder when the polynomial is divided by x^2-1.

Algebra ->  Expressions -> SOLUTION: A polynomial has a remainder of -6 and 4 when divided by (x+1) and (x-1) respectively. Find the remainder when the polynomial is divided by x^2-1.      Log On


   



Question 1075892: A polynomial has a remainder of -6 and 4 when divided by (x+1) and (x-1) respectively. Find the remainder when the polynomial is divided by x^2-1.
Answer by ikleyn(52814) About Me  (Show Source):
You can put this solution on YOUR website!
.
A polynomial has a remainder of -6 and 4 when divided by (x+1) and (x-1) respectively.
Find the remainder when the polynomial is divided by x^2-1.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The fact that "A polynomial has a remainder of -6 when divided by (x+1)" means P(-1) = -6.   (The "Remainder theorem")


The fact that "A polynomial has a remainder of 4 when divided by (x-1)" means P(1) = 4.   (The same theorem)


Now, looking for the remainder when the polynomial is divided by x^2-1, we can write for this remainder


P(x) = Q(x)*(x^2-1) + ax + b   (*)    ( after division P(x) by (x^2-1) )


If you put x= -1 in this equation (*), you will get

P(-1) = -6 = a*(-1) + b.


If you put x= 1 in this equation (*), you will get

P(1) = 4  = a*1 + b.


Thus you have these two equations

-a + b = -6,
 a + b =  4.


Solve it by any method you know to get b = -1, a = 5.


Answer.  The remainder under the question is  (5x -1).

Solved.


On the "Remainder theorem" see the lesson
    - Divisibility of polynomial f(x) by binomial x-a
in this site.


     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.


Also,  you have this free of charge online textbook in ALGEBRA-I in this site
    - ALGEBRA-I - YOUR ONLINE TEXTBOOK.

The referred lessons are the part of this online textbook under the topic
"Divisibility of polynomial f(x) by binomial (x-a). The Remainder theorem".