$mg'' + kg = \delta(t)$, where $f(t) = \delta(t)$ is an impulse.
I am supposed to show that $y(t) = \int_{0}^{t} g(t-s)f(s) ds$ is the particular solution. In other words, $y(t)$ satisfies $my'' + ky = f(t)$. I also know that initial conditions are $g(0) = 0$ and $g'(0) = 1/m$.
What I have so far:
By the Leibniz Rule, I know that
$y'(t) = \int_{0}^{t}g'(t-s)f(s)ds + g(0)f(t)$.
since $g(0) = 0$,
$y'(t) = \int_{0}^{t}g'(t-s)f(s)ds$
By another application of the Leibniz Rule I get
$y''(t) = \int_{0}^{t}g''(t-s)f(s)ds + g'(0)f(t)$
Now $my'' + ky = m\int_{0}^{t}g''(t-s)f(s)ds + mg'(0)f(t) + k\int_{0}^{t}g(t-s)f(s)ds$
I know that $mg'(0)f(t)$ simplifies to $f(t)$ because of the initial conditions, but I don't see how the integrals cancel out. Any help or hints would be appreciated. Just for context, I'm trying to teach myself differential equations. The solutions manual agrees with my integrals, but states they cancel and I don't understand why!