To solve this limit:
$$\lim_{x \to +\infty} \space \frac{x+\sin(x^2)}{\sqrt{x^2+1}}$$
At the beginning I didn't know how to start. Then I thought, no matter the value that $x$ takes, $sin(x^2)$ will always be between $-1$ and $1$. So for large values of $x$, $sin(x^2)$ is insignificant. One can rewrite:
$$\lim_{x \to +\infty} \space \frac{x}{\sqrt{x^2+1}}$$
And now it's easy to find the limit:
$$\lim_{x \to +\infty} \space \frac{x}{\sqrt{x^2+1}} = \lim_{x \to +\infty} \space \frac{\sqrt{x^2}}{\sqrt{x^2+1}} = \lim_{x \to +\infty} \space \sqrt{\frac{x^2}{x^2+1}} = \lim_{x \to +\infty} \space \sqrt{\frac{x^2}{x^2}}=1$$
But I know that the justification that allowed me to find the limit this way is not an analytic justification. How can I find this limit on an analytic basis?
Thanks
