题目
Problem
(a) Show that the transformation x=eu transforms the differential equation
x2dx2d2y+3xdxdy−8y=4lnx,x>0(I)
into the differential equation
du2d2y+2dudy−8y=4u(II)
(6)
(b) Determine the general solution of differential equation (II), expressing y as a function of u .
(7)
(c) Hence obtain the general solution of differential equation (I).
(1)
解答
(a)
解法一
思路
展开
由 x=eu 可得 u=lnx,所以
dxdu=x1.
用链式法则把 yx 和 yxx 换成关于 u 的导数,再代回原方程。
答题过程
展开
Since
x=eu,
we have
u=lnxanddxdu=x1.
By the chain rule,
dxdy==dudydxdux1dudy.
Differentiate again with respect to x:
dx2d2y=====dxd(x1dudy)−x21dudy+x1dxd(dudy)−x21dudy+x1du2d2ydxdu−x21dudy+x21du2d2yx21(du2d2y−dudy).
Substitute into equation (I):
x2dx2d2y+3xdxdy−8y==(du2d2y−dudy)+3dudy−8ydu2d2y+2dudy−8y.
Also,
4lnx=4u.
Therefore equation (I) becomes
du2d2y+2dudy−8y=4u.
解法二
思路
展开
也可以先把 u 导数写成 x 导数:
dudy=xdxdy.
再对 u 求导一次,得到 yuu 和 yxx 的关系。这条路线常常更短。
答题过程
展开
Since x=eu,
dudx=x.
Therefore
dudy==dxdydudxxdxdy.
Differentiate again with respect to u:
du2d2y===dudxdxdy+xdud(dxdy)xdxdy+xdx2d2ydudxxdxdy+x2dx2d2y.
So
x2dx2d2y=du2d2y−dudy.
Also,
xdxdy=dudy.
Substituting into equation (I),
x2dx2d2y+3xdxdy−8y==(du2d2y−dudy)+3dudy−8ydu2d2y+2dudy−8y.
Since u=lnx, the right hand side of equation (I) is 4u. Hence
du2d2y+2dudy−8y=4u.
(b)
解法一
思路
展开
这是二阶常系数非齐次微分方程。先解齐次方程得到 complementary function,再因为右边是一次式 4u,所以 particular integral 可以试
y=au+b.
答题过程
展开
Equation (II) is
du2d2y+2dudy−8y=4u.
The auxiliary equation is
m2+2m−8=(m+4)(m−2)=00.
So
m=−4,m=2.
The complementary function is
yc=Ae−4u+Be2u.
For a particular integral, try
yp=au+b.
Then
dudyp=a,du2d2yp=0.
Substitute into equation (II):
0+2a−8(au+b)=−8au+(2a−8b)=4u4u.
Compare coefficients:
−8a=42a−8b=0⟹a=−21,⟹−1−8b=0.
So
b=−81.
Therefore the general solution of equation (II) is
y=Ae−4u+Be2u−21u−81.
(c)
解法一
思路
展开
由 x=eu 得 u=lnx。所以
e−4u=x−4,e2u=x2.
把 (b) 的结果换回 x 即可。
答题过程
展开
Since
u=lnx,
we have
e−4u=x−4,e2u=x2.
Therefore the general solution of equation (I) is
y=Ax−4+Bx2−21lnx−81.