What Are Sequences and Series?
A sequence is an ordered list of numbers following a rule. A series is the sum of the terms of a sequence. These concepts appear everywhere in mathematics — from simple patterns in number theory to compound interest in finance and convergence tests in calculus.
Sequence & Series Visualiser
Learning Goals: By the end of this guide, you should be able to:
- Identify and generate arithmetic and geometric sequences from their rules.
- Find the th term and the sum of the first terms for both types.
- Determine whether an infinite geometric series converges, and if so, find its sum.
- Apply sequences and series to real-world problems.
Arithmetic Sequences
An arithmetic sequence has a constant difference between consecutive terms.
Key Formulas
th term:
Sum of first terms:
Example
The sequence has and .
Geometric Sequences
A geometric sequence has a constant ratio between consecutive terms.
Key Formulas
th term:
Sum of first terms (when ):
Sum to infinity (only when ):
Example
The sequence has and .
Convergence of Infinite Series
An infinite geometric series converges (has a finite sum) if and only if .
| Condition | Behaviour | Sum |
|---|---|---|
| Converges | ||
| Constant or alternating | Diverges | |
| Terms grow without bound | Diverges |
Example: Sum to Infinity
Find the sum of
Here , . Since :
Worked Example: Real-World Application
Question: A ball is dropped from a height of 10 m. Each bounce reaches 60% of the previous height. Find the total distance travelled before the ball comes to rest.
Solution: The ball falls 10 m, then bounces up m, falls 6 m, bounces up m, and so on.
Total distance m.
Common Mistakes
- Off-by-one errors in the th term formula — Remember: , not . The first term is , not .
- Using when — The sum to infinity formula is only valid for convergent series. Always check first.
- Confusing with — The th term is a single number; the sum is the total of the first terms.
Exam Tips (A-Level / AP / IB)
- If given two terms (e.g., and ), set up simultaneous equations to find and (or ).
- For "prove that " questions, use mathematical induction or the technique of writing .
- In MCQ format, quickly test whether a series converges by checking if .
Frequently Asked Questions
What is the difference between a sequence and a series?
A sequence is a list: A series is the sum: The sequence gives individual terms; the series gives their running total.
Can an arithmetic series ever converge?
No — unless and , the terms of an arithmetic sequence do not approach zero, so the series always diverges.
Related Topics
- Derivatives from First Principles — Limits are the foundation of both convergence and differentiation.
- Probability Distributions — The geometric distribution is closely related to geometric sequences.
- Linear Regression — Summing squared residuals uses series.