题目
Problem
The function g(x) is given by
g(x)=x−22x2−5x+8
(a) Write g(x) in the form
Ax+B+x−2C
where A, B and C are integers to be found.
(3)
(b) Hence use algebraic integration to show that
∫48g(x)dx=α+βln3
where α and β are integers to be found.
(4)
题目中文翻译
函数 g(x) 定义为
g(x)=x−22x2−5x+8
(a) 将 g(x) 写成
Ax+B+x−2C
的形式,其中 A、B 和 C 是需要求出的整数。
(b) 由此用代数积分证明
∫48g(x)dx=α+βln3
其中 α 和 β 是需要求出的整数。
解答
(a)
解法一
思路
展开
对分子作多项式除法:先用 2x2 除以 x 得到 2x,再处理余下的一次式,直到余数为常数。
答题过程
展开
First,
2x2−5x+8=2x(x−2)−x+8.
Also,
−x+8=−(x−2)+6.
Therefore,
g(x)==x−22x(x−2)−(x−2)+62x−1+x−26.
Hence,
A=2,B=−1,C=6.
(b)
解法一
思路
展开
本小题必须使用 (a) 的分式拆分结果。逐项积分后代入上下限,并用 ln6−ln2=ln3 合并对数项。
答题过程
展开
Using the result from part (a),
∫48g(x)dx==∫48(2x−1+x−26)dx[x2−x+6ln∣x−2∣]48.
Since x−2>0 throughout the interval,
∫48g(x)dx===(64−8+6ln6)−(16−4+6ln2)44+6(ln6−ln2)44+6ln3.
Thus,
α=44,β=6.