题目
Problem
xdxdy−y3=4
(a) Show that
xdx3d3y=ay(dxdy)2+(by2+c)dx2d2y
where a , b and c are integers to be determined.
(4)
Given that y=1 at x=2
(b) determine the Taylor series expansion for y in ascending powers of (x−2) , up to and including the term in (x−2)3 , giving each coefficient in simplest form.
(3)
解答
(a)
解法一
思路
展开
题目要三阶导,所以对原方程连续隐式求导两次。第一次求导会得到含 y′′ 的式子,第二次再求导时注意 3y2y′ 要用乘积法则。
答题过程
展开
Starting from
xdxdy−y3=4
differentiate with respect to x:
dxdy+xdx2d2y−3y2dxdy=0
Differentiate again:
dx2d2y+(dx2d2y+xdx3d3y)−(6y(dxdy)2+3y2dx2d2y)=2dx2d2y+xdx3d3y−6y(dxdy)2−3y2dx2d2y=00
Therefore
xdx3d3y=6y(dxdy)2+(3y2−2)dx2d2y
So
a=6,b=3,c=−2
解法二
思路
展开
将原微分方程整理为一阶导数 dxdy 的显式表达,即 y′=xy3+4。然后使用商的求导法则(Quotient Rule)进行连续求导:先求出二阶导数并代入一阶导数化简,再求三阶导数,即可求得所需的代数等式。
答题过程
展开
Rearrange the given differential equation to make y′ the subject:
xdxdy−y3=dxdy=4xy3+4
Differentiate with respect to x using the Quotient Rule:
dx2d2y=x2(3y2dxdy)x−(y3+4)
Substitute y3+4=xdxdy into the numerator:
dx2d2y==x23xy2dxdy−xdxdyxdxdy(3y2−1)
which can be rewritten as:
xdx2d2y=dxdy(3y2−1)
Differentiate both sides with respect to x using the Product Rule:
dx2d2y+xdx3d3y==dx2d2y(3y2−1)+dxdy(6ydxdy)(3y2−1)dx2d2y+6y(dxdy)2
Rearrange to make xdx3d3y the subject:
xdx3d3y==6y(dxdy)2+(3y2−1)dx2d2y−dx2d2y6y(dxdy)2+(3y2−2)dx2d2y
Comparing this with the given form:
xdx3d3y=ay(dxdy)2+(by2+c)dx2d2y
we get:
a=6,b=3,c=−2
(b)
解法一
思路
展开
Taylor series 关于 x=2,需要 y(2)、y′(2)、y′′(2)、y′′′(2)。先用原方程求 y′(2),再用 (a) 过程中得到的一阶导关系求 y′′(2),最后用 (a) 的结果求 y′′′(2)。
答题过程
展开
At x=2, y=1. From the original equation,
2y′−13=2y′=y′=4525
Use
y′+xy′′−3y2y′=0
At x=2, y=1, y′=25:
25+2y′′−3⋅12⋅25=2y′′=y′′=0525
From part (a),
xy′′′=6y(y′)2+(3y2−2)y′′
Substitute x=2, y=1, y′=25, y′′=25:
2y′′′====6(25)2+(3−2)254150+25275+2540
Thus
y′′′=20
The Taylor series is
y==1+25(x−2)+2!25(x−2)2+3!20(x−2)3+⋯1+25(x−2)+45(x−2)2+310(x−2)3+⋯