题目
Problem
Determine
(i)
∫4x2+8x+91dx
(ii)
∫arcosh(3x)dx
(3)
(4)
题目中文翻译
求
(i)
∫4x2+8x+91dx
(ii)
∫arcosh(3x)dx
解答
(i)
解法一
思路
展开
先配方,把根式化成 4(x+1)2+5。提出常数 2 后,积分便符合 ∫1/u2+a2du=arsinh(u/a)+C 的标准形式。
答题过程
展开
Completing the square,
4x2+8x+9=4(x+1)2+5.
Therefore,
∫4x2+8x+91dx==21∫(x+1)2+451dx21arsinh(52x+2)+C.
(ii)
解法一
思路
展开
按官方主路线直接分部积分,令 u=arcosh(3x)、dv=dx。余下积分可令 w=9x2−1,得到一个平方根项。
答题过程
展开
Using integration by parts, let
u=arcosh(3x)
and
dv=dx.
Then
du=9x2−13dx
and v=x. Hence
∫arcosh(3x)dx==xarcosh(3x)−∫9x2−13xdxxarcosh(3x)−319x2−1+C.
This is valid on the real differentiable domain x>31.
解法二
思路
展开
官方替代路线先令 u=arcosh(3x),于是 x=31coshu。原积分变成 31∫usinhudu,再做一次分部积分,最后换回 x。
答题过程
展开
Let
u=arcosh(3x).
Then
x=31coshu
and
dx=31sinhudu.
Therefore,
∫arcosh(3x)dx==31∫usinhudu31(ucoshu−sinhu)+C.
Since coshu=3x and
sinhu=cosh2u−1=9x2−1,
we obtain the antiderivative
xarcosh(3x)−319x2−1+C.
This is valid on the real differentiable domain x>31.