Inf Series, Summations with k, k^2 to get Summation of k(k+1)

  • Thread starter Thread starter Natasha1
  • Start date Start date
  • Tags Tags
    Series Summation
Natasha1
Messages
494
Reaction score
9
As I don't know how to use this latex coding here it goes...

if I represent by E the sum of terms where k=1 and n is the unknown

I need to use the formulae for Ek and Ek^2 to obtain a formula for Ek(k+1), by simplifying the algebra as much as possible.

Can someone help with this please?
 
Physics news on Phys.org
Natasha1 said:
As I don't know how to use this latex coding here it goes...
if I represent by E the sum of terms where k=1 and n is the unknown
I need to use the formulae for Ek and Ek^2 to obtain a formula for Ek(k+1), by simplifying the algebra as much as possible.
Can someone help with this please?
Are you asking for:

\sum_{k=1}^nk\left(k+1\right)

?

If so, note that k(k+1)=k2+k.
 
apmcavoy said:
Are you asking for:
\sum_{k=1}^nk\left(k+1\right)
?
If so, note that k(k+1)=k2+k.

Yes I am asking exactly that :-).

Could someone start this problem, because I am stuck? Thank you :shy:
 
apmcavoy said:
Are you asking for:
\sum_{k=1}^nk\left(k+1\right)
?
If so, note that k(k+1)=k2+k.

You have seen the last line of the above reply right?
So you have:
\sum_{k=1}^nk\left(k+1\right)=\sum_{k=1}^n k^2+\sum_{k=1}^nk
that should take you off
 
pinodk said:
You have seen the last line of the above reply right?
So you have:
\sum_{k=1}^nk\left(k+1\right)=\sum_{k=1}^n k^2+\sum_{k=1}^nk
that should take you off


Ok so now I get

= 1^2+1+2^2+2+3^3+3+...+n^2+n

and then what do I do?


Is the answer then

= n^2 + n
 
Last edited:
If I understand your assignment correctly, you already have the formulas for the two expressions

\sum_{k=1}^n k^2
\sum_{k=1}^nk

So just put a "+" between them :-) and simplify them even more if possible...

But being foreign and all, i could have misinterpreted what you wrote, so please don't hate me if that's the case ;-)
 
Back
Top