题目
Problem
(a) Show that the substitution x=eu, where u is a function of x, transforms the differential equation
2x2dx2d2y+3xdxdy−y=27x2x>0(I)
into the differential equation
2du2d2y+dudy−y=27e2u(II)
(4)
(b) By solving differential equation (II), determine the general solution of differential equation (I).
Give the answer in the form y=f(x) where f is a fully simplified function.
(4)
Given that when x=41, y=1611 and dxdy=1
(c) determine the value of y when x=81, giving the answer in the form 641(p2+q) where p and q are integers.
(5)
解答
(a)
解法一
思路
展开
关键是把对 x 的导数全部换成对 u 的导数。由 x=eu 得 dxdu=x1,然后连续使用链式法则。
#### 答题过程
展开
Since x=eu,
dudx=eu=x⇒dxdu=x1
So
dxdy==dudydxdux1dudy
For the second derivative,
dx2d2y====dxd(x1dudy)−x21dudy+x1dxd(dudy)−x21dudy+x1(du2d2ydxdu)x21du2d2y−x21dudy
Substitute into (I):
2x2(x21du2d2y−x21dudy)+3x(x1dudy)−y=2du2d2y−2dudy+3dudy−y=2du2d2y+dudy−y=27x227e2u27e2u
This is equation (II).
解法二
思路
展开
利用算子关系。由 x=eu 可得 dxdu=x1,即 xdxdy=dudy。随后对 u 再次求导,利用乘积求导法则与链式法则,可以更直观地导出 x2dx2d2y=du2d2y−dudy 的关系,最后代入原方程化简。
答题过程
展开
Since x=eu, we have:
dxdu=x1
Using the chain rule:
dxdy==dudydxdux1dudy
which can be written as:
xdxdy=dudy
Differentiate both sides with respect to u:
du2d2y=dud(xdxdy)
Using the Product Rule on the right-hand side, noting that x=eu⟹dudx=x, and dud=xdxd:
du2d2y===dudxdxdy+xdud(dxdy)xdxdy+x(xdxd(dxdy))xdxdy+x2dx2d2y
Substitute xdxdy=dudy:
du2d2y=dudy+x2dx2d2y
Rearranging this gives:
x2dx2d2y=du2d2y−dudy
Substitute xdxdy=dudy and x2dx2d2y=du2d2y−dudy into equation (I):
2x2dx2d2y+3xdxdy−y=2(du2d2y−dudy)+3dudy−y=2du2d2y+dudy−y=27x227e2u27e2u
(b)
解法一
思路
展开
(II) 是常系数二阶非齐次微分方程。先解辅助方程得到互补函数,再用 3e2u 型的特解,最后把 eu=x 代回去。
答题过程
展开
For the complementary function,
2m2+m−1=(2m−1)(m+1)=m=0021, −1
So
yc=Ae21u+Be−u
Try
yp=λe2u
Then
yp′=yp′′=2λe2u,4λe2u
Substitute into (II):
2(4λe2u)+2λe2u−λe2u=9λ=λ=27e2u273
Thus
y=Ae21u+Be−u+3e2u
Since eu=x,
y=Ax21+Bx−1+3x2
(c)
解法一
思路
展开
先用 x=41 的两个条件求 A,B。注意导数条件是对 x 的导数,所以要先把 (b) 的答案对 x 微分。
答题过程
展开
From part (b),
y=Ax21+Bx−1+3x2
Differentiate:
dxdy=21Ax−21−Bx−2+6x
Use x=41, y=1611:
1611=21A+4B=21A+4B+16321
Use x=41, dxdy=1:
1=A−16B=A−16B+23−21
From the first equation,
A+8B=1
Solve
A+8B=A−16B=1,−21
Subtracting gives
24B=B=23161
Then
A=21
So
y=21x21+161x−1+3x2
At x=81,
y====21(81)21+161(81)−1+3(81)2421+21+64382+6435641(82+35)