0

Could someone explain step by step how to solve this Riemann sum: $$\frac{1}{n} \sum_{i=0}^n\left(\frac{k}{n}\right)^2\frac{1}{8}\arcsin\frac{k}{n}\frac{1}{2} $$ k/n inside the sum is all squared. I don't know what to do with that 1/2 and 1/8. I thought the integral would be something like $$ x^2\arcsin\frac{x}{2}$$

Lola
  • 1,601
  • 1
  • 8
  • 19

1 Answers1

2

We have $\frac{1}{n} \sum_{i=0}^n\left(\frac{k}{n}\right)^2\frac18\arcsin\frac{k}{n}\frac{1}{2} \to \frac{1}{8} \int_0^1x^2\arcsin\frac{x}{2} dx $ for $n \to \infty$.

Fred
  • 77,394