Trying to solve the ODE
mx''(t) + bx'(t) + kx(t) = F(t)
with m measured in Kg, b in Kg/s and Kg/s^2, F(t) in Kgm/s^2 and x(t) in m with initial conditions x(0) = 0 and x'(0) = 0, i got the following Green's function
G(t,t') = \frac{1}{m\omega} e^{-\omega_1(t-t')}\sinh\left[\omega(t-t')\right]...