How would you find $$\int\frac{1}{\sqrt{x+1} + \sqrt x} dx$$
I used $u$-substitution and got this far:
$u = \sqrt{x+1}$ which means $(u^2)-1 = x$
$du = 1/(2\sqrt{x-1}) dx = 1/2u dx$ which means $dx = 2udu$
That means the new integral is $$\int \frac{2u}{u + \sqrt{u^2-1}}du$$
What technique do I use to solve that new integral?
Thanks
Hint: instead of using a substitution, just rationalise the denominator in the original integral.
If you would really like to use a substitution, try $x=\sinh^2\theta$ and then reduce everything to exponentials.
If you actually want to evaluate your new integral, probably the easiest way is to go back to the original one. But $u=\cosh\theta$ should also work.