I was reading about this question just now Evaluating $\lim_{n\to \infty} \sin(\sqrt{n^2+1}\pi)$. (WolframAlpha says it doesn't exist; I get $0$.) and I immediately got intrigued for I would have never came up with such a trick to evaluate the limit.
So I thought about: how could we prove that limit exists, without using such a trick?
For example, I studied about the Heine method, for limits with successions. This for example rapidly can prove the limit $\lim_{n\to +\infty} \sin(n)$ does not exist. Indeed I can choose a sequence $a_n = \pi n$ such that $a_n \to +\infty$ as $n\to +\infty$ or another sequence $b_n = \frac{2n+1}{2} \pi$, and if the limits exists then it does not depend upon the chosen sequence. In this case, I would get $\sin(a_n) = 0$ whereas $\sin(b_n) = \pm 1$, so the limit does not exist.
Can we use a similar argument to prove the existence of the other limit (the one in the linked question)?
$$\lim_{n\to +\infty} \sin(\sqrt{n^2+1}\pi)$$
Thank you so much.