Can you please give some hints how to solve such a task:
Given 3 smooth functions: $f: \mathbb R^2 \rightarrow \mathbb R$, $a,b: \mathbb R \rightarrow \mathbb R$. I should determin the derivative of:
$$x \rightarrow \int_{a(x)}^{b(x)}f(t,x)dt$$
I have really no idea. Even with these hints: $$\frac{\partial}{\partial x}\int_{a}^{b}f(t,x)dt = \int_{a}^{b}\left(\frac{\partial}{\partial x}f\right)(t,x)dt$$
Could you please help?
Hint: Use Leibniz Rule
$$\frac{\partial}{\partial x}\int_{a(x)}^{b(x)} f(t,x) dt = \int_{a(x)}^{b(x)} \frac{\partial}{\partial x}f(t,x) dt + f(b(x), x)\frac{\partial b(x)}{\partial x} - f(a(x), x)\frac{\partial a(x)}{\partial x}$$
which follows from the chain rule. As an idea
$$\frac{\partial}{\partial x}\int_c ^{a(x)} f(t,x) dt = F_a(a(x))\cdot a'(x) + F_x (a(x), x) $$
where $F(a(x),x) = \int_c^{a(x)} f(t,x) dt$.