Arithmetic and Geometric Sequences

Identify and write formulas for arithmetic and geometric sequences.

🎯⭐ INTERACTIVE LESSON

Try the Interactive Version!

Learn step-by-step with practice exercises built right in.

Start Interactive Lesson →

Arithmetic and Geometric Sequences

Arithmetic Sequences

Each term is found by adding a constant called the common difference dd.

an=a1+(n1)da_n = a_1 + (n-1)d

Example: 3,7,11,15,19,...3, 7, 11, 15, 19, ...

  • a1=3a_1 = 3, d=4d = 4
  • an=3+(n1)(4)=4n1a_n = 3 + (n-1)(4) = 4n - 1
  • a10=4(10)1=39a_{10} = 4(10) - 1 = 39

Geometric Sequences

Each term is found by multiplying by a constant called the common ratio rr.

an=a1rn1a_n = a_1 \cdot r^{n-1}

Example: 2,6,18,54,...2, 6, 18, 54, ...

  • a1=2a_1 = 2, r=3r = 3
  • an=23n1a_n = 2 \cdot 3^{n-1}
  • a5=234=281=162a_5 = 2 \cdot 3^4 = 2 \cdot 81 = 162

Identifying the Type

| Sequence | Differences | Ratios | Type | |----------|------------|--------|------| | 5, 8, 11, 14 | 3, 3, 3 | — | Arithmetic (d=3d = 3) | | 3, 6, 12, 24 | 3, 6, 12 | 2, 2, 2 | Geometric (r=2r = 2) | | 1, 4, 9, 16 | 3, 5, 7 | — | Neither (perfect squares) |

Arithmetic Series (Sum)

Sn=n2(a1+an)S_n = \frac{n}{2}(a_1 + a_n)

Sum of first 20 terms of 3,7,11,...3, 7, 11, ...: a20=3+19(4)=79a_{20} = 3 + 19(4) = 79 S20=202(3+79)=10(82)=820S_{20} = \frac{20}{2}(3 + 79) = 10(82) = 820

Connection to Functions

  • Arithmetic sequences → Linear functions (f(x)=mx+bf(x) = mx + b)
  • Geometric sequences → Exponential functions (f(x)=abxf(x) = ab^x)

Quick check: Subtract consecutive terms. If the differences are constant → arithmetic. Divide consecutive terms. If the ratios are constant → geometric.

📚 Practice Problems

No example problems available yet.