题目
Problem
(a) Given that x=t21 determine, in terms of y and t,
(i) dxdy
(ii) dx2d2y
(5)
(b) Hence show that the transformation x=t21, where t>0, transforms the differential equation
xdx2d2y−(6x2+1)dxdy+9x3y=x5(I)
into the differential equation
4dt2d2y−12dtdy+9y=t(II)
(2)
(c) Solve differential equation (II) to determine a general solution for y in terms of t.
(5)
(d) Hence determine the general solution of differential equation (I).
(1)
解答
(a)
解法一
思路
展开
由 x=t1/2 可得 dxdt=2t1/2。先用链式法则求 dxdy,再对它继续关于 x 求导。
答题过程
展开
Since
x=t21,
we have
dtdx=21t−21,
so
dxdt=2t21.
Therefore
dxdy==dtdydxdt2t21dtdy.
Differentiate again:
dx2d2y====dxd(2t21dtdy)dxdtdtd(2t21dtdy)2t21(t−21dtdy+2t21dt2d2y)2dtdy+4tdt2d2y.
Thus
dxdy=2t21dtdy
and
dx2d2y=2dtdy+4tdt2d2y.
(b)
解法一
思路
展开
把 x=t1/2、x2=t、x3=t3/2、x5=t5/2 以及 (a) 的导数结果全部代入。每一项都会含有 t1/2,最后约掉即可。
答题过程
展开
Substitute the results from part (a) into equation (I):
xdx2d2y−(6x2+1)dxdy+9x3y=x5.
Since x=t21,
t21(2dtdy+4tdt2d2y)−(6t+1)(2t21dtdy)+9t23y=t25.
Divide by t21:
2dtdy+4tdt2d2y4tdt2d2y−12tdtdy+9ty=−2(6t+1)dtdy+9ty=t2t2.
Since t>0, divide by t:
4dt2d2y−12dtdy+9y=t.
This is equation (II).
(c)
解法一
思路
展开
这是常系数二阶非齐次微分方程。先解齐次方程,辅助方程有重根,所以 complementary function 是
(At+B)e23t.
右边是一次式 t,所以 particular integral 试 at+b。
答题过程
展开
Equation (II) is
4dt2d2y−12dtdy+9y=t.
The auxiliary equation is
4m2−12m+9=(2m−3)2=00.
So
m=23
is a repeated root. Therefore
yc=(At+B)e23t.
For a particular integral, try
yp=at+b.
Then
yp′=a,yp′′=0.
Substitute into equation (II):
4(0)−12a+9(at+b)=9at+(9b−12a)=tt.
Compare coefficients:
9a=19b−12a=0⟹a=91,⟹9b=34.
Thus
b=274.
So the general solution is
y=(At+B)e23t+9t+274.
(d)
解法一
思路
展开
由 x=t1/2 得 t=x2。把 (c) 中的 t 换成 x2。
答题过程
展开
Since
t=x2,
the general solution of equation (I) is
y=(Ax2+B)e23x2+9x2+274.