Sequences and Series — Definition, Formula & Examples
A sequence is an ordered list of numbers that follow a specific pattern, while a series is the sum of the terms in a sequence. Together, sequences and series form a core topic in precalculus where you analyze patterns, compute sums, and determine whether those sums grow without bound or settle toward a finite value.
A sequence is a function that assigns a real number to each positive integer . A series is the formal sum (finite) or (infinite), where convergence of an infinite series means the sequence of partial sums approaches a finite limit as .
Key Formula
Where:
- = The nth term of the sequence
- = The number of terms being summed
- = The Nth partial sum (the series value after N terms)
How It Works
To work with a sequence, you first identify its rule — the formula that produces each term from its position number . Common types include arithmetic sequences (constant difference between terms) and geometric sequences (constant ratio between terms). Once you have the rule, you can find any term directly. To form a series, you add the terms together; specific summation formulas let you compute finite sums quickly without adding every term one by one. For infinite series, you check whether the partial sums converge to a limit or diverge to infinity.
Worked Example
Problem: Find the sum of the first 5 terms of the arithmetic sequence 3, 7, 11, 15, 19, ...
Identify the pattern: Each term increases by 4, so the common difference is d = 4 and the first term is a₁ = 3.
Write the partial sum formula: For an arithmetic series with N terms, use the formula involving the first and last terms.
Substitute values: Here N = 5, a₁ = 3, and a₅ = 19.
Answer: The sum of the first 5 terms is 55.
Another Example
Problem: Determine whether the infinite geometric series 8 + 4 + 2 + 1 + ... converges, and if so, find its sum.
Find the common ratio: Divide any term by the previous term to get r.
Check for convergence: An infinite geometric series converges when |r| < 1. Since |1/2| < 1, this series converges.
Apply the infinite sum formula: Use S = a₁ / (1 − r) for the sum of a convergent geometric series.
Answer: The series converges and its sum is 16.
Visualization
Why It Matters
Sequences and series appear throughout AP Precalculus, AP Calculus BC, and college-level analysis courses. In finance, geometric series model compound interest and loan amortization schedules. In engineering and physics, Fourier series — built on this foundation — decompose complex signals into simple wave components.
Common Mistakes
Mistake: Confusing a sequence with a series and writing a list of terms when asked for a sum, or vice versa.
Correction: A sequence is the ordered list of terms; a series is the sum of those terms. Always check whether the problem asks you to list terms or compute a total.
Mistake: Using the infinite geometric sum formula when |r| ≥ 1.
Correction: The formula S = a₁/(1 − r) only works when |r| < 1. If |r| ≥ 1, the series diverges and has no finite sum.
