I have the following problem. First an example for two-variable functions
Let $A=A(t,\tau)$ and $B=B(t,\tau)$
If I want to compute the following
$\frac{\mathrm{d}}{\mathrm{d}t} \int_0^t \mathrm{d}\tau A(t,\tau) B(t,\tau)$ one can apply the following rule
\begin{equation}\frac{\mathrm{d}}{\mathrm{d}t} \int_0^t \mathrm{d}\tau A(t,\tau) B(t,\tau) = \int_0^t \mathrm{d}\tau \Big( \frac{\partial}{\partial t} A \Big) B + \int_0^t \mathrm{d}\tau A \Big( \frac{\partial}{\partial t} B \Big) + \Big( A(t,\tau) B(t,\tau)\Big)\rvert_{\tau=t} \end{equation}
Now the problem: the functions depend on four time arguments, that is
$A=A(t,\tau,\tau_1,\tau_2)$ and $B=B(t,\tau,\tau_1,\tau_2)$
and I want to compute
\begin{equation} \frac{\mathrm{d}}{\mathrm{d}t} \int_0^t \mathrm{d}\tau \int_\tau^t \mathrm{d}\tau_1 \int_\tau^{\tau_1} \mathrm{d}\tau_2~ A(t,\tau,\tau_1,\tau_2) B(t,\tau,\tau_1,\tau_2) \end{equation}
What would be the rule for this case?
I would really appreciate your help!!!
Stefan
Think of it as
$$\frac{\mathrm{d}}{\mathrm{d}t} \int_0^t \mathrm{d}\tau F(t,\tau,\tau_1)$$
with
$$ F(t,\tau,\tau_1)=\int_\tau^t \mathrm{d}\tau_1 \int_\tau^{\tau_1} \mathrm{d}\tau_2~ A(t,\tau,\tau_1,\tau_2) B(t,\tau,\tau_1,\tau_2) $$
and apply the same principles that you applied in the other case.