题目
Problem
Use the substitution u=x3+1 to show that
∫x3+19x5dx=2(x3+1)k(x3−A)+c
where k and A are constants to be found and c is an arbitrary constant.
(5)
题目中文翻译
使用代换 u=x3+1,证明
∫x3+19x5dx=2(x3+1)k(x3−A)+c
其中 k 和 A 是待求常数,c 为任意常数。
解答
Let
u=x3+1
Then
u2=x3+1
Differentiate with respect to x:
2udxdu=3x2
So
dx=3x22udu
Now
∫x3+19x5dx=∫u9x5⋅3x22udu=∫6x3du
Since
u2=x3+1
we have
x3=u2−1
Therefore
∫x3+19x5dx=6∫(u2−1)du
Integrate:
6∫(u2−1)du=6(31u3−u)+c=2u3−6u+c
Substitute back u=x3+1:
2u3−6u+c=2(x3+1)23−6(x3+1)21+c
Factorise:
2(x3+1)23−6(x3+1)21=2(x3+1)21((x3+1)−3)=2(x3+1)21(x3−2)
Hence
∫x3+19x5dx=2(x3+1)21(x3−2)+c
So
k=21,A=2