Introduction to Sequences
Understanding sequences and their behavior
🎯 Introduction to Sequences
What is a Sequence?
A sequence is an ordered list of numbers:
Each number is called a term.
Notation:
- Individual terms:
- General term: (the nth term)
- Whole sequence: or
💡 Key Idea: A sequence is a function from positive integers to real numbers!
Explicit Formula
A formula that gives directly in terms of .
Example 1:
Example 2:
Alternating signs!
Recursive Formula
Defines each term using previous term(s).
Example 3: , for
This is the sequence (powers of 2!)
Example 4 (Fibonacci): , , for
Finding Patterns
Given the first few terms, find the formula.
Example:
Pattern: Even numbers!
Example:
Pattern: Perfect squares!
Example:
Pattern: Alternating!
(or )
Limit of a Sequence
The sequence converges to limit if:
Meaning: As gets larger, gets closer and closer to .
If the limit exists (finite): sequence converges
If the limit doesn't exist or is infinite: sequence diverges
Example 5: Find
As , the denominator grows without bound.
The sequence converges to 0.
Example 6: Find
Method: Divide numerator and denominator by highest power of (which is ).
As : and
The sequence converges to .
Example 7: Find
The sequence is:
It oscillates between -1 and 1, never settling down.
The sequence diverges.
Limit Laws for Sequences
If and , then:
-
Sum:
-
Difference:
-
Product:
-
Quotient: (if )
-
Constant Multiple:
Squeeze Theorem for Sequences
If for all , and:
Then:
Example 8: Use Squeeze Theorem
Find .
Step 1: Recall for all .
Step 2: Divide by (positive):
Step 3: Take limits:
Step 4: By Squeeze Theorem:
The sequence converges to 0.
Monotonic Sequences
Increasing: for all
Decreasing: for all
Monotonic: either increasing or decreasing
Bounded Sequences
Bounded above: for some and all
Bounded below: for some and all
Bounded: both bounded above and below
Monotone Convergence Theorem
If a sequence is monotonic and bounded, then it converges.
💡 Key Idea: If sequence is increasing but can't go past some ceiling, it must level off!
Example 9: Show converges
Step 1: Find limit
Step 2: Check if increasing
Compare: Is ?
Cross-multiply:
✓
Sequence is increasing.
Step 3: Check if bounded
for all
Also, for all .
Sequence is bounded:
Conclusion: By Monotone Convergence Theorem, sequence converges (to 1).
Common Sequence Limits
| Sequence | Limit | |----------|-------| | (p > 0) | 0 | | | 0 | | (if abs(a) < 1) | 0 | | (if a > 1) | ∞ | | | 0 | | | 1 | | | e |
L'Hôpital's Rule for Sequences
If has indeterminate form, treat as continuous variable and use L'Hôpital's Rule!
Example:
This is form.
Replace with :
Example 10:
This is form.
Use L'Hôpital's Rule (twice):
(still )
The sequence converges to 0.
Exponentials grow faster than polynomials!
⚠️ Common Mistakes
Mistake 1: Confusing Sequence Index
is the FIRST term, not (unless stated otherwise).
Be careful with initial conditions!
Mistake 2: Thinking Convergence Means Limit is 0
WRONG: "If converges, then "
EXAMPLE: converges to 1, not 0!
Mistake 3: Using Wrong Variable
When using L'Hôpital's Rule, replace discrete with continuous .
Mistake 4: Ignoring Oscillation
oscillates:
This diverges! Don't assume every formula converges.
📝 Practice Strategy
- Find first few terms to see the pattern
- For limits: divide by highest power, use L'Hôpital's if needed
- Check for oscillation: look for or trig functions
- Use Squeeze Theorem for bounded oscillating terms
- Monotonic + Bounded → converges (even if you can't find exact limit)
- Common limits: memorize , if
- Exponentials beat polynomials: grows faster than
📚 Practice Problems
1Problem 1medium
❓ Question:
Find an explicit formula for the sequence and determine if it converges.
💡 Show Solution
Step 1: Look for pattern in differences
Terms: 2, 5, 10, 17, 26
First differences: 3, 5, 7, 9
Second differences: 2, 2, 2
Since second differences are constant, this is a quadratic sequence!
Step 2: Assume form
Use first three terms:
:
:
:
Step 3: Solve system
From equations 1 and 2: ... (equation i)
From equations 2 and 3: ... (equation ii)
Subtract (i) from (ii):
From equation (i):
From original:
Step 4: Formula is
Check:
- ✓
- ✓
- ✓
Step 5: Find limit
The sequence diverges to infinity.
Answer: , diverges
2Problem 2medium
❓ Question:
Consider the sequence .
a) Find the first four terms. b) Determine if the sequence converges or diverges. If it converges, find the limit.
💡 Show Solution
Solution:
Part (a): Substitute :
Part (b): Find :
Divide numerator and denominator by :
As , terms with in denominator approach 0:
The sequence converges to .
3Problem 3easy
❓ Question:
Determine if the sequence converges. If so, find the limit.
💡 Show Solution
Step 1: Identify form
As : both numerator and denominator → ∞
This is form.
Step 2: Divide by highest power (which is )
Step 3: Take limit as
Answer: The sequence converges to .
4Problem 4hard
❓ Question:
Prove that the sequence converges to 0.
💡 Show Solution
Step 1: Understand the sequence
Terms oscillate but get closer to 0.
Step 2: Use absolute value
Step 3: Find limit of absolute value
Step 4: Apply theorem
If , then .
Alternative: Use Squeeze Theorem
By Squeeze Theorem:
Answer: The sequence converges to 0 (proven by Squeeze Theorem or absolute value test).
Practice with Flashcards
Review key concepts with our flashcard system
Browse All Topics
Explore other calculus topics