What Is the General Formula for Summing Series with r^2 and r^3 Terms?

  • Context: Undergrad 
  • Thread starter Thread starter ThomasJoe40
  • Start date Start date
  • Tags Tags
    Series
Click For Summary

Discussion Overview

The discussion revolves around finding general formulas for summing series that include terms of the form \( r^2 \) and \( r^3 \). Participants explore various methods and approaches to derive these sums, touching on concepts from arithmetic and geometric progressions, as well as polynomial identities.

Discussion Character

  • Exploratory
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant seeks a general formula for the sums \( \sum r^2 \) and \( \sum r^3 \), expressing difficulty in simplifying the problem using known formulas for arithmetic and geometric progressions.
  • Another participant provides the formula for the sum of squares \( S(n) = \frac{n(n+1)(2n+1)}{6} \) but notes the lack of an intuitive derivation method.
  • A different participant discusses a combined approach using series and algebra to derive the sum of cubes, suggesting a polynomial relationship and substitution methods.
  • Some participants share insights on the relationship between sums and polynomial identities, specifically referencing the identity \( (a+b)^n \) in their reasoning.
  • There is a mention of a potential mistake in calculations, leading to a correction that aligns with previously discussed formulas.
  • One participant questions the validity of the product of sums \( \sum nm = (\sum n)(\sum m) \), leading to a clarification that this is not generally true.
  • Another participant introduces a more complex series involving \( (a+nd)r^n \) and suggests breaking it down into simpler geometric and arithmetico-geometric series.
  • A suggestion is made to consult a specific book for methods related to hypergeometric identities and recursion in summation.

Areas of Agreement / Disagreement

Participants express various methods and approaches to the problem, but there is no consensus on a single method or formula. Disagreements arise regarding the validity of certain summation identities and the derivation of specific series.

Contextual Notes

Some participants acknowledge gaps in their understanding of the material, indicating that the discussion may involve assumptions or methods not fully explored in their coursework. The exploration of polynomial identities and their applications to summation remains unresolved.

Who May Find This Useful

This discussion may be of interest to students and enthusiasts of mathematics, particularly those studying series, summation techniques, and polynomial identities.

ThomasJoe40
Messages
43
Reaction score
0
A series question with r^2~~

Hello, all,

I know this is quite annoying to post two questions within the same week, but I must say this is the best method I can think of when all possibilities in my brain ran out...

So, this time the question is about series. I have learned it last week in the Mathematical Methods course, the only two clues teacher left me is the formulae of determining the sum of standard arithematic progression and geometric progression. Anyway, in the problem sheet, I am being asked to find a general formula of the [tex]\sum {r^2}[/tex]~~ and also [tex]\sum {r^3}[/tex] as well...

I have tried the two model methods about A.P. and G.P., but it just cannot simplifies the question down.

Maybe this is just a question asks me to try all the possibilities, :rolleyes: I will try them, but also will expects all sorts of help from the forum as well. :redface:

All right, cheers~
 
Last edited:
Physics news on Phys.org
Do you mean the sum : [itex]1^2 + 2^2 + 3^2 + ...+n^2[/itex] ?

It's not hard to see (from the first 3 terms) that it is neither an AP nor a GP.

The sum to n terms is given by [itex]S(n) = \frac{n(n+1)(2n+1)}{6}[/itex]

I know of no simple, intuitive way to derive this (other than to assume that the sum is a polynomial of order 3, and find its coefficients).
 
I know of no simple, intuitive way to derive this (other than to assume that the sum is a polynomial of order 3, and find its coefficients).

Thanks a lot! I have to say this is a great hint you gave me, though I still can't get [itex]S(n) = \frac{n(n+1)(2n+1)}{6}[/itex]. Well, I opened your answer to [itex]\frac{n^3+3n^2+n}{6}[/itex] and found it is obviously an 3rd degree polynomial, and then I started to think the 3rd degrees...

I find a combained way from series and algebra:
[itex]\sum(1~n+1) r^3 = 1^3 + 2^3 + 3^3 + ... + n^3[/itex]
And if thinking them individually,
[itex]1^3=(1+0)^3=0^3+3(0)^2+3(0)+1[/itex]
[itex]2^3=(1+1)^3=1^3+3(1)^2+3(1)+1[/itex]
[itex]3^3=(2+1)^3=2^3+3(2)^2+3(2)+1[/itex]
...
[itex](n+1)^3=n^3+3(n)^2+3n+1[/itex]
then substitute them into the first equation, we have:
[itex]\sum r^3 = \sum(0~n) r^3 + \sum(0~n) r^2 + \sum(0~n) r^3 + n[/itex]

And at this point, I believe I could sort it out, as I know [itex]\sum(0~n) r[/itex] can be substited by if the same method is applied to [itex]\sum(1~n+1) r^2[/itex]...

That is really not an intuitively determinable question...
 
This is quite nice...it'll work nicely. Never thought of something like that before...simple and elegant.

I think this is what you mean :
[tex](n+1)^3 = n^3 + 3n^2 + 3n + 1[/tex]
[tex](n+1)^3 - n^3 = 3n^2 + 3n + 1[/tex]
[tex]\sum _{n=1} ^m((n+1)^3 - n^3) = \sum _{n=1} ^m (3n^2 + 3n + 1)[/tex]
[tex](N+1)^3 - 1^3 = 3\sum _{n=1} ^m n^2 + 3\sum _{n=1} ^mn + m[/tex]

[itex]\sum _{n=1} ^ m n = m(m+1)/2[/itex], is easy to prove geometrically, or by pairing up the numbers as (1,m), (2,m-1), (3,m-2),...each of which has the sum m+1.

Plugging this result above gives the required result for the sum of squares.
 
the proof he gave is a textbook proof (at least from my book, and it's a high school book).
the book also gives an explanation how to solve for 1^3+2^3+...+n^3 (you need to use the identity of (a+b)^4), i wonder if someone have a general proof that every time you need to get to the sum equation of the n degree sequence you need to use the identity of (a+b)^(n+1).
 
btw thomasjoe are you a quantum particle? :rolleyes:


(im asking because it seem you are both in beijing and london in the same time.).
 
loop quantum gravity said:
the proof he gave is a textbook proof (at least from my book, and it's a high school book).

Ouch ! I knew this would happen. Most of my math is self-taught, so there may be huge, unexpected holes in my knowledge...
 
Gokul43201 said:
Ouch ! I knew this would happen. Most of my math is self-taught, so there may be huge, unexpected holes in my knowledge...
dont worry, i myself didnt know much about it (the teacher obviously skipped this issue in class).
and anyway, if you don't know something there is always the web.

now there real question is there any other way of prooving this question and if not does this approach is appropiate for any n degree equations when you have to use (a+b)^n+1 identity, if yes how do you prove it?
 
I think this is what you mean :
[tex](n+1)^3 = n^3 + 3n^2 + 3n + 1[/tex]
[tex](n+1)^3 - n^3 = 3n^2 + 3n + 1[/tex]
[tex]\sum _{n=1} ^m((n+1)^3 - n^3) = \sum _{n=1} ^m (3n^2 + 3n + 1)[/tex]
[tex](N+1)^3 - 1^3 = 3\sum _{n=1} ^m n^2 + 3\sum _{n=1} ^mn + m[/tex]

[itex]\sum _{n=1} ^ m n = m(m+1)/2[/itex], is easy to prove geometrically, or by pairing up the numbers as (1,m), (2,m-1), (3,m-2),...each of which has the sum m+1.

Oh, yes, that is exactly what I mean, thanks a lot~ :smile:

You also made me learned the sum and subtraction properties of series, I mean: [tex]\sum (n+m) = \sum n + \sum m[/tex]
But, I still cannot get the exact same answer as yours. Mine is [tex]\frac {2n^3+3n^2+n-1}{6}[/tex]... don't know why, but there always is an extra -[tex]\frac{-1}{6}[/tex]

I also tried the next question on my problem sheet, which is to prove [tex]\sum _ {r=1} ^n {r^3} = [\frac {n(n+1)}{2}]^2[/tex]. By using the same method, I found it is not too difficult to prove...


loop quantum gravity said:
btw thomasjoe are you a quantum particle? :rolleyes:


(im asking because it seem you are both in beijing and london in the same time.).

En, not really, but there is a probability of 50% to predict if I am in Beijing or London a year, or 31 557 600 seconds :biggrin:
 
Last edited:
  • #11
loop quantum gravity said:
dont worry, i myself didnt know much about it (the teacher obviously skipped this issue in class).
and anyway, if you don't know something there is always the web.

now there real question is there any other way of prooving this question and if not does this approach is appropiate for any n degree equations when you have to use (a+b)^n+1 identity, if yes how do you prove it?

Intuitively, I think that is appropriate (does not make much sense...)

Anyway, big news, I found a simple mistake in my previous calculation and now the answers corresponds exactly.

Thanks, Gokul~~~
 
  • #12
By the way, I want to ask that if [tex]\sum {nm} = (\sum {n})( \sum{m})[/tex] is also true?

It would be great if it is true because the next question on my problem sheet is to sum [tex]\sum {(r+1)(r+3)}[/tex]...
 
Last edited:
  • #13
ThomasJoe40 said:
By the way, I want to ask that if [tex]\sum {nm} = (\sum {n})( \sum{m})[/tex] is also true?

It would be great if it is true because the next question on my problem sheet is to sum [tex]\sum {(r+1)(r+3)}[/tex]...

No, it's not true.

Consider the 2-term sum : a1b1 + a2b2. Clearly, this is different from (a1 + a2)(b1 + b2) .

What you want to do is expand the product and sum up each of the terms in the expansion.
 
  • #14
Oh, thanks, you are right. It is not as tough as it looks... :redface:

Well, here is the really tough one: [tex]\sum_ {n=0}^{n-1}(a+nd)r^n[/tex]

I have tried to subtract [tex]r\sum_ {n=0}^{n-1}[/tex] from [tex] \sum_{n=0}^{n-1}[/tex]... and to subtract [tex]\frac {\sum_ {n=0}^{n-1}}{r}[/tex] from [tex]\sum_{n=0}^{n-1}[/tex] and see if something will comes out, however, nothing, comes out...
 
  • #15
I hope you mean [itex]\sum_ {n=0}^{N-1}(a+nd)r^n[/itex]

This is simply [itex]a\sum_ {n=0}^{N-1}r^n + d\sum_ {n=0}^{N-1}nr^n = aS1(N-1) + dS2(N-1)[/itex] where S1 is simply a geometric progression (GP) and S2 is an arithmetico-geometric progression (AGP).
 
  • #16
You should look into the book A=B by DOron Zeilberger et al. The methods exaplained are not that difficult and will provide you with everything you need to solve these Hypergeomtric identities. Basically it all boils down to convert the term in the sum as a recursion. Than you get a telescopi sum and the answer follows very naturally.

The book is freely downloadable from the web.

Enjoy!

Jurgen
 

Similar threads

  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 3 ·
Replies
3
Views
5K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 11 ·
Replies
11
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 17 ·
Replies
17
Views
4K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K