I was trying to evaluate the following limit: $$\lim_{x\to\infty}\frac{(x^{\sqrt 2}+1)^{\sqrt 2}}{x^2+1}$$ My first instinct was to use L'Hopital, but it just makes things messier (because of the irrational power), and after applying it four times, I gave up on it.
How else might I evaluate this limit?
\begin{align} \lim_{x\to\infty}\frac{(x^{\sqrt 2}+1)^{\sqrt 2}}{x^2+1} &=\lim_{x\to\infty}\frac{x^2\left(1+x^{-\sqrt 2}\right)^{\sqrt 2}}{x^2 \left(1+\frac{1}{x^2}\right)}\\ & =\lim_{x\to\infty}\frac{\left(1+\frac 1{x^{\sqrt 2}}\right)^{\sqrt 2}}{\left(1+\frac{1}{x^2}\right)}\\ &=1 \end{align}
Can you see how?