Arithmetic Series & Sequences

Master arithmetic sequences, series, formulas, and their real-world applications with interactive examples

πŸ“Š Arithmetic Sequences

Definition

An arithmetic sequence is a sequence where each term after the first is obtained by adding a constant value called the common difference (d).

General Form:

$$a, a+d, a+2d, a+3d, \ldots$$

Examples

2, 5, 8, 11, 14, ...

d = 3 (increasing)

20, 15, 10, 5, 0, ...

d = -5 (decreasing)

7, 7, 7, 7, 7, ...

d = 0 (constant)

Interactive Sequence Generator

Generated Sequence:

3, 7, 11, 15, 19, 23, 27, 31

Key Takeaways

Sequences vs Series

  • β€’ Sequence: List of numbers in order
  • β€’ Series: Sum of sequence terms
  • β€’ Both follow predictable patterns

Essential Formulas

  • β€’ nth term: $a_n = a_1 + (n-1)d$
  • β€’ Sum: $S_n = \frac{n}{2}[2a_1 + (n-1)d]$
  • β€’ Common difference: $d = a_{n+1} - a_n$