y'' − y' + 1/4 y = 8 + ex/2
=y′′(x)−y′(x)+41y(x)=8+e2x
the general solution will be sum of the complementary solution and particular solution.
we find the complementary solution by solving dx2d2y(x)−dxdy(x)+4y(x)=0
comes out to be
y(x)=y1(x)+y2(x)
y(x)=c1e2x+c2e2x .........(1)
now find particular solution
dx2d2y(x)−dxdy(x)+4y(x)=e2x
comes out to be
yp(x)=21e2xx2+32 ............(2)
combining both (1) and (2) we get the answer
y(x)=c2e2xx+c1e2x+21e2xx2+32answer
Comments