What is the Limit of a Sequence with Infinite Terms?

  • Thread starter Thread starter aid
  • Start date Start date
  • Tags Tags
    Limit Sequence
aid
Messages
15
Reaction score
0

Homework Statement



So, I am to calculate limit of a sequence given by a formula:

\sum^{n}_{i = 1} \sum^{i}_{j = 1} \frac{j}{n^3}

The Attempt at a Solution



I've tried to write down the sequence explicite and this is what I get:

\frac{1}{n^3} + (\frac{1}{n^3} + \frac{2}{n^3}) + ... + (\frac{1}{n^3} + ... + \frac{n}{n^3})

The last, n-th element could be written as:

\frac{\frac{n(n+1)}{2}}{n^3},

the n-1-th element as:

\frac{\frac{n(n+1)}{2}}{n^3} - \frac{n}{n^3}

and so on. In other words:

\sum^{n}_{i = 1} \sum^{i}_{j = 1} \frac{j}{n^3} = n \frac{n(n+1)}{2n^3} - (n - 1)\frac{n}{n^3} - (n - 2)\frac{n -1}{n^3} - (n -3)\frac{n - 2}{n^3} - ... - \frac{2}{n^3}

If n \rightarrow \infty then the right side of the equation goes to \frac{1}{2}. But the right answer is \frac{1}{6}.

Could anybody tell me what the heck I'm doing wrong?
 
Last edited:
Physics news on Phys.org
Your last sentence was
"If n tends to infinity then the right side of the equation goes to 1/2".

Think carefully how are you calculating this limit.
You must take into account that when n tends to infinity, the right side of the equation has an infinite number of terms.
Before calculating the limit, better you try to write the (n-1) last terms in a compact expression.
 
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