AP & GP series — nth term, sum, side-by-side
Reviewed by [email protected], Geometry Calculator Developer & Online Math Educator Last updated May 12, 2026
Two of the most important sequences in algebra — known as AP (arithmetic progression) and GP (geometric progression / GP series) in UK/Indian curricula. Arithmetic sequences grow by adding a fixed amount (the common difference d); geometric sequences (GP) grow by multiplying by a fixed factor (the common ratio r). The nth term and partial sum each have their own clean closed form.
| Name | Formula | Notes |
|---|---|---|
| Arithmetic — nth Term | aₙ = a₁ + (n − 1)·d |
a₁ = first term, d = common difference (constant difference between consecutive terms). |
| Arithmetic — Sum of n Terms | Sₙ = n/2 × (a₁ + aₙ) = n/2 × [2a₁ + (n−1)d] |
Two equivalent forms: average of endpoints × count, or expanded. |
| Geometric — nth Term | aₙ = a₁ × rⁿ⁻¹ |
a₁ = first term, r = common ratio (constant ratio between consecutive terms). |
| Geometric — Sum of n Terms | Sₙ = a₁ × (1 − rⁿ) / (1 − r) |
r ≠ 1. When r = 1 the sequence is constant and Sₙ = n·a₁. |
| Geometric — Infinite Sum | S∞ = a₁ / (1 − r) |
Converges only when |r| < 1; otherwise the sum diverges. |
| Common Difference | d = aₙ₊₁ − aₙ |
How to detect arithmetic — same difference between every consecutive pair. |
| Common Ratio | r = aₙ₊₁ / aₙ |
How to detect geometric — same ratio between every consecutive pair. |
Plug in your numbers and get instant step-by-step results.