Skip to content
MathAnvil
Β§ Expressions & Algebra

Sequences

Β§ Expressions & Algebra

Sequences

CCSS.HSF.BFCCSS.HSF.LE3 min read

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.

Β§ 01

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.

Β§ 02

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.

Β§ 03

Worked examples

BeginnerΒ§ 01

Write the next 3 terms: 7, 10, 13, __, __, __

Answer: 16, 19, 22

  1. Find the common difference β†’ d = 3 β€” 10 βˆ’ 7 = 3. Each term increases by 3.
  2. Continue the pattern β†’ 16, 19, 22 β€” 13 + 3 = 16, 16 + 3 = 19, 19 + 3 = 22.
EasyΒ§ 02

Find the 10th term of: 3, 5, 7, 9, ...

Answer: 21

  1. Identify first term and common difference β†’ a₁ = 3, d = 2 β€” First term is 3. Difference: 5 βˆ’ 3 = 2.
  2. Use the nth term formula β†’ aβ‚™ = a₁ + (n βˆ’ 1)d β€” The nth term of an arithmetic sequence is a₁ + (n βˆ’ 1)d.
  3. Substitute β†’ a_10 = 3 + (10 βˆ’ 1) Γ— 2 β€” Replace a₁ with 3, n with 10, d with 2.
  4. Calculate β†’ 21 β€” 3 + 9 Γ— 2 = 3 + 18 = 21.
MediumΒ§ 03

Find the common difference and the 20th term: 5, 11, 17, 23, ...

Answer: d = 6, 20th term = 119

  1. Find the common difference β†’ d = 11 βˆ’ 5 = 6 β€” Subtract consecutive terms: 11 βˆ’ 5 = 6.
  2. Use the nth term formula β†’ aβ‚‚β‚€ = 5 + (20 βˆ’ 1) Γ— 6 β€” aβ‚™ = a₁ + (n βˆ’ 1)d with n = 20.
  3. Calculate β†’ 119 β€” 5 + 19 Γ— 6 = 5 + 114 = 119.
Β§ 04

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.
Β§ 05

Frequently asked questions

How do I tell if a sequence is arithmetic or geometric?
Check differences first. If consecutive terms have the same difference (5, 8, 11: difference = 3), it's arithmetic. If differences vary but ratios are constant (3, 6, 12: ratio = 2), it's geometric. Calculate 2-3 pairs to confirm the pattern.
What's the fastest way to find the 50th term?
Use the formula rather than writing out terms. For arithmetic: aβ‚™ = a₁ + (n-1)d. For geometric: aβ‚™ = a₁ Γ— r^(n-1). With sequence 7, 11, 15..., the 50th term is 7 + 49 Γ— 4 = 203, much faster than listing all terms.
When do I use the sum formula versus finding individual terms?
Use the sum formula S = n/2 Γ— (first + last) when problems ask for totals: "find the sum of the first 20 terms." Find individual terms when asked for specific positions: "what is the 15th term?" The context determines which approach to use.
Can a sequence be neither arithmetic nor geometric?
Yes. Fibonacci sequences (1, 1, 2, 3, 5, 8...) have neither constant differences nor ratios. Square numbers (1, 4, 9, 16...) form quadratic sequences. However, most CCSS problems focus on arithmetic and geometric sequences with their predictable formulas.
How do I check if my sequence formula is correct?
Substitute small values of n back into your formula. If aβ‚™ = 3 + (n-1) Γ— 4, then a₁ = 3, aβ‚‚ = 7, a₃ = 11. Compare these with the original sequence. If they match, your formula is correct.
Β§ 06

Related topics

Share this article