题目
Problem
(a) Find
∫x2cos2xdx
(4)
(b) Hence solve the differential equation
dtdy=(ytcost)2
giving your answer in the form yn=f(t) where n is an integer.
(5)
题目中文翻译
(a) 求
∫x2cos2xdx
(b) 进而解微分方程
dtdy=(ytcost)2
并将答案写成 yn=f(t) 的形式,其中 n 为整数。
解答
(a)
解法一
思路
展开
这是一个典型的两次分部积分。把 x2 看成会越求导越简单的部分,把 cos2x 积分。第一次分部积分后会出现 ∫xsin2xdx,再对它做一次分部积分即可。
答题过程
展开
Using integration by parts,
∫x2cos2xdx==x2⋅21sin2x−∫2x⋅21sin2xdx21x2sin2x−∫xsin2xdx.
For the remaining integral, use integration by parts again:
∫xsin2xdx==x⋅(−21cos2x)−∫1⋅(−21cos2x)dx−21xcos2x+41sin2x.
Therefore
∫x2cos2xdx==21x2sin2x−(−21xcos2x+41sin2x)21x2sin2x+21xcos2x−41sin2x+C.
解法二
思路
展开
也可以用表格法做分部积分。左边不断对 x2 求导,右边不断对 cos2x 积分,然后按交替符号相乘相加。
答题过程
展开
Set up the repeated integration by parts table:
Dx22x20Icos2x21sin2x−41cos2x−81sin2x
Hence
∫x2cos2xdx==x2(21sin2x)−2x(−41cos2x)+2(−81sin2x)+C21x2sin2x+21xcos2x−41sin2x+C.
(b)
解法一
思路
展开
先把微分方程分离变量,左边只含 y,右边只含 t。右边会出现 ∫t2cos2tdt,用 cos2t=21(1+cos2t),其中 ∫t2cos2tdt 正好可以套用 (a) 的结果。
答题过程
展开
From
dtdy=(ytcost)2,
we have
y2dtdy=t2cos2t.
Separate and integrate:
∫y2dy=∫t2cos2tdt.
The left hand side is
∫y2dy=31y3.
For the right hand side,
∫t2cos2tdt==∫t2⋅21(1+cos2t)dt21∫t2dt+21∫t2cos2tdt.
Using the result from part (a), with x replaced by t,
∫t2cos2tdt=21t2sin2t+21tcos2t−41sin2t.
Therefore
31y3==61t3+21(21t2sin2t+21tcos2t−41sin2t)+C61t3+41t2sin2t+41tcos2t−81sin2t+C.
Multiplying by 3 and absorbing the constant,
y3=21t3+43t2sin2t+43tcos2t−83sin2t+C.
So the solution is
y3=21t3+43t2sin2t+43tcos2t−83sin2t+C.