题目
Problem
The function f is defined by
f(x)=(x+3)22x4+15x3+35x2+21x−4x∈R,x>−3
(a) Find the values of the constants A, B, C and D such that
Ax2+Bx+C+(x+3)2D
(4)
(b) Hence find
∫f(x)dx
(3)
题目中文翻译
函数 f 定义为
f(x)=(x+3)22x4+15x3+35x2+21x−4x∈R,x>−3
(a) 求常数 A、B、C 和 D 的值,使得
Ax2+Bx+C+(x+3)2D
(b) 由此求
∫f(x)dx
解答
(a)
解法一
思路
展开
题目要求把分式改写成一个二次多项式加上 (x+3)2D。最直接的方法是把目标形式两边同乘 (x+3)2,然后比较多项式系数。
答题过程
展开
We want
(x+3)22x4+15x3+35x2+21x−4=Ax2+Bx+C+(x+3)2D.
Multiply both sides by (x+3)2:
2x4+15x3+35x2+21x−4=(Ax2+Bx+C)(x+3)2+D.
Since
(x+3)2=x2+6x+9,
we have
(Ax2+Bx+C)(x+3)2==(Ax2+Bx+C)(x2+6x+9)Ax4+(6A+B)x3+(9A+6B+C)x2+(9B+6C)x+9C.
So
2x4+15x3+35x2+21x−4=Ax4+(6A+B)x3+(9A+6B+C)x2+(9B+6C)x+(9C+D).
Compare coefficients:
A=2.
Then
6A+B=15⇒12+B=15⇒B=3.
Next,
9A+6B+C=35⇒18+18+C=35⇒C=−1.
Finally,
9C+D=−4⇒−9+D=−4⇒D=5.
Therefore
A=2,B=3,C=−1,D=5.
Hence
f(x)=2x2+3x−1+(x+3)25.
解法二
思路
展开
官方评分资料也接受多项式长除法。用分母 x2+6x+9 依次消去四次项、三次项和二次项,便可得到二次商式与常数余数。
答题过程
展开
Since
(x+3)2=x2+6x+9,
divide the numerator by x2+6x+9.
The first term of the quotient is 2x2. Subtracting
2x2(x2+6x+9) leaves
3x3+17x2+21x−4.
The next term is 3x. Subtracting
3x(x2+6x+9) leaves
−x2−6x−4.
The next term is −1. Subtracting
−(x2+6x+9) leaves the remainder
5.
Therefore the quotient is 2x2+3x−1, and
f(x)=2x2+3x−1+(x+3)25.
Thus
A=2,B=3,C=−1,D=5.
(b)
解法一
思路
展开
直接使用 (a) 的分解结果逐项积分。最后一项是 5(x+3)−2,积分时要变成 −x+35。
答题过程
展开
From part (a),
f(x)=2x2+3x−1+(x+3)25.
Therefore
∫f(x)dx==∫(2x2+3x−1+5(x+3)−2)dx32x3+23x2−x+5∫(x+3)−2dx.
Now
∫(x+3)−2dx=−(x+3)−1.
So
∫f(x)dx=32x3+23x2−x−x+35+C.