题目
Problem
(a) Given that u=xy, where u is a function of x (x>0), show that
dx2d2y=x1(dx2d2u−2dxdy)
(3)
(b) Hence show that the transformation u=xy transforms the differential equation
xdx2d2y+2(2x+1)dxdy+13xy=17e3x−4y
into the differential equation
dx2d2u+4dxdu+13u=17e3x
(2)
(c) Solve differential equation (II) to determine a general solution for u in terms of x.
(5)
(d) Hence determine the general solution of differential equation (I).
(1)
解答
(a)
解法一
思路
展开
从 u=xy 求导两次。第一次会得到 u′=xy′+y,第二次再整理,就可以把 y′′ 表示出来。
答题过程
展开
Since
u=xy,
differentiating gives
dxdu=xdxdy+y
Differentiate again:
dx2d2u==xdx2d2y+dxdy+dxdyxdx2d2y+2dxdy
Therefore
xdx2d2y=dx2d2u−2dxdy
and since x>0,
dx2d2y=x1(dx2d2u−2dxdy)
解法二
思路
展开
因为 x>0,我们可以将变换式变形为 y=xu。然后对 x 连续求导两次,得到 y′′ 關於 u 及其导数的表达式,最后通过将已知关系代回,证明其与目标等式右边(RHS)完全等价。
答题过程
展开
Since x>0, we can express y in terms of u and x as:
y==xuux−1
Differentiate with respect to x using the Product Rule:
dxdy==x−1dxdu−ux−2x1dxdu−x2u
Differentiate again with respect to x:
dx2d2y===dxd(x−1dxdu−ux−2)(x−1dx2d2u−x−2dxdu)−(x−2dxdu−2ux−3)x1dx2d2u−x22dxdu+x32u
Now examine the RHS of the target equation:
RHS===x1(dx2d2u−2dxdy)x1[dx2d2u−2(x1dxdu−x2u)]x1dx2d2u−x22dxdu+x32u
Since LHS=dx2d2y=RHS, the identity is proven:
dx2d2y=x1(dx2d2u−2dxdy)
(b)
解法一
思路
展开
把 (a) 的 y′′ 代入原方程,同时由 u′=xy′+y 得到 xy′=u′−y。这样所有含 y 的项会抵消,留下关于 u 的二阶方程。
答题过程
展开
From part (a),
xdx2d2y=dx2d2u−2dxdy
Also,
dxdu=xdxdy+y⟹xdxdy=dxdu−y
Substitute these into (I):
(dx2d2u−2dxdy)+2(2x+1)dxdy+13u=17e3x−4y
So
dx2d2u+4xdxdy+13u=dx2d2u+4(dxdu−y)+13u=17e3x−4y17e3x−4y
The −4y terms cancel, giving
dx2d2u+4dxdu+13u=17e3x
(c)
解法一
思路
展开
这是常系数非齐次二阶微分方程。先解辅助方程得到互补函数,再设特解为 λe3x。
答题过程
展开
Solve the homogeneous equation using
m2+4m+13=0
Then
m==2−4±16−52−2±3i
So the complementary function is
uc=e−2x(Acos3x+Bsin3x)
For a particular integral, try
up=λe3x
Then
dxdup=3λe3x,dx2d2up=9λe3x
Substitute into the differential equation:
9λe3x+4(3λe3x)+13λe3x=34λ=λ=17e3x1721
Therefore the general solution for u is
u=e−2x(Acos3x+Bsin3x)+21e3x
(d)
解法一
思路
展开
最后只需要用 u=xy,所以 y=xu。
答题过程
展开
Since
u=xy,
we have
y=xu
Therefore
y=x1[e−2x(Acos3x+Bsin3x)+21e3x]