Limit of Summation: Find Solution

  • Thread starter Thread starter Kurani
  • Start date Start date
  • Tags Tags
    Limit Summation
Kurani
Messages
6
Reaction score
0

Homework Statement



Find the limit n to Infinity of summation (i=1 to n) 1/n * ((i/n)^2)


The Attempt at a Solution



I thought it was zero at first because 1/n goes to zero but apparently that's not right. I also tried to convert to an integral and got integral of i^2/n^2 which equals i^3/3*n^2 but that's not right either.
 
Physics news on Phys.org
Kurani said:

Homework Statement



Find the limit n to Infinity of summation (i=1 to n) 1/n * ((i/n)^2)


The Attempt at a Solution



I thought it was zero at first because 1/n goes to zero but apparently that's not right. I also tried to convert to an integral and got integral of i^2/n^2 which equals i^3/3*n^2 but that's not right either.

Assuming you have typed what you meant to type, you can factor out the n's:

\sum_{i=1}^n \frac 1 n \frac {i^2}{n^2} = \frac 1 {n^3}\sum_{i=1}^n i^2

Do you know the formula for the sum of the first n squares? Put that in and see what happens as n → ∞.
 
Yeah, I realized I had to do that right after I posted, it comes out to 1/3. Thanks
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top