How do you find partial sums of infinite series?

1 Answer
Jul 16, 2015

The sequence of partial sums of an infinite series is a sequence created by taking, in order: 1) the first term, 2) the sum of the first two terms, 3) the sum of the first three terms, etc..., forever and ever.

Explanation:

An infinite series is an expression of the form: #\sum_{k=1}^{\infty}a_{k}=a_{1}+a_{2}+a_{3}+a_{4}+\cdots# (this represents a "pretending" to add infinitely many numbers...even though such a thing is technically impossible to do). The infinite sequence #(a_{k})#, also written as #\{a_{k}\}# or #a_{1},a_{2},a_{3},\ldots#, is called the sequence of terms of the infinite series.

If, for each positive integer #n#, we let #s_{n}# be defined as the finite sum #s_{n}=\sum_{k=1}^{n}a_{k}=a_{1}+a_{2}+a_{3}+\cdots+a_{n}#, then the sequence #(s_{n})#, also written as #\{s_{n}\}# or #s_{1},s_{2},s_{3},\ldots#, is called the sequence of partial sums of the infinite series.

The two sequences #(a_{k})# and #(s_{n})# are related to each other, but they are different, and it's important to understand the relationships and differences.

It is the sequence #(s_{n})# that determines whether the original series #\sum_{k=1}^{\infty}a_{k}# converges or not ("sums" to a finite number or not). In fact, by definition , if #(s_{n})# converges to a number #s#, then the series #\sum_{k=1}^{\infty}a_{k}# is also said to converge to #s# and we write that it "equals" #s#: #\sum_{k=1}^{\infty}a_{k}=s# ( understand that this is just convenient notation...we are not literally adding up infinitely many numbers, though it usually doesn't hurt to pretend we are ).

On the other hand, if #(s_{n})# does not converge, if it diverges (in any way), then the series #\sum_{k=1}^{\infty}a_{k}# is also said to diverge.

Here are two important things to realize with regard to the sequence of terms #(a_{k})# and the sequence of partial sums #(s_{n})#:

1) If the sequence #(a_{k})# does not converge to zero (meaning it either converges to some other number or it diverges), then the sequence #(s_{n})# diverges, meaning that the series #\sum_{k=1}^{\infty}a_{k}# diverges.

2) If the sequence #(a_{k})# does converge to zero, then the sequence #(s_{n})# may or may not converge (so the series #\sum_{k=1}^{\infty}a_{k}# may or may not converge ). We need other tests to help us decide about convergence (a formula for the partial sums (if possible), ratio test, root test, comparison test, limit comparison test, alternating series test, absolute convergence test, etc...)

Since this answer is so long, I'll let you look in your textbook or online for examples to illustrate these ideas. You might start by using the following search terms: "geometric series", "p series", "harmonic series", "alternating harmonic series", as well as the tests mentioned in the previous paragraph.