Definition
An infinite sequence is an ordered, unending list of numbers , where each term is a value of a function whose domain is the set of positive integers. It is a discrete mapping from integers to real (or complex) numbers.
Why It Matters
Sequences are the primary tool for modeling processes that unfold over time in discrete steps, like the growth of a population or the iterations of a computer algorithm. They allow us to ask the ultimate long-term question: “Where is this going?” By understanding the limit of a sequence, we can predict the final state of a system without having to simulate every single step of its infinite journey.
Core Concepts
- Convergence: A sequence converges to a limit () if the terms become arbitrarily close to as increases. Formally, for every , there exists such that for all .
- How to read: “The limit as n approaches infinity of a n is equal to L; for every epsilon greater than zero, there exists N such that the absolute value of the quantity a n minus L is less than epsilon for all n greater than N.”
- Meaning: The tail of the sequence gets trapped in any -neighborhood of — the formal - definition of convergence.
- Monotonicity: A sequence is monotonic if it is either non-increasing or non-decreasing.
- Boundedness: A sequence is bounded if there exist numbers and such that for all .
- Sandwich Theorem: If and both and converge to , then must also converge to .
- How to read: “If a n is less than or equal to b n, which is less than or equal to c n, and both a n and c n converge to L, then b n also converges to L.”
- Meaning: A sequence squeezed between two convergent sequences must converge to the same limit.