Can we find the limit of the sequence $a_n=\frac{1}{n^2}+\frac{1}{(n+1)^2}+\frac{1}{(n+2)^2}+\dots+\frac{1}{(2n)^2}$ using Riemann sum?

160 Views Asked by At

Can we find the limit of $$a_n=\frac{1}{n^2}+\frac{1}{(n+1)^2}+\frac{1}{(n+2)^2}+\dots+\frac{1}{(2n)^2}$$ using Riemann sum?

I can find the limit of $a_n$ using squeeze theorem and which is $0$. But can I apply Riemann sum to solve this problem? The question arise because the other problem $$b_n=\frac{1}{n}+\frac{1}{(n+1)}+\frac{1}{(n+2)}+\dots+\frac{1}{(2n)}$$ can be solved using Riemann sum as in this case we cannot apply squeeze theorem.

So I try, writing as, $$a_n= \frac{1}{n^2}+\frac{1}{n^2}\frac{1}{(1+\frac{1}{n})^2}+\frac{1}{n^2}\frac{1}{(1+\frac{2}{n})^2}+\dots+\frac{1}{(2n)^2}.$$ but this does not seem right to me. How can I do this? OR is it even doable using Riemann sum? If not then why not? Please help me here. Thanks.

1

There are 1 best solutions below

3
On BEST ANSWER

EDIT: Sorry, I took a cursory glance at the problem and misunderstood so I included some stuff that doesn't matter. However, the latter part of my answer is pertinent.

For the first one, note that $$b_n = \sum^n_{i=0 }\frac{1}{n+i} = \frac{1}{n} \sum^n_{i=0} \frac{1}{1+\frac{i}{n}}.$$ This is exactly in the form of a Riemann sum, so we see $$\lim_{n\to \infty} b_n = \int_0^1 \frac{1}{1+x}dx = \ln(2).$$ For the second, I wouldn't suggest a Riemann sum, instead consider $$0 \le a_n = \sum^n_{i=0} \frac{1}{n^2(1 + i/n)^2} \le \sum^n_{i=0} \frac{1}{n^2} = \frac{n+1}{n^2} = \frac{1}{n} + \frac{1}{n^2}.$$ Thus taking the limit and using the squeeze theorem, we see $$0 \le \lim_{n\to \infty} a_n \le \lim_{n\to \infty} \left(\frac{1}{n} + \frac{1}{n^2}\right) = 0.$$