Struggling with Calculating a Series? Get Help Here!

  • Thread starter Thread starter alias25
  • Start date Start date
  • Tags Tags
    Series Sum
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
alias25
Messages
197
Reaction score
0
sorry isn't a physics question more to do with maths.

is it ok to post it here? I can't see to delete it, maybe some one will move it for me? to the maths section. thanksL:)

I have to calculate:

sum of (from r=1 to n): 1/3 (r^3 - (r-1)^3 -1)

so far I've done:

let n = 3

so

sum = 1/3 (n^3 - (n-1)^3 -1)

+1/3 ( (n-1)^3 - (n-2)^3 - 1)

+1/3 ( (n-2)^3 - (n-3)^3 -1)


looking at ^

(n-3)^3 = 0

the 1/3 can be factorised out, the -1's sums to -n

so: sum = 1/3 (n^3 -...-n) (1)

this inbetween thing I am finding tricky

i noticed there's...-2(n-1)^3 - 2(n-2)^3...etc, when n = any number.

i can put that as

sum(from r=1 to n-1) of: (n-r)^3

so into (1):

1/3 (n^3 -2(sum from r=1 to n-1 ofn-r)^3) -n)

^but i don't think that's what they are looking for.

any help will be appriciated,thank you.
 
Last edited:
Physics news on Phys.org
Is this what you need to find [tex]\sum_{r=1}^{n}\left(\frac{1}{3}\left({r^3 - (r-1)^3 - 1}\right)\right)[/tex]?

If so, why not simplify the term that is to be summed, i.e., [itex]\frac{1}{3}\left(r^3 - (r-1)^3 - 1\right)[/itex] and then sum it from 1 to n?
 
Last edited: