Let $x_n=4n^2+38n$. Find the limit of the decimal part of $\sqrt{x_n}$ as $n$ goes to infinity.
I have tried completing the square for $x_n$, which yields $\sqrt{x_n}<2n+\frac{19}{2}$, but that's all I got. The decimal part really makes the problem harder.
We have $$\lim_{n\to\infty}\sqrt{4n^2+38n+\frac{361}4}-\sqrt{4n^2+38n}=\lim_{n\to\infty}\frac{\frac{361}4}{\sqrt{4n^2+38n+\frac{361}4}+\sqrt{4n^2+38n}}=0.$$ We also have $$\left\{\sqrt{4n^2+38n+\frac{361}4}\right\}=\left\{2n+\frac{19}2\right\}=\frac12,$$ where $\{\cdot\}$ denotes the fractional part. Can you take it from here?