Arithmetic & Geometric Progression Calculator
Use this tool to calculate the n-th term, the sum of the first n terms, and a preview of your sequence.
What Is a Progression?
A progression is a sequence of numbers that follows a pattern. Two of the most common patterns in math, finance, and data modeling are arithmetic progressions and geometric progressions. If you can identify which pattern your numbers follow, you can quickly estimate future values, totals, and growth.
This progression calculator helps you do exactly that: find important values without manually calculating every term.
Arithmetic Progression (AP)
In an arithmetic progression, each term increases (or decreases) by a fixed amount called the common difference d.
- Example: 5, 8, 11, 14, 17... (difference is +3)
- n-th term formula: an = a1 + (n - 1)d
- sum formula: Sn = n/2 × [2a1 + (n - 1)d]
Geometric Progression (GP)
In a geometric progression, each term is multiplied by a fixed value called the common ratio r.
- Example: 3, 6, 12, 24, 48... (ratio is ×2)
- n-th term formula: an = a1rn-1
- sum formula (r ≠ 1): Sn = a1(1 - rn) / (1 - r)
How to Use This Progression Calculator
- Select the progression type (Arithmetic or Geometric).
- Enter the first term a1.
- Enter either the common difference d or common ratio r.
- Enter the number of terms n.
- Click Calculate Progression.
You will get the n-th term, the total sum of terms, and a preview of the first terms in your sequence.
Worked Examples
Example 1: Linear Savings Plan (Arithmetic)
Suppose you save $50 in month 1 and increase your monthly savings by $10 each month. This is an arithmetic pattern: 50, 60, 70, 80...
With an AP calculator, you can estimate the amount in month 24 and your total contributions over 24 months in seconds.
Example 2: Compound Growth (Geometric)
Imagine an amount that doubles each period: 100, 200, 400, 800... This is geometric growth with ratio 2. A GP calculator helps you find later values quickly and visualize how fast exponential growth escalates.
Why Progressions Matter in Real Life
- Personal finance: recurring contributions, loan schedules, and investment growth
- Business forecasting: expected growth patterns in users, revenue, or costs
- Education: building intuition for algebra, calculus, and series
- Data science: spotting linear vs exponential behavior in datasets
- Goal tracking: training plans, productivity ramps, and milestone planning
Common Mistakes to Avoid
- Mixing up difference and ratio
- Using n = 0 (this calculator starts at n = 1)
- Ignoring sign (negative differences and ratios are valid)
- For GP sums, forgetting the special case when r = 1
Quick Reference
Arithmetic: an = a1 + (n - 1)d, Sn = n/2[2a1 + (n - 1)d]
Geometric: an = a1rn-1, Sn = a1(1 - rn)/(1 - r), r ≠ 1
Final Thoughts
A progression calculator turns repetitive math into fast insight. Whether you are planning savings, teaching sequences, or modeling growth, this tool gives immediate and accurate results with clear formulas and sequence previews.