Prove the following sequence is convergent: $$ x_n = 1 + {1^2\over 4} + {2^2\over 4^2} + \cdots + {n^2\over 4^n} $$
I've decided to try Cauchy Criterion here. Consider $|x_m - x_n|$ for $m = 2n > n$: $$ \begin{align} |x_m - x_n| &= \left| 1+ \sum_{k=1}^m\frac{k^2}{4^k} - 1 - \sum_{k=1}^n\frac{k^2}{4^k}\right|\\ &= \left|\sum_{k=n+1}^{2n}\frac{k^2}{4^k}\right| \\ &\stackrel{>0}{=} \sum_{k=n+1}^{2n}\frac{k^2}{4^k} \\ &\le \sum_{k=n+1}^{2n}\frac{(2n)^2}{4^k} \\ &\le \sum_{k=n+1}^{2n}\frac{(2n)^2}{4^{n+1}} \\ &= \frac{4n^3}{4^{n+1}} \\ &= \frac{n^3}{4^n} \end{align} $$
Consider the limit: $$ 0 \le \lim_{n\to\infty}|x_{2n} - x_n| \le \lim_{n\to\infty} \frac{n^3}{4^n} = 0 $$
Which by squeeze theorem gives: $$ \lim_{n\to\infty}|x_{2n} - x_n| = 0 $$
proving $x_n$ is a fundamental sequence, hence convergent.
I've been also thinking of using monotone convergence theorem: $$ x_{n+1} - x_n = \frac{(n+1)^2}{4^{n+1}} > 0 $$ By this $x_n$ is monotonically increasing, but i couldn't find an upper bound.
I would like to know two things:
- It the above a rigorous way to show $x_n$ is convergent?
- Even though the problem statement only asks to prove convergence rather than find the limit I would still want to find it. W|A suggests its ${20\over 27}$. Is it possible to obtain that result using more or less elementary calculus reasoning?(anything before the definition of a derivative)