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 tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top