3

How can I check if the sequence $x_{n}=\frac{n}{n^{2}+1}+\frac{n}{n^2+2}+...+\frac{n}{n^2+n},n=1,2,...$ converges?Is there a theorem that I could use?

evinda
  • 7,823

4 Answers4

6

We have $1>x_n>\frac{n^2}{n^2+n}$ Now apply the squeeze theorem.

4

Notice the following: Every two integers $n,k$ such that $1\leq k \leq n$ satisfy $$\frac {1}{n+1} = \frac{n}{n^2+n} \leq \frac{n}{n^2+k} \leq \frac{n}{n^2}=\frac{1}{n}$$ So we get $$ \frac{1}{1+\frac{1}{n}} = n \cdot \frac {1}{n+1} \leq x_n \leq n \cdot \frac{1}{n} =1$$ Thus by the Sandwich Theorem we get $x_n\rightarrow 1$.

DalyaG
  • 221
3

$$\frac{n}{n^2}+\ldots+\frac{n}{n^2+n}<x_n<\frac{n}{n^2}+\ldots+\frac{n}{n^2}\implies \lim_{n\to \infty}\frac{n}{n}<\lim_{n\to\infty}x_n<\lim_{n\to\infty}\frac{n}{n+1}$$
We can re-write it as,
$$1<\lim_{n\to \infty}x_n<1$$
So, $x_n=1$

Hawk
  • 6,540
2

Use Riemann Sums so the sequence should converge to an integral.

  • Have you given any thought towards which integral this would be a Riemann sum for? – Erick Wong Feb 09 '14 at 18:23
  • no, but I can see that by sandwich you can solve it. if you insist I can calculate it for you in the near time I just have no time now. you can start calculating it by getting out $\frac{1}{n}$ – Waseem Francis Feb 09 '14 at 19:00