题目
Problem
(a) Show that the substitution y2=t1 transforms the differential equation
dxdy+y=xy3(I)
into the differential equation
dxdt−2t=−2x(II)
(3)
(b) Solve differential equation (II) and determine y2 in terms of x.
(6)
解答
(a)
解法一
思路
展开
由 y2=t1 可写成 t=y−2 或 y=t−1/2。这里用 y=t−1/2 求导比较直接,再代入原方程。
答题过程
展开
Since
y2=t1,
we can write
y=t−21
Differentiate:
dxdy=−21t−23dxdt
Substitute into (I):
−21t−23dxdt+t−21=xt−23
Multiply by −2t23:
dxdt−2t=−2x
This is (II).
(b)
解法一
思路
展开
(II) 是一阶线性微分方程。积分因子是 e−2x。右边积分 ∫−2xe−2xdx 用分部积分。
答题过程
展开
The differential equation is
dxdt−2t=−2x
The integrating factor is
I.F.==e∫−2dxe−2x
Multiplying by e−2x gives
dxd(te−2x)=−2xe−2x
Integrate:
te−2x=∫−2xe−2xdx
Using integration by parts with u=x and dv=−2e−2xdx,
∫−2xe−2xdx==xe−2x−∫e−2xdxxe−2x+21e−2x+C
So
te−2x=t=xe−2x+21e−2x+Cx+21+Ce2x
Since y2=t1,
y2=x+21+Ce2x1
解法二
思路
展开
这条方程也可以当作常系数线性方程来解。齐次部分给出 e2x,右边是一次式,所以特解可以设成 ax+b。
答题过程
展开
Solve
dxdt−2t=−2x
The complementary function satisfies
dxdt−2t=0
so
tc=Ae2x
For a particular integral, try
tp=ax+b
Then
dxdtp−2tp==a−2(ax+b)−2ax+(a−2b)
Compare with −2x:
−2a=a−2b=−20
Hence
a=b=1,21
Therefore
t=Ae2x+x+21
Since y2=t1,
y2=x+21+Ae2x1