Solve the problem involving sum of a series

  • Thread starter Thread starter chwala
  • Start date Start date
  • Tags Tags
    Series Sum
Click For Summary
The discussion focuses on solving the problem of finding the sum of a series using the method of differences. The user presents a function f(r) = (r-1)r and demonstrates that 2r can be expressed as the difference f(r+1) - f(r). By substituting values for r, they derive the relationship 2n = n(n+1) - (n-1)n, leading to the conclusion that 2∑_{r=1}^n r = n(n+1). Ultimately, the user simplifies this to find that ∑_{r=1}^n r = (1/2)(n^2 + n). The discussion invites insights on whether the approach is overly complicated.
chwala
Gold Member
Messages
2,827
Reaction score
415
Homework Statement
Simplify ##r(r+1)-(r-1)r## and use your result to obtain ## \sum_{r=1}^n r##
Relevant Equations
Method of difference
1671676295280.png
My attempt;

##r^2+r-r^2+r=2r##

Let ##f(r)=(r-1)r## then it follows that ##f(r+1)=r(r+1)## so that ##2r## is of the form ##f(r+1)-f(r)##.

When

##r=1;## ##[2×1]=2-0##
##r=2;## ##[2×2]=6-2##
##r=3;## ##[2×3]=12-6##
##r=4;## ##[2×4]=20-12##

...

##r=n-1##, We shall have ##2(n-1)=n-1(n)-(n-2)(n-1)##

##r=n##, We shall have ##2n=n(n+1)-(n-1)n## ## 2\sum_{r=1}^n r=n(n+1)-0##

## 2\sum_{r=1}^n r=n^2+n##

## \sum_{r=1}^n r=\dfrac{1}{2} \left[n^2+n\right]##

your insight is welcome...
 
Physics news on Phys.org
I mean, do we have to make things complicated here or what?
 
  • Sad
Likes malawi_glenn
chwala said:
Homework Statement:: Simplify ##r(r+1)-(r-1)r## and use your result to obtain ## \sum_{r=1}^n r##
Relevant Equations:: Method of difference

Let f(r)=(r−1)r then it follows that f(r+1)=r(r+1) so that 2r is of the form f(r+1)−f(r).
2r=f(r+1)-f(r)
2\sum_{r=1}^nr=\sum_{r=1}^nf(r+1)-\sum_{r=1}^nf(r)=\sum_{r=1}^nf(r+1)-\sum_{r=0}^{n-1}f(r+1)=f(n+1)-f(1)=n(n+1)
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
1K
  • · Replies 3 ·
Replies
3
Views
759
  • · Replies 11 ·
Replies
11
Views
1K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
20
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 7 ·
Replies
7
Views
1K