Question
How to evaluate a sum of the form \u2211 k/n^2 as n goes to infinity
Original question: 6. Evaluate $$\lim_{n\to\infty}\sum_{k=1}^{n}\frac{k}{n^2}$$
Expert Verified Solution
thumb_up100%(1 rated)
Expert intro: This is one of those limits that looks discrete at first, but it behaves like a scaled area. Once you pull out the right factor, the pattern becomes much clearer.
Detailed walkthrough
We want to evaluate
Step 1: Pull out the constant denominator
Because does not depend on ,
Step 2: Use the formula for the sum of the first integers
so
=\frac{1}{n^2}\cdot\frac{n(n+1)}{2}$$ ### Step 3: Simplify $$=\frac{n+1}{2n}$$ ### Step 4: Take the limit $$\lim_{n\to\infty}\frac{n+1}{2n}=\frac12$$ So the limit is $$\boxed{\frac12}.$$ ### 💡 Pitfall guide A frequent mistake is treating $\sum_{k=1}^n \frac{k}{n^2}$ like $\frac{1}{n^2}\sum k$ and then stopping too early. You still have to simplify the finite sum formula before taking the limit. Another slip is confusing this with a Riemann sum; it is related in spirit, but the algebra here is enough. ### 🔄 Real-world variant If the sum were $$\sum_{k=1}^n \frac{k}{n^3},$$ then the same method gives $$\frac{1}{n^3}\cdot\frac{n(n+1)}{2}=\frac{n+1}{2n^2},$$ which tends to $0$. If the numerator were $k^2$ instead of $k$, you would use $$\sum_{k=1}^n k^2=\frac{n(n+1)(2n+1)}{6}$$ and the limit would change. ### 🔍 Related terms Riemann sum, sequence limit, sum formulaFAQ
What formula is used for the sum of k from 1 to n?
Use the formula ∑_{k=1}^n k = n(n+1)/2. Substituting this into the expression makes the limit easy to simplify.
Does this limit equal a Riemann sum?
It has a similar scaling pattern, but you can solve it directly with the finite sum formula. After simplification, the limit is 1/2.