2 - Sequences and Convergence Flashcards
Limit laws, squeeze law, monotone convergence theorem, convergence tests. Euler number, n-th root.
What is a sequence?
Informally, a sequence in a set X is an infinite list of elements in X:
x1, x2, x3, ….
Formally, a sequence in a set X is a function x: N –> X
Is a sequence a function or a list?
Both. It is informally noted as a list, but formally as a function.
What are some examples of sequences?
- A constant sequence: a, a, a, a, …
- The sequence of even N numbers: 2, 4, 6, 8, 10, … (x_n = 2n)
- The sequence of prime numbers: 2, 3, 5, 7, 13, 17, 19, …
- The Fibonacci sequence: 1, 1, 2, 3, 5, 8, 13, 21, …
- a_n = 1/n: 1, 1/2, 1/3, 1/4, …
- a_n = (-1)^n = -1, 1, -1, 1, -1, …
- 0, 1, -1, 2, -2, 3, -3, 4, -4, …
- a_n = i^n: i, -1, -i, 1, i, -1, -i, 1
Can sequences be bounded?
Yes.
A sequence (x_n) in R is bounded from above if there is M ϵ R such that x_n <= M for all n ϵ N.
It is bounded from below if there is m ϵ R such that x_n >= m for all n ϵ N.
It is called bounded if it is bounded from above and below.
Can complex sequences be bounded?
Yes. A sequence (x_n) in C is bounded if there is M > 0 such that |x_n| <= M for all n ϵ N.
What are some examples of partially or fully bounded sequences
- A constant sequence: a, a, a, a, …. Bounded
- The sequence of even N numbers: 2, 4, 6, 8, 10, … (x_n = 2n). Bounded from below by 2
- The sequence of prime numbers: 2, 3, 5, 7, 13, 17, 19, …. Bounded from below by 2
- The Fibonacci sequence: 1, 1, 2, 3, 5, 8, 13, 21, …. Bounded from below by 1
- Harmonic series: a_n = 1/n: 1, 1/2, 1/3, 1/4, … Bounded
- Alternating series: a_n = (-1)^n = -1, 1, -1, 1, -1, … Bounded
What is convergence?
We say that (x_n) converges to x as n goes to infinity if for every epsilon > 0 there exists n0 ϵ N such that |x_n - x_n0| < ϵ for all n > n_0.
If (x_n) does not converge to any value, we say that it is divergent.
Can sequences converge?
Yep
Do sequences have limits?
Yes, convergent sequences have proper limits denoted as:
x = lim (n –> ∞) x_n
Does a sequnce always either converge or diverge?
Yes. There are no other options. It is either convergent or divergent.
What is an epsilon neighbourhood?
The set of all points in a metric space whose distance from a given point is less than some number; this number is designated ε.
Do constant sequences have convergence or divergence?
Yes. All constant sequences converge to the real-numbered term in the sequence.
Are convergent sequences bounded?
Each convergent sequence is bounded. But not every bounded sequence is convergent.
Are unbounded sequences divergent or convergent?
They are divergent.
What are the limit laws?
Let (x_n), (y_n) be convergent sequences, lim x_n = x, lim y_n = y.
Then:
- (x_n + y_n) is convergent, lim (x_n + y _n) = x + y
- (x_ny_n) is convergent, lim x_ny_n =x*y
- If x ≠ 0 then lim 1/x_n = 1/x