题目
Problem
Given that y=λxe3x is a particular integral of the differential equation
4dx2d2y−11dxdy−3y=78e3x
(a) determine the value of the constant λ
(3)
(b) Hence determine the general solution of the differential equation.
(3)
Given also that y=29 and dxdy=0 at x=0
(c) determine the particular solution of the differential equation.
(4)
解答
(a)
解法一
思路
展开
把 y=λxe3x 代入微分方程。这里需要用乘积法则求一阶和二阶导数;代入后 xe3x 项会抵消,剩下可求 λ。
答题过程
展开
Given
y=λxe3x
Differentiate:
y′=y′′==λe3x+3λxe3x3λe3x+3λe3x+9λxe3x6λe3x+9λxe3x
Substitute into the differential equation:
4(6λe3x+9λxe3x)−11(λe3x+3λxe3x)−3(λxe3x)=78e3x
Simplify:
(24λ−11λ)e3x+(36λ−33λ−3λ)xe3x=13λe3x=78e3x78e3x
Therefore
λ=6
(b)
解法一
思路
展开
通解等于 complementary function 加 particular integral。先解辅助方程,再加上 (a) 中得到的 6xe3x。
答题过程
展开
The auxiliary equation is
4m2−11m−3=0
Factorise:
(4m+1)(m−3)=0
so
m=−41orm=3
The complementary function is
yc=Ae−x/4+Be3x
Using part (a), a particular integral is
yp=6xe3x
Therefore the general solution is
y=Ae−x/4+Be3x+6xe3x
(c)
解法一
思路
展开
把 x=0,y=29 代入通解得到一个关于 A,B 的方程。再对通解求导,用 x=0,y′=0 得第二个方程,联立求出 A,B。
答题过程
展开
From part (b),
y=Ae−x/4+Be3x+6xe3x
Use y=29 when x=0:
A+B=29
Differentiate:
y′=−41Ae−x/4+3Be3x+6e3x+18xe3x
Use y′=0 when x=0:
−41A+3B+6=0
So
A+B=−41A+3B=29,−6
From A=29−B,
−41(29−B)+3B=−89+41B+3B=413B=B=−6−6−839−23
Hence
A==29−(−23)6
Therefore the particular solution is
y=6e−x/4−23e3x+6xe3x