A tricky remainder theorem problem

In summary, the equation for the polynomial Q(x)(x-1)(x+1) - x + 2 is (2-x).So the equation for the polynomial Q(x)(x-1)(x+1) - x + 2 is (2-x).
  • #1
sooyong94
173
2

Homework Statement


A polynomial P(x) is divided by (x-1), and gives a remainder of 1. When P(x) is divided by (x+1), it gives a remainder of 3. Find the remainder when P(x) is divided by (x^2 - 1)

Homework Equations


Remainder theorem

The Attempt at a Solution


I know that

P(x) = (x-1)A(x) + 1
and P(x) = (x+1)B(x) + 3

But how would I relate to (x^2 -1)? I can multiply the two equations together to get (x^2 -1) but things get pretty messy.
 
Physics news on Phys.org
  • #2
From your two equations we know P(1) = 1 and P(-1) = 3 . Since the divisor in question ([itex]x^2 - 1[/itex]) the remainder has degree < divisor i.e it is linear. Let it be Kx + L. The we get an equation [tex] P(x) = (x^2 - 1)f(x) + Kx + L [/tex] . Try to proceed from here.
 
  • Like
Likes SammyS
  • #3
Why is the remainder is a linear expression? I can't catch your explanation.
 
  • #4
sooyong94 said:
Why is the remainder is a linear expression? I can't catch your explanation.

The remainder in ##a(x)/b(x)## is a polynomial ##r(x)## of degree strictly less than the degree of ##b(x)##. Basically, that is the _definition_ of "remainder".
 
  • #5
sooyong94 said:
explanation

So that means if a polynomial P(x) is divided by a quadratic polynomial, then the remainder is a linear expression.
 
  • #6
sooyong94 said:
So that means if a polynomial P(x) is divided by a quadratic polynomial, then the remainder is a linear expression.

Go back and read post #2 again, then read your question in post #3.
 
  • #7
So it has something to do with the divisor right?
 
  • #8
To refresh the idea of the remainder theorem, take a look at

http://en.wikipedia.org/wiki/Polynomial_remainder_theorem

In this case you have P(1) = 1 (since P(x)/(x-1) has remainder 1), P(-1) = 3 (since P(x)/(x+1) has remainder 3). Can you think of a minimum degree P(x) that produces these results?
 
  • #9
A cubic polynomial?
 
  • #10
sooyong94 said:
A cubic polynomial?
Ignore the fact that you will be looking for P(x) / (x^2-1). Can you think of a minimum degree polynomial P(x) such that P(-1) = 1 and P(1) = 3?
 
  • #11
Degree 3?
 
  • #12
sooyong94 said:
Degree 3?
Looking for a minimal degree for P(x). Start off with degree 1, is there a P(x) of degree 1 (ax + b) such that P(-1) = 1 and P(1) = 3? If not, try degree 2, and if not, try degree 3.
 
  • #13
Yup it appears that degree one works as well...
 
  • #14
sooyong94 said:
Yup it appears that degree one works as well...
So what is that equation for P(x) of degree 1 and what is the remainder of P(x) / (x^2-1) ?
 
  • #15
ax+b, and I managed to solve it as (2-x).
 
  • #16
To follow up, this would mean that a general equation for P(x) = Q(x)(x-1)(x+1) - x + 2, where Q(x) can be any function of x, including Q(x) = 0.
 
Back
Top