Approximating an area by rectangles

  • Thread starter Thread starter bluemoon2188
  • Start date Start date
  • Tags Tags
    Area
bluemoon2188
Messages
9
Reaction score
0
Hi,

I have this problem,

1) Find 1 + 2 + · · · + n by summing the identity (m + 1)2 − m2 = 2m + 1 from m = 1 to n.
2) Similarly find 12 + 22 + · · · + n2 using the identity (m + 1)3 − m3 = 3m2 + 3m + 1

Thanks in advance.
bluemoon2188
 
Physics news on Phys.org
Consider the summing the identities provided from 1 through to n. You should be able to obtain a recursive formula for each power in terms of the sums of the lower powers.
 
oh cool thanks.

bluemoon2188
 
Back
Top