I'm trying to turn the integro-differential equation
$\phi'(t) + \phi(t) = \int_0^t \sin{(t - \xi)} \, \phi(\xi) \, \mathrm{d} {\xi}$
into the differential equation
$\phi'''(t) + \phi''(t) + \phi'(t) = 0$
through differentiation.
I noticed that $\frac{d^2}{dt^2} \left( \sin{t} \ast \phi(t) \right) = \left( \frac{d^2}{dt^2} \sin{t} \right) \ast \phi(t) = -\sin{t} \ast \phi(t)$, which gives us the equation:
$\phi'''(t) + \phi''(t) = \int_0^t (-\sin{(t - \xi)}) \, \phi(\xi) \, \mathrm{d} {\xi} = - \int_0^t \sin{(t-\xi)} \, \phi(\xi) \, \mathrm{d} {\xi} = -(\phi'(t) + \phi(t))$
Then we can rewrite this as
$\phi'''(t) + \phi''(t) + \phi'(t) + \phi(t) = 0$, which is almost what I want except for the $\phi(t)$ term.
Is this the right way of going about it or should I be trying something else?