Compute nth term, sum of first N terms, common difference, and visualize the arithmetic progression. Perfect for linear growth/decay models, salary projections, seating arrangements, and academic exercises.
An arithmetic sequence (or arithmetic progression) is a sequence of numbers where the difference between consecutive terms is constant. This fixed value is called the common difference (d). The general term is given by aₙ = a₁ + (n−1)·d. Arithmetic sequences model linear growth or decay, such as salary increments, budgets, row seating in a theater, or any situation where a constant amount is added (or subtracted) each period. The sum of the first n terms is Sₙ = n/2 · (2a₁ + (n−1)d) = n·(a₁ + aₙ)/2.
✨ Core formulas:
aₙ = a₁ + (n−1)·d
Sₙ = n/2 · (2a₁ + (n−1)d)
If d = 0, the sequence is constant; if d > 0, it increases; if d < 0, it decreases.
This calculator uses reliable arithmetic formulas client‑side:
Suppose an employee starts with an annual salary of $50,000 and receives a fixed raise of $2,000 each year. The salary after each year follows an arithmetic sequence with a₁ = 50000 and d = 2000. After 10 years (n=10), the salary = 50000 + 9×2000 = $68,000. The total earnings over 10 years = (10/2)*(2×50000 + 9×2000) = 5*(100000 + 18000) = $590,000. Use our calculator to instantly verify any projection, plan budgets, or compare linear vs exponential growth.
| Condition on d | Sequence behavior | Series Sum Sₙ as n→∞ |
|---|---|---|
| d > 0 | Strictly increasing (linear growth) | Diverges to +∞ (unless a₁ negative large?) – unbounded growth |
| d = 0 | Constant sequence (all terms = a₁) | Diverges unless a₁ = 0 (trivial zero sum, converges to 0) |
| d < 0 | Strictly decreasing (linear decay) | Diverges to -∞ (unless a₁ positive but eventually negative large magnitude) |
For an arithmetic series, there is no finite sum to infinity except the trivial zero sequence. Our calculator gracefully indicates divergence while providing precise partial sums for any finite n.
Arithmetic sequences are discrete analogs of linear functions: f(x) = mx + b. The constant first difference mirrors a constant slope. In numerical analysis, arithmetic progressions are building blocks for higher order sequences. Also, the sum formula Sₙ = n(a₁ + aₙ)/2 is derived from pairing terms (first with last, second with second-last, etc.) — a classic proof by Gauss.