Sequences
Sequences appear everywhere from seating arrangements in theaters to payment schedules for loans. Students who master arithmetic and geometric sequences in CCSS.HSF.BF and CCSS.HSF.LE develop critical pattern recognition skills that transfer directly to advanced mathematics and real-world problem solving.
Why it matters
Sequences form the foundation for understanding exponential growth in finance, population studies, and technology. When students analyze a loan with monthly payments of $450, $445, $440 (decreasing by $5 each month), they're working with arithmetic sequences. A bacteria culture that doubles every 3 hours follows a geometric sequence: 100, 200, 400, 800 bacteria. Engineers use sequences to design stadium seating where row 1 has 20 seats, row 2 has 24 seats, continuing with 4 additional seats per row. Investment portfolios growing at 7% annually follow geometric patterns. These mathematical structures appear in music (octaves doubling frequencies), architecture (spiral staircases with consistent step heights), and computer algorithms that process data in predictable patterns.
How to solve sequences
Sequences
- Arithmetic sequence: constant difference (d) between terms. aβ = aβ + (nβ1)d.
- Geometric sequence: constant ratio (r) between terms. aβ = aβ Γ rnβ1.
- To identify: check differences first, then ratios.
- Sum of arithmetic series: S = n/2 Γ (first + last).
Example: 2, 6, 18, 54: ratio = 3, geometric. aβ = 2 Γ 3β΄ = 162.
Worked examples
Write the next 3 terms: 7, 10, 13, __, __, __
Answer: 16, 19, 22
- Find the common difference β d = 3 β 10 β 7 = 3. Each term increases by 3.
- Continue the pattern β 16, 19, 22 β 13 + 3 = 16, 16 + 3 = 19, 19 + 3 = 22.
Find the 10th term of: 3, 5, 7, 9, ...
Answer: 21
- Identify first term and common difference β aβ = 3, d = 2 β First term is 3. Difference: 5 β 3 = 2.
- Use the nth term formula β aβ = aβ + (n β 1)d β The nth term of an arithmetic sequence is aβ + (n β 1)d.
- Substitute β a_10 = 3 + (10 β 1) Γ 2 β Replace aβ with 3, n with 10, d with 2.
- Calculate β 21 β 3 + 9 Γ 2 = 3 + 18 = 21.
Find the common difference and the 20th term: 5, 11, 17, 23, ...
Answer: d = 6, 20th term = 119
- Find the common difference β d = 11 β 5 = 6 β Subtract consecutive terms: 11 β 5 = 6.
- Use the nth term formula β aββ = 5 + (20 β 1) Γ 6 β aβ = aβ + (n β 1)d with n = 20.
- Calculate β 119 β 5 + 19 Γ 6 = 5 + 114 = 119.
Common mistakes
- Students confuse arithmetic and geometric sequences, writing 2, 6, 18, 54 as having a common difference of 4 instead of recognizing the common ratio of 3.
- When finding the nth term, students forget to subtract 1 from n, calculating aββ = 3 + 10 Γ 2 = 23 instead of aββ = 3 + (10-1) Γ 2 = 21.
- Students add the common ratio instead of multiplying, writing the next term of 4, 12, 36 as 36 + 3 = 39 instead of 36 Γ 3 = 108.
- For series sums, students multiply by n instead of n/2, calculating S = 10 Γ (2 + 20) = 220 instead of S = 10/2 Γ (2 + 20) = 110.