Sequences, Series, and Limits
High School Math · Pre-CalculusPreview
1. Introduction
Patterns are everywhere: the seats in each row of a theater, the bounces of a ball losing height, the balance of a loan paid down month by month, the way a drug concentration halves in the bloodstream. Sequences and series are the mathematics of such patterns — they let us describe an ordered process, predict any step of it without listing all the earlier steps, and add up enormous (even infinite) collections of numbers in a single stroke.
A sequence is just an ordered list of numbers generated by a rule. A series is what you get when you add those numbers up. The genius of the subject is the existence of closed-form formulas: instead of grinding out term after term, we derive a compact expression that jumps straight to the th term or sums the first terms instantly. We will derive these formulas, not merely memorize them, because seeing why they work makes them impossible to forget and easy to adapt.
The deepest idea here is the limit — the value a process approaches as it runs forever. It is genuinely surprising that an infinite sum of positive numbers can total a finite amount, yet . This single idea, that a sequence can converge toward a value, is the foundation on which all of calculus is built. Mastering arithmetic and geometric sequences now gives you both immediate problem-solving power and a running start on the limits you will meet next.
The sigma symbol is not mysterious — it is just a compact way to write a long addition. When you see , expand it as and recognize the arithmetic pattern, or substitute into the closed-form sum formula directly.
2. Core Concepts
2.1 Sequences and notation
A sequence is a function whose inputs are the positive integers. We write its terms as , where denotes the th term (the term in position ). A sequence can be described two ways:
- Explicitly (closed form): is given directly as a formula in , e.g. gives
- Recursively: each term is defined from previous ones plus a starting value, e.g. .
The explicit form is what lets us "teleport" to any term, while the recursive form often matches how a real process unfolds.
2.2 Arithmetic sequences
In an arithmetic sequence each term is obtained by adding a fixed number, the common difference , to the previous term: . The terms march up (or down) in equal steps, like with .
Deriving the th term. Starting from and adding a total of times to reach position :
The factor is , not , because the first term has had zero additions applied — a classic source of off-by-one errors.
2.3 Geometric sequences
In a geometric sequence each term is obtained by multiplying the previous one by a fixed number, the common ratio : . Terms scale up or down by equal factors, like with , or with .
Deriving the th term. Multiplying by a total of times:
Geometric sequences capture exponential behavior — constant percentage growth or decay — which is why they model populations, interest, and radioactive decay.
2.4 Series and summation notation
A series is the sum of the terms of a sequence. The sum of the first terms is the th partial sum, written . Sigma notation packs a sum compactly:
The variable is the index, running from the bottom value to the top value. Changing the index label does not change the sum: .
2.5 Deriving the arithmetic sum
Write the sum forwards and backwards and add the two lines term by term (the trick attributed to a young Gauss):
Each of the vertical pairs adds to , so , giving
In words: the sum equals the number of terms times the average of the first and last term.
An equivalent form when is unknown:
2.6 Deriving the geometric sum
Write and multiply by :
Subtract the second line from the first; everything cancels in the middle:
so (for )
When , every term equals and directly.
2.7 Limits and the infinite geometric series
A limit describes the value a sequence approaches as . For a geometric series, consider what happens to in the sum formula. If , then as grows (repeated multiplication by a fraction shrinks toward zero), so the partial sum approaches a finite limit:
We say the series converges to . If , the terms do not shrink to zero, the partial sums grow without bound (or oscillate), and the series diverges — the infinite-sum formula does not apply.
2.8 Sequence limits (preview)
A sequence has limit if the terms get arbitrarily close to as grows. We write . For example, in the geometric sequence , we have because . This is the discrete version of the limit concept that calculus extends to continuous functions.
2.9 Identifying the type of sequence
To classify an unknown sequence, compute consecutive differences and ratios:
- If is constant for all , the sequence is arithmetic with .
- If is constant for all , the sequence is geometric with .
Neither constant difference nor constant ratio means the sequence is neither arithmetic nor geometric — you need a different approach.
2.10 Applications: annuities and loan payments
An annuity deposits a fixed amount at the end of each period into an account earning rate per period. After deposits the balance is a geometric series. The future value formula
comes directly from summing .
2.11 Repeating decimals as geometric series
A repeating decimal like can be written as , a geometric series with and . Since , the sum is .
2.12 The divergence test (necessary condition)
If , then diverges. This is a one-way test: if terms do go to zero, the series might still diverge (e.g. the harmonic series). For geometric series, guarantees both and convergence.
2.13 Fibonacci and recursive sequences (preview)
Not every sequence is arithmetic or geometric. The Fibonacci sequence is defined recursively by and . Its explicit formula (Binet's formula) involves the golden ratio , but for most recursive sequences you solve by finding the pattern or using generating-function techniques beyond this course.
Continue reading with Premium
Upgrade to read the full article and unlock all Premium features.
Free
- Unlimited practice — all difficulties
- 3 hints / day
- Community solutions
- 2 timed mocks / month
Premium
- ✓Full article + all 57+ theory guides
- ✓Unlimited hints on practice problems
- ✓Unlimited timed mock exams & PDF worksheets