Sequences
A sequence is a list of objects. Unlike a set, the order of the objects in a sequence matters. The objects in a sequence are called elements or terms and are most commonly written between round or square brackets. Out of simplicity sequences are often also jut written out and separated by commas.
A sequence can have no elements at all, in which case it is called an empty sequence and is denoted by . The number of elements in a sequence is called its length. The length of a sequence can be finite or infinite.
Unlike a set, the same element can appear multiple times in a sequence.
- is a sequence with 5 elements.
- is a sequence with 5 elements, all of which are the number 1.
- is an infinite sequence.
- is an empty sequence.
Indexing
The elements of a sequence are indexed by natural numbers. The index of an element is the natural number that corresponds to the position of the element in the sequence. The index of the first element is usually 1 or 0, depending on the context. As a computer scientist, I prefer to start counting at 0, but in mathematics, it is more common to start counting at 1.
This also allows for sequences to be defined by a function:
Where the function maps the natural numbers i.e. the index to the real numbers i.e. the elements of the sequence.
The index is often written as a subscript to the variable name, e.g. is the n-th element of the sequence.
Forms of Sequences
Sequences can be defined primarly in three ways: Enumeration, explicitly with a formula, or recursively.
Enumeration
Explicitly
Recursively
Equality
Two sequences are equal if they have the same length and each element is equal to the corresponding element in the other sequence. Meaning that for two sequences to be equal, they must have the same elements in the same order.
- because the elements are the same and in the same order.
- because the elements are in a different order.
- because the sequences have different lengths.
Order Pair
An ordered pair is a sequence of exactly two elements. This is often used to represent points in a two-dimensional space, i.e the x and y coordinates of a point in the Cartesian coordinate system.
n-tuple
The idea of an ordered pair can be generalized for any finite number of elements a so called n-tuple. n-tuples are sequences of exactly n elements and are commonly seen in computer science and mathematics.
In linear algebra a vector is often represented as an n-tuple. For example a 3-dimensional vector in 3D space can be represented as a 3-tuple. This would correspond to a row-vector which we like to transpose to a column-vector.
Properties of Sequences
Monotony
Increasing and decreasing
strictly monotonically increasing
Eine Folge heisst Monoton wachsend, falls für alle Folgenglieder gilt Strng Monoton wachsend, falls für alle Folgenglieder gilt Monoton fallend, falls für alle Folgenglieder gilt Strng Monoton fallend, falls für alle Folgenglieder gilt
:::note
ist streng monoton wachsend. ist streng monoton fallend. ist weder monoton fallend not wachsend. ist monoton wachsend und fallend aber nicht streng.
:::
Untersuchung
Für die Untersuchung der Monotonie werden oft Ausdrücke der Form oder betrachtet.
Z.b wenn (eigentlich ) gilt, ist die Folge streng monoton fallend. wäre nur monoton fallend.
:::note
Zeig das die Folge streng monoton fallend ist.
- Es muss gelten:
- Gleichnamig machen:
- Vereinfachen:
- Oder es muss gelten:
- Kürzen:
:::
Boundedness
Eine Folge heisst Nach oben beschränkt, wenn es eine Zahl gibt, so dass für alle gilt. heisst eine obere Schranke der Folge. Nach unten beschränkt, wenn es eine Zahl gibt, so dass für alle gilt. heisst eine untere Schranke der Folge.
Hat eine Folge eine obere und untere Schranke ist sie eine beschränkte Folge.
:::note
nach oben Beschränkt mit nach unten Beschränkt mit Beschränkt mit und weder nach oben noch nach unten
:::
Limits and Convergence
:::note
Für
5 | 3.5 | 3 | 2.3 | 2.003 | 2.00003 |
Sprechweise: Die Folge strebt mit wachsendem gegen den Grenzwert 2.
Schreibweise: Wird gelesen als "Limes von für n gegen unendlich ist 2."
:::
-Umgebung
-Umgebung oder -Streifen ist ein Streifen mit einem Radius um den vermuteten Grenzwert. Der Index des Folgengliedes, welches als erstes im Streifen liegt, nennt man Eintauchzahl, .
:::note
mit Streifen ![[Pasted image 20211016100108.png]] Ist die Eintauchszahl , weil liegt auf dem Streifenrand, jedoch darin.
:::
Definition
Eine Folge konvergiert gegen einen Grenzwert wenn es zu jeder noch so kleinen Zahl eine Zahl gibt, so dass für alle .
Eine Folge die einen Grenzwert besitzt, heisst konvergent. Achtung !!!!! Eine Folge die keinen Grenzwert besitzt, heisst divergent.
- Jede monoton wachsende (bzw. fallende) Folge, die beschränkt ist, ist immer konvergent.
- Das Produkt einer beschränkten Folge und einer Nullfolge ist immer eine Nullfolge.
Untersuchen
:::note
vermuteter Grenzwert
Für erhält man daher ab beträgt Differenz von Folgenglied und Grenzwert weniger als
:::
Using Convergent Sequences
Sind und konvergente Folgen mit den Grenzwerten bzw. , so ist auch die Folge:
- konvergent mit für
- konvergent mit
- konvergent mit
- konvergent mit falls
Special Sequences
Artihmetic Sequences
Zero Sequences
Harmonic Sequences
Nullfolge eine Folge die den Grenzwert 0 besitzt. Harmonische Folge ist eine Nullfolge
Geometric Sequences
Folgen der Form: sind geometrische Folgen. Jedes Glied ist das geometrische Mittel seiner beiden Nachbarglieder
Convergence of Geometric Sequences
Eine geometrische Folge
- mit ist divergent
- mit ist konvergent mit Grenzwert 0
- mit ist eine konstante Folge
- mit ist divergent, da alternierend.
Rational Sequences
Für eine rationale Folge, die im Zähler aus einem Polynom k-ten Grades und im Nenner aus einem Polynom l-ten Grades besteht, gilt: