Intermediate level

Arithmetic and geometric sequences

Two sequences describe almost everything that grows regularly: one keeps adding the same amount, the other keeps multiplying by the same amount. Meet the formulas for the nth term and for the sum of the first n terms of both, the mean property, and the reason a savings account is a geometric sequence.

Before you start

This topic builds on earlier ideas. Before you start, it's worth working through the lessons below — they'll make everything click:

Where this is used

Real situations where you count exactly the way this lesson teaches:

  • A savings account
    You deposit 10,000 into an account paying 4% a year, compounded annually. The balance after each year is a geometric sequence with ratio q = 1.04: after five years you hold 10,000 · 1.04⁵ = 12,166.53, so 2,166.53 in interest — 166.53 more than plain addition of 400 a year would give. That surplus is exactly the interest earned on interest.
  • Amphitheatre seating
    An architect lays out an auditorium: 14 seats in the first row and 3 more in every row after it. That is an arithmetic sequence with r = 3, so row twelve holds 14 + 11 · 3 = 47 seats and the whole auditorium seats S₁₂ = (14 + 47) / 2 · 12 = 366 people. Adding a thirteenth row buys 50 seats at once — which is why capacity grows faster than the row count.
  • A loan with falling instalments
    A loan of 240,000 repaid in 240 capital instalments of 1,000, at 6% a year, so 0.5% a month. The first instalment is 1,000 + 0.5% · 240,000 = 2,200, and every later one is smaller by 0.5% of 1,000, that is by 5 — the instalment is an arithmetic sequence with r = −5. The sixtieth instalment is 2,200 − 59 · 5 = 1,905, and everything repaid adds up to (2,200 + 1,005) / 2 · 240 = 384,600.
  • A bacterial culture
    A colony doubles every 20 minutes and the starting sample holds 500 cells. The count every 20 minutes is a geometric sequence with q = 2, so three hours later nine doublings have passed and the microbiologist expects 500 · 2⁹ = 256,000 cells. The same formula with q = 0.5 describes radioactive decay: after each half-life, half of the sample is left.

All formulas

  • Common difference

    r=an+1anr = a_{n+1} - a_n

    the same for every pair of neighbouring terms

  • nth term, arithmetic

    an=a1+(n1)ra_n = a_1 + (n - 1)r

    the first term plus n − 1 steps

  • Arithmetic mean

    an=an1+an+12a_n = \frac{a_{n-1} + a_{n+1}}{2}

    every term is the mean of its neighbours

  • Sum of n terms, arithmetic

    Sn=a1+an2nS_n = \frac{a_1 + a_n}{2} \cdot n

    the mean of the outer terms times how many there are

  • Common ratio

    q=an+1anq = \frac{a_{n+1}}{a_n}

    the same for every pair of neighbouring terms

  • nth term, geometric

    an=a1qn1a_n = a_1 \cdot q^{n-1}

    the first term times the ratio raised to n − 1

  • Geometric mean

    an2=an1an+1a_n^2 = a_{n-1} \cdot a_{n+1}

    a term squared equals the product of its neighbours

  • Sum of n terms, geometric

    Sn=a1qn1q1,q1S_n = a_1 \cdot \frac{q^n - 1}{q - 1}, \qquad q \neq 1

    for q = 1 the sum is simply n times a₁

Every sequence in the previous lesson shared one feature: it was not required to be regular at all. The two sequences of this lesson sit at exactly the opposite end — they are built by repeating one and the same action.

Two kinds of regularity

Take a sequence from the previous lesson and look at what happens between neighbouring terms.

  • If the difference an+1ana_{n+1} - a_n is constant, the sequence is called arithmetic, and that constant is the common difference rr.
  • If the ratio an+1an\frac{a_{n+1}}{a_n} is constant, the sequence is called geometric, and that constant is the common ratio qq.
2,  5,  8,  11,  14(r=3)2,  4,  8,  16,  32(q=2)2, \; 5, \; 8, \; 11, \; 14 \quad (r = 3) \qquad\qquad 2, \; 4, \; 8, \; 16, \; 32 \quad (q = 2)

Both start at two and both look similar at first. After that they part ways for good.

01234567010203040506070naₙarithmetic: 2, 5, 8, …geometric: 2, 4, 8, …
Both sequences start at 2. The arithmetic one adds 3 at every step, the geometric one doubles — after six terms one is at 17, the other at 64.

Adding gives steady growth, multiplying gives growth that keeps accelerating. Half of finance and all of demography rest on that difference.

The arithmetic sequence

Since each step adds rr, getting from a1a_1 to ana_n takes n1n - 1 steps:

an=a1+(n1)ra_n = a_1 + (n - 1)r

That n1n - 1 is the source of the most common slip in the whole topic. Reaching the fourth term takes three steps: a4=a1+3ra_4 = a_1 + 3r.

In an arithmetic sequence a₁ = −5 and r = 4. Find a₁₂.

The formula also works backwards. Given two terms, the common difference follows from how many steps separate them:

a7a3=4rr=a7a34a_7 - a_3 = 4r \qquad \Longrightarrow \qquad r = \frac{a_7 - a_3}{4}

Every term is the mean of its neighbours

The term on the left is anra_n - r and the one on the right is an+ra_n + r, so their mean gives ana_n back:

an=an1+an+12a_n = \frac{a_{n-1} + a_{n+1}}{2}

This property characterises the arithmetic sequence: if it holds for every nn, the sequence is arithmetic. It is also how a missing term is inserted — the numbers 88, xx, 2020 form an arithmetic sequence only for x=14x = 14.

The sum of the first n terms

Legend credits the trick to a ten-year-old Gauss, told to add the numbers from 11 to 100100. Instead of working through them, he paired them off from the ends:

(1+100)+(2+99)+(3+98)+=10150=5050(1 + 100) + (2 + 99) + (3 + 98) + \ldots = 101 \cdot 50 = 5050

Every pair gives the same total, and there are half as many pairs as numbers. Hence the formula:

Sn=a1+an2nS_n = \frac{a_1 + a_n}{2} \cdot n

When the last term is unknown, substitute it from the general formula:

Sn=2a1+(n1)r2nS_n = \frac{2a_1 + (n - 1)r}{2} \cdot n
Find the sum of the first twenty terms of the arithmetic sequence with a₁ = 3 and r = 5.

The geometric sequence

Here each step multiplies by qq, and n1n - 1 steps make qq raised to n1n - 1 — a power with the index in the exponent:

an=a1qn1a_n = a_1 \cdot q^{n-1} a1=3,  q=23,  6,  12,  24,  48,  a_1 = 3, \; q = 2 \quad \Longrightarrow \quad 3, \; 6, \; 12, \; 24, \; 48, \; \ldots

Two restrictions follow straight from the definition: q0q \neq 0, and no term is ever zero. If one were, the ratio of the next term to it would not exist.

The ratio may be negative — the terms then jump above the axis and below it in turn:

01234567−30−20−100102030naₙaₙ = 2 · (−2)ⁿ⁻¹
A geometric sequence with ratio q = −2. The sign flips with every term, and the distance from zero doubles at every step regardless.

Such a sequence is neither increasing nor decreasing — and is perfectly regular all the same. The regularity of a geometric sequence lives in its ratio, not in its direction.

The geometric mean

The counterpart of the mean property is built on multiplication:

an2=an1an+1so thatan=an1an+1a_n^2 = a_{n-1} \cdot a_{n+1} \qquad \text{so that} \qquad |a_n| = \sqrt{a_{n-1} \cdot a_{n+1}}

The absolute value is not decoration: the product 49=364 \cdot 9 = 36 belongs to 4,6,94, 6, 9 and to 4,6,94, -6, 9 alike. That is why an exercise always adds a condition — for instance that the missing term is positive.

The numbers 4, x, 25 form a geometric sequence and x > 0. Find x.

The sum of the first n terms

Sn=a1qn1q1,q1S_n = a_1 \cdot \frac{q^n - 1}{q - 1}, \qquad q \neq 1

The condition q1q \neq 1 is necessary — otherwise the denominator would be zero. For q=1q = 1 the sequence is constant and the sum is simply na1n \cdot a_1.

Find the sum of the first eight terms of the geometric sequence with a₁ = 3 and q = 2.

Compound interest is a geometric sequence

An account paying pp per period multiplies the capital by the same factor 1+p1 + p every period. That is precisely the definition of a geometric sequence with ratio q=1+pq = 1 + p:

an=a1(1+p)n1a_n = a_1 \cdot (1 + p)^{n-1}

For 1000010\,000 at 4%4\% a year the balance after five years is

100001.045=12166.5310\,000 \cdot 1.04^5 = 12\,166.53

Simple interest — 4%4\% charged forever on the original deposit — would give an arithmetic sequence with r=400r = 400 and 1200012\,000 after five years. The gap of 166.53166.53 is the interest on interest; over a longer horizon it snowballs, because one sequence adds and the other multiplies. The arithmetic of percentages and the whole machinery behind it are the subject of the separate lesson on compound interest.

Exercises

The set mixes eight questions: for both sequences, a term at a given index, the parameter (rr or qq) read off two given terms, a term inserted between two neighbours, and the sum of the first nn terms. Almost every answer is a whole number; at the hardest tier the geometric mean can be an exact value with a root — type it as e.g. 6√2.

Practice

Work through a set of exercises — they get harder as you go. At the end you'll see your score and the mistakes worth reviewing.

Exercise 1 of 8Score: 0
Arithmetic sequence: a₁ = −3, r = −2; a₉ =

Common mistakes

  • Writing nn instead of n1n - 1 — reaching a10a_{10} takes nine steps, so a10=a1+9ra_{10} = a_1 + 9r, not a1+10ra_1 + 10r.
  • Confusing the difference with the ratiorr is added, qq is multiplied; the sequence 2,6,182, 6, 18 has q=3q = 3, not r=4r = 4.
  • Dividing by zero in the geometric sum — the case q=1q = 1 is computed separately, as na1n \cdot a_1.
  • Dropping the second sign in the geometric meanx2=36x^2 = 36 gives x=6x = 6 or x=6x = -6; the condition in the problem decides which.
  • Calling a sequence with a negative ratio irregular2,4,8,162, -4, 8, -16 is geometric; it simply is not monotonic.
  • Adding terms up instead of using the formula — at twenty terms that is a route to an arithmetic slip, not a saving.

Formula card

Topic: Arithmetic and geometric sequences

  • Common difference

    r=an+1anr = a_{n+1} - a_n

    the same for every pair of neighbouring terms

  • nth term, arithmetic

    an=a1+(n1)ra_n = a_1 + (n - 1)r

    the first term plus n − 1 steps

  • Arithmetic mean

    an=an1+an+12a_n = \frac{a_{n-1} + a_{n+1}}{2}

    every term is the mean of its neighbours

  • Sum of n terms, arithmetic

    Sn=a1+an2nS_n = \frac{a_1 + a_n}{2} \cdot n

    the mean of the outer terms times how many there are

  • Common ratio

    q=an+1anq = \frac{a_{n+1}}{a_n}

    the same for every pair of neighbouring terms

  • nth term, geometric

    an=a1qn1a_n = a_1 \cdot q^{n-1}

    the first term times the ratio raised to n − 1

  • Geometric mean

    an2=an1an+1a_n^2 = a_{n-1} \cdot a_{n+1}

    a term squared equals the product of its neighbours

  • Sum of n terms, geometric

    Sn=a1qn1q1,q1S_n = a_1 \cdot \frac{q^n - 1}{q - 1}, \qquad q \neq 1

    for q = 1 the sum is simply n times a₁

01234567010203040506070naₙarithmetic: 2, 5, 8, …geometric: 2, 4, 8, …
The arithmetic sequence a(n) = 3n − 1 and the geometric one b(n) = 2 to the power of n on the same axes. The first adds 3 at every step, the second doubles — and after six terms one is at 17 and the other at 64.
01234567−30−20−100102030naₙaₙ = 2 · (−2)ⁿ⁻¹
A geometric sequence with a negative ratio: q = −2 throws the terms above the axis and below it in turn, while their distance from zero grows all the same.

Frequently asked questions

Related articles