Skip to content
Feb 24

Calculus II: Sequences and Convergence

MT
Mindli Team

AI-Generated Content

Calculus II: Sequences and Convergence

Sequences are the fundamental building blocks of many advanced concepts in calculus, engineering, and computer science. Understanding when and how a sequence settles toward a specific value—or fails to do so—is critical for analyzing everything from alternating current signals to the long-term behavior of iterative algorithms. This unit moves beyond the mechanics of series to establish the rigorous logic of convergence, the property that underpins the very definition of an infinite sum.

Defining Sequences and Their Limits

A sequence is an ordered list of numbers, typically written as or . You can define it with an explicit formula, where the th term is a direct function of , such as . Alternatively, you can use a recursive definition, where each term depends on previous ones, like the Fibonacci sequence: .

The central question is the sequence's long-term behavior. We say a sequence converges to a limit if, as becomes arbitrarily large, the terms get and stay arbitrarily close to . Formally, for every (a tiny distance), there exists an integer such that for all , we have . If no such exists, the sequence diverges. For the example , the limit is 1, written .

Tools for Determining Convergence: The Squeeze Theorem and Boundedness

You won't always calculate limits directly. The Squeeze Theorem for sequences is a powerful indirect tool. If you can find two convergent sequences, and , that "trap" your sequence such that for all sufficiently large , and , then your sequence is forced to converge to the same limit: . This is particularly useful for sequences involving oscillatory factors like . For instance, since and both bounding sequences go to 0, the squeezed sequence also converges to 0.

Relatedly, a sequence is bounded if there exists a number such that for all . While a convergent sequence is always bounded, the converse is not true: a bounded sequence may not converge (e.g., is bounded by 1 but diverges). Boundedness is a necessary but not sufficient condition for convergence.

The Monotone Convergence Theorem

To get a sufficient condition, we combine boundedness with monotonicity. A sequence is monotonic if it is either entirely non-decreasing () or non-increasing (). The Monotone Convergence Theorem (MCT) is a cornerstone result: a sequence that is both bounded and monotonic must converge. This theorem is incredibly valuable because it guarantees convergence without requiring you to know the actual limit.

For example, consider a recursively defined sequence: , which approximates . You can first show it is bounded below (e.g., by ) and then prove it is decreasing. By the MCT, it must converge to some limit . You can then find by taking the limit of both sides of the recursive rule: , which solves to .

Comparing Growth Rates and Divergence

When sequences diverge, they often do so by growing without bound. Comparing growth rates of different functions of helps you quickly determine limits at infinity. For , the hierarchy of growth is generally: logarithms < polynomials < exponential functions. Knowing this, you can instantly reason that and .

A critical application is the nth-Term Test for Divergence of a series. It states: if the limit of the sequence of terms is not zero (), then the corresponding infinite series must diverge. This is a direct link from sequence convergence to series convergence. Crucially, the converse is false: if , the series may converge or diverge (e.g., the harmonic series diverges despite its terms going to zero). This distinction is a common conceptual hurdle.

Common Pitfalls

  1. Assuming Sequence Limit Implies Series Convergence: This is the most frequent error. Remember: is a necessary condition for the series to converge, but it is not sufficient. The nth-Term Test can only prove divergence; it can never prove convergence.
  2. Misapplying L'Hôpital's Rule: L'Hôpital's Rule applies to functions, not directly to sequences. To use it on a sequence limit like , you must first consider the corresponding function limit .
  3. Confusing Recursive and Explicit Analysis: When working with a recursively defined sequence, you cannot find its limit by simply "plugging in infinity" into the recursive formula. You must first use tools like the Monotone Convergence Theorem to prove convergence exists, then use the limit properties on the recursive equation to solve for the limit .
  4. Overlooking Boundedness in the MCT: The Monotone Convergence Theorem requires both properties. A monotonic sequence that is not bounded (e.g., ) diverges to infinity. A bounded sequence that is not monotonic (e.g., ) may diverge.

Summary

  • A sequence is a list of numbers, defined explicitly or recursively. It converges to limit if its terms become and remain arbitrarily close to as increases.
  • The Squeeze Theorem and the Monotone Convergence Theorem are key tools for proving convergence, often when a direct limit calculation is difficult.
  • Understanding growth rate comparisons (logs vs. polynomials vs. exponentials) allows for rapid evaluation of many sequence limits as .
  • The convergence of the sequence of terms is fundamentally linked to the convergence of the corresponding infinite series via the nth-Term Test for Divergence: if , then diverges.
  • The logic of the nth-Term Test is one-way: a limit of zero does not guarantee series convergence, making it a divergence test only.

Write better notes with AI

Mindli helps you capture, organize, and master any subject with AI-powered summaries and flashcards.