题目
Problem
f(x)=(3x2−4x−5)(x−k)−5
where k is a constant.
(a) Deduce the value of the remainder when f(x) is divided by (x−k)
(1)
Given that the remainder when f(x) is divided by (x+2) is 25
(b) show that the value of k is −4
(2)
(c) Hence find the quotient and remainder when f(x) is divided by (3x−1)
(4)
解答
(a)
解法一
思路
展开
除以 x−k 的余数是 f(k)。代入后前面乘积为 0。
答题过程
展开
By the remainder theorem, the remainder is f(k).
f(k)==(3k2−4k−5)(k−k)−5−5.
Therefore, the remainder is
−5.
(b)
解法一
思路
展开
除以 x+2 的余数是 f(−2)。题目说余数为 25,所以令 f(−2)=25。
答题过程
展开
By the remainder theorem,
f(−2)=25.
So
(3(−2)2−4(−2)−5)(−2−k)−5=(12+8−5)(−2−k)−5=15(−2−k)−5=15(−2−k)=−2−k=k=252525302−4.
This is the required result.
(c)
解法一
思路
展开
先把 k=−4 代入并展开,再对 3x−1 做多项式除法。
答题过程
展开
Since k=−4,
f(x)===(3x2−4x−5)(x+4)−53x3+12x2−4x2−16x−5x−20−53x3+8x2−21x−25.
Now divide by 3x−1:
3x3+8x2−21x−25=(3x−1)(x2+3x−6)−31.
Therefore, the quotient is
x2+3x−6
and the remainder is
−31.
解法二
思路
展开
也可以设
f(x)=(3x−1)(Ax2+Bx+C)+R,
然后比较系数。这样不需要写长除法。
答题过程
展开
From the expansion above,
f(x)=3x3+8x2−21x−25.
Let
3x3+8x2−21x−25=(3x−1)(Ax2+Bx+C)+R.
Expand the right hand side:
(3x−1)(Ax2+Bx+C)+R=3Ax3+(3B−A)x2+(3C−B)x+(−C+R).
Compare coefficients:
3A=3B−A=3C−B=−C+R=38−21−25⇒A=1,⇒3B−1=8, B=3,⇒3C−3=−21, C=−6,⇒6+R=−25, R=−31.
Therefore, the quotient is
x2+3x−6
and the remainder is
−31.