题目
Problem
dx2d2y−4dxdy−5y2=ex2−9
Given that y=2 and dxdy=−1 at x=3, determine a Taylor series for y in ascending powers of (x−3), up to and including the term in (x−3)3
(5)
解答
解法一
思路
展开
Taylor series 到三次项需要 y(3)、y′(3)、y′′(3)、y′′′(3)。前两个已给出,先代入原方程求 y′′(3),再把原方程对 x 求导来求 y′′′(3)。
答题过程
展开
Given
y(3)=2,y′(3)=−1
Substitute into the differential equation:
y′′(3)−4(−1)−5(2)2=y′′(3)+4−20=y′′(3)=e32−9117
Differentiate the differential equation:
y′′′−4y′′−10yy′=2xex2−9
At x=3,
y′′′(3)−4(17)−10(2)(−1)=y′′′(3)−68+20=y′′′(3)=2(3)e32−9654
Using Taylor’s formula about x=3,
y=y(3)+y′(3)(x−3)+2!y′′(3)(x−3)2+3!y′′′(3)(x−3)3+⋯
Therefore
y==2−(x−3)+217(x−3)2+654(x−3)3+⋯2−(x−3)+217(x−3)2+9(x−3)3+⋯