Using Laplace transform method, solve $$\dfrac {d^3y}{dt^3} - 3\dfrac {d^2y}{dt^2} + \dfrac {dy}{dt} - y = t^2e^{2t}$$ given $y (0) = 1, y′(0) = 0, y′′(0) = –2$.
I'm not able to factorize once the differential equation is formed.Can someone help me out? I was able to solve till here
Note that the Laplace transform of the LHS is given by:
$$s^3Y(s)-s^2y(0)-sy'(0)-y''(0)-3(s^2Y(s)-sy(0)-y'(0))+$$ $$sY(s)-y(0)-Y(s)\tag1$$
And for the RHS:
$$\frac{2}{(s-2)^3}\tag2$$