Undergraduate

UndergraduateReal AnalysisSequences and Series


Convergence of Sequences


In the field of mathematics, especially in real analysis, it is essential to understand the concept of convergence in sequences. A sequence is simply an ordered list of numbers. Since sequences are the fundamental components of calculus, they form the backbone of defining and understanding limits, continuity, and other basic concepts of analysis. Let’s dive deep into the convergence of sequences, explore it through definitions, intuitive explanations, examples, and visualizations.

What is sequence?

A sequence is a set of numbers arranged in a specific order. Each number in the sequence is called a term. Sequences can be either finite or infinite. In mathematical notation, a sequence is usually written as (a_n), where a_n represents the nth term of the sequence, and n is a positive integer.

For example, consider the simple sequence: 1, 2, 3, 4, 5, ... This sequence can be described by the rule a_n = n, which means that each term is equal to its position in the sequence.

Defining convergence

A sequence (a_n) is said to converge to the limit L if, as n becomes very large, the a_n terms become arbitrarily close to L If such a number L exists, then it is called the limit of the sequence.

Definition: A sequence (a n ) converges to L, and we write: lim (n → ∞) a n = L if for every real number ε > 0, there exists a positive integer N such that: |a n - L| < ε for all n ≥ N.

In simple words, no matter how small a window we choose around L, eventually all the terms of the sequence a_n will lie within this window.

Understanding through examples

Example 1: Convergent sequence

Consider the sequence defined by a_n = 1/n. As n gets larger, 1/n terms get closer and closer to 0. We claim that (1/n) converges to 0.

Given ε > 0, choose N such that 1/N < ε. Then for all n ≥ N, we have: |1/n - 0| = 1/n < 1/N < ε, showing that: lim (n → ∞) 1/n = 0
y = 1/n

Here, as n increases, all the points (n, 1/n) approach the x-axis, which shows convergence to 0.

Example 2: Diverging sequence

Consider the sequence a_n = n. As n gets larger, the terms move away without being bounded by a single number. Therefore, this sequence does not converge; we say that it diverges.

There is no limit L such that the terms approach it. Therefore:

The sequence (a n = n) diverges.

Properties of convergent sequences

Sequences have some interesting properties when they converge:

Specification of boundaries

A sequence can only converge to a limit. If lim (n → ∞) a_n = L and lim (n → ∞) a_n = M, then L = M.

Limitation

Every convergent sequence is bounded. This means that there exist numbers m and M such that for every n m ≤ a_n ≤ M

Examples of limitation

In our previous example (1/n) converges to 0, it is bounded between 0 and 1. Why? Because 0 ≤ 1/n ≤ 1 for all n ≥ 1.

The idea of convergence

Let us imagine with a more general example, the sequence given by the terms a_n = (-1)^n/n. Here, the terms alternate in sign when they are half in magnitude.

y = (-1)^n/n

Note that both the red (n even) and blue (n odd) points approach the line y = 0, so converge to 0.

Subsequences and convergence

A sequence (b_n) is a subsequence of (a_n) if it is formed by deleting some elements of (a_n) without changing the order of the remaining elements. An important result in analysis is:

Bolzano–Weierstrass theorem: Every bounded sequence has a convergent subsequence.

If a sequence (a_n) converges to L, then any subsequence (b_n) of (a_n) also converges to L

Example of subsequence convergence

Consider the sequence a_n = 1/n. A sub-sequence can be b_n = 1/(2n). This also converges to 0 like the original sequence.

lim (n → ∞) 1/(2n) = 0

Challenges in sequence convergence

One may encounter sequences that are neither obviously convergent nor divergent at first glance. To help deal with this complexity we use the concept of a Cauchy sequence.

Cauchy sequence definition

A sequence (a_n) is a Cauchy sequence if for every ε > 0 there exists a positive integer N such that |a_n - a_m| < ε whenever n, m ≥ N

In simple terms, the terms get arbitrarily close to each other as the sequence progresses. The important thing is that in every Euclidean space (like the real numbers), Cauchy sequences are absolutely convergent.

Cauchy sequence behavior

Summary and conclusion

Sequences form the basis for understanding series, continuity, and differentiability. The concept of convergence – whether a series approaches a particular limit or how it might do so – is important to many different fields, from pure mathematics to the applied sciences.

Convergence is not just about sequences getting shorter; it is about the strong idea that no matter how far the sequence travels in infinity, it remains firmly within visual distance of a single value as it continues its journey.

The principles of sequence convergence guide mathematical discovery, ensuring that systems, functions, and results can be understood deeply and completely. As we further explore topics such as series, integrals, and differential equations, the lessons collected about sequences and their convergence will continually prove their importance.


Undergraduate → 4.1.1


U
username
0%
completed in Undergraduate


Comments