Math for Non-Geeks/Examples and properties of sequences

From testwiki
Jump to navigation Jump to search

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

Examples

Constant sequence

Example for a constant sequence: an=2 for all n

A sequence is called constant, if all of its elements are equal. An example is:

Template:Math

With c , the general form of a constant sequence is an:=c for all n.

Arithmetic sequences

Example for an arithmetic sequence: an=n for all n

Arithmetic sequences have constant differences between two elements. For instance, the sequence of odd numbers is arithmetic, since any two neighbouring elements have difference 2:

Template:Math

Template:Noprint/top A further example is sequence (an)n with an:=n for all n:

Template:Math Template:Noprint/bottom

Math for Non-Geeks/Template:Frage

Math for Non-Geeks/Template:Frage

Geometric sequence

Example for a geometric sequence: an=2n for all n∈ℕ For the geometric sequence we have a constant ratio between two subsequent elements. No element is allowed to be 0, since else we would get into trouble dividing by 0 when computing ratios. An example for a geometric sequence is an=2n where the constant ratio is given by 2:

Template:Math

Math for Non-Geeks/Template:Frage

Math for Non-Geeks/Template:Frage

which can easily be checked by induction.

Harmonic sequence

The first ten element of the harmonic sequence

The sequence an=1n is called harmonic sequence. The name originates from the fact that intervals in music theory can be defined by it: It describes octaves, fifths and thirds. Mathematicians like it, because it is one of the smallest sequences where the sum over all elements gives infinity (we will com to this later, when concerning series).The first elements of this sequence are:

Template:Math

The similar sequence an=(1)n1n or bn=(1)n+11n is called alternating harmonic sequence . Explicitly, the first elements are

Template:Math

or

Template:Math

For k the generalized harmonic sequence is given by

Template:Math

Alternating sequences

Example for an alternating sequence: an=(−1)n for all n∈ℕ An alternating sequence is characterized yb a change of sign between any two sequence elements. The term "alternating" just means that the presign is "constantly changing". For instance, the sequence an=(1)n alternates between the values 1 and 1, so we have an alternating sequence . A further example is an=(1)n+1n with (an)n=(1,2,3,4,5,6,).

Template:Noprint/top More generalyl, any alternating sequence can be put into the form:

  1. an=(1)nbn
  2. an=(1)n+1bn

Here, bn=|an| is a sequence of non-negative numbers. Template:Noprint/bottom Math for Non-Geeks/Template:Frage

The exponential sequence

Template:Todo A common example for a sequence is the exponential sequence. For instance, it appears when you invest money and get a return (e.g. in terms of interests). For instance, imagine you invest one "money" of any currency (dollar or pound or whatever) at a bank with a rate of interest of 100% (oh my gosh, what a bank!) Then, after one year, you will get paid back 1+1=2 "moneys" (2 units of money). Is there a way to get more money, if you are allowed to spread 100% of interests over a year? You could ask the bank to pay you an interest rate of 50%, but twice a year. Then, after one year where multiplying your money twice, you get back

Template:Math

units of money. Those are 0.25 units more! If you split the interest rate in even smaller parts, you get even more: for 4 times 25%, you get back 2.44 units of money.

Math for Non-Geeks/Template:Frage

In general, if you split the 100% into n parts, then in the end you will receive

Template:Math

units of money. This can be interpreted as a sequence in n: the sequence ((1+1n)n)n is also called "exponential sequence". Now, can you make infinitely much money within one year, just by splitting the 100% infinitely often? The answer is: unfortunately no. There is an upper bound to how much money you can make that way. It is called Euler's number e=2.71828. So you do not get above 2.72 units of money. The proof why this sequence ((1+1n)n)n converges to e can be found within the article "monotonicity criterion".

Sequence of Fibonacci numbers

The first elements of the Fibonacci sequence
How to determine the Fibonacci sequence

The Fibonacci sequence has been discovered already in 1202 by Leonardo Fibonacci . He investigated populations of rabbits, which approximately spread by the following rule:

  1. At first, there is one pair of rabbits being able to mate.
  2. A pair of rabbits being able to mate gives birth to another pair of rabbits every month.
  3. A newborn pair takes one month where it cannot give birth to rabbits until it is finally able to do so.
  4. We consider an ideal world, with no rabbits leaving, no predators, infinitely much food and no rabbits dying.

Math for Non-Geeks/Template:Frage

Mixed sequences

Mixed sequences are a generalization of alternating sequence. We merge two sequences (bn)n and (cn)n into a new one which consists alternately of elements of (bn)n and (cn)n, i.e.

Template:Math

An element with odd index, e.g. a2k1 for k will be equal to bk from the sequence (bn)n . And an element with even index, e.g. a2k for k agrees with ck from the sequence (cn)n .

In order to get a general formula for an with n , we just have to distinguish the cases of even and odd n . For odd n , there is k=n+12 or equivalently n=2k1 , so we get an=a2k1=bk=bn+12. For an even n there is an=cn2. Together, we have

Template:Math

(an)n is then said to be a mixed sequence composed by (bn)n and (cn)n.

Math for Non-Geeks/Template:Beispiel

If you encounter an exercise where a sequence is defined with a distinction between even and odd n , then it is just a mixed sequence. Basically, any sequence can be interpreted as a mixed sequence: Any (an)n is composed by (a2n1)n and (a2n)n. For instance (1,2,3,)can be seen as a merger of (1,3,5,) and (2,4,6,).

Math for Non-Geeks/Template:Frage

Properties and important terms

Bounded sequence

An example for a bounded sequence (an=(−1)n+1⋅1n) with some bounds.


a sequence is called bounded from above, if there is an upper bound, i.e. a large number, which is never exceeded by any sequence element. This number bounds the sequence from above. The mathematical definition of this expression reads:

Template:Math

Template:Noprint

Analogously, a sequence is bounded from below if and only if there is a lower bound, i.e. a number for which all sequence elements are greater than this number. The mathematical definition hence reads:

Template:Math

Math for Non-Geeks/Template:Frage

If a sequence is both bounded from above and from below, we just call it bounded. So we have the following definitions:

upper bound
An upper bound is a number, which is greater than any sequence element. So S is an upper bound of (an)n, if and only if anS for all n.
sequence bounded from above
A sequence is bounded from above, if it has any upper bound.
lower bound
A lower bound is a number, which is smaller than any sequence element. So S is a lower bound of (an)n, if and only if anS for all n.
sequence bounded from below
A sequence is bounded from below, if it has any lower bound.
bounded sequence
A sequence is bounded, if it has both an upper and a lower bound.

Math for Non-Geeks/Template:Hinweis

Template:Noprint/top There is an alternative definition of boundedness:

Math for Non-Geeks/Template:Satz Template:Noprint/bottom

Math for Non-Geeks/Template:Frage

Monotone sequences

Sequences are also distinguished according to their growth behaviour: If the sequence elements of become larger and larger (i.e. each subsequent sequence member an+1 is larger than an), this sequence is called a strictly monotonically growing/increasing sequence. Similarly, a sequence with ever smaller sequence elements is called a strictly monotonously falling/decreasing sequence. If you want to allow a sequence to be constant between two sequence elements, the sequence is called only monotonously growing/increasing sequence or monotonously falling/decreasing sequence (without the "strictly"). Remember: "strictly monotonous" means as much as "getting bigger and bigger" or "getting smaller and smaller". In contrast, "monotonous", without the "strict", means as much as "getting bigger and bigger or remaining constant" or "getting smaller and smaller or remaining constant". The mathematical definition is:

Math for Non-Geeks/Template:Definition

Math for Non-Geeks/Template:Frage

Remark: convergent sequences

Sequences are also distinguished by whether they have a limit or not. Sequences which have a limit are called convergent and all other ones are divergent. This property requires a bit more explanation. We will come back to it later within the article "convergence and divergence".

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

Template:BookCat