题目
Problem
(a) Find the general solution of the differential equation
dx2d2y−6dxdy+8y=2x2+x
(8)
(b) Find the particular solution of this differential equation for which
y=1anddxdy=0when x=0
(5)
解答
(a)
解法一
思路
展开
这是常系数非齐次二阶微分方程。先解辅助方程得到互补函数;右边是二次多项式,所以特解设为 αx2+βx+γ。
答题过程
展开
The auxiliary equation is
m2−6m+8=0
so
(m−2)(m−4)=0
Thus
m=2,4
The complementary function is
yc=Ae2x+Be4x
For a particular integral, let
yp=αx2+βx+γ
Then
yp′=2αx+β,yp′′=2α
Substitute into the differential equation:
2α−6(2αx+β)+8(αx2+βx+γ)=2x2+x
Compare coefficients:
8α=−12α+8β=2α−6β+8γ=210
So
α=41,β=21,γ=165
Therefore the general solution is
y=Ae2x+Be4x+41x2+21x+165
(b)
解法一
思路
展开
把 x=0、y=1 代入通解得到第一个方程;再求导并用 y′(0)=0 得到第二个方程,联立求 A,B。
答题过程
展开
From part (a),
y=Ae2x+Be4x+41x2+21x+165
Using y=1 when x=0,
1=A+B+165
so
A+B=1611
Differentiate:
y′=2Ae2x+4Be4x+21x+21
Using y′=0 when x=0,
0=2A+4B+21
so
2A+4B=−21
Solving
A+B=1611,2A+4B=−21,
gives
A=813,B=−1615
Therefore
y=813e2x−1615e4x+41x2+21x+165