Is there a good strategy for calculating antiderivatives such as$$\int \frac{1}{\sqrt{e^{2x} +c}}dx\enspace?$$
Right now I'm substituting the entire radical expression, which sort of simplifies the calculation. But nevertheless, I need to make another substitution after, since I have the integral $$\int \frac{1}{u^2-c}du$$
I can solve it, but are there other ( perhaps shorter ) methods?
You can write this integral as $$ I = \int \frac{e^{-x}dx}{\sqrt{1+ce^{-2x}}}$$ and make the substitution (for $c>0$): $$ \sqrt{c}e^{-x} = \sinh t$$ $$ \sqrt{1+ce^{-2x}} = \cosh t$$ $$ -\sqrt{c}e^{-x}dx = \cosh t\,dt $$ then you immediately get $$ I = -\frac{1}{\sqrt{c}}\int dt = -\frac{1}{\sqrt{c}}{\rm arsinh}(\sqrt{c}e^{-x}) + const.$$ For $c<0$ there's a similar substitution, $\sqrt{-c}e^{-x} = \sin t$.