Study resource

Read at your pace, then save it for later.

Unit II: Sequence of Real Numbers

1. Sequence of Real Numbers

A sequence of real numbers is a foundational concept in mathematical analysis that extends the idea of an ordered list of infinite numbers.

Formal Definition: A sequence of real numbers is a function f: ℕ → ℝ, where the domain is the set of natural numbers ℕ = {1, 2, 3, ...} and the codomain is the set of real numbers ℝ.

If f(n) = an for n ∈ ℕ, we write the sequence as (an), {an}, or (a1, a2, a3, ...). The value an is referred to as the n-th term or the general term of the sequence.

Key Examples of Sequences

  • Constant Sequence: an = c for some c ∈ ℝ. The sequence is (c, c, c, ...).
  • Arithmetic Progression Sequence: an = a + (n - 1)d. For example, if a = 1, d = 2, we have (1, 3, 5, 7, ...).
  • Geometric Sequence: an = rn. For r = 1/2, we have (1/2, 1/4, 1/8, ...).
  • Alternating Sequence: an = (-1)n. The sequence is (-1, 1, -1, 1, ...).

2. Limit of a Sequence

The limit of a sequence describes the ultimate behavior of the terms an as n grows infinitely large (n → ∞).

Definition (ε-N Convergence): A sequence (an) is said to converge to a real number L if, for every ε > 0, there exists a natural number N ∈ ℕ (which generally depends on ε) such that for all n ≥ N, the inequality |an - L| < ε holds.

If (an) converges to L, we write:

limn→∞ an = L   or   an → L as n → ∞

The number L is called the limit of the sequence. If no such real number L exists, the sequence is said to diverge.

Geometrical Interpretation

Geometrically, the limit definition means that if we place an open interval (L - ε, L + ε) around the limit L, then only a finite number of terms of the sequence (namely a1, a2, ..., aN-1) can lie outside this interval. All subsequent terms from aN onwards must lie inside the interval.

Step-by-Step Proof Example

Problem: Prove using the formal definition that limn→∞ (1 / n) = 0.

  1. Let ε > 0 be given.
  2. We must find an N ∈ ℕ such that for all n ≥ N, |(1 / n) - 0| < ε.
  3. Simplify the expression: |1 / n| = 1 / n. So we need 1 / n < ε, which is equivalent to n > 1 / ε.
  4. By the Archimedean Property of real numbers, there exists a natural number N such that N > 1 / ε.
  5. Thus, for all n ≥ N, we have n > 1 / ε, which implies 1 / n < ε.
  6. Therefore, |(1 / n) - 0| < ε for all n ≥ N, completing the proof.
Property Convergent Sequence Divergent Sequence
Behavior Approaches a singular finite value L. Oscillates, grows to ±∞, or does not settle.
Boundedness Always bounded. Can be bounded (e.g., (-1)n) or unbounded (e.g., n2).

3. Uniqueness of Limits

A sequence cannot settle on two different target values simultaneously. This is formalised by the uniqueness theorem.

Theorem: If a sequence (an) of real numbers converges, its limit is unique.

Proof: We prove this by contradiction.

  1. Assume that (an) converges to two distinct limits, L1 and L2, with L1 ≠ L2.
  2. This implies that the distance |L1 - L2| > 0. Let us choose ε = |L1 - L2| / 2.
  3. Since limn→∞ an = L1, there exists N1 ∈ ℕ such that for all n ≥ N1, |an - L1| < ε.
  4. Since limn→∞ an = L2, there exists N2 ∈ ℕ such that for all n ≥ N2, |an - L2| < ε.
  5. Let N = max(N1, N2). For all n ≥ N, both inequalities hold simultaneously.
  6. Applying the triangle inequality:
  7. |L1 - L2| = |(L1 - an) + (an - L2)| ≤ |L1 - an| + |an - L2| < ε + ε = 2ε = |L1 - L2|.
  8. This yields the strict inequality |L1 - L2| < |L1 - L2|, which is a contradiction.
  9. Hence, our assumption was false, and we must have L1 = L2.

4. Recursive Sequences

A recursive sequence (or inductively defined sequence) is defined by giving one or more initial terms, and defining subsequent terms as a function of prior terms.

Definition: A sequence (an) is recursive if a1 is specified, and an+1 = f(an) for all n ∈ ℕ, where f is a real-valued function.

Example: Let a1 = 1, and let an+1 = 3an + 1. The terms of this sequence are generated as: a1 = 1, a2 = 4, a3 = 13, and so on.

Exam Tip: If you are tasked with finding the limit L of a recursive sequence an+1 = f(an), and you are *already certain* that the sequence converges, you can compute L by solving the equation:

L = f(L)

Warning: You must first prove that the sequence actually converges (e.g., by verifying it is monotone and bounded) before assuming the limit exists and solving this algebraic equation.

5. Tails of Sequences

The "tail" of a sequence represents the long-term behavior of the sequence after discarding a finite number of initial terms.

Definition: Let (an) be a sequence. For any fixed natural number m ∈ ℕ, the m-tail of (an) is the sequence (am+k)k=1 = (am+1, am+2, am+3, ...).

Theorem: Let (an) be a sequence of real numbers, and let m ∈ ℕ. The m-tail (am+k)k=1 converges if and only if the original sequence (an) converges. In this case, both sequences converge to the exact same limit.

Important Observation: This theorem formally proves that discarding or altering a finite number of terms at the beginning of a sequence has no effect on its convergence or its limit.

6. Bounded Sequences

Boundedness concerns whether the terms of a sequence are kept within finite bounds.

Definitions:
  • (an) is bounded above if there exists M ∈ ℝ such that an ≤ M for all n ∈ ℕ.
  • (an) is bounded below if there exists m ∈ ℝ such that m ≤ an for all n ∈ ℕ.
  • (an) is bounded if there exists M ≥ 0 such that |an| ≤ M for all n ∈ ℕ.

Theorem: Every convergent sequence of real numbers is bounded.

Proof:

  1. Suppose (an) converges to L.
  2. Set ε = 1. By the definition of a limit, there exists N ∈ ℕ such that for all n ≥ N, |an - L| < 1.
  3. Using the reverse triangle inequality: |an| - |L| ≤ |an - L| < 1, which implies |an| < |L| + 1 for all n ≥ N.
  4. Let M = max(|a1|, |a2|, ..., |aN-1|, |L| + 1).
  5. Since |an| ≤ M for all indices n < N, and |an| < |L| + 1 ≤ M for all n ≥ N, it is clear that |an| ≤ M for all n ∈ ℕ.
  6. Hence, the sequence is bounded.

Common Mistake: Do not assume the converse is true. A bounded sequence is not guaranteed to converge. For example, the bounded sequence an = (-1)n diverges due to oscillation.

7. Limit Theorems

Limit theorems allow us to compute limits algebraically without returning to the ε-N definition each time.

Theorem (Algebraic Properties of Limits): Let (an) and (bn) be sequences of real numbers that converge to L and M, respectively. Let c ∈ ℝ. Then:
  • Constant Multiple Rule: limn→∞ (c × an) = c × L
  • Sum Rule: limn→∞ (an + bn) = L + M
  • Difference Rule: limn→∞ (an - bn) = L - M
  • Product Rule: limn→∞ (an × bn) = L × M
  • Quotient Rule: If bn ≠ 0 for all n and M ≠ 0, then limn→∞ (an / bn) = L / M

Example Proof (Sum Rule)

  1. Let ε > 0 be given. We must show |(an + bn) - (L + M)| < ε for sufficiently large n.
  2. Observe that |(an + bn) - (L + M)| = |(an - L) + (bn - M)| ≤ |an - L| + |bn - M| by the triangle inequality.
  3. Since lim an = L, there exists N1 such that for all n ≥ N1, |an - L| < ε/2.
  4. Since lim bn = M, there exists N2 such that for all n ≥ N2, |bn - M| < ε/2.
  5. Let N = max(N1, N2). For all n ≥ N, both inequalities hold.
  6. Therefore: |(an + bn) - (L + M)| < ε/2 + ε/2 = ε. This completes the proof.

8. Squeeze Theorem

The Squeeze Theorem (or Sandwich Theorem) is a powerful tool to evaluate the limit of a sequence by trapping it between two other sequences with a known, identical limit.

Theorem: Let (an), (bn), and (cn) be sequences of real numbers such that:
an ≤ bn ≤ cn   for all n ≥ N0 (for some N0 ∈ ℕ).
If limn→∞ an = limn→∞ cn = L, then (bn) also converges and limn→∞ bn = L.

Proof:

  1. Let ε > 0 be given.
  2. Since lim an = L, there exists N1 such that L - ε < an < L + ε for all n ≥ N1.
  3. Since lim cn = L, there exists N2 such that L - ε < cn < L + ε for all n ≥ N2.
  4. Let N = max(N0, N1, N2). For all n ≥ N, both limit approximations and the squeeze inequalities hold:
  5. L - ε < an ≤ bn ≤ cn < L + ε.
  6. Thus, L - ε < bn < L + ε, which is equivalent to |bn - L| < ε.
  7. Hence, lim bn = L.

Practical Application

Calculate limn→∞ (cos(n) / n).

  • We know that -1 ≤ cos(n) ≤ 1 for all n.
  • Divide the entire inequality by n: -1/n ≤ cos(n)/n ≤ 1/n.
  • Since limn→∞ (-1/n) = 0 and limn→∞ (1/n) = 0, the Squeeze Theorem implies limn→∞ (cos(n)/n) = 0.

9. Monotone Sequences

Monotone sequences are sequences whose terms move strictly in one direction.

Definitions:
  • (an) is monotonically increasing if an ≤ an+1 for all n ∈ ℕ.
  • (an) is monotonically decreasing if an ≥ an+1 for all n ∈ ℕ.
  • (an) is strictly increasing if an < an+1 for all n ∈ ℕ.
  • (an) is strictly decreasing if an > an+1 for all n ∈ ℕ.
A sequence is monotone if it is either monotonically increasing or monotonically decreasing.

To check monotonicity, analyze either the difference of consecutive terms, or their ratio (if terms are positive):

Method Increasing Condition Decreasing Condition
Difference an+1 - an ≥ 0 an+1 - an ≤ 0
Ratio (for an > 0) an+1 / an ≥ 1 an+1 / an ≤ 1

10. Monotone Convergence Theorem (MCT)

While bounded sequences in general do not always converge, adding the condition of monotonicity guarantees convergence.

Monotone Convergence Theorem: A monotone sequence of real numbers is convergent if and only if it is bounded.
  • If (an) is monotonically increasing and bounded above, then limn→∞ an = sup{an : n ∈ ℕ}.
  • If (an) is monotonically decreasing and bounded below, then limn→∞ an = inf{an : n ∈ ℕ}.

Proof Outline (for an increasing sequence):

  1. Let S = {an : n ∈ ℕ}. Since the sequence is bounded above, S is a non-empty set of real numbers bounded above.
  2. By the Completeness Axiom of ℝ (the Supremum Property), S has a least upper bound. Let L = sup(S).
  3. We will prove that limn→∞ an = L. Let ε > 0 be given.
  4. Since L = sup(S), L - ε is not an upper bound of S. Thus, there exists some N ∈ ℕ such that aN > L - ε.
  5. Since the sequence is monotonically increasing, for all n ≥ N, we have an ≥ aN > L - ε.
  6. Because L is an upper bound of S, we also have an ≤ L < L + ε for all n.
  7. Therefore, for all n ≥ N, L - ε < an < L + ε, which means |an - L| < ε.
  8. Thus, limn→∞ an = L.

Example Problem Using MCT

Problem: Let a1 = 1, and an+1 = √(3 + 2an). Prove that (an) converges and find its limit.

  1. Boundedness: Prove by induction that 0 < an < 3 for all n.
    - Base case: a1 = 1, which fits 0 < 1 < 3.
    - Inductive step: Assume 0 < ak < 3. Then 0 < 2ak < 6, so 3 < 3 + 2ak < 9. Taking square roots gives √3 < ak+1 < 3. Thus, 0 < ak+1 < 3. The sequence is bounded above by 3.
  2. Monotonicity: Prove by induction that an < an+1.
    - Base case: a1 = 1, a2 = √5 ≈ 2.23, so a1 < a2.
    - Inductive step: Assume ak < ak+1. Then 2ak < 2ak+1, which means 3 + 2ak < 3 + 2ak+1. Thus, √(3 + 2ak) < √(3 + 2ak+1), which means ak+1 < ak+2. The sequence is monotonically increasing.
  3. Convergence: Since the sequence is monotonically increasing and bounded above, it must converge to some limit L by the Monotone Convergence Theorem.
  4. Calculate Limit: Take the limit on both sides of the recurrence relation: L = √(3 + 2L) ⇒ L2 = 2L + 3 ⇒ L2 - 2L - 3 = 0 ⇒ (L - 3)(L + 1) = 0. Since the terms of the sequence are positive, L must be 3.

xxx

Did this help you understand better?

Your feedback improves the quality of this resource for everyone.