-2
$\begingroup$

How do I calculate the limit $$\lim_{n \to \infty}\frac{1}{n}\sum_{r=1}^{n}\sin^2\frac{r}{n}$$ It looks like a Riemann sum without the limit, but I don't have a really good understanding of Riemann sum so I'm stuck.

I guess $\Delta x = \frac{1}{n}$, and $f(x)=\sin^2\frac{x}{n}$. Then maybe I have to use (from my textbook)

$$Riemann\ Sum =\frac{b-a}{n} \sum_{k=1}^n f\left(a + (b-a)\frac{k}{n}\right)$$ to obtain $a$ and $b$, which would be used as $\int_{a}^{b}f(x)$?

So $b-a = 1$, and $x=a + (b-a)\frac{k}{n}$? How do I do this?

  • 1
    "It looks like a Riemann sum without the limit, but I don't have a really good understanding of Riemann sum so I'm stuck." What do they say about Riemann sums in your notes, already?2017-02-26

1 Answers 1

2

I like to look at it this way:

Take the lower limit of the sum:

$\text{Lower limit}\stackrel{(r=1,n\to\infty)}=\frac1n=0$

Take the upper limit of the sum:

$\text{Upper limit}\stackrel{(r=n,n\to\infty)}=\frac nn=1$

Thus, it becomes:

$$\lim_{n\to\infty}\frac1n\sum_{r=1}^n\sin^2(r/n)=\int_0^1\sin^2(x)\ dx$$


Following your guidelines, you could note that we should have $f=\sin^2$, and thus,

$$a=0$$

$$b-a=1$$

Since the summand is of the form

$$\sin^2\left(0+(1)\frac rn\right)$$

  • 0
    Maybe I missed something, but the question says $\lim_{n\to 0}$, and not $\lim_{n\to \infty}$2017-02-26
  • 0
    @AnotherJohnDoe Hm, that should clearly be a typo. One can't even take $n\to0$.2017-02-26
  • 0
    Yes my bad, It should be $\to \infty$ not $0$2017-02-26