adding a sequence

In the previous sections, we’ve seen several examples of sequences. If we have a sequence \(\{a_n\}_{n=1}\), then we can ask two important questions about it.

  • Do the numbers in the list approach a finite value?
  • If so, what is the value?

The first question is called an existence question. Does the limit exist? This is a yes or no question.

If the answer is yes (the limit exists), then we come to the second question.

In this section, we propose a different view of a sequence of numbers. We can view them as terms in a partial summation, where we keep adding on more terms, like digits in a decimal expansion.

We could go the other way as well. We could begin with a sequence and then create another sequence where the terms are the partial sums of the original sequence.

The sequence \((s_n)_{n=1}\) is a a sequence of partial sums of \((a_k)_{k=1}\).

We can ask an important question about a sequence of partial sums.

  • Can we sum all of the numbers in the first list and obtain a finite result?

Another existence question.

Does limit \(\lim \limits _{n \to \infty } s_n\) exists ?

On one hand, this is a question about the convergence or the sequence \((s_n)_{n=1}\). On the other hand, this is a weird question about adding up an infinite number of terms from the original sequence.

Infinite series

The above scenario can be modeled using sequences. We have \(\{A_n\}_{n=1}\) whose \(n\)-th term is given by the explicit formula \(A_n=\left (\frac {1}{2}\right )^n\), and we represent the sequence by the ordered list below.

\[ \frac {1}{2},\left (\frac {1}{2}\right )^2,\left (\frac {1}{2}\right )^3,\ldots \]

and we can interpret the series

\[\frac {1}{2} + \left (\frac {1}{2}\right )^2+ \left (\frac {1}{2}\right )^3+ \ldots \]

as the attempt to add up all of the terms in the above sequence. In order to determine if this can be done, we found a new sequence \(\{S_n\}_{n=1}\) that was created from the original sequence. It is represented by the list below.

\[ \frac {1}{2},\frac {3}{4},\frac {7}{8},\ldots \]

Note that the limit of this new sequence is exactly the sum of all of the terms in the old sequence! Let’s formalize the ideas in the last example with a definition.

The above definition really states that the symbols \(\sum \limits _{k=k_0}^{\infty } a_k\) and \(\lim \limits _{n \to \infty } s_n\) represent exactly the samething! It makes the content of the previous example more precise. This is quite important since we have techniques to determine whether limits of sequences exist. We are now able to recast the new question “Can I sum all of the terms in a sequence?” into the old question “Does the associated sequence of partial sums have a limit?”. To attack the latter, we can utilize all of our previous techniques for studying the limit of the sequence of partial sums.

Using our new terminology, what can we say about the series \(\sum \limits _{k=1}^\infty \left (\frac {1}{2}\right )^k\) from the previous example? The series convergesdiverges, and \(\sum \limits _{n=1}^\infty \left (\frac {1}{2}\right )^n = \answer [given]{1}\).

Now, let’s see an example.

Properties of sums

We finish this section by giving some properties of series.

Notice, of course, that we’re working with convergent series in this theorem. Adding divergent series is trickier, but there is something we can say about the attempt to add a convergent series and a divergent series.

To understand why this theorem holds, note that if \(\sum \limits _{k=k_0}^\infty \big (a_k+b_k\big )\) would converge, by the last theorem, we would know that the difference

\[\sum \limits _{k=k_0}^\infty \big (a_k+b_k\big ) -\sum \limits _{k=k_0}^\infty a_k\]

converges since both series above are convergent. Furthermore, the previous theorem also guarantees that

\[\sum \limits _{k=k_0}^\infty \big (a_k+b_k\big ) -\sum \limits _{k=k_0}^\infty a_k = \sum \limits _{k=k_0}^\infty \big (a_k+b_k -a_k\big ),\]

but this is precisely \(\sum \limits _{k=k_0}^{\infty } b_k\), which diverges by assumption. This is a contradiction, so \(\sum \limits _{k=k_0}^\infty \big (a_k+b_k\big )\) must diverge.

Essentially, this theorem ensures that it does not matter where we start summing the terms of a sequence. Since we have infinitely many terms to try to add together, the sum of the first finitely many will not affect if this addition is possible.

We now finish the section with an example that ties many ideas together.

ooooo-=-=-=-ooOoo-=-=-=-ooooo
more examples can be found by following this link
More Examples of Sums of Sequences

2025-05-18 03:52:38