Prove
$$\lim_{n \to \infty} (\sqrt{9n^2 + 2n + 1} - 3n) = \frac{1}{3}$$
I got this problem in Harro Heuser's "Lehrbuch der Analysis Teil 1". It is surely smaller than 1 because $\sqrt{9n^2 + 2n + 1} < \sqrt{9n^2 + 6n + 1} = 3n + 1$, but I cannot get closer than that, although it looks very simple...
$$ \lim_{n\to\infty} (\sqrt{9n^2 + 2n+1} - 3n) = \lim_{n\to\infty} \frac{\sqrt{9n^2 + 2n+1}^2-(3n)^2}{\sqrt{9n^2 + 2n+1} + 3n} = \\= \lim_{n\to\infty} \frac{2n+1}{3n\underbrace{\left(1 + \sqrt{1 + \frac29n+\frac{1}{n^2}}\right)}_{\to 2}}=\frac13 $$