When a polynomial is divided by x + 1, the remainder is 5. When the same polynomial is divided by x – 1, the remainder is 1. When the same polynomial is divided by x – 2, the remainder is 20. Determine the remainder when the polynomial is divided (x + 1)(x – 1)(x – 2).
Let "q_1(x), q_2(x), q_3(x)" be the quotient when polynomial f(x) is divided by (x+1), (x-1) and (x-2) respectively.
By Division Algorithm
Dividend = Divisor "\\times" Quotient + Remainder
"f(x) = (x+1)q_1(x) + 5 \\;\\;\\;(1) \\\\\n\nf(x) = (x-1)q_2(x) +1 \\;\\;\\;(2) \\\\\n\nf(x) = (x-2)q_3(x) +20 \\;\\;\\;(3)"
Put x = -1 in equation (1), x=1 in equation (2) and x = 2 in equation (3), we get
"f(-1) = 5 \\\\\n\nf(1) = 1 \\\\\n\nf(2) = 20"
Let "ax^2 +bx +c" be the remainder when polynomial f(x) is divided by (x+1)(x-1)(x-2) and quotient = q_n(x)
"f(x) = (x+1)(x-1)(x-2)q_n(x) + (ax^2 +bx+c) \\\\\n\nf(-1) = a-b+c \\\\\n\na-b+c = 5 \\;\\;\\;(4) \\\\\n\nf(1) = a+b+c \\\\\n\na+b+c=1 \\;\\;\\;(5) \\\\\n\nf(2) = 4a+2b+c \\\\\n\n4a+2b+c = 20 \\;\\;\\;(6)"
Adding equation (4) and (5), we get
"2a+2c= 6 \\\\\n\na+c = 3 \\;\\;\\;(7)"
Multiplying equation (5) by 2 and subtracting it from equation (6)
"4a+2b+c = 20 \\\\\n\n2a+2b+2c = 2 \\\\\n\n2a-c = 18"
Adding (7) and (8)
"a+c = 3 \\\\\n\n2a-c = 18 \\\\\n\n3a=21 \\\\\n\na = 7"
Using a in equation (7), c = -4
Using a and c in equation (5), b = -2
Remainder is "7x^2 -2x -4"
Comments
Leave a comment