A polynomial f(x) with rational coefficients leaves remainder 15, when divided by(x – 3) and remainder 2x + 1, when divided by (x – 1)2. If ‘p’ is coefficient of x^2 of its remainder which will come out if f(x) is divided by (x – 3)(x – 1)^2 then find p.
Answers
Let us consider the identity,
which can be obtained by division.
If an n-th degree polynomial divides another polynomial, the maximum degree of the remainder is n-1.
By remainder theorem, the first condition is .
(By and )
The remainder of by is equivalent to the remainder of by .
Since is the remainder if is divided by , and as the maximum degree of is 2,
Now, according to , we get,
The required value of is 2.
Answer:
Since function f(x) leaves remainder 15 when divided by x−3, therefore f(x) can be written as
f(x)=(x−3)l(x)+15 ...(1)
Also, f(x) leaves remainder 2x+1 when divided by (x−1)
2
.
Thus, f(x) can also be written as
f(x)=(x−1)
2
m(x)+2x+1 ...(2)
If R(x) be the remainder when f(x) is divided by (x−3)(x−1)
2
, then we may write
f(x)=(x−3)(x−1)
2
n(x)+R(x) ...(3)
Since (x−3)(x−1)
2
is a polynomial of degree three, the remainder has to be a polynomial of degree less than or equal to two.
Thus let R(x)=ax
2
+bx+c
From (1) and (3), we have
f(3)=15=R(3)⇒9a+3b+c=15 ...(4)
From (2) and (3), we have
f(1)=3=R(1)⇒a+b+c=3 ...(5)
From (2) and (3), we have
f
′
(1)=2=R
′
(1)⇒2a+b=2 ...(6)
Solving equation (4),(5) and (6), we get
a=2,b=−2,c=3
Step-by-step explanation:
Answer is 2x
2
−2x+3