Find a solution to the following ODE using Laplace tranforms
$$xf''(x) + 2f'(x) + xf(x) = 0$$
Find a second independent solution and explain why it was not found using Laplace transforms.
Edit: My initial attempt:
Applying the transformation I got:
$$-\frac{d}{ds}[F(s)-sf(0)-f'(0)] + 2[sF(s)-f(0)] - \frac{d}{ds}[F(s)] = 0 $$
$$F'(s) =\frac{f(0)-1}{s^2+1}$$
$$F(s) = (f(0) - 1)tan^{-1}(s)$$ Where $F(s)$ is the Laplace transform of $f(s)$. My problem was then that I could not invert this. I'm not sure if I just can't find the inversion or my steps were wrong somewhere.
