Math for Non-Geeks/How to prove convergence for recursive sequences
{{#invoke:Math for Non-Geeks/Seite|oben}}
This article shows you how to prove convergence for recursively defined sequences, i.e. if there is only given and it is not known, what explicitly looks like. The monotonicity criterion will turn out very useful for this.
Problem setting
We want to solve problems of the following kind:
Applying the epsilon-criterion is complicated, here: it is not a priori known how elements with large indices look like (e.g. ), which makes it hard to guess a limit . It is even harder to give a bound for , as the explicit form of is often not known.
Problem solving strategies
The article will cover two strategies for proving convergence of a recursively defined sequence:
- Finding the explicit form: You may try to find the explicit for of the sequence elements . Then it can be easier to determine a limit and prove convergence.
- Using the monotonicity criterion: If you can not find an explicit form, but you are convinced that the sequence should converge, you may try to use this criterion. It works without knowing an explicit form.
Finding the explicit form
One way to prove convergence is to try to find an explicit form for the sequence elements . It is useful, to compute the first sequence elements in order to get a feeling of how the sequence behaves. In the above example:
These elemnts are all smaller than 1, while slowly approaching it. We therefore assert that converges to 1. Let us try to find an explicit form, i.e. a map . That means, we are looking for a term with:
The denominator suspiciously looks like a power of . The enumerator seems to be always one less than the denominator: Template:Math
That would mean, . So we assert that
Now, we should try to prove or disprove this assertion. Induction is a suitable way to do this, as the recursion relation may perfectly serve as an induction step. The induction starts with Template:Math
The induction step from to is done using the recursion relation:
So we indeed proved . This explicit form allows us to use the usual tools (from the previous articles) for proving convergence. For instance, we know and we can use the limit theorems:
Alternative way: using a telescoping sum
Sometimes, finding a simple explicit form may be enormously hard or even impossible. In any case, one can write the elements using telescoping sums. To illustrate this, we consider:
The difference between two sequence elements and is
Applying this step again yields
So each time, we get an additional factor of . After steps, there will be
This is not yet an explicit for for , but for the differences . However, we can express using telescoping sums:
The right-hand side is a geometric sum
This allows for an explicit expression
Using and the limit theorems, we get
Using the monotonicity criterion
Step 1: Proving convergence
What if we cannot find an explicit form of the sequence elements? If the sequence is monotonically increasing or decreasing, the monotonicity criterion can be useful. We recall this criterion:
Hence, it suffices to show boundedness and monotonicity of the sequence. For instance, in the above case:
Which seems to be monotonically increasing and bounded by .
Monotonicity is proven inductively. Clearly , as
The induction step from to consists of showing that the sequence element gets bigger within that step:
This establishes monotonicity of the sequence. Boundedness by can also be shown inductively. Of course, which is smaller than 1. In the induction step, we need to show that if , then also stays smaller or equal 1:
Hence, is bounded from above by . Now, the monotonicity criterion can be applied: The sequence is monotonically increasing and bounded from above, so it must converge.
Step 2: finding the limit
The convergence above can be used for finding the limit. By step 1, we already know that there must be a limit with and it can be at most the upper bound, namely 1. As the sequence elements approach 1 closer and closer, we assert that it is exactly 1.
To verify this, we take a look at :
So if there is any , it must fulfil . We resolve the equation for and get
So is indeed the limit of the sequence .
Math for Non-Geeks: Template:Frage
Exercises
Exercise 1
Math for Non-Geeks: Template:Gruppenaufgabe
Übungsaufgabe 2
Math for Non-Geeks: Template:Gruppenaufgabe
Application: computing roots by Heron's method


We will now come to an application, where convergence of a recursively defined sequence can be shown using the monotonicity criterion: Heron's method can be used to compute roots of integers, rational or even real numbers . It recursively constructs a sequence of better and better approximations for the root . That these approximation get increasingly better is fixed within a theorem:
Math for Non-Geeks: Template:Satz
Math for Non-Geeks: Template:Hinweis
Exercise
Math for Non-Geeks: Template:Aufgabe
Math for Non-Geeks: Template:Hinweis
{{#invoke:Math for Non-Geeks/Seite|unten}}