So I am working on solving the following Volterra integral equation...
$$f(t)=te^t+\int_0^t\tau f(t-\tau)d\tau$$
I take the Laplace transform of it and then solve for $F(s)$ and arrive at...
$$F(s)=\frac{s^2}{(s-1)^2(s^2-1)}$$
Now I obviously need to take the inverse Laplace transform but am not sure how to do so. Normally I would try partial fractions but I don't see how that would help here. Can anyone please explain to me what I am missing and maybe give a brief explanation of how to solve this problem?