Solving second order nonhomogeneous differential equation with non-constant coefficients using Laplace Transform

473 Views Asked by At

$ty''(t) + y'(t) -ty(t)= tf(t)$

How to solve the problem using Laplace Transform?


Using Laplace transform I got $$Y(s)= C(s^2-a^2)^{-1/2} + (s^2-a^2)^{-1/2}\int (s^2-a^2)^{-1/2}F(s)\,ds$$ where $C$ is constant. What is the inverse?