题目
Problem
(a) Determine the general solution of the differential equation
4dx2d2y−4dxdy+37y=6e5x
(6)
Given that y=0 and dxdy=0 when x=0
(b) determine the particular solution for this differential equation.
(5)
解答
(a)
解法一
思路
展开
这是二阶常系数非齐次微分方程。先用辅助方程求 complementary function,再因为右边是 6e5x,设 particular integral 为 ke5x。
答题过程
展开
The auxiliary equation is
4m2−4m+37=0
Solve:
m====84±(−4)2−4(4)(37)84±−57684±24i21±3i
So the complementary function is
yc=ex/2(Acos3x+Bsin3x)
For the particular integral, try
yp=ke5x
Then
yp′=yp′′=5ke5x,25ke5x
Substitute into the differential equation:
4(25ke5x)−4(5ke5x)+37(ke5x)=117ke5x=k=6e5x6e5x1176=392
Therefore the general solution is
y=ex/2(Acos3x+Bsin3x)+392e5x
(b)
解法一
思路
展开
把 x=0,y=0 代入通解可先求 A。然后对通解求导,再用 x=0,y′=0 求 B。
答题过程
展开
From part (a),
y=ex/2(Acos3x+Bsin3x)+392e5x
Use y=0 when x=0:
0=A=A+392−392
Differentiate the general solution:
dxdy=21ex/2(Acos3x+Bsin3x)+ex/2(−3Asin3x+3Bcos3x)+3910e5x
Use dxdy=0 when x=0:
0===3B=B=21A+3B+391021(−392)+3B+3910−391+3B+3910−399−131
Hence the particular solution is
y=392e5xex/2(−392cos3x−131sin3x)