Polynomial remainder theorem?

momoko

New member
Joined
May 9, 2009
Messages
10
The polynomial x[sup:3nmba13o]3[/sup:3nmba13o] + ax[sup:3nmba13o]2[/sup:3nmba13o] + bx - 3 leaves a remainder of 27 when divided by x - 2 and a remainder of 3 when divided by x +1. Calculate the remainder when the polynomial is divided by x - 1. [final answer is 3]

How am I supposed to solve this question? Am I supposed to find the values of a and b first? But why does the question give me two possible remainders instead of just one? Please help and thank you very much in advance.
 
You will have two equations with two unknowns to solve for a and b.

\(\displaystyle \frac{x^{3}+ax^{2}+bx-3}{x-2}=\frac{\overbrace{4a+2b+5}^{\text{remainder}}}{x-2}+x^{2}+(2+a)x+2a+b+4\)

\(\displaystyle \frac{x^{3}+ax^{2}+bx-3}{x+1}=\frac{\overbrace{a-b-4}^{\text{remainder}}}{x+1}+x^{2}+(a-1)x-a+b+1\)

\(\displaystyle 4a+2b+5=27\)

\(\displaystyle a-b-4=3\)

Solve this for a and b.

Then, using those values, sub them into the remainder here:

\(\displaystyle \frac{x^{3}+ax^{2}+bx-3}{x-1}=\frac{\overbrace{a+b-2}^{\text{remainder}}}{x-1}+x^{2}+x(a+1)+a+b+1\)

The terms to the right aren't really needed. We are looking at the remainder.
 
Hello, momoko!

Sounds like you never heard of the Remainder Theorem . . .


The polynomial \(\displaystyle f(x) \:=\:x^3 + ax^2 + bx - 3\) has a remainder of 27 when divided by \(\displaystyle x - 2\)
and a remainder of 3 when divided by \(\displaystyle x +1\).
Calculate the remainder when the polynomial is divided by \(\displaystyle x - 1\).
[Answer: 3]

From the statements about division and remainders, we have:

. . \(\displaystyle \begin{array}{ccccccccc}f(2) \:=\:27 & 2^3 + a(2^2) + b(2) - 3 &=& 27 & \Rightarrow & 4a + 2b &=& 22 & [1] \\ \\[-3mm] f(\text{-}1) \:=\:3 & (\text{-}1)^3 + a(\text{-}1)^2 + b(\text{-}1) - 3 &=& 3 & \Rightarrow & a - b &=& 7 & [2] \end{array}\)


. . \(\displaystyle \begin{array}{cccccccc}\text{Divide [1] by 2:} & 2a + b &=& 11 \\ \text{Add [2]:} & a - b &=& 7 \end{array}\)

We have: .\(\displaystyle 3a \:=\:18 \quad\Rightarrow\quad a \:=\:6\)

Substitute into [2]: .\(\displaystyle 6 - b \:=\:7 \quad\Rightarrow\quad b \:=\:\text{-}1\)

Hence:. . \(\displaystyle f(x) \:=\:x^3 + 6x^2 - x - 3\)


Therefore: .\(\displaystyle f(1) \:=\:1^2 + 6(1^2) - 1 - 3 \;=\;\boxed{3}\)

 
More fun solving this by long division...no Remainder Theorem :idea:
 
Thank you everyone for your kind and fast help! I understand the question now :D
 
Top