题目
Problem
Given that
ydx2d2y−4(dxdy)2+3y=0
(a) show that
dx3d3y=y228(dxdy)3−y24dxdy
(5)
Given also that y=8 and dxdy=1 at x=0
(b) find a series solution for y in ascending powers of x, up to and including the term in x3, simplifying the coefficients where possible.
(4)
解答
(a)
解法一
思路
展开
先把原方程除以 y,解出 y′′,再对 y′′ 求导得到 y′′′。最后把 y′′ 代回去,目标式就只含 y 和 y′。
答题过程
展开
From
ydx2d2y−4(dxdy)2+3y=0,
divide by y:
dx2d2y=y4(dxdy)2−3.
Differentiate with respect to x:
dx3d3y===4dxd[y−1(dxdy)2]4[−y−2(dxdy)3+2y−1dxdydx2d2y]−y24(dxdy)3+y8dxdydx2d2y.
Substitute
dx2d2y=y4(dxdy)2−3
into the expression for dx3d3y:
dx3d3y===−y24(dxdy)3+y8dxdy[y4(dxdy)2−3]−y24(dxdy)3+y232(dxdy)3−y24dxdyy228(dxdy)3−y24dxdy.
This is the required result.
(b)
解法一
思路
展开
Taylor series 到 x3 需要 y(0)、y′(0)、y′′(0)、y′′′(0)。这里 y′′(0) 用原方程求,y′′′(0) 用 (a) 的结果求。
答题过程
展开
At x=0, y=8 and y′=1. From the original equation,
ydx2d2y−4(dxdy)2+3y=0,
so
8dx2d2yx=0−4+24=8dx2d2yx=0=dx2d2yx=0=0−20−25.
Using the result from part (a),
dx3d3yx=0===8228(1)3−824(1)167−3−1641.
Therefore,
y==8+x+2!−25x2+3!−1641x38+x−45x2−9641x3.