Consider the integro-differential equation $$ \frac{df(t)}{dt} = - \int_0^t ds \ g(s) f(t-s) $$ subject to the initial condition $f(0)=0$ and where $g$ is a known function.
My Question: Is the solution to the above always $f(t)=0$?
The way I've thought about solving this is to take the Laplace transform with $$ F(q) := \int_0^\infty dt \; e^{-q t} f(t) \ , \\ G(q) := \int_0^\infty dt \; e^{-q t} g(t) \ , $$ so that the integro-differential equation becomes $$ q F(q) - f(0^{+}) = - G(q) F(q) \ . $$ Since the initial condition is assumed to be $f(0^{+})=0$ we get $$ F(q) [ q + G(q) ] = 0 \ . $$ This means that so long as $q+G(q)\neq 0$ we can say that $F(q)=0$ and so $f(t)=0$.
However, I am worried about the case when $q+G(q)= 0$. Does this ruin the solution $f(t)=0$ in some cases?