Given differential equation is
y"-y'-2y=2e^3x
i.e. dx2d2y−dxdy−2y=2e3x
This is a second order linear differential equation.
General solution of it comprises of two parts, complementary function and particular integral.
Complementary function:
Auxiliary equation is m²-m-2=0
=> (m-2)(m+1) = 0
=> m = 2, -1
So complementary function is
Ae−x+Be2x , where A, B are constants
Particular integral:
Particular integral of the given differential equation is
D2−D−21(2e3x)
= e3x(D+3)2−(D+3)−21(2) [since f(D)1keax=eaxf(D+a)1k ]
= 2e3xD2+5D+41(1)
= 42e3x1+4D2+5D1(1)
= 2e3x[1+4D2+5D]−1(1)
= 2e3x[1−4D2+5D+(4D2+5D)2−...∞](1)
= 2e3x , Since Dⁿ(1) = 0 for every natural number n.
So the general solution is
y = Ae−x+Be2x + 2e3x , where A, B are arbitrary constants.
Comments