📐 Geometric Sequences
A geometric sequence is a sequence where each term after the first is found by multiplying the previous term by a constant called the common ratio (r). These sequences model exponential growth/decay in finance, biology, and physics.
🔢 Step-by-Step Guide
- Identify the first term (a₁) and common ratio (r)
- General formula: aₙ = a₁ × r⁽ⁿ⁻¹⁾
- Sum of n terms: Sₙ = a₁(1 - rⁿ)/(1 - r) when r ≠ 1
- Infinite sum: S∞ = a₁/(1 - r) only if |r| < 1
📊 Worked Examples
Example 1: Find the 8th term
Sequence: 3, 6, 12, 24, ...
Step 1: a₁ = 3, r = 6 ÷ 3 = 2
Step 2: a₈ = 3 × 2⁽⁸⁻¹⁾ = 3 × 2⁷ = 3 × 128 = 384
Example 2: Infinite Sum
Sequence: 16, 4, 1, 0.25, ...
Step 1: a₁ = 16, r = 4 ÷ 16 = 0.25
Step 2: Since |r| < 1, S∞ = 16 ÷ (1 - 0.25) = 16 ÷ 0.75 = 64/3
🚨 Common Mistakes
- Using rⁿ instead of r⁽ⁿ⁻¹⁾ in the general term formula
- Applying infinite sum formula when |r| ≥ 1 (it diverges!)
- Mixing up arithmetic and geometric sequence formulas
- Forgetting that r can be negative or fractional
💡 Tips & Tricks
- Memory aid: "First times ratio to the (n minus one)"
- Check your ratio by dividing any term by the previous term
- For negative r, terms alternate signs
- Graph geometric sequences to see exponential patterns
🎯 Practice Suggestions
- Create your own sequences with different r values
- Practice word problems involving population growth and compound interest
- Mix arithmetic and geometric sequences in practice sets
- Use graphing calculators to visualize sequences