How to calculate sum of general series
Favorites|Homepage
Subscriptions | sitemap
HOME > Mathematics > How to calculate sum of general series

How to calculate sum of general series

[From: ] [author: ] [Date: 11-04-22] [Hit: ]
?-The sum of n terms is simplified by induction to be n(n+1)/2. Likewise, the sum of n^2 is simplified to n(1+n)(1+2n)/6, so we have in our sum sum(n*(n+2), n=1.......
How to calculate the sum of a general series like..

Sum of n(n+2) from n=1 to n=30??

-
The sum of n terms is simplified by induction to be n(n+1)/2. Likewise, the sum of n^2 is simplified to n(1+n)(1+2n)/6, so we have in our sum
sum(n*(n+2), n=1..N) = sum(n^2+2*n, n=1..N) = sum(n^2, n=1..N)+2*sum(n,n=1..N)
= N(1+N)(1+2N)/6 + 2(N(N+1))/2
which if we plug in N=30, we obtain the value 10,385
1
keywords: general,to,series,How,of,calculate,sum,How to calculate sum of general series
New
Hot
© 2008-2010 http://www.science-mathematics.com . Program by zplan cms. Theme by wukong .