Why This Matters
Sequences are the foundation of everything you'll encounter in Calculus II—from infinite series to Taylor polynomials to convergence tests. When you're asked whether a series converges, you're really being asked about the behavior of its underlying sequence. The concepts here—convergence, boundedness, monotonicity, and limit evaluation—show up repeatedly in exam questions, often disguised as series problems or applications of specific convergence tests.
Don't just memorize definitions here. You're being tested on your ability to identify sequence behavior, apply convergence criteria, and connect sequences to series. Every concept in this guide links directly to tools you'll use later, so focus on understanding why a sequence converges or diverges, not just whether it does. Master these fundamentals now, and series convergence tests will feel like natural extensions rather than new material.
Foundational Definitions
Before analyzing sequence behavior, you need to understand what sequences are and how we describe them mathematically. A sequence is simply a function from the natural numbers to the real numbers, producing an ordered list of outputs.
Definition of a Sequence
- Ordered list of numbers—each term an corresponds to a natural number index n, creating a function a:N→R
- Terms are indexed starting at n=1 (or sometimes n=0)—the choice of starting index affects formulas but not convergence behavior
- Infinite sequences are the focus in Calculus II—finite sequences rarely appear on exams since convergence only matters when n→∞
Limit of a Sequence
- The limit L is the value terms approach—formally, limn→∞an=L means for any ϵ>0, there exists N such that ∣an−L∣<ϵ for all n>N
- Algebraic manipulation is your primary tool—factor, rationalize, or divide by the highest power of n to evaluate limits
- L'Hôpital's Rule applies when you can write an=f(n) for a differentiable function f(x) with indeterminate form
Compare: Definition of a Sequence vs. Limit of a Sequence—the definition tells you what a sequence is, while the limit describes where it's heading. FRQs often ask you to state the formal ϵ-N definition, so know both.
Convergence Criteria
Understanding when and why sequences converge is the core skill tested in this unit. Convergence means the terms settle toward a single finite value; divergence means they don't.
Convergence and Divergence of Sequences
- Convergent sequences approach a finite limit L—the terms eventually stay arbitrarily close to L and never "escape"
- Divergent sequences either grow without bound (→±∞), oscillate, or fail to settle—oscillation is a common exam trap
- Convergence of an to L=0 means ∑an diverges by the Divergence Test—this connection appears constantly
Monotonic Sequences
- Monotonically increasing means an+1≥an for all n; monotonically decreasing means an+1≤an
- Test monotonicity by examining an+1−an (positive = increasing) or anan+1 (greater than 1 = increasing for positive terms)
- Monotonic + bounded = convergent—this is the Monotone Convergence Theorem, a powerful tool when direct limit evaluation fails
Bounded Sequences
- Bounded above means there exists M with an≤M for all n; bounded below means an≥m; bounded means both
- Boundedness alone doesn't guarantee convergence—the sequence an=(−1)n is bounded but diverges by oscillation
- Combined with monotonicity, boundedness ensures convergence—this pairing is essential for proving convergence without finding the explicit limit
Compare: Monotonic vs. Bounded Sequences—monotonicity describes direction (always increasing or decreasing), while boundedness describes containment (staying within limits). Neither alone implies convergence, but together they guarantee it. If an FRQ gives you a recursive sequence, check both properties.
Special Sequence Types
Certain sequence families appear so frequently that you should recognize their forms and convergence behavior instantly. Knowing the general term formula lets you quickly determine limits and behavior.
Arithmetic Sequences
- Constant difference d between terms—the general term is an=a1+(n−1)d, producing a linear pattern
- Always diverge (unless d=0)—since an→±∞ as n→∞ when d=0
- Sum formula Sn=2n(a1+an) applies to partial sums—useful for finite sums but confirms divergence for series
Geometric Sequences
- Constant ratio r between terms—the general term is an=a1⋅rn−1
- Convergence depends entirely on ∣r∣—converges to 0 if ∣r∣<1, diverges if ∣r∣≥1 (oscillates when r≤−1)
- Foundation for geometric series—the series ∑a1rn−1 converges to 1−ra1 only when ∣r∣<1
Recursive Sequences
- Defined by a recurrence relation—each term depends on previous terms, like an+1=f(an) or an=an−1+an−2
- Fibonacci sequence is the classic example—Fn=Fn−1+Fn−2 with F1=F2=1
- Finding limits often requires assuming convergence: if liman=L exists, substitute L into the recurrence and solve
Compare: Arithmetic vs. Geometric Sequences—arithmetic sequences grow linearly (always diverge), while geometric sequences grow exponentially (converge only when ∣r∣<1). When asked to classify a sequence's long-term behavior, identify which type you're dealing with first.
Key Theorems and Techniques
These tools help you prove convergence when direct computation isn't possible. Mastering these techniques separates students who can handle tricky exam problems from those who can't.
Squeeze Theorem for Sequences
- If bn≤an≤cn and limbn=limcn=L, then liman=L—the sequence is "squeezed" to the same limit
- Ideal for oscillating factors—sequences like an=nsinn are bounded by ±n1, both converging to 0
- Requires finding bounding sequences—look for terms you can replace with their maximum/minimum values
Infinite Series and Their Relationship to Sequences
- A series ∑n=1∞an is the limit of partial sums SN=∑n=1Nan—series convergence means the sequence {SN} converges
- If ∑an converges, then liman=0—but the converse is false (harmonic series is the classic counterexample)
- Sequence behavior informs series tests—the Ratio Test, Root Test, and Comparison Tests all analyze sequences to determine series convergence
Compare: Squeeze Theorem vs. Monotone Convergence Theorem—Squeeze works when you can trap a sequence between two others with known limits; Monotone Convergence works when you can show a sequence is bounded and always moving in one direction. Choose based on what's easier to establish for the given sequence.
Quick Reference Table
|
| Convergent sequences | Geometric with ∥r∥<1, n1, bounded monotonic sequences |
| Divergent sequences | Arithmetic (d=0), geometric with ∥r∥≥1, (−1)n |
| Monotone Convergence Theorem | Recursive sequences, sequences defined by ratios |
| Squeeze Theorem applications | nsinn, n2(−1)n, bounded oscillating terms |
| Limit evaluation techniques | L'Hôpital's Rule, algebraic manipulation, dominant term analysis |
| Sequence-series connection | Partial sums, Divergence Test, term behavior as n→∞ |
| Bounded but divergent | (−1)n, sinn |
| Recursive limit technique | Set L=f(L) and solve |
Self-Check Questions
-
A sequence is bounded and monotonically decreasing. What can you conclude about its convergence, and which theorem guarantees this?
-
Compare the long-term behavior of the arithmetic sequence an=3+2n and the geometric sequence bn=3⋅(0.5)n. Which converges, and why?
-
Given an=n2+1ncosn, which theorem would you use to find limn→∞an, and what bounding sequences would you choose?
-
If limn→∞an=5, what does this tell you about the series ∑n=1∞an? Explain using the Divergence Test.
-
A recursive sequence is defined by a1=2 and an+1=21(an+6). Assuming the sequence converges, find its limit. What additional properties would you need to verify to prove convergence?