Lesson 14 - Infinite Series

Analyzing series is important because it allows us to evaluate, differentiate, and integrate complicated functions by using polynomials that are easier to handle.

Sums and Series

An infinite series is a sum of infinitely many terms and is written in the form

n=1an=a1+a2+a3

However, we can't add an infinite number of terms in the same way we can add a finite number of terms. Instead, the value of an infinite series is defined in terms of the limit of partial sums. A partial sum of an infinite series is a finite sum of the form

n=1kan=a1+a2+a3+

Example

Suppose oil is seeping into a lake such that 1000 gallons enters the lake the first week. During the second week, an additional 500 gallons of oil enters the lake. The third week, 250 more gallons enters the lake. Assume this pattern continues such that each week half as much oil enters the lake as did the previous week. If this continues forever, what can we say about the amount of oil in the lake? Will the amount of oil continue to get arbitrarily large, or is it possible that it approaches some finite amount? To answer this question, we look at the amount of oil int he lake after k weeks. Letting Sk denote the amount of oil in the lake (measured in thousands of gallons after k weeks), we see that

S1=1S2=1+0.5=1+12S3=1+0.5+0.125=1+12+14S4=1+0.5+0.125+0.125=1+12+14+18S5=1+0.5+0.25+0.125+0.0625=1+12+14+18+116

Looking at this patter, we see that the amount of oil in the lake after k weeks is

Sk=1+12+14+18+116++12k1=n=1k(12)n1

We are interested in what happens as k. Symbolically, the amount of oil in the lake as k is given by the infinite series

n=1=1+12+14+18+16+

At the same time, as k, the amount of oil in the lake can be calculated by evaluating limkSk. We want to see if Sk diverges or converges. This will tell us if the series converges.

If we sum S for each value k, we get

S1=1S2=1+12=32S3=1+12+14=74S4=1+12+14+18=158S5=1+12+14+18+116=3116

If we plot these values, we get something like this.

Screenshot 2024-10-25 at 12.45.57 PM.png

The values look to converge on the value 2.

We can say that

n=1(12)n1=2

Let's generalize a formal definition.

Definition

An infinite series is an expression of the form

n=1an=a1+a2+a3+

For each positive integer k, the sum

Sk=n=1kan=a1+a2+a3++ak

is called the kth partial sum of the infinite series. The partial sums form a sequence Sk. If the sequence of partial sums converges to a real number S, the infinite series converges. If we can describe the convergence of a series to S, we call S the sum of the series, and we write

n=1an=S

If the sequence of partial sums diverges, we have the divergence of a series.

For this class, we're going to look at a specific series. Let's get into that in the next lesson.

Next Lesson: Lesson 15 - Geometric Series and Ratio Test

Table of Contents: Table of Contents

Note: This lesson adapted from OpenStax. Credit goes to OpenStax creators.