Sequences and Series

Definition

A sequence is an ordered list of numbers A series is the sum of a sequence. The partial sums define convergence: an infinite series converges if exists and is finite; otherwise it diverges.

Intuition

A series converges when the running total “settles down” to a fixed value. Adding infinitely many positive terms can still yield a finite result if the terms shrink fast enough — but shrinking to zero is necessary, not sufficient.

Formal Description

A sequence may be defined explicitly (e.g. ) or by a recursion relation. The Fibonacci sequence is defined by

The partial sums are defined as

The partial sums of the Fibonacci sequence telescope:

Key Results

  • A series converges if and only if its sequence of partial sums converges.
  • Convergence depends only on the tail of the series (finitely many terms do not affect convergence).

Applications

Sequences and series appear throughout analysis, probability (expected values), and discrete mathematics. They are the foundation for Power Series and Taylor Series.

Trade-offs

The definition of convergence via partial sums is precise but gives no direct method for finding the sum. Separate convergence tests (Ratio Test, integral test, comparison) are needed in practice.