Sequences and Series
"A sequence is a list. A series is a sum. One tells a story. The other gives the total."
1. Chapter Overview
A SEQUENCE is an ordered list of numbers following a RULE. A SERIES is the SUM of the terms of a sequence. This chapter covers: ARITHMETIC PROGRESSIONS (AP — common difference), GEOMETRIC PROGRESSIONS (GP — common ratio), their sums, arithmetic and geometric means, and the sum of SPECIAL SERIES (Σn, Σn², Σn³).
2. Sequences — Basic Concepts
- A sequence: a₁, a₂, a₃, ..., aₙ
- A series: a₁ + a₂ + a₃ + ... + aₙ
- Finite sequence: has a LAST term
- Infinite sequence: goes on FOREVER
3. Arithmetic Progression (AP)
Definition
- A sequence where the DIFFERENCE between consecutive terms is CONSTANT
- This constant difference d = COMMON DIFFERENCE
- d = a₂ — a₁ = a₃ — a₂ = ...
nth Term (General Term)
where a₁ = first term, d = common difference
Sum of First n Terms (Sₙ)
OR: (First term + Last term) × n/2
Arithmetic Mean (AM) Between Two Numbers
- AM of a and b = (a + b)/2
- To insert n Arithmetic Means between a and b: the n AMs combined with a and b form an AP of (n+2) terms. Find d. Insert means.
4. Geometric Progression (GP)
Definition
- A sequence where the RATIO of consecutive terms is CONSTANT
- This constant ratio r = COMMON RATIO
- r = a₂/a₁ = a₃/a₂ = ...
nth Term (General Term)
Sum of First n Terms (Sₙ)
Sum of an INFINITE GP (only when |r| < 1)
The terms get smaller and smaller → their sum approaches a FINITE limit.
Geometric Mean (GM) Between Two Numbers
- GM of a and b = √(ab) (for positive a, b)
- To insert n Geometric Means between a and b: the n GMs + a and b form a GP of (n+2) terms.
5. Relationship Between AM and GM
- For any two positive numbers: AM ≥ GM
- Equality holds ONLY when a = b
6. Sum of Special Series
- Σn = 1 + 2 + 3 + ... + n = n(n+1)/2
- Σn² = 1² + 2² + 3² + ... + n² = n(n+1)(2n+1)/6
- Σn³ = 1³ + 2³ + 3³ + ... + n³ = [n(n+1)/2]² = (Σn)²
7. Exam Focus
- AP — nth term formula, sum formula (Sₙ)
- GP — nth term formula, sum formula (Sₙ), infinite GP sum (|r|<1)
- Inserting Arithmetic Means and Geometric Means
- AM ≥ GM (for positive numbers)
- Sum of Σn, Σn², Σn³
8. Key Formulas Summary
| Concept | Formula |
|---|---|
| AP nth term | aₙ = a₁ + (n-1)d |
| AP sum | Sₙ = n/2[2a₁ + (n-1)d] = n/2(a₁ + aₙ) |
| GP nth term | aₙ = a₁ rⁿ⁻¹ |
| GP sum (finite) | Sₙ = a₁(rⁿ-1)/(r-1) (r>1) |
| GP sum (infinite) | S∞ = a/(1-r) ( |
| Σn | n(n+1)/2 |
| Σn² | n(n+1)(2n+1)/6 |
| Σn³ | [n(n+1)/2]² |
9. Conclusion
Sequences and series describe PATTERNS:
- AP: Constant addition. 3, 7, 11, 15... (d=4). Sum is the average of first and last, times n.
- GP: Constant multiplication. 2, 6, 18, 54... (r=3). Exponential growth (or decay, if |r|<1).
- INFINITE GP: When |r|<1, adding forever gives a FINITE number. A beautiful limit.
- SPECIAL SUMS: Σn, Σn², Σn³ — formulas you'll use in calculus.
'A sequence is a function whose domain is the natural numbers.' Sequences are the discrete-building-blocks that continuous functions smooth over.
