sequences and series
Arithmetic Sequences
You should know: sequences and series
Overview
An arithmetic sequence is a sequence in which each term differs from the previous one by a constant amount, called the common difference d. Because the increment is always the same, arithmetic sequences correspond to linear functions of the index n, and their sums (arithmetic series) have a clean closed-form formula discovered — according to legend — by a young Carl Friedrich Gauss.
Intuition
Picture a staircase where every step is exactly the same height. An arithmetic sequence is that staircase in number form: start at a₁, and add the same fixed amount d to get each next term. Because the steps are equal-sized, the n-th term is just the starting value plus (n-1) full steps of size d — no curvature, no compounding, just steady linear change.
Interactive Graph
Formal Definition
An arithmetic sequence has a constant common difference d between consecutive terms:
a₁ is the first term, d is the common difference
Derivation
Gauss's trick for summing an arithmetic series: write the sum forwards and backwards, then add term by term.
Sum written forwards
Same sum written backwards
Add the two equations term by term
Every one of the n pairs sums to the same value (a₁+aₙ), since the sequence is linear
Properties
Common difference
Arithmetic series sum
Arithmetic mean property
Applications
Worked Examples
Identify a₁=4 and d=3, then apply the explicit formula.
Answer: a₁₀ = 31
Practice Problems
Find the common difference and the 8th term of the sequence 2, 5, 8, 11, ...
Find the sum of the first 50 positive integers.
Common Mistakes
Using aₙ = a₁ + n·d instead of aₙ = a₁ + (n-1)d.
The first term a₁ requires ZERO steps of size d (it's the starting point), so the exponent/multiplier on d must be (n-1), not n. Check: a₁ = a₁+(1-1)d = a₁ ✓.
Applying the arithmetic sum formula Sₙ=n/2(a₁+aₙ) to a sequence that isn't arithmetic.
This formula relies on every consecutive pair of terms having the same difference d. It gives wrong answers for geometric or other non-linear sequences — always verify the common difference is constant first.
Summary
- An arithmetic sequence has a constant common difference d between consecutive terms: aₙ = a₁+(n-1)d.
- The sum of the first n terms is Sₙ = (n/2)(a₁+aₙ), derived via Gauss's forward/backward pairing trick.
- Each term is the arithmetic mean of its two neighbors.
- Arithmetic sequences model steady, linear (additive) change — simple interest, evenly-spaced measurements, loop counters.
References
- BookSullivan, M. Algebra and Trigonometry, 10th ed. Ch. 12 — Sequences, Induction, and Probability.
Mathematics