SOLUTION: find the sum of following series: n*1+(n-1)*2+(n-2)*3+.........+n*1

Algebra ->  Algebra  -> Sequences-and-series -> SOLUTION: find the sum of following series: n*1+(n-1)*2+(n-2)*3+.........+n*1      Log On

Ad: Algebrator™ solves your algebra problems and provides step-by-step explanations!
Ad: Algebra Solved!™: algebra software solves algebra homework problems with step-by-step help!

   


Question 174497: find the sum of following series:
n*1+(n-1)*2+(n-2)*3+.........+n*1

Answer by Edwin McCravy(6939) About Me  (Show Source):
You can put this solution on YOUR website!

matrix%281%2C15%2C%0D%0A%28n-0%29%2A1%2C+%27%2B%27%2C+%28n-1%29%2A2%2C+%27%2B%27%2C+%28n-2%29%2A3%2C+%27%2B%27%2C+%28n-3%29%2A4%2C+%27%2B%27%2C+%27...%27%2C+%27%2B%27%2C+3%2A%28n-2%29%2C%27%2B%27%2C2%2A%28n-1%29%2C%27%2B%27%2C1%2An+%29 =

sum%28+matrix%281%2C4%2C+%27%27%2C+%27%5B%27%2C+n-%28k-1%29%2C%27%5D%2Ak%27+%29%2Ck=1%2Cn%29 =

sum%28+matrix%281%2C2%2C+%27%27%2C+%28n-k%2B1%29k+%29%2Ck=1%2Cn%29 =

sum%28+matrix%281%2C2%2C+%27%27%2C+nk-k%5E2%2Bk+%29%2Ck=1%2Cn%29 =

sum%28+matrix%281%2C2%2C+%27%27%2C+nk+%29%2Ck=1%2Cn%29+-+sum%28+matrix%281%2C2%2C+%27%27%2Ck%5E2+%29%2Ck=1%2Cn%29%2Bsum%28+matrix%281%2C2%2C+%27%27%2C+k+%29%2Ck=1%2Cn%29

n%2Asum%28+matrix%281%2C2%2C+%27%27%2C+k+%29%2Ck=1%2Cn%29+-+sum%28+matrix%281%2C2%2C+%27%27%2Ck%5E2+%29%2Ck=1%2Cn%29%2Bsum%28+matrix%281%2C2%2C+%27%27%2C+k+%29%2Ck=1%2Cn%29



Combine the 1st and 3rd terms

%28n%2B1%29sum%28+matrix%281%2C2%2C+%27%27%2C+k+%29%2Ck=1%2Cn%29+-+sum%28+matrix%281%2C2%2C+%27%27%2Ck%5E2+%29%2Ck=1%2Cn%29 

The first sum is the arithmetic series of the first n positive
integers,

which is given by the formula: %28n%28n%2B1%29%29%2F2

so we have

%28n%2B1%29%28%28n%28n%2B1%29%29%2F2%29+-+sum%28+matrix%281%2C2%2C+%27%27%2Ck%5E2+%29%2Ck=1%2Cn%29 

The remaining sum is the sum of the squares of the first n
positive integers.  This is also a well-known formula:

%28n%28n%2B1%29%282n%2B1%29%29%2F6

So now we have:

%28n%2B1%29%28%28n%28n%2B1%29%29%2F2%29+-+%28n%28n%2B1%29%282n%2B1%29%29%2F6

Rewrite the second term:

%28n%2B1%29%28%28n%28n%2B1%29%29%2F2%29+-+%28n%28n%2B1%29%2F2%29%28%282n%2B1%29%2F3%29

Factor out %28n%28n%2B1%29%29%2F2

%28%28n%28n%2B1%29%29%2F2%29%28%28n%2B1%29-%282n%2B1%29%2F3%29 

Get LCD in the right parentheses:

%28%28n%28n%2B1%29%29%2F2%29%283%28n%2B1%29%2F3-%282n%2B1%29%2F3%29

%28%28n%28n%2B1%29%29%2F2%29%28%283n%2B3%29%2F3-%282n%2B1%29%2F3%29

%28%28n%28n%2B1%29%29%2F2%29%28%283n%2B3-%282n%2B1%29%29%2F3%29%29

%28%28n%28n%2B1%29%29%2F2%29%28%283n%2B3-2n-1%29%2F3%29%29

%28%28n%28n%2B1%29%29%2F2%29%28%28n%2B2%29%2F3%29%29

%28n%2A%28n%2B1%29%28n%2B2%29%29%2F6

Edwin