题目
Problem
(a) Show that the transformation y=xv transforms the equation
3dx2d2y−x6dxdy=+x26y+3yx2x=0(I)
into the equation
3dx2d2v+3v=x(II)
(6)
(b) Hence obtain the general solution of the differential equation (I), giving your answer in the form y=f(x)
(6)
解答
(a)
解法一
思路
展开
题目已经给出代换 y=xv。先求 y′ 和 y′′,再代入原方程。
关键是代入后含 v 和 v′ 的项会抵消,留下只含 v′′ 和 v 的方程。
答题过程
展开
Given
y=xv,
differentiate with respect to x:
dxdy=v+xdxdv.
Differentiate again:
dx2d2y==dxdv+(dxdv+xdx2d2v)2dxdv+xdx2d2v.
Substitute these into equation (I):
3(2dxdv+xdx2d2v)−x6(v+xdxdv)+x26(xv)+3xv=x2.
Expanding,
6dxdv+3xdx2d2v−x6v−6dxdv+x6v+3xv=x2.
The v′ terms and the xv terms cancel:
3xdx2d2v+3xv=x2.
Since x=0, divide by x:
3dx2d2v+3v=x.
This is equation (II).
(b)
解法一
思路
展开
先解 (II),再用 y=xv 回到原来的 y。
方程
3v′′+3v=x
可以先除以 3。齐次解来自 v′′+v=0,特解可以试一次式 v=kx+l。
答题过程
展开
Equation (II) is
3dx2d2v+3v=x.
Divide by 3:
dx2d2v+v=3x.
The complementary function satisfies
dx2d2v+v=0,
so
vc=Acosx+Bsinx.
For a particular integral, try
vp=kx+l.
Then vp′′=0, so
kx+l=3x.
Thus
k=31,l=0.
Therefore
v=Acosx+Bsinx+3x.
Since y=xv,
y=x(Acosx+Bsinx+3x).