Sequences & Series
Understand arithmetic and geometric sequences, derive and apply their general term formulas, and calculate partial sums to solve real-world problems.
Arithmetic Sequences
An arithmetic sequence is a list of numbers where consecutive terms differ by a constant amount called the common difference (d).
General Term (n-th term)
Tn = a + (n − 1)d
Sum of First n Terms
Sn = n/2 × (2a + (n−1)d)
a = first term, d = common difference, n = term number
Worked Example: Arithmetic sequence
For the sequence 3, 7, 11, 15, …, find the 20th term and the sum of the first 20 terms.
a = 3, d = 7 − 3 = 4, n = 20
20th term: T20 = 3 + (20 − 1) × 4 = 3 + 76 = 79
Sum: S20 = 20/2 × (2 × 3 + 19 × 4) = 10 × (6 + 76) = 10 × 82 = 820
Arithmetic sequence: 3, 7, 11, 15, 19, …
Geometric Sequences
A geometric sequence is a list of numbers where each term is multiplied by a constant called the common ratio (r).
General Term
Tn = a × rn−1
Sum of First n Terms (r ≠ 1)
Sn = a(rn − 1) / (r − 1)
a = first term, r = common ratio, n = term number
Worked Example: Geometric sequence
For the sequence 2, 6, 18, 54, …, find the 8th term and the sum of the first 6 terms.
a = 2, r = 6/2 = 3, n = 8
8th term: T8 = 2 × 37 = 2 × 2187 = 4374
Sum of 6 terms: S6 = 2(36 − 1) / (3 − 1) = 2(729 − 1) / 2 = 728 = 728
Geometric sequence: 2, 6, 18, 54, 162, …
Identifying and Applying Sequences
Test for Arithmetic
Subtract consecutive terms: T2 − T1 = T3 − T2 = d (constant)
Test for Geometric
Divide consecutive terms: T2 / T1 = T3 / T2 = r (constant)
Worked Example: Real-world application
A savings plan deposits $100 in month 1, $150 in month 2, $200 in month 3, and so on. How much is deposited in month 12? What is the total deposited after 12 months?
This is arithmetic: a = 100, d = 50, n = 12
Month 12: T12 = 100 + 11 × 50 = 100 + 550 = $650
Total (S12): = 12/2 × (2 × 100 + 11 × 50) = 6 × (200 + 550) = 6 × 750 = $4,500
Key Vocabulary
Common Difference (d)
The fixed amount added between terms in an arithmetic sequence. Can be positive (increasing) or negative (decreasing).
Common Ratio (r)
The fixed multiplier between terms in a geometric sequence. r > 1 gives growth; 0 < r < 1 gives decay.
Series
The sum of the terms of a sequence. The sum of the first n terms is called the n-th partial sum, written Sn.
Sigma Notation (Σ)
A compact way to write a series. Σ means “sum of”. For example, Σ (from k=1 to n) of Tk = Sn.
Knowledge Check
Test your knowledge of arithmetic and geometric sequences and series.
Question 1
For the arithmetic sequence 5, 9, 13, 17, …, what is the common difference?
Question 2
For the geometric sequence 4, 12, 36, 108, …, what is the common ratio?
Question 3
Find the 10th term of the arithmetic sequence with a = 2 and d = 6.
Question 4
Find the sum of the first 5 terms of the geometric sequence: 1, 2, 4, 8, 16, …
Question 5
An arithmetic series has a = 5, d = 3, and Sn = 155. How many terms are in the series?
Key Concepts Summary
- ●Arithmetic sequence: constant difference d. General term Tn = a + (n−1)d.
- ●Arithmetic series: Sn = n/2 × (2a + (n−1)d). Also written Sn = n/2 × (T1 + Tn).
- ●Geometric sequence: constant ratio r. General term Tn = a × rn−1.
- ●Geometric series: Sn = a(rn − 1) / (r − 1) for r ≠ 1.
- ●Test: subtract consecutive terms for arithmetic; divide consecutive terms for geometric.