Questions tagged [telescopic-series]

For summation questions involving telescopic sums/series. This tag is often used with (summation) or (sequences-and-series).

In mathematics, a telescoping sum $(a_n)_n$ is a series whose general term $a_n$ can be decomposed as the difference between two consecutive terms of another series $(b_n)_n$, so that only a finite number of terms is left in the sum. $$\sum_{i = 1}^N a_n = \sum_{i = 1}^N (b_n - b_{n-1}) = b_N - b_0.$$ In particular, if $\lim\limits_{N \to \infty} b_N \to 0$, $$\sum_{i = 1}^\infty a_n = - b_0.$$

307 questions
7
votes
3 answers

How does one transform a sum into a telescoping sum?

Very possibly this has been asked before, but as I couldn't find it: Let $(a_n)_{n\in\mathbb N}$ be a sequence, and $$\sum_{n= 0}^\infty a_n $$ an infinite sum. I'm looking for general methods of transforming this sum into a telescoping sum, i.e.…
Sudix
  • 3,630
2
votes
3 answers

How to find if a series is telescopic

The series $$\sum_{n=1}^\infty\left(\frac{4n+4}{3n+1}-\frac{4n}{3n-2}\right)$$ is telescopic and it converges to $-4+\dfrac43$. But if we get the equivalent expresion $$\sum_{n=1}^\infty\frac{-8}{9n^2-3n-2}$$ Is there an easy criterion to see that…
ajotatxe
  • 65,084
1
vote
1 answer

Approximating a series through successive telescopic series

I am trying to approximate $\sum \frac{1}{n^2}$ with telescopic series. So far, I've understood up to this: $$\begin{eqnarray*} \sum_{n\geq…
D.R.
  • 8,691
  • 4
  • 22
  • 52
0
votes
3 answers

Find the sum of the following series $\sum_{n=1}^\infty \frac{1}{n(n+m)}$

I am suppose to find the sum of $\sum_{n=1}^\infty \frac{1}{n(n+m)}$ But after using partial fractions and getting $ \frac 1m \sum_{n=1}^\infty \frac{1}{n} -\frac{1}{n+m}$ then i couldnt figure out what to do
O.M
  • 1
0
votes
2 answers

Help needed in understanding the telescoping sum for series $(a-b)\sum_{i=0}^{n-1}a^ib^{n-1-i}$.

Request help in understanding the telescoping sum for the given series. For…
jiten
  • 4,524
0
votes
1 answer

Sum of this converging telescoping series?

I'm trying to understand which is the sum of the following telescoping series (I showed this is converging, I'm not reporting here): $$\sum\limits_{j=n}^{\infty} [\mathbb{P}(E_j) - \mathbb{P}(E_{j+1})]$$ My take is that every term except the first…
0
votes
2 answers

telescopic series

$$\sum_{n=1}^\infty \left(\arctan(n+2)-\arctan(n)\right)$$ Wondering what the answer is to this. I Left over terms that I have are $-\arctan(1)$, $-\arctan(2)$, $\arctan(n+2)$ and $\arctan(n+1)$. Not sure if this is correct. Thanks
-1
votes
2 answers

Calculate sum of $\sum_{n=3} \frac{1}{4(n-2)}-\frac{1}{4(n+2)}$

I have the following telescopic series: $$\sum_{n=3} \frac{1}{4(n-2)}-\frac{1}{4(n+2)}$$ I want to calculate its sum. I'm assuming this is a telescopic series of the following type: $$\sum_{n=1}{a_n-a_{a+k}}$$ So the sum should theoretically be $a_1…
Cesare
  • 1,471
-2
votes
3 answers

Telescoping series seems not telescoping

In the following example of the book Partial Differential Equation, An Introduction 2nd edition from Strauss, on page 127, they assert the following: Let $f_n(x) = (1-x)x^{n-1}$ on the interval $ 0 < x < 1$. Then the series is telescoping. The…
Maurice
  • 594