题目
Problem
Determine
(i) ∫3x2+12x+241dx
(ii) ∫27−6x−x21dx.
(8)
题目中文翻译
求下列积分:
(i) ∫3x2+12x+241dx
(ii) ∫27−6x−x21dx
解答
(i)
解法一
思路
展开
先从分母提出 3 并完成平方,把积分化成 ∫1/(u2+a2)du 的标准反正切形式。需要同时保留提出的 1/3 与公式产生的 1/a。
答题过程
展开
Complete the square:
3x2+12x+24==3(x2+4x+8)3((x+2)2+4).
Therefore
∫3x2+12x+241dx==31∫(x+2)2+221dx61arctan(2x+2)+c.
(ii)
解法一
思路
展开
将根号内的二次式配方为 62−(x+3)2,即可直接使用 ∫1/a2−u2du=arcsin(u/a)+c。
答题过程
展开
Complete the square:
27−6x−x2==36−(x2+6x+9)36−(x+3)2.
Hence
∫27−6x−x21dx==∫62−(x+3)21dxarcsin(6x+3)+c.