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

  • Thread starter Thread starter stefanB
  • Start date Start date
  • Tags Tags
    Polynomials
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 3K views
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.