Polynomial Division: Finding Q(X) and R(X)

  • Thread starter Thread starter stefanB
  • Start date Start date
  • Tags Tags
    Polynomials
AI Thread Summary
To solve the polynomial division problem X^3 + X - 71 = (X^2 + 4X + 16)Q(X) + R(X), it is suggested to express Q(X) as Ax + B and R(X) as Cx + D. By substituting these forms into the equation and expanding, the coefficients can be equated to those of the original polynomial. The correct approach involves polynomial division, which simplifies finding Q(X) and R(X) without guessing. The expected result for A is 1, indicating the leading coefficient of the quotient. Using polynomial division will provide the accurate quotient and remainder.
stefanB
Messages
9
Reaction score
0
Hello, I face this problem:

X^3 + X - 71 = (X^2 + 4X + 16)Q(X) + R(X), where Q and R are polynomials. Decide which they are.

I got that Q(X) = (X + 1/4) and that R(X) = - 75, but apparently it is wrong. I am stuck and don't know what to do.

Thanks in advance.
 
Physics news on Phys.org
I think R(x) should include a term with x or perhaps x^2 to cancel out the redundant x's and perhaps the x^2's created by (X^2 + 4X + 16)Q(x).
 
You let Q(x) = Ax + B and R(x) = Cx + D.
Substitute it into the equation and you'll get (X^2 + 4X + 16)(Ax + B) + (Cx + D).
The next step is for you to expand the above expression as per normal. Then you group the terms according to the degree of x and then equate the coefficients accordingly with X^3 + X - 71.
As a check, you should get A=1.
 
You could just use polynomial division to divide x^3+x-71 by x^2+4x+16 to get a quotient and remainder, which would be Q(x) and R(x) and eliminate this guesswork.
 
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