I'm being asked to calculate, explicitly the following derivative:
$$ \frac{d}{d x}\left[\int_{e^{-x}}^{e^{x}} \sqrt{1+(\ln t)^{2}} d t\right] $$
How can I do that?
I thought about using the fundamental theorem of calculus and chain rule but I'm not sure about this approach. I think that the integral itself can not be done analyticalally, so I can not integrate it first to do the derivative latter.
Let $f(x)$ be a continuous function (where it is needed).
Then $F'(x)=f(x)$, where $F(x)=\int_a^xf(t)dt$ (for some appropiate $a$). This is FTC.
Now, $$G(x)=\int_{a(x)}^{b(x)}f(t)dt=\int_a^{b(x)} f(t)dt- \int_a^{a(x)}f(t)dt =F(b(x))-F(a(x))$$ (or simply, use Barrow). So, applying Chain rule, and taking into account that $F'=f$: $$G'(x)=F'(b(x))b'(x)-F'(a(x))a'(x)=f(b(x))b'(x)-f(a(x))a'(x).$$ Now, apply THAT formula to your situation.