I have this exercise:
> $V_t=${$(x,y,z) \in \mathbb{R}^3: 1\leq x^2+y^2\leq t, 0\leq z \leq 1, y >0$}
>$F:[1,+\infty[ \rightarrow \mathbb{R}$ the function:
>$$\iiint_{V_t} \frac{e^{t(x^2+y^2)}}{x^2+y^2} \,dx\,dy\,dz$$
> Calculate $F'(4)$
Ok so the firs thing I did was to apply directly a...