The concept of a limiting process at infinity is one of the central ideas of mathematical analysis. It forms the basis for all its essential concepts, like continuity, differentiability, series expansions of functions, integration, etc. The transition from a discrete to a continuous setting constitutes the modelling strength of mathematical analysis. Discrete models of physical, technical or economic processes can often be better and more easily understood, provided that the number of their atoms—their discrete building blocks—is sufficiently big, if they are approximated by a continuous model with the help of a limiting process. The transition from difference equations for biological growth processes in discrete time to differential equations in continuous time are examples for that, as is the description of share prices by stochastic processes in continuous time. The majority of models in physics are field models, that is, they are expressed in a continuous space and time structure. Even though the models are discretised again in numerical approximations, the continuous model is still helpful as a background, for example for the derivation of error estimates.
The following sections are dedicated to the specification of the idea of limiting processes. This chapter starts by studying infinite sequences and series, gives some applications and covers the corresponding notion of a limit. One of the achievements which we especially emphasise is the completeness of the real numbers. It guarantees the existence of limits for arbitrary monotonically increasing bounded sequences of numbers, the existence of zeros of continuous functions, of maxima and minima of differentiable functions, of integrals, etc. It is an indispensable building block of mathematical analysis.
5.1 The Notion of an Infinite Sequence
Definition 5.1
Let X be a set. An (infinite) sequence with values in X is a mapping from to X.
Experiment 5.2
The M-file mat05_1a.m offers the possibility to study various examples of sequences which are increasing/decreasing, bounded/unbounded, oscillating, convergent. For a better visualisation the discrete points of the graph of the sequence are often connected by line segments (exclusively for graphical purpose)—this is implemented in the M-file mat05_1b.m. Open the applet Sequences and use it to illustrate the sequences given in the M-file mat05_1a.m.
Example 5.3
Below we develop some concepts which help to describe the behaviour of sequences.
Definition 5.4
- (a)
for all ;
- (b)
if T is a real number and for all , then .
- (a)
for all ;
- (b)
there exists at least one such that .
Experiment 5.5
Investigate the sequences produced by the M-file mat05_1a.m with regard to the concepts developed above.
Definition 5.6
The sequence converges to a limit a if it settles in each -neighbourhood of a.
In the case of convergence the limit can be interchanged with addition, multiplication and division (with the exception of zero), as expected.
Proposition 5.7
Proof
The important ideas of the proof were: Splitting in two summands with the help of the triangle inequality (see Exercise 2 of Chap. 1); bounding by using the assumed convergence; upper bounds for the terms and by fractions of (again possible due to the convergence) so that the summands together stay less than . All elementary proofs of convergence in mathematical analysis proceed in a similar way.
Real-valued sequences with terms that increase to infinity with growing index n have no limit in the sense of the definition given above. However, it is practical to assign them the symbol as an improper limit.
Definition 5.8
Example 5.9
5.2 The Completeness of the Set of Real Numbers
As remarked in the introduction to this chapter, the completeness of the set of real numbers is one of the pillars of real analysis. The property of completeness can be expressed in different ways. We will use a simple formulation which is particularly helpful in many applications.
Proposition 5.10
(Completeness of the set of real numbers) Each monotonically increasing sequence of real numbers that is bounded from above has a limit (in ).
Proof
If the sequence also has negative terms, it can be transformed to a sequence with non-negative terms by adding the absolute value of the first term which results in the sequence . Using the obvious rule allows one to apply the first part of the proof.
Remark 5.11
Example 5.12
Consider a sequence with upper bound T. Each real number is also an upper bound. We can now show that there always exists a smallest upper bound. A bounded sequence thus actually has a supremum as claimed earlier.
Proposition 5.13
Each sequence of real numbers which is bounded from above has a supremum.
Proof
Let be the maximum of the first n terms of the sequence. These maxima on their part define a sequence which is bounded from above by the same bounds as but is additionally monotonically increasing. According to the previous proposition it has a limit . We are going to show that this limit is the supremum of the original sequence. Indeed, as for all n, we have for all n as well. Assume that the sequence had a smaller upper bound , i.e. for all n. This in turn implies for all n and contradicts the fact that . Therefore, is the least upper bound.
Application 5.14
We are now in a position to show that the construction of the exponential function for real exponents given informally in Sect. 2.2 is justified. Let be a basis for the power to be defined with real exponent . It is sufficient to treat the case (for negative r, the expression is defined by the reciprocal of ). We write r as the limit of a monotonically increasing sequence of rational numbers by choosing for the decimal representation of r, truncated at the nth digit. The rules of calculation for rational exponents imply the inequality . This shows that the sequence is monotonically increasing. It is also bounded from above, for instance, by , if q is a rational number bigger than r. According to Proposition 5.10 this sequence has a limit. It defines .
Application 5.15
Let . Then .
In the proof we can restrict ourselves to the case since otherwise the argument can be used for 1 / a. One can easily see that the sequence is monotonically increasing; it is also bounded from above by 1. Therefore, it has a limit b. Suppose that . From we infer that for , which contradicts the assumption . Consequently .
5.3 Infinite Series
Definition 5.16
The sequence of the partial sums is called a series. If the limit exists, then the series is called convergent, otherwise divergent.
Experiment 5.17
In the experiment the convergence of Series 5 seems obvious, while the observations for the other series are rather not as conclusive. Actually, Series 1 and 2 are divergent while the others are convergent. This shows the need for analytical tools in order to be able to decide the question of convergence. However, we first look at a few examples.
Example 5.18
The case : For we have which tends to infinity; for , the partial sums oscillate between 1 and 0. In both cases the series diverges.
Example 5.19
Example 5.20
There are a number of criteria which allow one to decide whether a series converges or diverges. Here we only discuss two simple comparison criteria, which suffice for our purpose. For further considerations we refer to the literature, for instance [3, Chap. 9.2].
Proposition 5.21
- (a)
If the series is convergent then the series converges, too.
- (b)
If the series is divergent then the series diverges, too.
Proof
(a) The partial sums fulfill and , hence are bounded and monotonically increasing. According to Proposition 5.10 the limit of the partial sums exists.
Under the condition of the proposition one says that dominates . A series thus converges if it is dominated by a convergent series; it diverges if it dominates a divergent series.
Example 5.22
Example 5.23
The series diverges. This follows from the fact that . Therefore, the series dominates the harmonic series which itself is divergent, see Example 5.20.
Example 5.24
Example 5.25
5.4 Supplement: Accumulation Points of Sequences
Occasionally we need sequences which themselves do not converge but have convergent subsequences. The notions of accumulation points, limit superior and limit inferior are connected with this concept.
Definition 5.26
If a sequence is convergent with limit a then a is the unique accumulation point. Accumulation points of a sequence can also be characterised with the help of the concept of subsequences.
Definition 5.27
Example 5.28
Proposition 5.29
A number b is an accumulation point of the sequence if and only if b is the limit of a convergent subsequence .
Proof
Conversely, it is obvious that the limit of a convergent subsequence is an accumulation point of the original sequence.
In the proof of the proposition we have used the method of recursive definition of a sequence, namely the subsequence .
We next want to show that each bounded sequence has at least one accumulation point—or equivalently—a convergent subsequence. This result bears the names of Bolzano2 and Weierstrass3 and is an important technical tool for proofs in many areas of analysis.
Proposition 5.30
(Theorem of Bolzano–Weierstrass) Every bounded sequence has (at least) one accumulation point.
Proof
Due to the boundedness of the sequence there are bounds so that all terms of the sequence lie between b and c. We bisect the interval [b, c]. Then in at least one of the two half-intervals or there have to be infinitely many terms of the sequence. We choose such a half-interval and call it . This interval is also bisected; in one of the two halves again there have to be infinitely many terms of the sequence. We call this quarter-interval . Continuing this way we obtain a sequence of intervals of length each of which contains infinitely many terms of the sequence. Obviously the are monotonically increasing and bounded, therefore converge to a limit b. Since each interval by construction contains infinitely many terms of the sequence, b is an accumulation point of the sequence.
If the sequence is bounded then the set of its accumulation points is also bounded and hence has a supremum. This supremum is itself an accumulation point of the sequence (which can be shown by constructing a suitable convergent subsequence) and thus forms the largest accumulation point.
Definition 5.31
The largest accumulation point of a bounded sequence is called limit superior and is denoted by or . The smallest accumulation point is called limit inferior with the corresponding notation or .
For example, the sequence from Fig. 5.3 has and
5.5 Exercises
- 1.
-
Find a law of formation for the sequences below and check for monotonicity, boundedness and convergence:
- 2.
-
Verify that the sequence converges to 1.
Hint. Given , find such that - 3.
-
Determine a recursion formula that provides the terms of the geometric sequence , successively. Write a MATLAB program that calculates the first N terms of the geometric sequence for an arbitrary . Check the convergence behaviour for different values of q and plot the results. Do the same with the help of the applet Sequences.
- 4.
-
Investigate whether the following sequences converge and, in case of convergence, compute the limit:
- 5.
-
Investigate whether the following sequences have a limit or an accumulation point. Compute, if existent, :
- 6.
-
Open the applet Sequences, visualise the sequences from Exercises 4 and 5 and discuss their behaviour by means of their graphs.
- 7.
-
The population model of Verhulst from Example 5.3 can be described in appropriate units in simplified form by the recursive relationship
- (a)
-
For the sequence converges to 0.
- (b)
-
For the sequence tends to a positive limit.
- (c)
-
For the sequence eventually oscillates between two different positive values.
- (d)
-
For the sequence behaves chaotically.
- 8.
-
The sequence is given recursively by
- 9.
-
Write a MATLAB program which, for given and , calculates the first N terms of the sequence
- 10.
-
Give formal proofs for the remaining rules of calculation of Proposition 5.7, i.e. for addition and division by modifying the proof for the multiplication rule.
- 11.
-
Check the following series for convergence with the help of the comparison criteria:
- 12.
-
Check the following series for convergence:
- 13.
-
Try to find out how the partial sums of the series in Exercises 11 and 12 can be calculated with the help of a recursion and then study their behaviour with the applet Sequences.
- 14.
-
Prove the convergence of the series
Hint. Use the fact that is fulfilled for (why)? From this it follows that . Now apply the appropriate comparison criterion.
- 15.
-
Prove the ratio test for series with positive terms : If there exists a number q, such that the quotients satisfy
Hint. From the assumption it follows that , and thus successively for all k. Now use the comparison criteria and the convergence of the geometric series with .