题目
Problem
Given that
(x−5)(2x+1)(x+3)≡ax3+bx2−32x−15
where a and b are constants,
(a) find the value of a and the value of b.
(2)
(b) Hence find
∫5x(x−5)(2x+1)(x+3)dx
writing each term in simplest form.
(5)
解答
(a)
解法一
思路
展开
直接展开左边即可。也可以只找 x3 和 x2 的系数,但完整展开能顺便为下一小题服务。
答题过程
展开
First multiply two brackets:
(x−5)(x+3)=x2−2x−15.
Then
(x−5)(2x+1)(x+3)===(2x+1)(x2−2x−15)2x3−4x2−30x+x2−2x−152x3−3x2−32x−15.
Therefore
a=2,b=−3.
(b)
解法一
思路
展开
用上一小题的展开式,把分子换成多项式。分母是 5x=5x1/2,所以每一项分别除以 5x1/2,再逐项积分。
答题过程
展开
Using part (a),
5x(x−5)(2x+1)(x+3)==5x212x3−3x2−32x−1552x25−53x23−532x21−3x−21.
Therefore
∫5x(x−5)(2x+1)(x+3)dx==∫(52x25−53x23−532x21−3x−21)dx354x27−256x25−1564x23−6x21+c.