Find the value of the following sum:
1 3 1 + 1 3 + 2 3 1 + 1 3 + 2 3 + 3 3 1 + … ∞
Note that ∞ here refers to the series having infinite terms and not the value ∞ in the sum! In other words, the sum continues indefinitely.
Inspired by this problem.
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.
It is technically wrong to separate the last sums with the telescoping terms because even if the difference converges, the sums individually diverge. Thus by separating them you are kind of writing ∞ − ∞ .
Log in to reply
Let's take an example. Consider the following sum:
i = 1 ∑ ∞ ( 1 − 1 ) = i = 1 ∑ ∞ 1 + i = 1 ∑ ∞ 1
Even though the individual summation parts diverge but when you consider the sum as a whole, the answer is 0 .
P.S. - I had the same doubt a while ago, but you need to consider the sum as a whole and not as two different sums.
Log in to reply
That's precisely what I wanted to say. The expression makes sense only when written together and not as separate sums.I think it is better understood if written together making more sense as well. (Besides it saves on your latex. :D)
The last step should be done like this.
S = 2 ( n = 1 ∑ ∞ ( n 1 − n + 1 1 ) )
S = 2 ( 1 1 − 2 1 + 2 1 − 3 1 + . . . . + ∞ 1 )
S = 2 × 1 = 2
Log in to reply
Yes, but I got bored of writing the L A T E X part for that and hence jumped right into the conclusion. That part is trivial though.
Problem Loading...
Note Loading...
Set Loading...
We will use the following identity: i = 1 ∑ n i 3 = ( 2 n ( n + 1 ) ) 2
The given sum (say S ) is equivalent to,
S = n = 1 ∑ ∞ ⎝ ⎜ ⎜ ⎜ ⎜ ⎛ i = 1 ∑ n i 3 1 ⎠ ⎟ ⎟ ⎟ ⎟ ⎞ = n = 1 ∑ ∞ ⎝ ⎛ ( n ( n + 1 ) 2 ) 2 ⎠ ⎞ = n = 1 ∑ ∞ ( n ( n + 1 ) 2 ) ⟹ S = 2 ⋅ n = 1 ∑ ∞ ( n ( n + 1 ) 1 ) ⟹ S = 2 ⋅ n = 1 ∑ ∞ ( n 1 − n + 1 1 )
This is indeed a telescoping sum as many of you would have already recognized and we can also see that only the first term of the first summation in S would remain and all the other subsequent terms will get cancelled out. We get,
S = 2 × 1 1 = 2