|
Author |
Message |
|
TAGS:
|
|
|
Intern
Joined: 11 Oct 2008
Posts: 10
Followers: 0
Kudos [?]:
0
[0], given: 0
|
how do we find the sum of n terms of series : (1^2) + (1^2 [#permalink]
29 Oct 2008, 21:01
how do we find the sum of n terms of series : (1^2) + (1^2 +2^2) + (1^2 +2^2+3^2)+(1^2 +2^2+3^2+4^2) + ......
Last edited by earthwork on 30 Oct 2008, 09:35, edited 2 times in total.
|
|
|
|
|
|
|
CEO
Joined: 29 Aug 2007
Posts: 2528
Followers: 41
Kudos [?]:
364
[0], given: 19
|
earthwork wrote: how do we find the sum of n terms of series : (1^2) + (1^2 +2^2) + (1^2 +2^2+3^2)+(1^2 +2^2+3^2+4^2) + ...... no clue.. Probably big shots like walker have the solution.
_________________
Verbal: new-to-the-verbal-forum-please-read-this-first-77546.html Math: new-to-the-math-forum-please-read-this-first-77764.html Gmat: everything-you-need-to-prepare-for-the-gmat-revised-77983.html
GT
|
|
|
|
|
|
Intern
Joined: 11 Oct 2008
Posts: 10
Followers: 0
Kudos [?]:
0
[0], given: 0
|
i cud only reach till (1^2) + (1^2 +2^2) + (1^2 +2^2+3^2)+(1^2 +2^2+3^2+4^2) + ...... = (n*1^2)+((n-1)*2^2)+((n-2)*3^2)+...... dnt even know if this is correct step!
|
|
|
|
|
|
SVP
Joined: 17 Jun 2008
Posts: 1592
Followers: 7
Kudos [?]:
132
[0], given: 0
|
Is it not an arithmatic progression where each subsequent term is more than the previous term by n^2 and hence, d = n^2, a = 1^2 and the sum should be a + (n-1)d = 1 + (n-1)*n^2.
I may be wrong.
|
|
|
|
|
|
Current Student
Joined: 28 Dec 2004
Posts: 3437
Location: New York City
Schools: Wharton'11 HBS'12
Followers: 11
Kudos [?]:
135
[0], given: 2
|
it cant be progressive, I think geometric series is more like it..
|
|
|
|
|
|
Intern
Joined: 30 Oct 2008
Posts: 30
Followers: 0
Kudos [?]:
2
[0], given: 0
|
The sequence can be reduced to (n*1) + (n-1)2^2 + (n-2)3^2 + (n-3)4^2.....
|
|
|
|
|
|
Intern
Joined: 11 Oct 2008
Posts: 10
Followers: 0
Kudos [?]:
0
[0], given: 0
|
Finally someone did help me solve it in another forum, solution below : SOLUTION : nth term = n(n+1)(2n+1)/6 = (2n^3 + 3n^2 + n)/6 Sum = 1/6{ 2.∑(n^3) + 3.∑(n^2) + ∑(n)} = (1/6)[{2.(n^2)(n+1)^2/4} + 3. n(n+1)(2n+1)/6 + n(n+1)/2] Now we can simplify this to get final answer.
Answer: (n*((n+1)^2)*(n+2)) /12
Last edited by earthwork on 30 Oct 2008, 09:46, edited 2 times in total.
|
|
|
|
|
|
CEO
Joined: 29 Aug 2007
Posts: 2528
Followers: 41
Kudos [?]:
364
[0], given: 19
|
earthwork wrote: Finally someone did help me solve it in another forum, solution below : SOLUTION : nth term = n(n+1)(2n+1)/6 = (2n^3 + 3n^2 + n)/6 Sum = 1/6{ 2.∑(n^3) + 3.∑(n^2) + ∑(n)} = (1/6)[{2.(n^2)(n+1)^2/4} + 3. n(n+1)(2n+1)/6 + n(n+1)/2] Now we can simplify this to get final answer. can you explain this: = (1/6)[{2.(n^2)(n+1)^2/4} + 3. n(n+1)(2n+1)/6 + n(n+1)/2]
_________________
Verbal: new-to-the-verbal-forum-please-read-this-first-77546.html Math: new-to-the-math-forum-please-read-this-first-77764.html Gmat: everything-you-need-to-prepare-for-the-gmat-revised-77983.html
GT
|
|
|
|
|
|
Intern
Joined: 11 Oct 2008
Posts: 10
Followers: 0
Kudos [?]:
0
[0], given: 0
|
this is a formula for sum of n terms for series: ∑k=n(n+1)/2 ∑k^2=n(n+1)2n+1)/6 ∑k^3=(n(n+1))^2/4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|