Can someone explain how to differentiate when there is a something like a chain function?
My problem is this:
$s(t) = \int_{t}^{\infty} (q(u) - \alpha s(u) )e^{-i(u-t)}du.$
differentiated w.r.t. $t$ becomes something like:
$\dot{s} = -q(t) + (i+\alpha)s(t)$.
What confuses me is where the $i$ within the $i+\alpha$ factor comes from.
Here, $u$ is the general time variable and $t$ represents specific points in time, while $i , \alpha >0$.
I don't know how to cope with the function within the same function. Additionally I am not sure if the integral limit gets replaced as well by $u$ in the case of $s(u)$.
I also tried to solve the integral before differentiating (e.g. with integration by parts) but that turned out in a big mess and only gave me $0 = 0$.
Help highly appreciated.