题目
Problem
(a) Show that the substitution v=y−2 transforms the differential equation
dxdy+6xy=3xex2y3x>0(I)
into the differential equation
dxdv−12vx=−6xex2x>0(II)
(5)
(b) Hence find the general solution of the differential equation (I), giving your answer in the form y2=f(x).
(6)
解答
(a)
解法一
思路
展开
由 v=y−2 可得
dxdv=−2y−3dxdy.
所以要把原方程乘以合适的 y 的幂,让它变成含 v 和 dxdv 的方程。
答题过程
展开
Given
v=y−2,
differentiate with respect to x:
dxdv=−2y−3dxdy.
So
y−3dxdy=−21dxdv.
Now start with differential equation (I):
dxdy+6xy=3xex2y3.
Divide by y3:
y−3dxdy+6xy−2=3xex2.
Using v=y−2,
−21dxdv+6xv=3xex2.
Multiply by −2:
dxdv−12xv=−6xex2.
This is differential equation (II).
解法二
思路
展开
也可以先把 v=y−2 写成
y=v−21.
然后把 y 和 dxdy 都用 v 表示,再直接代入原方程。这个方法比较直接,关键是链式法则不要漏掉负号。
答题过程
展开
Since
v=y−2,
we have
y=v−21.
Differentiate with respect to x:
dxdy=−21v−23dxdv.
Also,
y3=v−23.
Substitute these into differential equation (I):
−21v−23dxdv+6xv−21=3xex2v−23.
Multiply by −2v23:
dxdv−12xv=−6xex2.
This is differential equation (II).
(b)
解法一
思路
展开
(II) 是一阶线性微分方程:
dxdv−12xv=−6xex2.
先求 integrating factor,再解出 v。最后因为 v=y−2,所以 y2=v1。
答题过程
展开
The integrating factor is
I(x)==e∫−12xdxe−6x2.
Multiply equation (II) by e−6x2:
e−6x2dxdv−12xe−6x2v=dxd(ve−6x2)=−6xex2e−6x2−6xe−5x2.
Integrate:
ve−6x2==∫−6xe−5x2dx53e−5x2+C.
Therefore,
v=53ex2+Ce6x2.
Since v=y−2,
y2==v153ex2+Ce6x21.
Multiplying numerator and denominator by 10 gives an equivalent form:
y2=6ex2+Ke6x210,
where K is an arbitrary constant.