What is the difference between arithmetic and geometric sequences?
Arithmetic adds a constant (2,4,6,8...). Geometric multiplies by a constant (2,4,8,16...). Geometric sequences grow much faster.
How do I find any term in an arithmetic sequence without listing all terms?
Use the formula aₙ = a₁ + (n - 1)d, where a₁ is the first term, d is the common difference, and n is the term number. For example, in the sequence 5, 8, 11, 14... with d=3, the 20th term is 5 + (20-1)×3 = 5 + 57 = 62, without needing to list all 20 terms.
When does a geometric sequence diverge vs converge?
A geometric sequence with common ratio |r| < 1 converges to zero (terms shrink toward 0). With |r| > 1, the sequence diverges (terms grow without bound). With r = 1, all terms equal a₁. With r = -1, the sequence alternates between a₁ and -a₁. The infinite geometric series sum exists only when |r| < 1 and equals a₁ / (1 - r).
What are real-world examples of arithmetic and geometric sequences?
Arithmetic sequences appear in depreciation (fixed amount per year), savings with fixed contributions, and equally-spaced measurements. Geometric sequences model population growth, compound interest, radioactive decay, and virus spread. The key distinction is whether change is additive (arithmetic) or multiplicative (geometric).