Cool series

Calculus Level 3

1 1 + 1 3 + 1 6 + 1 10 + 1 15 + \large \dfrac{1}{1} + \dfrac{1}{3} + \dfrac{1}{6} + \dfrac{1}{10} + \dfrac{1}{15} + \ldots

Find the value of the series of reciprocals of triangle numbers.


The answer is 2.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

6 solutions

The n n th denominator is of the form n ( n + 1 ) 2 \frac{n(n + 1)}{2} , so the series can be written as

k = 1 2 n ( n + 1 ) = 2 k = 1 ( 1 n 1 n + 1 ) = 2 1 = 2 \displaystyle\sum_{k=1}^{\infty} \dfrac{2}{n(n + 1)} = 2*\sum_{k=1}^{\infty} (\dfrac{1}{n} - \dfrac{1}{n + 1}) = 2*1 = \boxed{2} ,

as this is a telescoping series.

Chew-Seong Cheong
Nov 19, 2014

We note that the series of triangle numbers is:

{ 1 , 3 , 6 , 10... } = { 1 , ( 1 + 2 ) , ( 1 + 2 + 3 ) , ( 1 + 2 + 3 + 4 ) . . . } \{1,3,6,10...\} = \{1, (1+2), (1+2+3), (1+2+3+4)...\}

Its n t h n^{th} term is given: T n = k = 1 n k = n ( n + 1 ) 2 T_n = \sum _{k=1} ^n {k} = \dfrac {n(n+1)}{2} Therefore, the sum of the series of reciprocals of triangle numbers is: S = n = 1 2 n ( n + 1 ) = 2 n = 1 ( 1 n 1 n + 1 ) = 2 ( 1 1 ) = 2 S = \sum _{n=1} ^\infty {\dfrac {2} {n(n+1)}} = 2 \sum _{n=1} ^\infty {\left( \dfrac {1} {n} - \dfrac {1}{n+1} \right)} = 2 \left( \dfrac {1}{1} \right) = \boxed {2}

Curtis Clement
Feb 14, 2015

Firstly we use partial fractions: 1 n ( n + 1 ) \frac{1}{n(n+1)} = a n \frac{a}{n} + b ( n + 1 ) \frac{b}{(n+1)} \Rightarrow a(n+1) + bn = 1. Let n=-1 gives b= -1 then a= 1 so r + 1 2 n ( n + 1 ) = 2 × r + 1 ( 1 n 1 n + 1 ) \displaystyle\sum_{r+1}^{\infty} \dfrac{2}{n(n+1)} = 2\times\displaystyle\sum_{r+1}^{\infty} (\dfrac{1}{n} - \dfrac{1}{n+1}) = 2 ( ( 1 1 2 ) + ( 1 2 1 3 ) + ( 1 3 1 4 ) + . . . ) = 2 =2 ( (1-\frac{1}{2}) + (\frac{1}{2} - \frac{1}{3}) + (\frac{1}{3} - \frac{1}{4}) +...) = 2

Nice soultion

Patience Patience - 4 years, 3 months ago
Didarul Alam
Nov 26, 2014

double x=0; int a=0; for(int i=1;i<=20000;i++) { x+= 1/(double)(i+a); a=i+a;}

  printf("%10.9lf",x);

Moderator note:

This solution has been marked wrong. You have only evaluated the value k = 1 20000 1 1 + 2 + + k \displaystyle \sum_{k=1}^{20000} \frac {1}{1 + 2 + \ldots + k } , when in fact, we want to find the series lim n k = 1 n 1 1 + 2 + + k \displaystyle \lim_{n \to \infty } \sum_{k=1}^{n} \frac {1}{1 + 2 + \ldots + k } . Furthermore, please refrain from posting a program code when one isn't required.

Lu Chee Ket
Jan 20, 2015

(1 + 1/ 3) + (1/ 3 + 1/ 5)/ 2 + (1/ 5 + 1/ 7)/ 3 + (1/ 7 + 1/ 9)/ 4 + ...

1 + 1/ 3 x 3/ 2 + 1/ 5 x 5/ 6 + 1/ 7 x 7/ 12 + 1/ 9 x 9/ 20 + ...

1 + 1/ 2 + 1/ 6 + 1/ 12 + 1/ 20 + 1/ 30 + ...

1 + 1/ 2 + 1/ 2 x 1/ 3 + 1/ 3 x 1/ 4 + 1/ 4 x 1/ 5 + 1/ 5 x 1/ 6 + ...

1 + 1/ 2 + 1/ 2 - 1/ 3 + 1/ 3 - 1/ 4 + 1/ 4 - 1/ 5 + ...

2

Moderator note:

This solution is not entirely clear. You need to mention that the remaining terms are canceled out pairwise.

William Keppel
Dec 21, 2014

If you take the numbers given, and add them together, you get 1 and 2/3. Adding the next number in the series gives you 1 and 5/7. If you keep doing this, the answer will get closer and closer to 2, and as the series is infinite, that's the answer.

Moderator note:

This solution has been marked wrong. You have only shown that it gets closer to 2 2 , how would you know that the limit is actually 2 1 0 1 0 100 2 - 10^{-10^{100}} instead of 2 2 ? The series is infinite does not necessarily mean that the sum is convergent.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...