➗Calculus II
Key Concepts of Sequences
Study smarter with Fiveable
Get study guides, practice questions, and cheatsheets for all your subjects. Join 500,000+ students with a 96% pass rate.
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.
Foundational Definitions
Before analyzing sequence behavior, you need to understand what sequences are and how we describe them mathematically. A sequence is 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 corresponds to a natural number index , creating a function
- Terms are indexed starting at (or sometimes ): 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
Limit of a Sequence
The limit is the value that terms approach as grows. Formally, means that for any , there exists an integer such that for all . In plain terms: no matter how tight a band you draw around , the sequence eventually stays inside it permanently.
To actually evaluate limits, you have a few go-to strategies:
- Algebraic manipulation: factor, rationalize, or divide numerator and denominator by the highest power of
- L'Hôpital's Rule: when you can write for a differentiable function that produces an indeterminate form like or , differentiate top and bottom with respect to
- Dominant term analysis: in a ratio of polynomials, the highest-degree terms in the numerator and denominator determine the limit. For example,
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 sometimes ask you to state the formal - 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 : the terms eventually stay arbitrarily close to and never "escape"
- Divergent sequences either grow without bound (), oscillate, or fail to settle. Oscillation is a common exam trap: a sequence like doesn't blow up, but it still diverges because it never settles on one value
- The bridge to series: if and , then diverges by the Divergence Test. This connection appears constantly, so internalize it now
Monotonic Sequences
A sequence is monotonically increasing if for all , and monotonically decreasing if for all . (Strict monotonicity uses or instead.)
Two reliable ways to test monotonicity:
- Difference test: compute . If it's always positive, the sequence is increasing. If always negative, decreasing.
- Ratio test: for sequences with positive terms, compute . Greater than 1 means increasing; less than 1 means decreasing.
The payoff: Monotonic + bounded = convergent. This is the Monotone Convergence Theorem, and it's a powerful tool when you can't find the limit directly. You don't need to know what the limit is to prove it exists.
Bounded Sequences
- Bounded above means there exists with for all ; bounded below means for all ; bounded means both
- Boundedness alone doesn't guarantee convergence. The sequence is bounded between and but diverges by oscillation
- Combined with monotonicity, boundedness ensures convergence. This pairing is especially useful for recursive sequences where you can't easily compute the limit directly
Compare: Monotonic vs. Bounded Sequences: monotonicity describes direction (always increasing or always decreasing), while boundedness describes containment (staying within fixed walls). 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 on sight.
Arithmetic Sequences
An arithmetic sequence has a constant difference between consecutive terms, with general term .
These always diverge unless (a constant sequence), because the terms grow linearly toward . The partial sum formula is useful for finite sums but confirms that the corresponding series diverges.
Geometric Sequences
A geometric sequence has a constant ratio between consecutive terms, with general term .
Convergence depends entirely on :
- If : the sequence converges to 0
- If : the sequence is constant () or oscillates between ()
- If : the terms blow up in magnitude
This is also the foundation for geometric series: converges to only when .
Recursive Sequences
Recursive sequences are defined by a recurrence relation where each term depends on previous terms, like . The Fibonacci sequence is the classic example: with .
To find the limit of a recursive sequence (when it converges):
- Assume the limit exists
- Since and , substitute for both in the recurrence relation
- Solve the resulting equation for
This technique only finds candidate limits. To prove convergence, you still need to verify that the sequence is monotonic and bounded (or use another convergence argument).
Compare: Arithmetic vs. Geometric Sequences: arithmetic sequences grow linearly and always diverge (when ), while geometric sequences grow exponentially and converge only when . When classifying 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 straightforward.
Squeeze Theorem for Sequences
If you can trap a sequence between two others that share the same limit, the trapped sequence must converge to that limit too. Formally: if for all beyond some point, and , then .
This is ideal for oscillating factors. For example, : since , you get . Both bounds converge to 0, so .
The main challenge is finding good bounding sequences. Look for terms you can replace with their maximum or minimum possible values.
Infinite Series and Their Relationship to Sequences
A series is defined as the limit of its partial sums . So series convergence really means the sequence converges.
Two critical facts connect sequences to series:
- If converges, then . But the converse is false. The harmonic series diverges even though . This is probably the most important counterexample in the course.
- If , then diverges. This is the Divergence Test (also called the th-Term Test). It can only prove divergence, never convergence.
Sequence behavior also drives the Ratio Test, Root Test, and Comparison Tests, all of which analyze sequences to determine series convergence.
Compare: Squeeze Theorem vs. Monotone Convergence Theorem: the Squeeze Theorem works when you can trap a sequence between two others with known limits. The Monotone Convergence Theorem 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 problem.
Quick Reference Table
| Concept | Best Examples |
|---|---|
| Convergent sequences | Geometric with , , bounded monotonic sequences |
| Divergent sequences | Arithmetic (), geometric with , |
| Monotone Convergence Theorem | Recursive sequences, sequences defined by ratios |
| Squeeze Theorem applications | , , 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 |
| Bounded but divergent | , |
| Recursive limit technique | Set 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 and the geometric sequence . Which converges, and why?
-
Given , which theorem would you use to find , and what bounding sequences would you choose?
-
If , what does this tell you about the series ? Explain using the Divergence Test.
-
A recursive sequence is defined by and . Assuming the sequence converges, find its limit. What additional properties would you need to verify to prove convergence?