Zum Inhalt springen

Series

Aus Wikibooks

Motivation for a Series

[Bearbeiten]

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
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:


S1=1=1S2=1+12=1,5S3=1+12+14=1,75S4=1+12+14+18=1,875S5=1+12+14+18+116=1,9375


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

[Bearbeiten]
Finite sums and summation convention (YouTube video (in German) by the YouTube channel: MJ Maths)
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

a1+a2+a3+a4++an

we used the notation

k=1nak

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
Animation zur endlichen Summe

Example (Example for a finite sum)

Let us consider the finite sum

k=37k3


Here, k assumes all integer values starting from 3 through 7. The funcion assigning to each index its respective summand is given by ak=k3, so we map kk3. That means, for k=3 the summand is 33, for k=4 it is 43 and so on, until we have 73 for k=7. The final sum we obtain is now:


k=37k3=33+43+53+63+73

Partial sums

[Bearbeiten]
Partial sums - definition and example (YouTube video (in German) by the YouTube channel: MJ Maths)


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:

a1+a2+a3+a4+a5+

And consider the sequence of partial sums:

S1=a1S2=a1+a2S3=a1+a2+a3S4=a1+a2+a3+a4S5=a1+a2+a3+a4+a5 Sn=a1+a2+a3+a4+a5+an 

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

Sn=a1+a2+a3+a4+a5++an=k=1nak

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


Definition (Partialsumme)

Let (am)m be a sequnce in . Then, the following sum is called n-th Partial sum:

Sn=a1+a2+a3+a4+a5++an=k=1nak

Series

[Bearbeiten]

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

a1+a2+a3+a4+=limn(a1+a2+a3+a4++an)=limnk=1nak=limnSn

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:

Definition (Reihe)

For a real-valued sequence (ak)k, the series k=1ak is defined as the sequence of partial sums (k=1nak)n:

k=1ak=(k=1nak)n=(k=11ak, k=12ak, k=13ak, k=14ak, )=(a1, a1+a2, a1+a2+a3, a1+a2+a3+a4, )


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:


Definition (Limit of a series)

The limit k=1ak of a series is the limit of the corresponding partial sum sequence:

k=1ak=limnk=1nak

Hint

In the article „Cauchy-Kriterium für Reihen“ we will see that only the value of almost all summands is relevant for the convergence behavior (convergent / divergent). That means, if we change the value of finitely many summands in the series, the convergence behavior stays the same. However, the limit of a converging series may of course change if we replace some of its summands.

Is a series a number or a sequence?

[Bearbeiten]

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

[Bearbeiten]

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.

Example: geometrical series with 12

12+14+18+=1

Let us consider again the infinite sum 1+12+14+18+ given in the beginning. According to our definition, this sum is equivalent to the series k=012k. First, let us compute its partial sums:

S1=k=0012k=1=1S2=k=0112k=1+12=1,5S3=k=0212k=1+12+14=1,75S4=k=0312k=1+12+14+18=1,875S5=k=0412k=1+12+14+18+116=1,9375

The infinite sum 1+12+14+18+ is equivalent to the sequence of those partial sums:

k=012k=(k=0n112k)n=(k=0012k, k=0112k, k=0212k, k=0312k, )=(1, 1+12, 1+12+14, 1+12+14+18, )=(1; 1,5; 1,75; 1,875;)

We may directly give the result for any n-th partial sum, using the geometrical summation formula k=0nqk=1qn+11q for q1. Plugging in q=12, this yields:

Sn=1+12+14+18++12n1=k=0n112k=1(12)(n1)+1112=2(112n)=212n1

Hence, our series corresponds to the following sequence:

k=012k=(212n1)n

The sequence (212n1)n converges, as limn12n1=0 (geometrical sequence with q=12). Therefore, the value of our series equals 2:

k=012k=limnk=0n112k=limn(212n1)=2

Exercise

[Bearbeiten]

Exercise (geometrical series with 12)

Show convergence of the series k=0(1)k2k and determine its limit.

Solution (geometrical series with 12)

Using the geometrical summation formula, one may give an expression for the n-th partial sum:

Sn=112+1418++(1)n12n1=k=0n1(12)k=1(12)(n1)+11(12)=1(12)(n1)+132=23(1(12)n)=2323(12)n

Therefore:

k=0(1)k2k=(2323(12)n)n

Using limn(12)n=0 (geometrical sequence with q=12) and the calculation rules for limit values, convergence of the series may be shown:

k=0(1)k2k=limnk=0n1(12)k=limn[2323(12)n]=23230=23

Sequence of remainders

[Bearbeiten]

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:

Definition (n-tes Restglied einer Reihe)

Let k=1ak be a series. Then the n-th remainder is given by the following series:

Rn=k=n+1ak=an+1+an+2+an+3+

The remainders will therefore take the following form:

S1=a1R1=a2+a3+a4+S2=a1+a2R2=a3+a4+S3=a1+a2+a3R3=a4+Sn=a1+a2++anRn=an+1+an+2+an+3+

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:

Theorem (sequence of remainders)

Let k=1ak=(k=1nak)n=(Sn)n be a convergent series. Then, the sequence of remainders (Rn)n=(k=n+1ak)n will converge towards 0.

Proof (sequence of remainders)

Since the series converges, the limit limnSn=limnk=1nak=k=1ak=S< exists. Now

Rn=k=n+1ak=k=1akk=1nak=SSn

Using the calculation rules for limits, we obtain

limnRn=limn(SSn)=SlimnSn=SS=0

Therefore, (Rn)n is a null sequence.

Hint

Usually, it is not possible to write down an explicit formula for the sequence of remainders (Rn)n. However, in many cases one may give estimates or bounds for them. For instance, when considering alternating series k=1(1)k+1bk in general, the Leibniz-Kriteriums will yield us an "error estimate", i.e. an upper bound to the remainder. Taylor series allow for such error estimates as well.