What is a sequence?
An ordered list of numbers usually denoted as {a_n}.
What does it mean for a sequence to converge?
The limit as n approaches infinity of a_n exists and is a finite number L.
What does it mean for a sequence to diverge?
The limit as n approaches infinity of a_n does not exist or is infinite.
How do you use L’Hôpital’s Rule for a sequence?
Convert the sequence a_n to a continuous function f(x), then take the limit as x approaches infinity.
What is the Squeeze Theorem for sequences?
If a_n ≤ b_n ≤ c_n and the limits of a_n and c_n both equal L, then the limit of b_n must also be L.
If the limit of |a_n| = 0, what can you conclude about a_n?
The limit of a_n is also 0.
What is a monotonic sequence?
A sequence that is either entirely non-increasing or entirely non-decreasing.
Define a sequence that is ‘bounded above’.
There exists a number M such that a_n ≤ M for all n.
Define a sequence that is ‘bounded below’.
There exists a number m such that a_n ≥ m for all n.
What is the Monotonic Sequence Theorem?
Every bounded, monotonic sequence is convergent.
Under what condition does the geometric sequence {r^n} converge?
It converges if -1 < r ≤ 1.
What is the limit of {r^n} if |r| < 1?
What is the limit of {r^n} if r = 1?
1
Why does {r^n} diverge if r = -1?
Because the terms oscillate between -1 and 1, so the limit does not exist.
What is a recursive sequence?
A sequence where each term is defined using previous terms (e.g., Fibonacci or a_{n+1} = 2a_n + 1).
How do you find the limit L of a convergent recursive sequence?
Replace both a_{n+1} and a_n with ‘L’ in the recursive formula and solve for L.
What is the limit of {1 / n^p} if p > 0?
What is the limit of {ln(n) / n}?
0 (Use L’Hôpital’s Rule: 1/n divided by 1).
What is the limit of { (1 + 1/n)^n }?
e
What is the limit of { n^(1/n) }?
1
What is the limit of { x^n / n! } for any real number x?
Order these from slowest to fastest growth: n!, n^n, ln(n), n^p, b^n.
ln(n) < n^p < b^n < n! < n^n
What is the value of 0! (zero factorial)?
1
What is a subsequence?
A sequence formed by selecting terms from a larger sequence in their original relative order.