Math for Non-Geeks/Sequences

From testwiki
Jump to navigation Jump to search

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

The sequence is one of the most important terms in analysis. On the basis of sequences we will define the term of the limit value later. This in turn allows us to introduce all important concepts of analysis like derivative and continuity.

Sequences in "everyday life"

File:Folgen - Quatematik.webm Maybe, you can think of some examples from your everyday life, where "things line up" as a sequence...

Math for Non-Geeks/Template:Frage


All examples have in common that the order of the elements of a sequence is exactly defined. There is an exactly defined order of the sequence elements, which has to be considered. After getting up you should make coffee before drinking it (the reverse order would be suboptimal Template:Smiley).

In addition, one or more objects can appear several times in a sequence. In the sequence of the soccer world champions, some nations appear more than once because they won the soccer world championship more than once. This distinguishes a sequence from a set. For a set it does not make sense to ask how often an element occurs in the set, as it may occur at most once. One can only ask whether an object is an element of a set or not.

Furthermore, you can number the individual sequence members of a sequence. You can say who was the first president of the USA, the second president and so on. So you can assign one or more numbers to each element of a sequence, which indicate at which position this object occurs in the sequence.

Many of the sequences known in everyday life are finite, but infinite sequences are imaginable too. If soccer world championships would be played for all eternity, the sequence of soccer world champions would be infinite.


Formal definition

Let us now turn to the concept of a sequence in mathematics. The big difference to the notion of sequences in everyday life is, that in mathematics a sequence is always infinitely long. In mathematics there are also "finite sequences", but mathematicians call them"tuples" instead of sequences. ("finite = tuple", "infinite = sequence")

A sequence is thus an infinite sequence (a1,a2,a3,a4,) of objects. Here a1 stands for the object in the first place, a2 for the object in the second place and so on. For sequences there is the abbreviated notation (an)n. This is the (intuitive) definition of a sequence:


Template:-

This definition is only intuitive, because we did not define the term "infinite ordered arrangement" exactly. This has to be done for an exact (non-intuitive) definition.

Math for Non-Geeks/Template:Beispiel

Math for Non-Geeks/Template:Frage

Important terms

The single elements an of a sequence are mathematically called sequence elements. They are enumerated by a natural number n. This natural number is called index. For example, a4 is the sequence element of index 4.

For a sequence with elements from the set M, a sequence elements must be an element of the set M. For instance, take the sequence (1, 1, 1, 2, 3, 4, 5, 6,). The sequence member a1 is identical to a2 or a3, namely the number 1.

If you refer to the whole sequence, you write (an)n. Two short notations for (an)n are (an)n and (an). Often the letter n is used as an index variable. But every letter can be used as index variable as long as it has no other meaning in the respective context. For instance, (am)m, (ai)i, (aj)j or (ak)k are common, as well.

In real analysis, we consider sequences of real numbers. These special sequences are called real-valued sequences. In the following overview and in the following table all essential terms concerning the components of sequences are summarized:


Template:Math

term notation definition
sequence (an)n or (an) A sequence is an infinite arrangement of objects.
sequence element an A sequence element is one specific element within a sequence, standing at some position.
index n The index is that position, i.e. a natural number.

Math for Non-Geeks/Template:Warnung

Definition as a function

Definition

Above we have intuitively defined the sequence as an infinite arrangement of objects. The term of a function will allow us to make a mathematically precise definition: We take the set of natural numbers and assign to each natural number n an object an (where the objects come from some set M in which the sequence takes its values). Thus we get an infinite and numbered arrangement of objects, as the following sketch illustrates:


Template:Math

So a sequence is mathematically a function MFor instance, we could write the sequence of Presidents of the US as such a function:

Template:Math

(For English monarchs, the situation is not so easy as there are different houses with different sequences.)

The function assigns to any natural number n the corresponding n-th sequence element:

Math for Non-Geeks/Template:Definition

The definition above only uses mathematical terms, so it serves as a mathematically exact definition. Hence, it is used in textbooks as definition for a sequence.

Remarks

For a sequence (an)n with sequence elements from the set M the short form (an)n=(a1,a2,) stands for a function f:M,nan. So sequences are nothing else than functions.

Let us take the two sequences (an)n=(f:,nn) and (bn)n=(g:,nn). Strictly speaking, both sequences are different, because the target sets are and , i.e. different and therefore the functions are different, as well. But their "short spellings" do not differ: (an)n=(1, 2, 3, 4,) and (bn)n=(1, 2, 3, 4,). This distinction becomes obvious, if you call (an)n a sequence in the natural numbers and (bn)n a sequence in the real numbers.

To make clear that a sequence (an)n is a mapping from the natural numbers into the set M, we say that (an)n is a sequence in M. Sometimes also the notation (an)nM is used.

Math for Non-Geeks/Template:Frage

Kinds of sequences

Nested intervals are a sequence of sets.
A sequence of quadratic functions.

Folgen können beliebige Objekte als Folgenglieder besitzen. So sind reelle Folgen Folgen von reellen Zahlen. Dies ist auch der Typ der meisten Folgen, die uns in der Analysis begegnen werden. There is aber auch möglich, Folgen von komplexen Zahlen zu haben, welche komplexe Folgen genannt werden. Aber auch Folgen von Mengen oder Folgen von Funktionen sind möglich.

In den letzten Kapiteln haben wir bereits Intervallschachtelungen kennengelernt. Since Intervalle Mengen sind, sind Intervallschachtelungen Beispiele für Folgen von Mengen. Die folgende Tabelle listet einige Beispiele für Folgen auf:


Sequences can have any objects as sequence elements. There are real-valued sequences , which are sequences in the real numbers. Most sequences, which we encounter in real analysis will be of this type. Taking sequences of complex numbers, we get complex-valued sequences. But also sequences of sets or sequences of functions are possible (see the two figures).

In the last articles, we already learned about nested intervals. Since intervals are sets, nested intervals are an example for sequences of sets. The following table lists some examples of sequences:


kind of sequences explicit law the first elements
real sequence (an)n an=n2 1,4,9,16,
complex sequence (cn)n cn=in i,1,i,1,i,
sequence of sets (Mn)n Mn={k|kn} {1},{1,2},{1,2,3},{1,2,3,4},
sequence of intervals (Mn)n Mn=[1n,1n] [1,1],[12,12],[13,13],[14,14],
sequence of functions (fn)n fn::xx2n f1(x)=x2,f2(x)=x22,f3(x)=x23,f4(x)=x24,

The explicit law is the formula with which a sequence element can be expressed directly, if just the index is given. There is also a recursive law, which states what an element is in terms of the previous elements. In the next chapter, we will discuss the different laws for sequences in more detail.

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

Template:BookCat