题目
Problem
(a) Show that the transformation y=z1 transforms the differential equation
x2dxdy+xy=2y2(I)
into the differential equation
dxdz−xz=−x22(II)
(3)
(b) Solve differential equation (II) to determine z in terms of x.
(4)
(c) Hence determine the particular solution of differential equation (I) for which y=−83 at x=3
Give your answer in the form y=f(x).
(2)
解答
(a)
解法一
思路
展开
由 y=z1=z−1,先求 dxdy,再代入原方程。最后把整式乘开,整理成关于 z 的一阶线性方程。
答题过程
展开
Since
y=z1=z−1,
we have
dxdy==−z−2dxdz−z21dxdz.
Substitute into equation (I):
x2(−z21dxdz)+x(z1)=−z2x2dxdz+zx=2(z1)2z22.
Multiply by −x2z2:
dxdz−xz=−x22.
This is equation (II).
(b)
解法一
思路
展开
这是关于 z 的一阶线性微分方程。积分因子为
e∫−x1dx=x1.
乘上积分因子后,左边变成 dxd(xz)。
答题过程
展开
Equation (II) is
dxdz−xz=−x22.
The integrating factor is
e∫−x1dx==e−lnxx1.
Multiplying by x1,
x1dxdz−x2z=dxd(xz)=−x32−2x−3.
Integrate:
xz==∫−2x−3dxx−2+C.
Therefore
z=x1+Cx.
(c)
解法一
思路
展开
由 y=z1,所以 z=y1。把 x=3、y=−83 代入 (b) 的结果求常数,再反解出 y。
答题过程
展开
Since
z=y1,
and y=−83 when x=3,
z=−38.
Using
z=x1+Cx,
we get
−38=−3=C=31+3C3C−1.
Thus
y1==x1−xx1−x2.
Therefore
y=1−x2x.