Repeated root remainder

Algebra Level 3

If f ( x ) = x 3 + b x + c f(x)=x^{3}+bx+c and ( x 1 ) 2 (x-1)^{2} is a factor of f ( x ) f(x) .Then find remainder when f ( x ) f(x) is divided by x 2 x-2 .


The answer is 4.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

7 solutions

Since ( x 1 ) 2 (x-1)^2 is a factor of f ( x ) f(x) then, f ( x ) = ( x 1 ) 2 ( x d ) f(x) =(x-1)^2(x-d) , where d d is a real constant. Therefore,

f ( x ) = ( x 1 ) 2 ( x d ) x 3 + b x + c = ( x 1 ) 2 ( x d ) = ( x 2 2 x + 1 ) ( x d ) = x 3 ( d + 2 ) x 2 + ( 2 d + 1 ) x d \begin{aligned} f(x) & = (x-1)^2(x-d) \\ \Rightarrow x^3+bx+c & = (x-1)^2(x-d) \\ & = (x^2-2x+1)(x-d) \\ & = x^3 - (d+2)x^2 + (2d+1)x - d \end{aligned}

Equating coefficients of both sides, we have, d + 2 = 0 d = 2 d+2= 0\quad \Rightarrow d = -2 . Therefore, we have:

f ( x ) = ( x 1 ) 2 ( x d ) f ( 2 ) = ( 2 1 ) 2 [ 2 ( 2 ) ] = 4 \begin{aligned} f(x) & = (x-1)^2(x-d) \\ \Rightarrow f(2) & = (2-1)^2[2-(-2)] = \boxed{4} \end{aligned}

Moderator note:

By right, in the first line, you should say that f ( x ) = ( x 1 ) 2 ( e x + d ) f(x) = (x-1) ^2 (ex + d) , and that by comparing leading coefficients we get that e = 1 e = 1 .

What is another more direct way of finding that d = 2 d = - 2 without having to expand the polynomial?
Hint: How else do we know that d + 2 = 0 d + 2 = 0 ?

Sum of roots 1 + 1 + d = 0 1+1+d = 0 , therefore d = 2 d = -2 .

Chew-Seong Cheong - 5 years, 11 months ago

Log in to reply

That is awesome.

Tasha Kim - 5 years, 11 months ago

In response to Challenge Master: Using Vieta's formulas.

Abhishek Sharma - 6 years ago

Log in to reply

The better way to do this question is to use some calculus. It is really very efficient.

Abhishek Sharma - 6 years ago

This was a great method! :D

Mehul Arora - 5 years, 11 months ago
Nihar Mahajan
Jun 10, 2015

I did this by method of "forcing the factor":

f ( x ) = x 3 + b x + c f ( x ) = x 3 2 x 2 + x + 2 x 2 x + b x + c f ( x ) = x ( x 2 2 x + 1 ) + 2 x 2 + x ( b 1 ) + c f ( x ) = x ( x 1 ) 2 + 2 ( x 2 x ( b 1 2 ) + c 2 ) f(x)=x^3+bx+c \\ \Rightarrow f(x)=x^3-2x^2+x+2x^2-x+bx+c \\\Rightarrow f(x)=x(x^2-2x+1)+2x^2+x(b-1)+c \\\Rightarrow f(x)=x(x-1)^2+2\left(x^2-x\left(\dfrac{b-1}{2}\right)+\dfrac{c}{2}\right)

Since ( x 1 ) 2 f ( x ) (x-1)^2 \ | \ f(x) we have:

x 2 x ( b 1 2 ) + c 2 = x 2 2 x + 1 ( b 1 2 ) = 2 , c 2 = 1 b = 3 , c = 2 x^2-x\left(\dfrac{b-1}{2}\right)+\dfrac{c}{2}=x^2-2x+1 \\ \Rightarrow \left(\dfrac{b-1}{2}\right)=-2 \ , \ \dfrac{c}{2}=1 \\ \Rightarrow \boxed{b=-3 \ , \ c=2}

So we have f ( x ) = x 3 3 x + 2 f(x)=x^3-3x+2 .By Remainder theorem ,

f ( 2 ) = 2 3 3 ( 2 ) + 2 = 8 6 + 2 = 2 + 2 = 4 f(2)=2^3-3(2)+2=8-6+2=2+2=\huge\boxed{4}

Shivamani Patil
Jun 6, 2015

Remainder when we divide f ( x ) f(x) by ( x 1 ) 2 (x-1)^{2} is zero. Therefore 1 = b + c -1=b+c .

Now remainder when f ( x ) f(x) is divided by x 2 x-2 is 8 + 2 b + c 8+2b+c i.e 7 + b 7+b .

Now we know by factor theorem that f ( x ) = ( x 1 ) 2 q ( x ) f(x)=(x-1)^{2}*q(x) .

q ( x ) q(x) must be linear so let q ( x ) = x z q(x)=x-z .

Therefore f ( x ) = ( x 1 ) 2 ( x z ) f(x)=(x-1)^{2}(x-z)

Now x 3 + b x + x = x 3 2 x 2 + x z x 2 + 2 x z z x^{3}+bx+x=x^{3}-2x^{2}+x-zx^{2}+2xz-z

Comparing quadratic terms coef on both sides we get ( 2 + z ) = 0 -(2+z)=0 i.e z = 2 z=-2 .

Now we compare linear terms we get b = 1 + 2 z = 1 + 2 ( 2 ) = 1 4 = 3 b=1+2z=1+2*(-2)=1-4=-3

Therefore our remainder is 7 + b = 7 3 = 4 7+b=7-3=4 .

Nice, did it the same way. :)

Efren Medallo - 6 years ago

I really can't believe! Yesterday this problem was level 5 but level 2 today!

Swapnil Das - 6 years ago
Gaurav Singh
Jun 10, 2015

I just divided x-1 with f(x) to get quotient x^2+x+(b+1) now we know this is also divisible by x-1 so we put x=1 in that to get b=-3 and we also know b+c=-1 so we get c=2 and we substitute x=2 in f(x) to get 4

Aditya Chauhan
Jun 10, 2015

We can use the fact that f(1) as well as derivative of f(1) are 0

Moderator note:

Right, can you elaborate on it?

In response to challenge master : Using the fact that for a polynomial, if x=a is repeated root then it must be a root of its derivative too.It is a result of Rolle's theorem in limiting situation.

Deepak Kumar - 5 years, 11 months ago

Since x=1 is repeated root of the polynomial f(x), therefore, f(x)=0 and f'(x)=0 at x=1. Solving the two equations f(1)=0 and f'(1) =0 we get b=-3 and c=2. substituting these values we have, f(x)= x^3-3x+2. Apply remainder theorem to get the required remainder which is f(2)=4

Super easy solution :

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...