Sequences and Series - Core Definitions
Sequences and series extend calculus to discrete settings, providing tools for approximation, convergence analysis, and representation of functions. Understanding limits of sequences is fundamental to infinite series and power series.
A sequence is a function whose domain is the set of positive integers. We denote the sequence as or simply , where is the -th term.
Examples:
We say that converges to , written , if for every , there exists such that
If no such exists, the sequence diverges.
- : The terms get arbitrarily close to 0
- diverges to infinity
- oscillates between and , so has no limit
- oscillates with unbounded magnitude
If and , then:
- for any constant
- if
- if and
If for all beyond some point, and , then
Find .
Since for all :
Since and , by the Squeeze Theorem:
A sequence is:
- Increasing if for all
- Decreasing if for all
- Monotonic if it is either increasing or decreasing
Every bounded monotonic sequence converges.
Specifically:
- If is increasing and bounded above, it converges to
- If is decreasing and bounded below, it converges to
Consider .
This sequence is increasing and bounded above by 3 (can be shown using binomial theorem). By the Monotone Convergence Theorem, it converges. The limit is the famous constant:
Connection to functions: If is defined for and , then when both limits exist. This allows us to use L'Hôpital's Rule and other continuous function techniques for sequences.
Sequences provide the foundation for understanding series, which are infinite sums of sequence terms.