题目
Problem
(a) Show that the substitution y2=z1 transforms the differential equation
dxdy+2y=3xy3y=0(I)
into the differential equation
dxdz−4z=−6x(II)
(3)
(b) Obtain the general solution of differential equation (II).
(5)
(c) Hence obtain the general solution of differential equation (I), giving your answer in the form y2=f(x)
(1)
解答
(a)
解法一
思路
展开
由 y2=z1 可得 2ydxdy=−z21dxdz。题目要 show that,所以要把原方程完整变成只含 z 和 x 的方程。
答题过程
展开
From
y2=z−1,
differentiate with respect to x:
2ydxdy=−z−2dxdz.
Multiply differential equation (I) by 2y:
2ydxdy+4y2=6xy4.
Using y2=z1 and y4=z21,
−z21dxdz+z4=z26x.
Multiplying by −z2 gives
dxdz−4z=−6x.
This is differential equation (II).
(b)
解法一
思路
展开
(II) 是一阶线性微分方程:
dxdz−4z=−6x.
Integrating factor 是 e∫−4dx=e−4x。右边的积分需要用 integration by parts。这个方法是通用的一阶线性方程方法。
答题过程
展开
The integrating factor is
I(x)==e∫−4dxe−4x.
Multiplying the equation by e−4x,
e−4xdxdz−4e−4xz=dxd(ze−4x)=−6xe−4x−6xe−4x.
Integrating,
ze−4x===−6∫xe−4xdx−6(−41xe−4x−161e−4x)+C23xe−4x+83e−4x+C.
Therefore,
z=23x+83+Ce4x.
解法二
思路
展开
也可以把
dxdz−4z=−6x
看成常系数一阶非齐次微分方程。先解 homogeneous part 得到 complementary function,再设一次多项式 particular integral,因为右边是一次函数 −6x。
答题过程
展开
First solve the homogeneous equation
dxdz−4z=0.
This gives
zc=Ae4x.
Since the right hand side is linear in x, let
zp=λ+μx.
Then
dxdzp=μ.
Substitute into
dxdz−4z=−6x.
This gives
μ−4(λ+μx)=−4μx+(μ−4λ)=−6x−6x.
Comparing coefficients of x and the constant terms,
−4μ=μ−4λ=−6,0.
Hence,
μ=23,λ=83.
Therefore,
z=zc+zp=Ae4x+83+23x.
So the general solution is
z=23x+83+Ae4x.
(c)
解法一
思路
展开
题目要求用 y2=f(x) 的形式,所以把 z 的通解代回 y2=z1 即可。
答题过程
展开
Since
y2=z1
and
z=23x+83+Ce4x,
the general solution of differential equation (I) is
y2==23x+83+Ce4x112x+3+Ae4x8,
where A is an arbitrary constant.