题目
Problem
Given that
(2−x2)dx2d2y+5x(dxdy)2=3y
(a) show that
dx3d3y=(2−x2)1(2xdx2d2y(1−5dxdy)−5(dxdy)2+3dxdy)
(5)
Given also that y=3 and dxdy=41 at x=0
(b) obtain a series solution for y in ascending powers of x with simplified coefficients, up to and including the term in x3
(4)
解答
(a)
解法一
思路
展开
这题的关键是逐项对原方程求导,然后整理出 dx3d3y。最容易漏的是对
5x(dxdy)2
同时用 product rule 和 chain rule。这个方法最贴近原方程,不需要先重排。
答题过程
展开
Differentiate
(2−x2)dx2d2y+5x(dxdy)2=3y
with respect to x:
−2xdx2d2y+(2−x2)dx3d3y+5(dxdy)2+10xdxdydx2d2y=3dxdy.
Rearranging,
(2−x2)dx3d3y==2xdx2d2y−10xdxdydx2d2y−5(dxdy)2+3dxdy2xdx2d2y(1−5dxdy)−5(dxdy)2+3dxdy.
Therefore,
dx3d3y=2−x21(2xdx2d2y(1−5dxdy)−5(dxdy)2+3dxdy).
This is the required result.
解法二
思路
展开
另一种做法是先把原方程重排成一个商:
dx2d2y=2−x23y−5x(dxdy)2.
然后对整个商使用 quotient rule。这个方法的好处是直接从 y′′ 求 y′′′,但分子较长,符号要特别小心。
答题过程
展开
From the given equation,
dx2d2y=2−x23y−5x(dxdy)2.
Differentiate both sides with respect to x:
dx3d3y=(2−x2)2[3dxdy−5(dxdy)2](2−x2)+(2−x2)2[−10xdxdydx2d2y](2−x2)+(2−x2)22x[3y−5x(dxdy)2].
From the original equation,
3y−5x(dxdy)2=(2−x2)dx2d2y.
Substitute this into the last term:
dx3d3y=2−x21[3dxdy−5(dxdy)2−10xdxdydx2d2y+2xdx2d2y].
Collecting the dx2d2y terms gives
dx3d3y=2−x21(2xdx2d2y(1−5dxdy)−5(dxdy)2+3dxdy).
This is the required result.
解法三
思路
展开
也可以先把 y′′ 拆成两个商:
dx2d2y=2−x23y−2−x25x(dxdy)2.
然后分别用 quotient rule。它和解法二本质接近,但每次求导的对象更小,适合担心大分子出错的学生。
答题过程
展开
Rearrange the original equation as
dx2d2y=2−x23y−2−x25x(dxdy)2.
Differentiate term by term:
dx3d3y=(2−x2)23dxdy(2−x2)+6xy−(2−x2)2[5(dxdy)2+10xdxdydx2d2y](2−x2)−(2−x2)210x2(dxdy)2.
From the original equation,
3y=(2−x2)dx2d2y+5x(dxdy)2.
So
6xy==2x(3y)2x(2−x2)dx2d2y+10x2(dxdy)2.
Substitute this expression for 6xy. The
10x2(dxdy)2 terms cancel, leaving
dx3d3y==2−x21[3dxdy+2xdx2d2y−5(dxdy)2−10xdxdydx2d2y]2−x21(2xdx2d2y(1−5dxdy)−5(dxdy)2+3dxdy).
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,
2dx2d2y==3y9.
So
dx2d2yx=0=29.
Using the result from part (a),
dx3d3yx=0===21(−5(41)2+3(41))21(−165+43)327.
Therefore,
y==y(0)+y′(0)x+2!y′′(0)x2+3!y′′′(0)x33+41x+49x2+1927x3.