Let $F(x)$ be a polynomial.
If $F(x)$ is divided by $(x-1)^2$ the remainder will be $x+1$
and if $F(x)$ is divided by $x^2$ the remainder will be $2x+3$.
What is the remainder if $F(x)$ is divided by $x^2(x-1)$?
My solution : $F(x) = (x-1)^2 P(x) + x+1$, substitute $x=1$ and get $F(1) = 2$.
Differentiate it and get $F'(x) = (x-1)^2 P'(x)+P(x)(2)(x-1)+1$ then $F'(1)=1$.
And do the same to the other equation $( F(0)=3, F'(0) = 2 )$.
Let the remainder of $F(x)$ divided by $x^2(x-1)$ be $R(x)$. $( R(x) = ax^2+bx+c)$
so $F(x) =x^2(x-1)A(x) + R(x)$
$F(0) = R(0) = 3$
$F(1) = R(1) = 2$
$F'(x) = (x)^2(x-1) A'(x)+x^2A(x)+2x(x-1)A(x) + R'(x)$
$F'(0) = R'(0) = 2$
from $R(0) = 3$ then $c=3$
from $R'(0) = 2$ then $R'(x) = 2ax+b$ then $R'(0) = b = 2$
$R(x) = ax^2+2x+3$ from $R(1) = 2$, will get $a+5 = 2 , a=-3$
so the remainder will be $-3x^2+2x+3$
but one said that the answer can be $-3x^2+2x+1$ too, so what's correct answer.
but the answer is still $-3x^2 + 2x + 3$?
– Natnicha Weerasin Jun 18 '19 at 03:36