Math for Non-Geeks/Series

From testwiki
Jump to navigation Jump to search

{{#invoke:Math for Non-Geeks/Seite|oben}}

Motivation for a Series

What is 1+12+14+18+? One may think of this geometrically: We start with a square of edge length 1. Its area is given by 12=1. Now, we proceed cutting it in equal-sized pieces by alterningly using horizontal and vertical cuts. The first cut yields a rectangle of area 121=12, then we get a square of size 1212=14, in the next step a rectangle of area 1412=18 and so on. We may now arrange those rectangles in a specific way:

Visualization of geometric series

Combining all areas, we obtain a 2×1-rectangle with total area 21=2. Hence, we expect the value of the infinite sum 1+12+14+18+ to be 2. When considering the partial sums of that infinite sum, we get a similar result:


Template:Math


The partial sums seemingly tend towards 2 . This supports our assumption that for the infinite sum, 1+12+14+18+=2 is a sensible definition.

So we just assigned a specific value to a particular infinite sum. Now, we would like to extend this intuitive concept to an exact definition for infinite sums. This opens up a set of questions:

  • How can we determine the value of an arbitrary infinite sum?
  • Are there maybe infinite sums which cannot be assigned a value?
  • And if yes, how do we see whether an infinite series can be assigned a value or not?


In this chapter, we will use the concept of a series to formally define what the value of an infinite sum is. Series will be defined using partial sums, which are finite and hence may be easily evaluated. In the following chapters, we will see that there actually are infinite sums, which cannot be assigned a value. And we will obtain some criteria for finding out whether an infinite sum may be evaluated or not.

Finite sums

File:Summenschreibweise Definition mit Beispiel.webm

Summation convention for finite sums

A finite sum (as you may suspect from its name) is nothing else but a sum with finitely many summands. There is an efficient way of denoting such a sum, which we have already seen in Sum and product (missing). Instead of writing

Template:Math

we used the notation

Template:Math

Here, k is the summation index, which assumes all integer values starting from 1 up to its finite value of n. For each assumed k, the expression ak will return a summand - and all of these summands are finally added up. This principle is made clear in the following animation:


Animation zur endlichen Summe

Math for Non-Geeks: Template:Beispiel

Partial sums

File:Partialsummen - Erklärung mit Beispiel.webm


As we now know how to define finite sums, we may proceed with the formal definition of an infinite sum. We start with the form, which seems intuitively most plausible:

Template:Math

And consider the sequence of partial sums:

Template:Math

This sequence will be used to define infinite sums. Sn is the sum over the first n summands - and hence a finite sum:

Template:Math

These partial sums are parts of the finite sum. Formally, we may define:


Math for Non-Geeks: Template:Definition

Series

The value of an infinite sum should be the limit of its partial sums: Template:Math

We may first construct the sequence of all possible partial sums and then consider their limit. This sequence of partial sums is defined to be a series. We denote it by k=1ak. This notation is very similar to that of the n-th partial sum k=1nak. But instead of writing down the final index n at which the summation has to be stopped, we use the infinity symbol , emphasizing that our summation does not end. The formal definition now reads:

Math for Non-Geeks: Template:Definition


Next, we identify the outcome of the infinite summation with the limit of the partial sum sequence. This sequence of partial sums is just an ordinary sequence. It either has a limit value, or it diverges. If the partial sum sequence diverges, then the infinite sum / series is also said to diverge. In case, it actually converges towards a certain limit, then the limit value is also assigned to the infinite sum. Technically, an infinite sum is nothing else but the limit of its partial sum sequence. This limit is denoted by k=1ak as well:


Math for Non-Geeks: Template:Definition Template:Noprint

Is a series a number or a sequence? Template:Anchor

As we already noticed, the expression k=1ak is used to denote either the sequence of partial sums (= series) or its limit (= value of the series) . This contradicts the basic principle that notations in mathematics should always be unique! The expression k=1ak cannot describe two different objects (a sequence and a number) at once. Instead, we have to choose the correct meaning from the context. This problem is also treated in the book „Analysis 1“ by Otto Forster:

„The Symbol

n=0an

may mean two things:

  1. The sequence (n=0man)m of partial sums.
  2. In case of convergence the limit limmn=0man.“

– Otto Forster in „Analysis 1“[1], translated from German

If we, for instance, say "the series k=1ak converges" or talk about "the series k=1ak" in general, then the expression is meant to describe a sequence (first meaning). In case that k=1ak is treated like a number in calculations, then the expression is meant to denote the limit (second meaning). So we need to pay attention what is meant when using the expression k=1ak: a sequence of partial sums or its limit.

Conclusion

We just formally defined the idea of an infinite sum:

  1. We defined the sum of the first n summands as n-th partial sum.
  2. We called the sequence of these partial sums a "series". The limit of this sequence was defined to be the value of our infinite sum.

Template:Noprint

Exercise

Math for Non-Geeks: Template:Aufgabe

Sequence of remainders

As we have seen, a series k=1ak is the same thing as the sequence of its partial sums (k=1nak)n . Let us assume that k=1ak converges. That means, the limit limnk=1nak exists and equals the value k=1ak of the series. Hence, limn(k=1akk=1nak)=0.

Let us consider the difference between the above limit and the partial sums. The difference between the value of the series (the limit) and the n-th partial sum is called n-th remainder Rn. We may also thik of it as the "error" of the n-th partial sum approximating the value of the series.

The formal definition of the n-th remainder reads: Math for Non-Geeks: Template:Definition

The remainders will therefore take the following form:

Template:Math

Now, consider the sequence of remainders (Rn)n. How do we expect this sequence to behave? We already mentioned above that for convrgent series, the remainders should tend to zero, so limnRn=limn(k=1akk=1nak)=0 makes sense. And we will prove that claim in the following theorem:

Math for Non-Geeks: Template:Satz

Math for Non-Geeks: Template:Hinweis

{{#invoke:Math for Non-Geeks/Seite|unten}}

Template:BookCat

  1. Forster, Otto. Analysis. F. Vieweg, 1978. 6. Auflage. Seite 35