Use integration to find the sum of a series

raopeng
Messages
83
Reaction score
0

Homework Statement


Find the sum using integration: lim_{n→∞} \frac{n}{(n+1)^2} + ... + \frac{n}{(2n)^2}


Homework Equations





The Attempt at a Solution


I think this requires a clever construction of a series of an finite integral which after integration gives the series. Then it can be solved by summing up the series inside the integral then integrate the whole thing. But now what is bothering me is how to construct such a function, every function I have tried seems remotely far from the series in the question. Thanks for your time.
 
Physics news on Phys.org
How about bounding the sum by a pair of integrals over (n, 2n)?
 
Or show that the given sum is equivalent to a Riemann sum for some function. So taking the limit is equivalent to finding the integral.
 
Oh thanks so much!
 
I transform the series in this way: Ʃ_{k=1} ^{n} \frac{1}{(1+k/n)^2 n} which turns into an integral \int^1 _0 \frac{dx}{(1+x)^2}. An integration gives 1/2.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top