Telescoping Series/Example 1
Jump to navigation
Jump to search
This page has been identified as a candidate for refactoring of basic complexity. In particular: Extract the infinite case into a separate page Until this has been finished, please leave {{Refactor}} in the code.
New contributors: Refactoring is a task which is expected to be undertaken by experienced editors only. Because of the underlying complexity of the work needed, it is recommended that you do not embark on a refactoring task until you have become familiar with the structural nature of pages of $\mathsf{Pr} \infty \mathsf{fWiki}$.To discuss this page in more detail, feel free to use the talk page. When this work has been completed, you may remove this instance of {{Refactor}} from the code. |
Theorem
Let $\sequence {b_n}$ be a sequence in $\R$.
Let $\sequence {a_n}$ be a sequence whose terms are defined as:
- $a_k = b_k - b_{k + 1}$
Then:
- $\ds \sum_{k \mathop = 1}^n a_k = b_1 - b_{n + 1}$
If $\sequence {b_n}$ converges to zero, then:
- $\ds \sum_{k \mathop = 1}^\infty a_k = b_1$
Proof
\(\ds \ds \sum_{k \mathop = 1}^n a_k\) | \(=\) | \(\ds \sum_{k \mathop = 1}^n \paren {b_k - b_{k + 1} }\) | ||||||||||||
\(\ds \) | \(=\) | \(\ds \sum_{k \mathop = 1}^n b_k - \sum_{k \mathop = 1}^n b_{k + 1}\) | ||||||||||||
\(\ds \) | \(=\) | \(\ds \sum_{k \mathop = 1}^n b_k - \sum_{k \mathop = 2}^{n + 1} b_k\) | Translation of Index Variable of Summation | |||||||||||
\(\ds \) | \(=\) | \(\ds b_1 + \sum_{k \mathop = 2}^n b_k - \sum_{k \mathop = 2}^n b_k - b_{n + 1}\) | ||||||||||||
\(\ds \) | \(=\) | \(\ds b_1 - b_{n + 1}\) |
If $\sequence {b_k}$ converges to zero, then $b_{n + 1} \to 0$ as $n \to \infty$.
Thus:
- $\ds \lim_{n \mathop \to \infty} a_n = b_1 - 0 = b_1$
So:
- $\ds \sum_{k \mathop = 1}^\infty a_k = b_1$
$\blacksquare$
Linguistic Note
The term telescoping series arises from the obvious physical analogy with the folding up of a telescope.