题目
Problem
(i) Find, by algebraic integration, the exact value of
∫24(2x−3)38dx
(4)
(ii) Find, in simplest form,
∫x(x2+3)7dx
(2)
题目中文翻译
(i) 用代数积分求
∫24(2x−3)38dx
的精确值。
(ii) 求
∫x(x2+3)7dx
的最简形式。
解答
(i)
解法一
思路
展开
把被积函数写成负整数次幂,使用反向链式法则直接积分,再代入上下限。
答题过程
展开
Write
(2x−3)38=8(2x−3)−3.
Therefore
∫8(2x−3)−3dx=−2(2x−3)−2+c.
Hence
∫24(2x−3)38dx===[−(2x−3)22]24−252+22548.
Thus the exact value is
2548.
解法二
思路
展开
使用官方替代路线,令 u=2x−3。定积分换元时同时更换上下限,可以直接在 u 中完成计算。
答题过程
展开
Let
u=2x−3.
Then
du=2dx.
When x=2, u=1, and when x=4, u=5. Therefore
∫24(2x−3)38dx====4∫15u−3du[−2u−2]15−252+22548.
Hence
2548.
(ii)
解法一
思路
展开
识别到 (x2+3)8 的导数会产生 16x(x2+3)7,因此可直接用反向链式法则积分。
答题过程
展开
Since
dxd(x2+3)8=16x(x2+3)7,
it follows that
∫x(x2+3)7dx=161(x2+3)8+c.
解法二
思路
展开
令 u=x2+3,则积分中的 xdx 可以直接换成 21du。
答题过程
展开
Let
u=x2+3.
Then
du=2xdx,
so
xdx=21du.
Therefore
∫x(x2+3)7dx===21∫u7du16u8+c16(x2+3)8+c.
Hence
∫x(x2+3)7dx=16(x2+3)8+c.