How can I solve this problem: $\lim_{x\to\infty} (-x +\sqrt{x^2+1})^{1/\ln x}$
Edit: I knew how I had to apply exponentials and logarithms but was unsure of how to work the limits of the exponent. Is this in the picture right?enter image description here Note: I applied L'hopital and despised 1 because of the infinities.
Note that $$-x+\sqrt{x^2+1}=\frac{1}{x+\sqrt{x^2+1}}$$Then, we can write
$$\begin{align} \lim_{x\to \infty}\left(-x+\sqrt{x^2+1}\right)^{1/\log(x)}&=\lim_{x\to \infty}e^{\frac{-\log\left(x+\sqrt{x^2+1}\right)}{\log(x)}}\\\\ &=\lim_{x\to 0}e^{-\frac{\log(x)+\log\left(1+\sqrt{1+1/x^2}\right)}{\log(x)}}\\\\ &=e^{-1} \lim_{x\to 0}\,e^{-\frac{\log\left(1+\sqrt{1+1/x^2}\right)}{\log(x)}}\\\\ &=e^{-1} \end{align}$$