Sum of the squares of remainders

  • Thread starter Thread starter V0ODO0CH1LD
  • Start date Start date
  • Tags Tags
    Squares Sum
AI Thread Summary
The problem involves finding the sum of the squares of the remainders when a polynomial f(x) is divided by (x – 1) and (x – 2). Using the remainder theorem, it is established that f(1) = a and f(2) = b, leading to the equations a = 2 and b = 3 after evaluating f(x) at those points. Consequently, the calculation of a^2 + b^2 results in 13. The discussion also touches on the challenge of interpreting problems and suggests that practice may enhance problem-solving clarity. Improving problem-solving skills often requires consistent practice and exposure to various types of questions.
V0ODO0CH1LD
Messages
278
Reaction score
0

Homework Statement



The division of a polynomial f(x) by (x – 1)(x – 2) has remainder x + 1. If the remainder of the division of f(x) by (x – 1) and (x – 2) are, respectively, a and b. Then what is a^2 + b^2?

Homework Equations



I guess the remainder theorem could be useful here.

The Attempt at a Solution



f(x) = q(x)(x – 1) + a; where q(x) is the quotient of the division of f(x) by (x – 1).

f(x) = p(x)(x – 2) + b; where p(x) is the quotient of the division of f(x) by (x – 2).

q(x)(x – 1) + a = p(x)(x – 2) + b

I don't know how to move forward using the fact the remainder of the division of f(x) by (x – 1)(x – 2).
 
Physics news on Phys.org
What happens if you consider f(1)?
 
f(1) = a and f(2) = b; right? Which means that a = -p(x) + b and b = q(x) + a.

So a^2 + b^2 = (-p(x) + b)^2 + (q(x) + a)^2. I still don't see how to use the fact the remainder of the division of f(x) by (x – 1)(x – 2).

EDIT: Wait; a + p(x) = b and b = q(x) + a. So a + p(x) = q(x) + a and p(x) = q(x)! Is that right?
 
You have established that f(1) = a and f(2) = b.
But we also know that
f(x) = g(x)(x-1)(x-2) + (x+1)
for some quotient g(x).
Can you compute what f(1) and f(2) are?
 
f(1) = (1 + 1) and f(2) = (1 + 2). So a = 2 and b = 3. And a^2 + b^2 = 13.

How do you guys see problems so clearly? Now that you pointed out everything became obvious, but before that I could never have seen that. Is that practice? I feel like I can grasp concepts really well, but when it comes to problem solving I can hardly interpret the question at first or second sight. How can I improve that?
 
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...

Similar threads

Back
Top