Arithmetic vs Geometric Sequences: How to Tell Them Apart in Everyday Math
Arithmetic vs Geometric Sequences: How to Tell Them Apart in Everyday Math
You get a $2,000 raise every January. Your coworker gets a 4 % raise every January. After ten years, who is paid more — and by how much? The answer turns on a single distinction every algebra textbook teaches and most people promptly forget: arithmetic sequences add the same amount each step, geometric sequences multiply by the same amount. The math is short, the financial consequences are not. Run a quick check with the arithmetic-sequence calculator and you will see the gap open up in a way a spreadsheet column makes obvious.
This guide gives you the recognition test, the four formulas you need (nth term and partial sum for each), and the everyday situations each sequence actually models.
The Recognition Test
Given any sequence — say 3, 7, 11, 15, 19 — write down the differences between consecutive terms: 4, 4, 4, 4. Constant difference, so the sequence is arithmetic. The common difference is d = 4.
Now try 3, 6, 12, 24, 48. Differences are 3, 6, 12, 24 — not constant. Divide instead: 6/3 = 2, 12/6 = 2, 24/12 = 2, 48/24 = 2. Constant ratio, so the sequence is geometric. The common ratio is r = 2.
That is the entire test. Subtract first; if the differences are constant, it is arithmetic. If not, divide; if the ratios are constant, it is geometric. If neither is constant, it is neither — it might be a polynomial sequence, a Fibonacci-style recurrence (the Fibonacci calculator handles that case), or just noise.
The Encyclopaedia Britannica entry on arithmetic progression and the entry on geometric series give the textbook definitions, and the NIST Digital Library of Mathematical Functions covers the algebraic identities under §4.21 Trigonometric Identities for related closed forms.
The Four Formulas
Memorise these and you can solve almost any sequence problem you will see outside a contest setting.
Arithmetic, nth term: a_n = a₁ + (n − 1) · d. Arithmetic, partial sum of n terms: S_n = n · (a₁ + a_n) / 2 = n · [2a₁ + (n − 1)d] / 2.
Geometric, nth term: a_n = a₁ · r^(n−1). Geometric, partial sum of n terms: S_n = a₁ · (1 − rⁿ) / (1 − r), provided r ≠ 1.
If |r| < 1 and you let n run to infinity, the partial sum converges to a finite limit S = a₁ / (1 − r). That single fact is why geometric series show up in present-value and perpetuity calculations.
Carl Friedrich Gauss is the standard schoolroom anecdote for the arithmetic sum: asked at age nine to add the integers from 1 to 100, he paired them as (1+100), (2+99), …, (50+51), giving 50 · 101 = 5,050. The same pairing trick produces the general formula above.
Where Arithmetic Sequences Actually Appear
Fixed-amount payroll raises. Some union contracts and many public-sector salary schedules give a flat dollar increase per step. The U.S. Bureau of Labor Statistics' Occupational Employment and Wage Statistics program reports median wages by occupation; multi-step pay scales for government workers (for example, the federal General Schedule) are arithmetic within each grade.
Simple interest. Under simple interest, the balance after n years is P + n · P · i, an arithmetic sequence with first term P and common difference P·i. The U.S. Securities and Exchange Commission's Investor.gov page on compound interest explicitly contrasts simple and compound interest and warns that simple-interest products undercount real growth.
Straight-line depreciation. A piece of equipment that loses a fixed dollar amount of book value each year follows an arithmetic sequence. The IRS Modified Accelerated Cost Recovery System (MACRS), described in IRS Publication 946, allows the straight-line method as one option for many asset classes.
Stadium seating, brickwork, simple inventories. Each row adds a fixed number of seats; each course of bricks adds a fixed number of bricks. This is where you see the Gauss pairing trick used in real life.
Where Geometric Sequences Actually Appear
Compound interest and savings growth. The balance after n compounding periods at rate i is P · (1 + i)ⁿ — a geometric sequence with ratio r = 1 + i. The SEC's investor.gov glossary defines compounding precisely. To see how a geometric progression compounds month by month, plug your inputs into the compound-interest calculator and compare the result against the geometric-sequence calculator using a₁ = P · (1 + i) and r = 1 + i.
Loan amortization. Under a fixed-payment mortgage, the outstanding principal each month follows a geometric-style recurrence: B_{k+1} = B_k · (1 + i) − M, where M is the level monthly payment. The Consumer Financial Protection Bureau's definition of amortization walks a borrower through the mechanics. The closed-form payment formula M = P · i · (1 + i)ⁿ / [(1 + i)ⁿ − 1] falls out of summing a geometric series.
Declining-balance depreciation. Under MACRS double-declining-balance, the book value each year is multiplied by a factor less than 1 — a geometric sequence with ratio r < 1. The IRS publishes the percentage tables in Publication 946 Appendix A.
Population and bacterial growth (over short windows). When a population is well below carrying capacity, growth is approximately geometric: N_{t+1} = N_t · (1 + r). The U.S. Census Bureau publishes population projection methodology that uses geometric models for short horizons before switching to logistic models.
How the Calculators Work
The arithmetic-sequence calculator takes a₁, d, and n and returns the nth term and the partial sum using the closed forms above. The geometric-sequence calculator does the same with a₁, r, and n. For finance applications where the sequence is being driven by a periodic payment plus interest, the compound-interest calculator is the right tool — it handles the contribution stream, which a pure geometric progression cannot. If you want to compare against a recurrence-based sequence like Fibonacci, the Fibonacci calculator is the contrast point.
Worked Examples
1. Flat-dollar raise. Start salary $58,000, $2,000 raise every year. After 10 years (n = 10), a_n = 58,000 + (10 − 1) · 2,000 = $76,000. Total earned over the 10 years, S_n = 10 · (58,000 + 76,000)/2 = 10 · 67,000 = $670,000.
2. Percentage raise. Start salary $58,000, 4 % raise every year. After 10 years, a_n = 58,000 · 1.04⁹ ≈ 58,000 · 1.42331 ≈ $82,552. Total earned, S_n = 58,000 · (1 − 1.04¹⁰)/(1 − 1.04) = 58,000 · (1 − 1.48024)/(−0.04) ≈ 58,000 · 12.006 ≈ $696,348. The percentage raise wins on both salary in year 10 and total earned over the decade.
3. Loan balance. $200,000 mortgage, 30-year term, 6 % nominal annual rate compounded monthly. Monthly i = 0.005, n = 360. Payment M = 200,000 · 0.005 · 1.005³⁶⁰ / (1.005³⁶⁰ − 1) ≈ 200,000 · 0.005 · 6.0226 / 5.0226 ≈ $1,199 per month. The CFPB's amortization explainer walks through the same formula.
Common Pitfalls
Confusing rate with ratio. A 4 % raise gives ratio r = 1.04, not 0.04. Plugging the rate into the formula in place of the ratio is the single most common student error.
Off-by-one indexing. Some books start at a₀, some at a₁. The nth-term formula has (n − 1) in the exponent or coefficient when indexing starts at 1; it has n when indexing starts at 0. Always confirm which convention the problem uses.
Using the geometric sum formula when r = 1. The closed form 1 − rⁿ / (1 − r) is undefined at r = 1. When r = 1 the sequence is constant and the sum is just n · a₁.
Treating an APR as a per-period rate. A 6 % APR compounded monthly has a per-period rate of 0.06 / 12 = 0.005, not 0.06. The Federal Reserve's Regulation Z disclosures and the CFPB's definition of APR both reinforce this distinction.
Assuming exponential growth continues forever. A 4 % raise per year compounded over 40 years is plausible; a 4 % world-population growth rate compounded over 40 years is not. Geometric growth is bounded in real-world systems.
Forgetting that infinite geometric series converge only when |r| < 1. S = a / (1 − r) gives a finite answer only inside that interval; outside it the series diverges and the formula is meaningless.
Frequently Asked Questions
Q: Is the Fibonacci sequence arithmetic or geometric? A: Neither. Differences (1, 1, 2, 3, 5…) are not constant and ratios approach φ ≈ 1.618 only in the limit, not at every step. Fibonacci is a linear recurrence with two previous terms — see the Fibonacci calculator for the recurrence in action.
Q: How do I tell if a real dataset (e.g., monthly revenue) is closer to arithmetic or geometric? A: Plot it on log scale. If the log-scale plot is roughly linear, the underlying growth is geometric (constant percentage). If the linear-scale plot is roughly linear, growth is arithmetic (constant amount). Many economic series, including U.S. real GDP from the Federal Reserve Economic Data database, are geometric over the long run.
Q: What is the difference between a sequence and a series? A: A sequence is the ordered list of terms; a series is the sum of those terms. So 3, 6, 12, 24 is a geometric sequence; 3 + 6 + 12 + 24 = 45 is the corresponding partial geometric series.
Q: Why does compound interest beat simple interest by so much over decades? A: Compound interest applies the rate to the previous period's full balance, including past interest, making the balance grow geometrically. Simple interest applies the rate only to the original principal, giving arithmetic growth. The SEC's Investor.gov compound-interest page shows the divergence over typical retirement horizons.
Q: Can a sequence be both arithmetic and geometric? A: Only if it is constant. If a_n = c for every n, it is trivially arithmetic with d = 0 and trivially geometric with r = 1. Otherwise the two definitions are mutually exclusive.
Sources
- Britannica, arithmetic progression and geometric series.
- U.S. Bureau of Labor Statistics, Occupational Employment and Wage Statistics.
- U.S. Securities and Exchange Commission, Investor.gov compound-interest glossary.
- Consumer Financial Protection Bureau, What is amortization?.
- Internal Revenue Service, Publication 946: How to Depreciate Property.
- Federal Reserve, Regulation Z compliance guide.
- St. Louis Fed, Real GDP series GDPC1.