View Full Version : A series question with r^2~~
ThomasJoe40
Oct19-04, 07:13 PM
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 \sum {r^2} ~~ and also \sum {r^3} 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, :uhh: I will try them, but also will expects all sorts of help from the forum as well. :redface:
All right, cheers~
Gokul43201
Oct19-04, 09:31 PM
Do you mean the sum : 1^2 + 2^2 + 3^2 + ...+n^2 ?
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 S(n) = \frac{n(n+1)(2n+1)}{6}
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).
ThomasJoe40
Oct19-04, 10:37 PM
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 S(n) = \frac{n(n+1)(2n+1)}{6} . Well, I opened your answer to \frac{n^3+3n^2+n}{6} 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:
\sum(1~n+1) r^3 = 1^3 + 2^3 + 3^3 + ... + n^3
And if thinking them individually,
1^3=(1+0)^3=0^3+3(0)^2+3(0)+1
2^3=(1+1)^3=1^3+3(1)^2+3(1)+1
3^3=(2+1)^3=2^3+3(2)^2+3(2)+1
......
(n+1)^3=n^3+3(n)^2+3n+1
then substitute them into the first equation, we have:
\sum r^3 = \sum(0~n) r^3 + \sum(0~n) r^2 + \sum(0~n) r^3 + n
And at this point, I believe I could sort it out, as I know \sum(0~n) r can be substited by if the same method is applied to \sum(1~n+1) r^2 ...
That is really not an intuitively determinable question...
Gokul43201
Oct20-04, 12:37 AM
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 :
(n+1)^3 = n^3 + 3n^2 + 3n + 1
(n+1)^3 - n^3 = 3n^2 + 3n + 1
\sum _{n=1} ^m((n+1)^3 - n^3) = \sum _{n=1} ^m (3n^2 + 3n + 1)
(N+1)^3 - 1^3 = 3\sum _{n=1} ^m n^2 + 3\sum _{n=1} ^mn + m
\sum _{n=1} ^ m n = m(m+1)/2, 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.
MathematicalPhysicist
Oct20-04, 07:52 AM
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).
MathematicalPhysicist
Oct20-04, 07:55 AM
btw thomasjoe are you a quantum particle? :rolleyes:
(im asking because it seem you are both in beijing and london in the same time.).
Gokul43201
Oct20-04, 09:04 AM
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...
MathematicalPhysicist
Oct20-04, 09:27 AM
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 dont 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?
ThomasJoe40
Oct20-04, 03:25 PM
I think this is what you mean :
(n+1)^3 = n^3 + 3n^2 + 3n + 1
(n+1)^3 - n^3 = 3n^2 + 3n + 1
\sum _{n=1} ^m((n+1)^3 - n^3) = \sum _{n=1} ^m (3n^2 + 3n + 1)
(N+1)^3 - 1^3 = 3\sum _{n=1} ^m n^2 + 3\sum _{n=1} ^mn + m
\sum _{n=1} ^ m n = m(m+1)/2, 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: \sum (n+m) = \sum n + \sum m
But, I still cannot get the exact same answer as yours. Mine is \frac {2n^3+3n^2+n-1}{6}... dunno why, but there always is an extra -\frac{-1}{6}
I also tried the next question on my problem sheet, which is to prove \sum _ {r=1} ^n {r^3} = [\frac {n(n+1)}{2}]^2. By using the same method, I found it is not too difficult to prove...
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:
courtrigrad
Oct20-04, 03:58 PM
Look at this (my post)
http://www.physicsforums.com/showthread.php?t=40301
ThomasJoe40
Oct20-04, 04:08 PM
dont worry, i myself didnt know much about it (the teacher obviously skipped this issue in class).
and anyway, if you dont 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~~~
ThomasJoe40
Oct20-04, 06:21 PM
By the way, I want to ask that if \sum {nm} = (\sum {n})( \sum{m}) is also true?
It would be great if it is true because the next question on my problem sheet is to sum \sum {(r+1)(r+3)}...
Gokul43201
Oct21-04, 12:19 PM
By the way, I want to ask that if \sum {nm} = (\sum {n})( \sum{m}) is also true?
It would be great if it is true because the next question on my problem sheet is to sum \sum {(r+1)(r+3)}...
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.
ThomasJoe40
Oct21-04, 09:13 PM
Oh, thanks, you are right. It is not as tough as it looks... :redface:
Well, here is the really tough one: \sum_ {n=0}^{n-1}(a+nd)r^n
I have tried to subtract r\sum_ {n=0}^{n-1} from
\sum_{n=0}^{n-1}... and to subtract \frac {\sum_ {n=0}^{n-1}}{r} from \sum_{n=0}^{n-1} and see if something will comes out, however, nothing, comes out...
Gokul43201
Oct21-04, 11:52 PM
I hope you mean \sum_ {n=0}^{N-1}(a+nd)r^n
This is simply a\sum_ {n=0}^{N-1}r^n + d\sum_ {n=0}^{N-1}nr^n = aS1(N-1) + dS2(N-1) where S1 is simply a geometric progression (GP) and S2 is an arithmetico-geometric progression (AGP).
jvangael
Oct22-04, 12:12 AM
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
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.