Dividing Polynomials ~ Root/Factor Theroem

  • Thread starter Thread starter matadorqk
  • Start date Start date
  • Tags Tags
    Polynomials
AI Thread Summary
A cubic polynomial has remainders of (5x+4) and (12x-1) when divided by x² - x + 2 and x² + x - 1, respectively. The polynomial can be expressed as P(x) = Q(x)(D(x)) + R(x), where D(x) is the divisor and R(x) is the remainder. By setting Q(x) as a linear function, the problem can be simplified to finding coefficients for the cubic polynomial. The approach involves equating the two expressions derived from the divisions and solving for the coefficients. This method leads to a solvable system of equations for the polynomial.
matadorqk
Messages
96
Reaction score
0

Homework Statement



A cubic polynomial gives remainders (5x+4) and (12x-1) when divided by x^{2} - x + 2 and x^{2} + x - 1 respectively. Find the polynomial

Homework Equations


:S Well, I am using the root theorem, the factor theorem, and possibly just basics on long division..

We know that:

\frac{P(x)}{D(x)}=Q(x) + \frac {R(x)}{D(x)}

The Attempt at a Solution



P(x)=ax^{3} + bx^{2} + cx + d which is our standard for a cubic polynomial.

**Please note I will use Q(x1) and Q(x2) for the tw different quotients of the two divisions.
Then we know that

\frac {P(x)}{x^{2} - x + 2} = Q (x_{1}) + \frac{5x+4}{x^{2}-x+2}

Therefore, our P (x) is the following for the first division.

P(x)=Q(x_{1})(x^{2} - x + 2) + 5x + 4

If we do the same for the next division, we obtain the following (using the same procedure)

P(x)=Q(x_{2})(x^{2} + x + 1) + 12x - 1

I have no idea, I can possibly make them equal each other, and sort of solve:
Q(x_{2})(x^{2} + x + 1) + 12x - 1=Q(x_{1})(x^{2} - x + 2) + 5x + 4

Q(x_{2})(x^{2} + x + 1) =Q(x_{1})(x^{2} - x + 2) - 7x + 5

Q(x_{2})(x^{2} + x + 1) =Q(x_{1})(x^{2} - x + 2) - 7x + 5

...any advice to lead me into the right path, I feel I am going the wrong way.
 
Last edited:
Physics news on Phys.org
Q(x) has to be linear. So put Q(x) = px+q, say.

Let the cubic be ax^3 + bx^2 +cx +d
ax^3 + bx^2 +cx +d = (px+q)(x^2 - x + 2) + 5x +4

ax^3 + bx^2 + (c-5)x + (d-4) = (px + q)(x^2 - x + 2)

And similarly for the other one. Then it is solvable by equation like powers yadda yadda yadda.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top