$$\lim_{n\to\infty}\left(\sqrt{n^2+n+1}-\left\lfloor\sqrt{n^2+n+1}\right\rfloor\right)\;=\;?\quad(n\in I) \\ \text{where $\lfloor\cdot\rfloor$ is the greatest integer function.}$$
This is what I did:
Since $[x] = x - \{x\}$ we get our limit equal to $$\lim_{n\to\infty}\left\{\sqrt{n^2+n+1}\right\}$$ Moving the limit inside the fractional part function and replacing $n=\frac 1h \; \text {where } h\to0^+$ we get $$\left\{\lim_{h\to0^+} \frac{\sqrt{h^2+h+1}}h\right\}$$
Applying L'Hospital Rule, we get our limit equal to $\left\{\frac 12\right\}$ which is $0$.
The problem:
The answer in the answer key is $\frac12$. So here, the only problem I seem to find in my solution is that $n\in I$ and simply assuming $n = \frac 1h$ doesn't ensure our $n$ to be an integer.
Can anyone provide a way to either correctly assume a new value for $n$ or any alternate way to solve this?
For every natural number, we have $$\lfloor \sqrt{n^2+n+1} \rfloor =n$$ because $n^2\leq n^2+n+1< n^2+2n+1=(n+1)^2$. So we get $$\begin{align}\lim_{n\to\infty} (\sqrt{n^2+n+1}- \lfloor \sqrt{n^2+n+1} \rfloor)&=\lim_{n\to\infty}(\sqrt{n^2+n+1}-n)\\ &=\lim_{n\to\infty}\frac{n^2+n+1-n^2}{\sqrt{n^2+n+1}+n}\\ &=\lim_{n\to\infty}\frac{n+1}{\sqrt{n^2+n+1}+n}\\ &=\lim_{n\to\infty}\frac{1+\frac{1}{n}}{\sqrt{1+\frac{1}{n}+\frac{1}{n^2}}+1}\\ &=\frac{1}{2} \end{align}$$