Zum Inhalt springen

Examples and properties of sequences

Aus Wikibooks

Examples

[Bearbeiten]

Constant sequence

[Bearbeiten]
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:

(an)n=(2,2,2,2,2,)

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

Arithmetic sequences

[Bearbeiten]
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:

(an)=(1,3,5,7,9,11,)

A further example is sequence (an)n with an:=n for all n:

(an)=(1,2,3,4,5,)

Question: What is the recursive rule for a general arithmetic sequence?

The first element a1 may be imposed arbitrarily. The next one has any constant distance from a1.Let's call this difference d. Then, a2a1=d and hence a2=a1+d . Analogously, since a3a2=d there is a3=a2+d and so on. So we have the recursive definition:

a1 arbitraryan+1:=an+d for all n

Question: What is the explicit rule for a general arithmetic sequence?

We already know the recursive rule an+1=an+d for all n, where a1 Is given. That means a2=a1+d and a3=a2+d=(a1+d)+d=a1+2d. Analogously a4=a1+3d. So we get an explicit rule for all n:

an=a1+(n1)d

Geometric sequence

[Bearbeiten]
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:

(an)=(2,4,8,16,32,64,)

Question: What is the explicit rule for a general geometric sequence?

The first element a10 for a geometric series is arbitrary. The second element must have a fixed ratio to a1. Let us call this ratio q0. This means a2a1=q, or equivalently a2=a1q . Now, as the ratio is always fixed, all other elements are given at this point. We have a3a2=q or equivalently a3=a2q and so on. Hence, the recursive definition reads:

a1{0} arbitraryan+1:=anq

Question: What is the explicit rule for a general geometric sequence?

Let us take the recursive rule an+1=anq and try to find an explicit formulation. There is a2=a1q and a3=a2q=a1q2. Analogously,a4=a1q3. This suggests:

an=a1qn1

which can easily be checked by induction.

Harmonic sequence

[Bearbeiten]
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:

(an)n=(1,12,13,14,15,)

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

(an)n=(1,12,13,14,15,)

or

(bn)n=(1,12,13,14,15,)

For k the generalized harmonic sequence is given by

(an)n=(1nk)n=(1,12k,13k,14k,15k,)

Alternating sequences

[Bearbeiten]
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,).

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.

Question: Which alternating sequences can be brought into which of the above two forms?

This is answered by taking a look at the first sequence element. If the first element with index 0 is positive(a0>0), then we have the form an=(1)nbn. Conversely, if a0<0 the we have an=(1)n+1bn.

If the first index is 1 (the sequence starts with a1, it is exactly the other way round.

If the first element is 0 , one needs to check the subsequent elements until one is strictly greater or smaller than 0. Only the sequence which is constantly 0 takes both forms at once.

The exponential sequence

[Bearbeiten]
To-Do:

Sketch the first sequence elements

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

(1+12)(1+12)=(1+12)2=1.52=2.25

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.

Question: Why do you get back 2.44 units if you split the interest rate of 100% in 4 equal parts of 25%?

After the first 3 months, the amount of money you have will be 1+14=1.25 . Another 3 months later, it will have increased by the same factor and you get (1+14)(1+14)=1.252=1.56 (approximately). Doing this two more times, you get

(1+14)(1+14)(1+14)(1+14)=(1+14)4=1.254=2.44

units of money.

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

(1+1n)(1+1n)=(1+1n)n

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 "monotony criterion".

Sequence of Fibonacci numbers

[Bearbeiten]
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.

Question: How many rabbits will be there in each month?

Let fn be the number of rabbit pairs being able to mate within month n. What is then fn+1 ? Within this month, an additional amount of rabbit pairs x will become able to mate. So there is fn+1=fn+x. But now, the newly mating rabbit pairs in month (n+1) are exactly those born in month (n1) (because rabbits are born, then they take a pause of one turn and after 2 months, they start to mate). I.e. x=fn1. Plugged into the above equation, we get:

fn+1=fn+fn1

Or after an index shift:

fn+2=fn+1+fn

In the beginning, there is f1=1 and f2=1 (rabbits born in month 1 only start to mate in month 3). So we have a recursively defined sequence, where each fn+2 can be determined if fn+1 and fn are known. This sequence is also called Fibonacci sequence. The shorthand definition reads:

f0=0f1=1fn+2=fn+1+fn

Its first elements are 1,1,2,3,5,8,13,21,34,55,89,...

Mixed sequences

[Bearbeiten]

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.

(an)n=(b1,c1,b2,c2,b3,c3,)

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

an={bn+12 for n oddcn2 for n even

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

Example (mixed sequence)

The alternating sequence (an)n given by an=(1)n (n) is a merger of the sequences bn=1 and cn=1 , since for n there is

an={1 for n odd1 for n even

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,).

Question: Are there sequences which remain invariant, if they are merged with itself?

Yes, but only constant sequences.

For c , if we mix the constant sequence bn=c with itself cn=c, we again get the constant sequence an=c.

Conversely, if (an)n is a mixture by (an)n and (an)n, then

an={an+12 for n oddan2 for n even

For any element an we can apply this formula. Since for n2 there is n+12<n or n2<n , we get smaller and smaller indices until we reach a1 . So the sequence has to be constant with only value a1.

Properties and important terms

[Bearbeiten]

Bounded sequence

[Bearbeiten]
An example for a bounded sequence (an=(1)n+11n) 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:

(an)n is bounded from above :S: n: anS

Or explicitly:

(an)n is bounded from above :... is defined by ...S:there is an upper bound S nfor all indices n anSelement with index n is smaller or equal S

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:

(an)n is bounded from below  : s: n: ans

Question: What does it mean that a sequence in not bounded from below or above?

We can formally invert the above statements:

(an)n is not bounded from above  : S: n: an>S

So a sequence is unbounded from above, if for any S there is some sequence element bigger than S. That means, parts of the sequence grow infinitely big. Conversely,:

(an)n is not bounded from above  : s: n: an<s

So a sequence is unbounded from below, if for any s there is a sequence element smaller than s. Intuitively, a part of the sequence gets infinitely small.

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.

Hint

An upper bound does not need to be the smallest (best) upper bound. And a lower bound does not need to be the greatest lower bound, either. For instance, if a sequence is bounded from above by 1 , then 2, 44, 123 and 502 are upper bounds, as well. Boundedness from above can be shown by just stating any upper bound.

There is an alternative definition of boundedness:

Theorem (alternative definition of boundedness)

A sequence is bounded if and only if there is a real number S0 , such that for all elements an there is |an|S .

Proof (alternative definition of boundedness)

This is equivalent to the first definition: We can show that

(S: n: anS) (s: n: ans)(S0: n: |an|S)

or explicitly:

(S: n: anS)an is bounded from above (s: n: ans)an is bounded from belowfirst definition... is equivalent to ...(S0: n: |an|S)alternative definition

So we have to prove equivalence, which means that we have to prove both directions of the above double arrow. Let us start with the first direction: We assume that the first definition is fulfilled by a sequence. Thus, there are real numbers S,s, such that for all sequence elements sanS holds. Then for all sequence elements there is also |an|max{|s|,|S|}. So the existence of some S within the alternative definition is established (S can be any positive, real number greater than or equal to max{s|,|S|}).

And what about the other direction? Let now be S>0 given, with |an|<S for all sequence elements. Then the inequality SanS holds for all sequence elements. Thus S represents a lower bound and S an upper bound for the sequence (an)n, so that the sequence is also bounded by the first definition.

Question: Which of the following sequences is bounded/unbounded from above/below?

  1. constant sequence
  2. arithmetic sequence
  3. geometric sequence
  4. harmonic sequence
  5. alternating harmonic sequence
  6. Fibonacci sequence

Lösung:

  1. constant sequence: Bounded.
  2. arithmetic sequence: For d>0 it is bounded from below by a0 and unbounded from above. For d<0 it is bounded from above by a0 and unbounded from below. For d=0 we have a constant sequence, which is bounded.
  3. geometric sequence: For q=1 we have a constant sequence, which is again bounded. For q>1 and a0>0 the sequence is bounded from below (by a0) and unbounded from above. For q>1 and a0<0 it is the other way round: The sequence is bounded from above by the negative number a0but unbounded from below. For q<1 the absolute values grow infinitely large and the sign is alternating. So the sequence is unbounded both from above and from below. If we choose 0<q<1 and a0>0 , it is bounded. The upper bound is a0 and the lower one 0. For 0<q<1 and a0<0 the lower bound is a0 and the upper bound is 0. So the sequence is bounded. And for 1<q<0 we also have boundedness by a1 and a0.
  4. harmonic sequence: The harmonic sequence (an)n=1nis bounded from above by a1=1 and from below by 0.
  5. alternating harmonic sequence: This sequence is also bounded. An upper bound is a2 and a lower bound is a1 for an=(1)n1n.
  6. Fibonacci sequence: Bounded from below (by 0), unbounded from above.

Monotone sequences

[Bearbeiten]

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:

Definition (monotone sequences)

For a real sequence (an)n we define:

(an)n grows strictly monotonously : n: an+1>an(an)n grows monotonously : n: an+1an(an)n falls strictly monotonously : n: an+1<an(an)n falls monotonously : n: an+1an

Question: Which of the following sequences are monotonously increasing/decreasing? For which ones, the monotony is strict?

  1. constant sequence
  2. arithmetic sequence
  3. geometric sequence
  4. harmonic sequence
  5. alternating harmonic sequence
  6. Fibonacci sequence

Lösung:

  1. constant sequence: Both monotonously increasing and decreasing, but not strictly.
  2. arithmetic sequence: For d>0 the sequence is strictly monotonously increasing. For d<0 the sequence is strictly monotonously decreasing. For d=0 we have a constant sequence.
  3. geometric sequence: For q>1 and a0>0 it is strictly monotonously increasing and for a0<0 it is strictly monotonously decreasing. For 0<q<1 and a0>0 it is strictly monotonously decreasing and for a0<0 strictly monotonously increasing. For q<0 we have an alternating sequence, which is neither monotonously increasing, nor decreasing. For q=1 the sequence is constant.
  4. harmonic sequence: strictly monotonously decreasing.
  5. alternating harmonic sequence: alternating and hence neither monotonously increasing, nor decreasing.
  6. Fibonacci sequence: monotonously increasing.

Remark: convergent sequences

[Bearbeiten]

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".