Question

Difficulty: HardPolynomials, Factor and Remainder Theorems

When the polynomial P(x)=3x42x3+ax2+bx12P(x) = 3x^4 - 2x^3 + ax^2 + bx - 12 is divided by (x24)(x^2 - 4), the remainder is 5x45x - 4. What is the value of a+ba + b?

Answer: 3

Answer

The value of a+ba + b is 33.
By using the Remainder Theorem for the quadratic divisor (x24)=(x2)(x+2)(x^2 - 4) = (x - 2)(x + 2), evaluating P(2)=6P(2) = 6 gives 2a+b=72a + b = -7, and evaluating P(2)=14P(-2) = -14 gives 2ab=332a - b = -33. Solving these linear equations simultaneously yields a=10a = -10 and b=13b = 13, which sums to a+b=3a + b = 3.

Step-by-Step Solution

1
Set up the polynomial division relation.
P(x)=(x2)(x+2)Q(x)+(5x4)P(x) = (x - 2)(x + 2)Q(x) + (5x - 4)
By the Remainder Theorem and Division Algorithm, dividing by (x24)(x^2 - 4) yields a remainder of R(x)=5x4R(x) = 5x - 4.
2
Find the values of P(2)P(2) and P(2)P(-2) from the remainder.
P(2)=6P(2) = 6 and P(2)=14P(-2) = -14
Substituting the roots of the divisor x=2x = 2 and x=2x = -2 eliminates the quotient term (x24)Q(x)(x^2 - 4)Q(x).
3
Substitute x=2x = 2 into the polynomial P(x)P(x) and set equal to 66.
2a+b=72a + b = -7
3(16)2(8)+4a+2b12=20+4a+2b=6    4a+2b=143(16) - 2(8) + 4a + 2b - 12 = 20 + 4a + 2b = 6 \implies 4a + 2b = -14.
4
Substitute x=2x = -2 into the polynomial P(x)P(x) and set equal to 14-14.
2ab=332a - b = -33
3(16)2(8)+4a2b12=52+4a2b=14    4a2b=663(16) - 2(-8) + 4a - 2b - 12 = 52 + 4a - 2b = -14 \implies 4a - 2b = -66.
5
Solve the system of equations for aa and bb.
a=10a = -10, b=13b = 13, and a+b=3a + b = 3
Adding the two linear equations gives 4a=40    a=104a = -40 \implies a = -10. Substituting a=10a = -10 into 2a+b=72a + b = -7 gives b=13b = 13.

Key Concept

Polynomial Remainder Theorem for Non-Linear Divisors
Estimated Time:2m 30s
Rate this question