Geometric Sum (Power Series) Calculation

rwinston
Messages
36
Reaction score
0
Hi

In trying to calculate the following sum:

<br /> \sum_{i=1}^n{i^2}<br />

I found the following expansions:

<br /> \sum_{i=1}^p \sum_{j=0}^{i-1} (-1)^j(i-j)^p {n+p-i+1\choose n-i} {p+1\choose j}<br />

My question is: is there an easier or more intuitive way to compute the limit of the sum above?
 
Physics news on Phys.org
Yes, it is infinity. :smile:

And what you have is not a geometric series.
 
Last edited:
Hi rwinston! :smile:

Hint: what is \sum_{i=1}^n{\left((i+1)^3\,-\,i^3}\right) ? :smile:
 
Hi tim

So I think the expansion of that sum is

<br /> \sum_{i=1}^n{i^3+3i^2+3i+1} - \sum_{i=1}^n{i^3}<br />
<br /> =\sum_{i=1}^{n}{3i^2+3i+1}<br />
<br /> =3\sum_{i=1}^n{i^2}+3\sum_{i=1}^n{i}+n<br />

Im not sure what the connection is yet tho...
 
Last edited:
rwinston said:
Hi tim

So I think the expansion of that sum is

<br /> \sum_{i=1}^n{i^3+3i^2+3i+1} - \sum_{i=1}^n{i^3}<br />
<br /> =\sum_{i=1}^{n}{3i^2+3i+1}<br />
<br /> =3\sum_{i=1}^n{i^2}+3\sum_{i=1}^n{i}+n<br />

Im not sure what the connection is yet tho...

ah… but you know what 3\sum_{i=1}^n{i}\,+\,n is;

And you also know what \sum_{i=1}^n{\left((i+1)^3\,-\,i^3}\right) is … don't you … ?

So \sum_{i=1}^n{i^2} is one-third the difference! :smile:
 

Similar threads

Replies
2
Views
2K
Replies
3
Views
3K
Replies
7
Views
2K
Replies
16
Views
4K
Replies
14
Views
2K
Replies
4
Views
2K
Replies
4
Views
1K
Back
Top