Solve $ty'' - y' = 2t^2$ using Laplace Transforms.
I took the Laplace transform of both sides. This yielded me in the end:
$$\frac3s \,Y(s) +\frac{d}{ds}\,Y(s) = -\frac4{s^5}$$
Is there anyway I can group the Y(s) by itself and then take the inverse Laplace? If so how? Also, can you do this without integrating factor?
HINT: Observe that $$ \mathscr L\{ty''\}=-\frac{d}{ds}L\{y''\}=-\frac{d}{ds}(s^2Y (s)-sy (0)-y'(0))=-2sY (s)-s^2Y'(s)-y (0)=-2sY (s)-s^2Y'(s) $$ and $$ \mathscr L\{y'\}=sY (s)-y (0)=sY (s) $$ so we don't need $y'(0)$, but only $y (0) =0$.
The equation becomes $$ -2sY (s)-s^2Y'(s)-sY (s)=\frac {4}{s^3} $$ that is $$ 3s^4Y (s)+s^5Y'(s)+4=0 $$ This is first order linear ODE with solution $$ Y (s)=\frac {c}{s^3}+\frac {4}{s^4} $$ where $c $ is a constant (to be determined).