When you calculate the derivative of $$ \int_{u(x)}^{v(x)} f(t) d t $$ what you must realize is that this is actually a compositum function. You have 3 functions: >$F(u, v)=\int_u^v f(t) d t$ and the functions $u(x)$ and $v(x)$, giving you. $$ \int_{u(x)}^{v(x)} f(t) d t=F(u(x), v(x)) . $$ The chain rule for such a function is, $$ \begin{aligned} \frac{d}{d x} F(u(x), v(x)) & =\frac{d F}{d u} \frac{d u}{d x}+\frac{d F}{d v} \frac{d v}{d x} \\ & =-f(u(x)) \cdot u^{\prime}(x)+f(v(x)) \cdot v^{\prime}(x) \end{aligned} $$
I don't understand this. $$ \frac{d F}{d u}=-f(u(x)) $$
Write: $$\int_u^vf(t)\,\mathrm{d}t=-\int_v^uf(t)\,\mathrm{d}t$$And then it will become clearer.
Alternatively, mimic the proof of the FTC but just observe the differences pick up a negative sign: $$\int_{u+h}^vf(t)\,\mathrm{d}t-\int_u^vf(t)\,\mathrm{d}t=-\int_u^{u+h}f(t)\,\mathrm{d}t$$