题目
Problem
(a) Determine the general solution of the differential equation
dxdy−3ytanx=e4xsec3x
giving your answer in the form y=f(x) .
(5)
(b) Determine the particular solution for which y=4 at x=0
(2)
解答
(a)
解法一
思路
展开
这是标准一阶线性微分方程。先找 integrating factor:
e∫−3tanxdx.
乘上积分因子后,左边会合成一个乘积导数,然后直接积分。
答题过程
展开
The differential equation is
dxdy−3ytanx=e4xsec3x.
The integrating factor is
e∫−3tanxdx==e3ln(cosx)cos3x.
Multiplying the differential equation by cos3x,
cos3xdxdy−3ysinxcos2x=e4x.
The left hand side is
dxd(ycos3x).
Therefore
dxd(ycos3x)=e4x.
Integrating,
ycos3x==∫e4xdx41e4x+C.
Hence
y=(41e4x+C)sec3x.
(b)
解法一
思路
展开
把 x=0、y=4 代入通解即可。注意 sec0=1,所以常数 C 会很快求出。
答题过程
展开
Using
y=(41e4x+C)sec3x,
and y=4 when x=0,
4=4=(41e0+C)sec3041+C.
So
C=415.
Therefore the particular solution is
y=41(e4x+15)sec3x.