A General Talk on Sequences and Series

Introduction

So far, we have discussed progressions, and now we will talk about series and sequences. First of all, what is a progression, though? What was in the previously read series that we named it a progression?

Progression is nothing but a special kind of series. Progression always moves forward and always follows a pattern. And that is why we named the three different kind of existing progression based on the pattern that they follow.

Now that we have defined progression as a special kind of a series, then what is a Series then?

Sequence

We must first understand and define a sequence to comprehend what a series is.

Definition 1. Suppose A is a set. A function \(f : I \rightarrow A\), is called a sequence of elements of A.

Or, in simpler words, a sequence is a function from the natural numbers to a set. Or a sequence is an ordered list of elements, where each element is assigned to a natural number.

A sequence is usually written in braces, {}, or we sometimes also use parentheses, (). And \(\{a_n\}_{n=1}^{\infty}\) just means that it is a sequence \(\{a_1,a_2,a_3,\cdots\}\). Some examples of sequences are:

The examples above illustrate that a sequence can be divided into two parts based on its cardinality.

Sequence
Finite Sequence
Infinite Sequence

Finite Sequence

A finite sequence is a sequence that has a limited number of terms. It can be thought of as a list of elements indexed from \(1\) to \(n\) for some natural number \(n\). Like \(\{a_1,a_2,a_3,\cdots,a_4\}\). or a more of a formal definition would be,

Definition 2. Suppose A is a set. A function \(f : I_n \rightarrow A\), where \(n\) is a natural number, is called a finite sequence of elements of A, and \(n\) is called the length of the sequence.

Examples:

\[ \{2, 4, 6, 8\}, \quad \{a_1, a_2, a_3\}, \quad \{3, 1, 4, 1, 5\} \]

Infinite Sequence

An infinite sequence has no end; it continues indefinitely. It is typically defined as a function from the natural numbers \(\mathbb{N}\) to a set A. From the definition 1, if n is not finitely defined, then we can write a formal definition as follows

Definition 3. Suppose A is a set. A function \(f: N\rightarrow A\), where N is the set of all natural numbers, is called an infinite sequence of elements of A.

Examples:

\[ \{1, 2, 3, 4, \dots\}, \quad \left\{\frac{1}{n}\right\}_{n=1}^{\infty}, \quad \{(-1)^n\}_{n=0}^{\infty} \]

Now that we know about finite and infinte sequences, there is an interesting concept of convergence of the sequences that arises. A finite set always converges but an infinte sequence does not always converges.

But first what is the proper defintion of convergence anyway.

Definition 4. A sequence \(\{p_n\}\) in a metric space \(X\) is said to converge if there is a point \(p \in X\) with the property that for every \(\varepsilon > 0\) there is an integer \(N\) such that \(n \geq N\) implies that \(d(p_n, p) < \varepsilon\). (Here \(d\) denotes the distance in \(X\).)

In this case we also say that \(\{p_n\}\) converges to \(p\), or that \(p\) is the limit of \(\{p_n\}\), and we write \(p_n \to p\), or \[ \lim_{n \to \infty} p_n = p. \]

If \(\{p_n\}\) does not converge, it is said to diverge.

Note

You must be wondering what this new concept of metric space is. But we won't be digging much deeper into this concept, but a basic definition of a metric space is :

Definition 5. A set \(X\), whose elements we shall call points, is said to be a metric space if with any two points \(p\) and \(q\) of \(X\) there is associated a real number \(d(p, q)\), called the distance from \(p\) to \(q\), such that

  • (a) \(d(p, q) > 0\) if \(p \ne q\), otherwise \(d(p, p) = 0\);
  • (b) \(d(p, q) = d(q, p)\);
  • (c) \(d(p, q) \le d(p, r) + d(r, q)\), for any \(r \in X\).

Any function with these three properties is called a distance function, or a metric.

For example, the set of real numbers is a metric space when a suitable distance function is defined, most commonly with the absolute difference function, \(d(x, y) = \lvert x-y \rvert\). For the set of real numbers \(\mathbb{R}\) to be a metric space with this function, it must satisfy the three properties of a metric: non-negativity \( (d(x, y) ≥ 0) \), identity of indiscernibles \( (d(x, y) = 0\) if and only if \(x = y) \), and the triangle inequality \((d(x, z) ≤ d(x, y) + d(y, z))\).

I encourage readers who find the definitions challenging not to worry. We will explore convergence and divergence further.

Examples of Converging and Diverging Sequences

Converging Sequences

  1. \(\left\{ \frac{1}{n} \right\}_{n=1}^{\infty} = \left\{ 1, \frac{1}{2}, \frac{1}{3}, \frac{1}{4}, \dots \right\}\)

    Converges to \(0\) as \(n \to \infty\).

  2. \(\left\{ r^n \right\}_{n=1}^{\infty}, \quad 0 < r < 1\)

    Example: \(\left\{ \left( \frac{1}{2} \right)^n \right\}_{n=1}^{\infty} = \left\{ \frac{1}{2}, \frac{1}{4}, \frac{1}{8}, \dots \right\}\)

    Converges to \(0\).

  3. \(\left\{ \frac{1}{n^2} \right\}_{n=1}^{\infty}\)

    Converges to \(0\) faster than \(\frac{1}{n}\).

  4. \(\left\{ \frac{\sin n}{n} \right\}_{n=1}^{\infty}\)

    Oscillates but converges to \(0\) because it is bounded between \(-\frac{1}{n}\) and \(\frac{1}{n}\).

  5. \(\left\{\left(1 + \frac{1}{n} \right)^n \right\}_{n=1}^{\infty}\)

    Converges to Euler's number \(e \approx 2.71828\).

Diverging Sequences

  1. \( \{n\}_{n=1}^{\infty} = \{1, 2, 3, 4, \dots\}\)

    Diverges to \( \infty \).

  2. \( \{ 2^n \}_{n=1}^{\infty} = \{2, 4, 8, 16, \dots\}\)

    Diverges to \(\infty\).

  3. \(\{ (-1)^n \}_{n=1}^{\infty} = \{-1, 1, -1, 1, \dots\} \)

    Diverges because it oscillates.

How do we know that these series converge? While the proper definition of convergence is somewhat technical, we can provide a simple idea to help readers grasp the concept. If the terms of a sequence keep increasing, it is very likely to diverge.

For those new to this topic, this may seem confusing or disconnected. Let us clarify: when we say a sequence converges, we are essentially asking, "As we go further along in the sequence, will the sequence continue indefinitely without approaching anything, or will it seem to get closer and closer to a particular value?" By this, we mean that the terms of the sequence become arbitrarily close to some specific number; for any degree of closeness we desire, we can find terms in the sequence that are that close to the target number. This number is called the limit of the sequence, and is the value to which the sequence converges.

Notice how we use the phrase "as close as we want", just as in the definition of limits (the readers will see this in the calculus. section). Therefore, we define the condition for convergence as \[ \lim_{n \to \infty} p_n = p \]

We can determine graphically whether a sequence converges or diverges. Remember, a sequence is essentially a function, and since it is a function, we can graph it. So, what type of graph indicates that a function is converging, and what type shows that it is diverging?

In simple terms, the core concept of a convergent sequence is that as we move further to the right on the graph (as \( n \) becomes very large), the points get closer and closer to a specific horizontal line. This imaginary horizontal line represents the limit of the sequence. In contrast, a divergent sequence does not settle down to a single finite limit; the points on the graph do not approach a specific horizontal line as \( n \) approaches infinity.

By examining the graphs of divergent and convergent sequences, you can easily determine graphically whether a sequence converges or diverges.

I encourage you to graph all the examples discussed above and observe for yourself if they are converging or diverging based on the behaviors of their graphs.

Tests for Convergence of Sequences

Let \( (a_n) \) be a real sequence. The following are common tests and theorems used to determine convergence:

Monotone Convergence Theorem

If \( (a_n) \) is monotone increasing and bounded above, or monotone decreasing and bounded below, then \( (a_n) \) converges.

This theorem isn’t going to be super helpful unless you know what increasing and decreasing sequences are and what it means to be bounded above and below.

Definition of monotone

A function is either monotonically increasing or monotonically decreasing if its values consistently increase or decrease, respectively, over its entire domain or a specific interval.

Monotonically increasing means that the sequence consistently increases without ever decreasing. Its graph would appear quite straightforward, as it moves upward without changing direction. Similarly, a monotonically decreasing sequence will also maintain a consistent direction, continuously decreasing without any upward turns.

Definition of Boundedness

A sequence \(\{a_n\}\) is said to be bounded above if there exists a real number \(M\) such that \[a_n \leq M \quad \text{for all } n \in \mathbb{N}.\] In this case, \(M\) is called an upper bound of the sequence.

Similarly, \(\{a_n\}\) is said to be bounded below if there exists a real number \(m\) such that \[a_n \geq m \quad \text{for all } n \in \mathbb{N}.\] In this case, \(m\) is called a lower bound of the sequence.

A sequence is called bounded if it is bounded above and bounded below.

For some readers, the topics may be progressing quite rapidly, but I encourage you to focus on understanding the basic concepts rather than memorizing definitions. If something isn't clear or intuitive to you, try to visualize it using geometry.

When we say a function is "bounded above," it means that the graph of that function will always lie below a certain line or, at most, just touch it. Similarly, "bounded below" means that the graph will always be above that specific line and will never cross it. You can think of it as a "do not cross" line for the graph.

Now that we’re discussing bounded sequences, let’s take a brief look at the concepts of supremum and infimum.

Definition (Supremum and Infimum for Sequences)

Let \(\{a_n\}\) be a sequence bounded above. If there exists \(\alpha \in \mathbb{R}\) such that:

  1. \(\alpha\) is an upper bound of \(\{a_n\}\), and
  2. If \(\gamma < \alpha\), then \(\gamma\) is not an upper bound of \(\{a_n\}\),

then \(\alpha\) is called the least upper bound (or supremum) of the sequence, and we write \[\alpha = \sup\{a_n : n \in \mathbb{N}\}.\]

Similarly, if the sequence is bounded below, we define the greatest lower bound (or infimum) as follows: \(\beta = \inf\{a_n : n \in \mathbb{N}\}\) means:

  1. \(\beta\) is a lower bound of \(\{a_n\}\), and
  2. If \(\delta > \beta\), then \(\delta\) is not a lower bound of \(\{a_n\}\).

I encourage readers to comprehend this complex algebraic definition in a simple, geometric way. If you can grasp the concepts of supremum and infimum through this definition, your understanding of algebra is noteworthy. I often suggest that readers visualize mathematical concepts geometrically because it tends to be easier and more intuitive for many students. There are numerous ways to understand a mathematical concept, and that is the beauty of mathematics. It's completely normal to feel more comfortable understanding math in either its algebraic form or its geometric form. Personally, I find that I understand math better when it is presented algebraically rather than geometrically.

Boundedness Test

If \( (a_n) \) converges, then it is bounded: \[\big( a_n \to L \big) \ \Rightarrow \ \exists M > 0 \ ( \ |a_n| \le M \ \forall n).\] (The converse is not true in general.)

Squeeze (Sandwich) Theorem

If \( (a_n) \), \( (b_n) \), \( (c_n) \) satisfy \[a_n \le b_n \le c_n \quad\text{and}\quad a_n \to L, \ c_n \to L,\] then \( b_n \to L \).

This theorem is also used to solve limit-related problems.

Algebra of Limits

If \( a_n \to L \) and \( b_n \to M \), then: \[a_n + b_n \to L+M, \quad a_n b_n \to LM, \quad \frac{a_n}{b_n} \to \frac{L}{M} \ \text{if } M \neq 0.\]

Well, this can be directly seen from the theorem talked about above in the limit section.

Absolute Convergence Implies Convergence

If \( |a_n| \to 0 \), then \( a_n \to 0 \).

Cauchy Criterion

A sequence \( (a_n) \) converges if and only if it is Cauchy: \[\forall \varepsilon > 0, \ \exists N \in \mathbb{N} \ ( \ m,n \ge N \ \Rightarrow \ |a_n - a_m| < \varepsilon).\]

Ratio Test (for Sequences)

If \( a_n \neq 0 \) eventually and \[\lim_{n \to \infty} \left| \frac{a_{n+1}}{a_n} \right| = L,\] then: \[\begin{cases} L < 1 &\Rightarrow a_n \to 0, \\ L > 1 &\Rightarrow a_n \ \text{diverges in magnitude}, \\ L = 1 &\Rightarrow \text{inconclusive}. \end{cases}\]

Well, this is the most intuitive and obvious one. From this test, we say that if a sequence seems to be decreasing or seems to be approaching smaller and smaller value near infinity, then it is said to be converging.

Root Test (for Sequences)

If \[\lim_{n \to \infty} \sqrt[n]{|a_n|} = L,\] then: \[\begin{cases} L < 1 &\Rightarrow a_n \to 0, \\ L > 1 &\Rightarrow |a_n| \to \infty, \\ L = 1 &\Rightarrow \text{inconclusive}. \end{cases}\]

Stolz–Cesàro Theorem

If \( (y_n) \) is strictly monotone and unbounded, and \( \lim\limits_{n\to\infty} \frac{x_{n+1} - x_n}{y_{n+1} - y_n} = L \), then: \[\lim_{n\to\infty} \frac{x_n}{y_n} = L.\]

Subsequential Limits

If all convergent subsequences of \( (a_n) \) have the same limit \( L \), then \( a_n \to L \).

In the simplest of words, a subsequence is just a part or a subset of the sequence. But the formal definition is given below.

Definition: Given a sequence \(\{p_n\}\), consider a sequence \(\{n_k\}\) of positive integers, such that \[n_1 < n_2 < n_3 < \cdots .\] Then the sequence \(\{p_{n_k}\}\) is called a subsequence of \(\{p_n\}\). If \(\{p_{n_k}\}\) converges, its limit is called a subsequential limit of \(\{p_n\}\).

It is clear that \(\{p_n\}\) converges to \(p\) if and only if every subsequence of \(\{p_n\}\) converges to \(p\).

Limit Comparison for Positive Sequences

If \( a_n > 0, b_n > 0 \) and \[\lim_{n\to\infty} \frac{a_n}{b_n} = c \in (0, \infty),\] then \( a_n \to 0 \iff b_n \to 0 \).

Geometric Sequence Test

For \( |r|<1 \), \( r^n \to 0 \); for \( |r|=1 \), \( r^n \) does not converge unless \( r=1 \).

Series

Now that we have a firm grasp of sequences, we can transition to the closely related concept of a series. While a sequence is an ordered list of numbers, a series is the sum of those numbers. This distinction is fundamental: a sequence is a list, while a series is a single value representing the total of that list.

Defining a Series Through Sequences

The connection between sequences and series is made formal through the sequence of partial sums. Given a sequence \(\{a_n\}_{n=1}^{\infty}\), we can form a new sequence, \(\{S_n\}_{n=1}^{\infty}\), where each term is the sum of the first \(n\) terms of \(\{a_n\}\):

\[ \begin{align*} S_1 &= a_1 \\ S_2 &= a_1 + a_2 \\ S_3 &= a_1 + a_2 + a_3 \\ &\vdots \\ S_n &= a_1 + a_2 + \cdots + a_n = \sum_{k=1}^{n} a_k \end{align*} \]

The infinite series is the limit of this sequence of partial sums as \(n \to \infty\). We denote it as:

\[ \sum_{n=1}^{\infty} a_n \]

Definition: Given a sequence \(\{a_n\}_{n=1}^{\infty}\), the corresponding series is an expression of the form \[ \sum_{n=1}^{\infty} a_n = a_1 + a_2 + a_3 + \dots \] The partial sums are given by \(S_N = \sum_{n=1}^{N} a_n\).

Examples:

Convergence and Divergence Visualization

The question of whether a series converges is precisely the question of whether its corresponding sequence of partial sums, \(\{S_n\}\), converges to a finite number.

Visualizing the Convergence of the Series \(\sum_{n=0}^{\infty} \left(\frac{1}{2}\right)^n\)

The partial sum \(S_N = \sum_{n=0}^{N} \left(\frac{1}{2}\right)^n\) is plotted below. Notice how the sum approaches a specific value (the limit) as more terms are added.

Number of Terms (N): 0

Current Partial Sum (S_N): 0.00000

Theoretical Limit: 2

Defining Convergent and Divergent Series

A series \(\sum_{n=1}^{\infty} a_n\) is said to converge if its sequence of partial sums \(\{S_n\}\) converges to a finite limit \(S\). In this case, we write \(\sum_{n=1}^{\infty} a_n = S\). If the sequence \(\{S_n\}\) does not converge, the series is said to diverge. Below are a few ways to think about this concept.

Formal Definition

  • A series \(\sum_{n=1}^{\infty} a_n\) is convergent if its sequence of partial sums \(S_n\) converges to a finite limit.
  • It is divergent if this sequence does not converge—i.e., it does not approach any single finite value.

Intuitive Definition

  • A series converges if, as you add more and more terms, the sum gets arbitrarily close to a specific, finite number.
  • A series diverges if the sum fails to approach a single value—it might grow to infinity, decrease to negative infinity, or oscillate without settling.

Simple Definition

A convergent series is an infinite sum that adds up to a finite number. A divergent series is an infinite sum that doesn't have a finite total.

Examples of Converging and Diverging Series

Converging Series

  1. Geometric Series: \(\sum_{n=0}^{\infty} ar^n\) converges to \(\frac{a}{1-r}\) if \(|r|<1\).

    Example: \(\sum_{n=0}^{\infty} \left(\frac{1}{2}\right)^n = 2\).

  2. p-Series: The series \(\sum_{n=1}^{\infty} \frac{1}{n^p}\) converges if \(p>1\).

    A famous case is the Basel Problem (\(p=2\)): \(\sum_{n=1}^{\infty} \frac{1}{n^2} = \frac{\pi^2}{6}\).

  3. Telescoping Series: A series where most terms cancel out.

    Example: \(\sum_{n=1}^{\infty} \frac{1}{n(n+1)} = \sum_{n=1}^{\infty} \left(\frac{1}{n} - \frac{1}{n+1}\right) = 1\).

Diverging Series

  1. Harmonic Series: \(\sum_{n=1}^{\infty} \frac{1}{n} = 1 + \frac{1}{2} + \frac{1}{3} + \cdots\). This diverges to \(\infty\).

  2. Geometric Series: \(\sum_{n=0}^{\infty} ar^n\) diverges if \(|r|\ge 1\).

    Example: \(1+2+4+8+\cdots\).

  3. Non-zero term limit: If \(\lim_{n\to\infty} a_n \neq 0\), then \(\sum a_n\) diverges.

    Example: \(\sum_{n=1}^{\infty} \frac{n}{n+1}\).

Tests for Convergence of Series

The n-th Term Test for Divergence

If the sequence \(\{a_n\}\) does not converge to 0 (i.e., \(\lim_{n \to \infty} a_n \neq 0\)), then the series \(\sum_{n=1}^{\infty} a_n\) must diverge.

Warning: The converse is false. If \(\lim_{n \to \infty} a_n = 0\), the series might converge or it might diverge (e.g., the Harmonic Series).

Integral Test

If \(f(x)\) is a continuous, positive, and decreasing function for \(x \geq 1\) and we let \(a_n=f(n)\), then the series \(\sum_{n=1}^{\infty} a_n\) converges if and only if the improper integral \(\int_1^\infty f(x) \, dx\) converges.

Comparison Tests

Ratio Test

Let \(L = \lim_{n\to\infty} \left| \frac{a_{n+1}}{a_n}\right|\). Then:

Root Test

Let \(L = \lim_{n\to\infty} \sqrt[n]{|a_n|}.\). Then:

Alternating Series Test (Leibniz Test)

An alternating series of the form \(\sum_{n=1}^{\infty} (-1)^{n-1}b_n\) (with \(b_n > 0\)) converges if both of the following conditions are met:

  1. The terms are decreasing: \(b_{n+1} \le b_n\) for all \(n\).
  2. The limit of the terms is zero: \(\lim_{n\to\infty} b_n = 0\).

Absolute and Conditional Convergence

Proof of Convergence: Infinite Geometric Series

Consider the geometric series: \[S = a + ar + ar^2 + ar^3 + \cdots = \sum_{n=0}^{\infty} ar^n\] where \(a\) is the first term and \(r\) is the common ratio.

Step 1: The Partial Sum Formula

The \(n\)-th partial sum is: \(S_n = a + ar + ar^2 + \cdots + ar^n\). Multiplying by \(r\) gives \(rS_n = ar + ar^2 + \cdots + ar^{n+1}\). Subtracting the two equations yields:

\(S_n - rS_n = a - ar^{n+1} \implies S_n(1-r) = a(1-r^{n+1})\)

So, for \( r\neq1 \), the formula is: \[S_n = a \frac{1 - r^{n+1}}{1 - r}\]

Step 2: Convergence Analysis

We take the limit of \(S_n\) as \(n \to \infty\):

Theorem: Geometric Series Convergence

An infinite geometric series \(\sum_{n=0}^{\infty} ar^n\) converges to the sum \(\frac{a}{1 - r}\) if and only if \(|r| < 1\). If \(|r| \ge 1\), the series diverges.