Let , , be sequences satisfying:
Then .
Given :
For :
Therefore .
If and , then .
Problem: Prove .
Solution:
Let where for .
Then (Binomial theorem)
So , giving .
Since , by Squeeze theorem , so .
Problem: Prove for .
Solution:
WLOG assume . Then:
Since , by Squeeze theorem the limit is .
A sequence is:
A bounded monotone sequence converges.
Let . Since is non-empty and bounded above, by the Completeness Axiom, exists.
We claim .
Given :
Therefore for .
Compute and check its sign.
For positive sequences, compute and compare to 1.
Define sequences:
From :
The sequence converges to .
A sequence is an infinitesimal if , written .
| Notation | Definition | Meaning |
|---|---|---|
| Equivalent (asymptotically equal) | ||
| Higher order infinitesimal (xₙ is much smaller) | ||
| Same order or smaller (big-O notation) |
Let , satisfy:
Then .
Stolz theorem is the discrete analog of L'Hôpital's rule for forms. It allows us to simplify limits by looking at differences rather than the sequences themselves.
If , then:
Apply Stolz with . Then:
Wait, let's reconsider. Let . Then:
By Stolz, .
The converse is false. Cesàro mean can converge even when the original sequence diverges.
Example: diverges, but .
Problem: Find .
Solution using Stolz:
Let and .
Taking the limit:
Problem: Let , . Find .
Solution:
Step 1: Assume limit exists. Then .
So (since ).
Step 2: Prove by induction:
Step 3: Prove increasing:
since and . So .
Conclusion: By Monotone Bounded Theorem, .
Problem: Prove .
Solution using Cesàro Mean:
Let
This equals .
As , this is a Riemann sum for:
Therefore .
| Theorem | When to Use | Key Requirement |
|---|---|---|
| Squeeze | Can bound sequence between two with same limit | |
| Monotone Bounded | Recursive sequences, proving existence | Monotonic + Bounded |
| Stolz | Indeterminate forms | strictly increasing |
| Cesàro Mean | Average of sequence terms | Original sequence converges |
Let be a sequence with . If , then:
Problem: Find .
Solution:
Let . Compute the ratio:
As :
By the Ratio Test, .
This shows exponential growth dominates polynomial growth.
The following limits are fundamental and should be memorized:
Problem: Prove .
Solution:
Let where for .
Then . By binomial theorem:
So , giving .
Therefore .
Problem: Find .
Solution:
Note that .
Taking -th roots:
Since , by Squeeze Theorem:
Problem: Prove .
Solution:
As :
By product rule: .
All of the following equal :
Problem: Find .
Solution:
Let , . Apply Stolz:
We have , so:
The sum gives directly:
Problem: Find .
Solution:
Since , we have:
Both bounds tend to 0 as .
By Squeeze Theorem: .
Problem: Find .
Solution:
Using the limit with :
Power Sums
Growth Comparison
Let be a sequence with . If , then:
Problem: Find .
Solution:
Let . Compute:
As :
By Root Test: .
If and is a triangular array with:
Then .
Problem: If , prove (for ).
Solution:
Taking logarithms:
Since , by Cesàro mean:
Therefore .
Many sequence techniques parallel series convergence tests:
Sequences
Ratio Test:
Series
d'Alembert: ⟹ convergent
Problem: Find .
Solution:
Using Ratio Test:
As :
Therefore .
Problem: Find .
Solution using Stirling's approximation:
For and :
This is essential for proving exponential limits.
Problem: Prove .
Solution:
Write by Bernoulli.
Actually, for : (by binomial expansion).
Key principle: Exponential growth dominates polynomial growth.
Similarly, factorial dominates exponential: .
Problem: Arrange in order of growth: .
Solution:
From slowest to fastest growth:
Here means .
Problem: Let , . Find .
Solution:
Step 1: Show bounded: by induction.
Step 2: Show increasing: .
Step 3: By Monotone Bounded Theorem, limit exists. If :
If and with , then:
Extensions of the Squeeze Theorem:
Problem: Find .
Solution:
Both bounds → 0, so by Squeeze: .
1. Know the limit? → Use ε-N definition
2. Can bound both sides? → Squeeze Theorem
3. Monotonic sequence? → Monotone Bounded Theorem
4. Ratio of differences? → Stolz-Cesàro
5. Form ? → Use limit
Problem: Let , . Find .
Solution (Newton's method for √2):
Bounded below: AM-GM gives .
Decreasing: for .
Limit satisfies , giving .
If , then .
The converse is false.
Problem: Find .
Solution:
For :
Since , by Squeeze: .
Use Squeeze when you can bound your sequence between two sequences with the same limit. Use Monotone Bounded when your sequence is monotonic (always increasing or decreasing) and bounded. Squeeze works even for oscillating sequences; Monotone Bounded requires monotonicity.
The limit definition captures e's fundamental property: it's the natural base for exponential growth. Defining e ≈ 2.71828... is circular—we'd need limits to compute those decimals anyway. The limit (1 + 1/n)^n shows e arises naturally from compound interest and continuous growth.
Stolz theorem is the discrete analog of L'Hôpital's rule. L'Hôpital handles continuous functions (derivatives), while Stolz handles sequences (differences). Both resolve indeterminate forms by looking at 'rates of change.'
Yes! Example: xₙ = (-1)^n diverges, but (1/n)Σxₖ → 0. The converse is also important: if xₙ → L, then Cesàro mean → L too. But Cesàro convergence doesn't imply original convergence.
Monotone alone isn't enough: n is increasing but unbounded, so diverges. Bounded alone isn't enough: (-1)^n is bounded but oscillates. Together, they force convergence: the sequence approaches its supremum (or infimum).
A useful trick: assume the limit L exists and solve L = f(L). The solutions are candidates for bounds. For example, if xₙ₊₁ = √(2 + xₙ), solving L = √(2 + L) gives L = 2. Then prove xₙ < 2 by induction and monotonicity.