12 First Examples
Highlights of this Chapter: We define infinite series and infinite products, and look at some examples where one can compute the sum exactly: telescoping and geometric series. We study the sums of reciprocal powers of
, and show that the harmonic series diverges, whereas converges.
We’ve met several types of sequences so far where its possible to precisely describe their terms, which basically fall into one of two categories: those with closed forms like
Definition 12.1 (Series) A series
Remark 12.1. It is important to carefully distinguish between the sequence
When a series converges, we often denote its limit using summation notation as well. The traditional ‘calculus notation’ sets
Remark 12.2. Because the sum of any finitely many terms of a series is a finite number, we can remove any finite collection without changing whether or not the series converges. In particular, when proving convergence we are free to ignore the first finitely many terms when convenient. Because of this, we often will just write
There are many important infinite series in mathematics: one that we encountered earlier is the Basel series first summed by Euler.
When the sequences
One of our big accomplishments to come in this class is to prove that exponential functions can be computed via infinite series, and in particular, the standard exponential of base
The other infinite algebraic expression we can conjure up is infinite products:
Definition 12.2 (Infinite Products) An infinite product
Again, like for series, when such a sequence converges there are multiple common ways to write its limit:
The first infinite product to occur in the mathematics literature is Viete’s Product for
This product is derived from Archimedes’ side-doubling procedure for the areas of circumscribed
Another early and famous example being Wallis’ infinite product for
In 1976, the computer scientist N. Pippenger discovered a modification of Wallis’ product which converges to
Pippenger wrote up his result as a paper…but due to the relatively ancient tradition of mathematics he was adding to - he decided to write it in Latin! The paper appears as “Formula nova pro numero cujus logarithmus hyperbolicus unitas est”. in IBM Research Report RC 6217. I am still trying to track down a copy of this! So if any of you are better at the internet than me, I would be very grateful if you could locate it.
Alluded to above, one of the most famous functions described by an infinite product is the sine function, which Euler expanded in his proof of the Basel sum
AAs well as our friend the Riemann zeta function from above, which can be written as a product over all the primes! (Alluding to its deep connection to number theory)
Perhaps in a calculus class you remember seeing many formulas for the convergence of series (we will prove them here in short order), but did not see many infinite products. The reason for this is that it is enough to study one class of these recursive sequences, once we really understand exponential functions and logarithms: we can use these to convert between the two. Because of this we too will focus most of our theoretical attention on series, though interesting products of historical significance will make several appearances.
12.0.1 Elementary Properties
To finish this introduction, we give several properties of infinite series which follow directly from their definition as limits of sequences of partial sums.
Definition 12.3 (Cauchy Criterion) A series
Exercise 12.1 Prove a series satisfies the Cauchy criterion if and only if its sequence of partial sums is a Cauchy sequence.
Proposition 12.1 (The Addition of Series) If
Proof. For each
Since
Putting this all together we have proven what we want,
Exercise 12.2 (Constant Multiple of a Series) Prove that if
Remark 12.3. Multiplying series is more subtle, as the terms of
Exercise 12.3 Let
12.1 Telescoping Series
There are rare cases when we can sum a series directly, but these will prove very useful as basic series much as our basic sequences underlied much of our earlier work. The simplest way to directly sum a series is to find an exact formula for its partial sums, and telescoping series are a particularly nice example, where algebra makes this almost trivial
Definition 12.4 (Telescoping Series) A telescoping series is a series
Telescoping series are the epitome of a math problem that looks difficult, but is secretly easy. Once you can express the terms as differences, everything but the first and last cancels out! For example:
Thus, evaluating the sum is just as easy as evaluating the limit of
Thus, once a series has been identified as telescoping, often proving its convergence is straightforward: you get a direct formula for the partial sums, and then all that remains is to calculate the limit of a sequence. Because there are many ways a sequence might telescope its easier to look at examples than focus on the general theory.
Example 12.1 The sum
Now we no longer have a series to deal with, as we’ve found the partial sums! All that remains is the sequence
Of course, sometimes a bit of algebra needs to be done to reveal that a series is telescoping:
Example 12.2 Compute the sum of the series
Performing a partial fractions decomposition to
Taking the limit
Telescoping series don’t need to cancel consecutive terms, but rather it can take a bit of time before the telescoping begins:
Example 12.3 Compute the sum of the series
Doing partial fractions to the term
We’ll ignore the factor of
But, after more terms the cancellations begin: the sixth term is
Seeing the pattern here, you can prove by induction that the
So, taking the limit as the number of terms we add goes to infinity we can use the limit laws together with
Exercise 12.4 Show that the following series is telescoping, and then find its sum
A telescoping product is defined analogously
Definition 12.5 (Telescoping Product) A telescoping product is a product
Exercise 12.5 Find the value of the following infinte product by showing its telescoping and computing an exact formula for its partial sums:
An example of historical importance is below:
Example 12.4 (Viete’s Product for
- The first term,
is the ratio of the area of an square to a octagon. - The second term,
is the ratio of the area of a octagon to an 16-gon. - The
term is the ratio of the area of a -gon to a -gon.
When multiplying these all together, the intermediaries cancel, and in the limit this gives the ratio of the area of a square to the area of a circle.
12.2 Geometric Series
Definition 12.6 A series
In this case we can see inductively that the terms of the series are all of the form
Exercise 12.6 (Geometric Partial Sums) For any real
Like telescoping series, now that we have explicitly computed the partial sums, we can find the exact value by just taking a limit.
Theorem 12.1 If
Conversely if
Proof. We begin with the case
For
Exercise 12.7 Show if
Hint: look at the subsequence
Remark 12.4. Its often useful to commit to memory the formula also for when the sum starts at
Example 12.5 What should the infinite decimal
Because this holds for all values of
The theory of geometric series began with Archimedes’ famous paper The Quadrature of the Parabola, and we can now make his final argument rigorous in a modern form. (We will not make rigorous the first steps of the argument, which deal mainly in geometry, but re review them briefly here)
Archimedes’ big idea was to divide a parabolic up into triangles recursively by drawing the largest triangle which inscribes in the segment. This divides the parabolic segment into a triangle and two smaller parabolic segments, on which the process repeats.
Denote by
Summing this geometric series yields the celebrated result:
Theorem 12.2 The area of the segment bounded by a parabola and a chord is
12.3 Summing Reciprocals
Some of the most natural infinite series to consider are the sums of reciprocal natural numbers and their powers. The simplest of these is simply
and called the Harmonic Series (named after a distant connection to music). Other common examples are
Theorem 12.3 (Divergence of the Harmonic Series) The harmonic series
Proof. Let
Now assume for the sake of contradiction that the harmonic series does converge, so
Subtracting
Exercise 12.8 Give an alternate proof that the harmonic series
Hint: show that for each
Theorem 12.4 (Convergence of the Reciprocal Squares) The series
Proof. Let
Thus to prove it converges we need only show its bounded above (and then apply the Monotone Convergence Theorem). As a first step, note that for every
Thus, for all
Together, our sequence of partial sums is monotone increasing and bounded above by 2, so its convergent.
While proving
Exercise 12.9 Prove that for
Hint: show its monotone; and shows its bounded by comparing partial sums with those of
12.4 Problems
12.4.1 The Koch Fractal
The Koch Snowflake is a fractal, defined as the limit of an infinite process starting from a single equilateral triangle. To go from one level to the next, every line segment of the previous level is divided into thirds, and the middle third replaced with the other two sides of an equilateral triangle built on that side.
Doing this to every line segment quickly turns the triangle into a spiky snowflake like shape, hence the name. Denote by
Say the initial triangle at level
Exercise 12.10 (The Koch Snowflake Length) What are the perimeters
Next we turn to the area: recall that the area of an equilateral triangle can be given in terms of its side length as
Exercise 12.11 (The Koch Snowflake Area) What are the areas
Now, use what we know about geometric series to prove that this converges: in the limit, the Koch snowflake has a finite area even though its perimeter diverges!