题目
Problem
(a) Given that t=lnx , where x>0 , show that
dx2d2y=e−2t(dt2d2y−dtdy)
(3)
(b) Hence show that the transformation t=lnx , where x>0 , transforms the differential equation
x2dx2d2y−2y=1+4lnx−2(lnx)2(I)
into the differential equation
dt2d2y−dtdy−2y=1+4t−2t2(II)
(1)
(c) Solve differential equation (II) to determine y in terms of t.
(5)
(d) Hence determine the general solution of differential equation (I).
(1)
解答
(a)
解法一
思路
展开
t=lnx 给出 dxdt=x1=e−t。先求 dxdy,再对它关于 x 求导。第二次求导时要把 dxd 看成 dxdtdtd。
答题过程
展开
Since t=lnx, x=et and
dxdt=x1=e−t
By the chain rule,
dxdy==dtdydxdte−tdtdy
Differentiate again:
dx2d2y====dxd(e−tdtdy)dxdtdtd(e−tdtdy)e−t(−e−tdtdy+e−tdt2d2y)e−2t(dt2d2y−dtdy)
(b)
解法一
思路
展开
因为 x=et,所以 x2e−2t=1。右边的 lnx 直接换成 t。
答题过程
展开
Substitute the result from part (a) into (I):
x2dx2d2y−2y=e2te−2t(dt2d2y−dtdy)−2y=1+4lnx−2(lnx)21+4t−2t2
Therefore
dt2d2y−dtdy−2y=1+4t−2t2
(c)
解法一
思路
展开
(II) 是二阶常系数非齐次微分方程。右边是二次多项式,所以 particular integral 设为 at2+bt+c。
答题过程
展开
The auxiliary equation is
m2−m−2=0
Hence
(m−2)(m+1)=m=02,−1
So the complementary function is
yc=Ae2t+Be−t
For a particular integral, let
yp=at2+bt+c
Then
yp′=yp′′=2at+b2a
Substitute into (II):
2a−(2at+b)−2(at2+bt+c)=−2at2+(−2a−2b)t+(2a−b−2c)=1+4t−2t2−2t2+4t+1
Equating coefficients:
−2a=−2a−2b=2a−b−2c=−241⇒a=1⇒b=−3⇒c=2
Therefore
y=Ae2t+Be−t+t2−3t+2
(d)
解法一
思路
展开
把 t=lnx 代回,且 e2t=x2,e−t=x−1。
答题过程
展开
Since t=lnx,
e2t=x2,e−t=x−1
Therefore
y=Ax2+Bx−1+(lnx)2−3lnx+2