First we solve y(4)−y=0 .
k4−1=0,k1=1,k2=−1,k3=i,k4=−i . These numbers correspond to function ex,e−x,cos(x),sin(x) . So the solution is y=c1ex+c2e−x+c3cos(x)+c4sin(x) .
Since the right part of the non-zero equation is x then we'll need a first power polynomial to add to zero equation's solution (Ax+B):
(Ax+B)(4)−(Ax+B)=x
−A=1,A=−1
So the solution of the non-zero equation is
y=c1ex+c2e−x+c3cos(x)+c4sin(x)−x
Comments