题目
Problem
(a) Show that the transformation u=y−4 transforms the differential equation
4dxdy=y−2xy5
into the differential equation
dxdu+u=2x
(3)
(b) Solve differential equation (II) to determine a general solution for u in terms of x.
(5)
(c) Hence determine the particular solution of differential equation (I) for which y=1 at x=0, giving your answer in the form y4=f(x).
(2)
解答
(a)
解法一
思路
展开
关键是对 u=y−4 作链式求导。由于原方程中有 y5,把求导结果乘回去后会自然出现 y−4,也就是 u。
答题过程
展开
Since
u=y−4
differentiating with respect to x gives
dxdu=−4y−5dxdy
From
4dxdy=y−2xy5
we have
dxdy=41(y−2xy5)
Therefore
dxdu===−4y−5⋅41(y−2xy5)−y−4+2x−u+2x
Hence
dxdu+u=2x
(b)
解法一
思路
展开
这是标准一阶线性微分方程。积分因子是 e∫1dx=ex,乘上后左边变成乘积求导。
答题过程
展开
The differential equation is
dxdu+u=2x
The integrating factor is
e∫1dx=ex
Multiplying by ex,
exdxdu+exu=2xex
So
dxd(uex)=2xex
Integrating,
uex===∫2xexdx2xex−∫2exdx2xex−2ex+C
Therefore
u=2x−2+Ce−x
(c)
解法一
思路
展开
因为 u=y−4,条件 y=1 给出 u=1。先求常数,再把 u=y−4 转回 y4。
答题过程
展开
When x=0, y=1, so
u=y−4=1
Using
u=2x−2+Ce−x
gives
1=C=0−2+C3
Thus
y−4=2x−2+3e−x
Therefore
y4=2x−2+3e−x1