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)
 
First, I tried to show that ##f_n## converges uniformly on ##[0,2\pi]##, which is true since ##f_n \rightarrow 0## for ##n \rightarrow \infty## and ##\sigma_n=\mathrm{sup}\left| \frac{\sin\left(\frac{n^2}{n+\frac 15}x\right)}{n^{x^2-3x+3}} \right| \leq \frac{1}{|n^{x^2-3x+3}|} \leq \frac{1}{n^{\frac 34}}\rightarrow 0##. I can't use neither Leibnitz's test nor Abel's test. For Dirichlet's test I would need to show, that ##\sin\left(\frac{n^2}{n+\frac 15}x \right)## has partialy bounded sums...