This site is a work in progress. New lessons are added regularly. Contact us

Geometric Series

Learning goals

  • Sum a finite series with Sn=a1(1rn)1rS_n = \tfrac{a_1(1 - r^n)}{1 - r}
  • Prove it by multiplying by rr and subtracting
  • Take S=a11rS = \tfrac{a_1}{1 - r} when r<1|r| < 1
  • Say why r1|r| \ge 1 leaves no finite sum
  • Convert a repeating decimal into an exact fraction

From a sequence to its sum

An ordered list like 3,6,12,24,483, 6, 12, 24, 48 is a geometric sequence. Join its terms with plus signs and you get a geometric series, a single number:

3+6+12+24+48=93.3 + 6 + 12 + 24 + 48 = 93.

As with an arithmetic series, write SnS_n for the sum of the first nn terms of a geometric sequence. Using the explicit term ak=a1rk1a_k = a_1 r^{k-1} from the last lesson, every term is the first term times a power of the ratio:

Sn=a1+a2++an=a1+a1r+a1r2++a1rn1.S_n = a_1 + a_2 + \cdots + a_n = a_1 + a_1 r + a_1 r^2 + \cdots + a_1 r^{n-1}.

In the summation notation from the arithmetic-series lesson, the same sum is

Sn=k=1na1rk1.S_n = \sum_{k=1}^{n} a_1 r^{k-1}.

The only thing new compared with an arithmetic series is what sits between the terms: a constant multiplier rr instead of a constant added difference. That single change forces a different summing trick, because the reverse-and-add pairing no longer produces equal columns when the terms are scaled rather than stepped.

A formula for the finite sum

There is a clever move that collapses the whole sum. Multiply the series by the ratio rr and subtract the result from the original. Because multiplying by rr shifts every term over by one position, almost everything cancels.

The finite sum is Sn=a1(1rn)1rS_n = \frac{a_1(1 - r^{n})}{1 - r} for r1r \ne 1#

Write the sum of the first nn terms in full, each term the one before it times rr:

Sn=a1+a1r+a1r2++a1rn1.S_n = a_1 + a_1 r + a_1 r^2 + \cdots + a_1 r^{n-1}.

Now multiply the whole line by the common ratio rr. Every term picks up one more factor of rr, so the entire list shifts one place to the right:

rSn=a1r+a1r2+a1r3++a1rn.r S_n = a_1 r + a_1 r^2 + a_1 r^3 + \cdots + a_1 r^{n}.

Subtract the second line from the first and watch what lines up. The a1ra_1 r in the top line cancels the a1ra_1 r in the bottom line, the a1r2a_1 r^2 cancels the a1r2a_1 r^2, and so on all the way down. Every middle term appears in both sums, so every one of them cancels. Only two survivors are left. One is the a1a_1 at the front of the top line, which has nothing beneath it. The other is the a1rn-a_1 r^{n} at the end of the bottom line, which has nothing above it:

SnrSn=a1a1rn.S_n - r S_n = a_1 - a_1 r^{n}.

Factor each side. The left side has the common factor SnS_n, and the right side has the common factor a1a_1:

Sn(1r)=a1(1rn).S_n(1 - r) = a_1(1 - r^{n}).

As long as r1r \ne 1 the factor 1r1 - r is not zero, so divide both sides by it to free SnS_n:

Sn=a1(1rn)1r.S_n = \frac{a_1(1 - r^{n})}{1 - r}.

The one ratio this formula cannot handle is r=1r = 1, because then 1r=01 - r = 0 and dividing by it is illegal. That case needs no formula at all. When r=1r = 1 every term equals a1a_1, so the series is just a1a_1 added to itself nn times:

Sn=a1+a1++a1n terms=na1.S_n = \underbrace{a_1 + a_1 + \cdots + a_1}_{n \text{ terms}} = n\,a_1.

When the ratio is larger than 11 it is tidier to avoid the negative quantities in the fraction. Multiplying the top and bottom by 1-1 flips both differences and gives an equal form built from positive parts:

Sn=a1(rn1)r1.S_n = \frac{a_1(r^{n} - 1)}{r - 1}.

The two versions are the same number, so reach for whichever keeps the arithmetic positive: the first when r<1r < 1, the second when r>1r > 1.

Worked example 1 Sum the first 6 terms

Find the sum of the first 66 terms of the geometric series 3+6+12+24+3 + 6 + 12 + 24 + \cdots

Read off the two numbers that define it. The first term is a1=3a_1 = 3, and the ratio is any term divided by the one before it, 63=2\tfrac{6}{3} = 2, so r=2r = 2. You want n=6n = 6 terms. Since r>1r > 1, use the positive form:

S6=a1(r61)r1=3(261)21.S_6 = \frac{a_1(r^{6} - 1)}{r - 1} = \frac{3(2^{6} - 1)}{2 - 1}.

Work out the power first, 26=642^{6} = 64, then finish the arithmetic:

S6=3(641)1=3×63=189.S_6 = \frac{3(64 - 1)}{1} = 3 \times 63 = 189.

Adding the six terms directly, 3+6+12+24+48+963 + 6 + 12 + 24 + 48 + 96, also gives 189189, a good check that the formula does the same job in a single step.

Worked example 2 The chessboard grand total

Total the wheat on the chessboard from the previous lesson: one grain on the first square, two on the second, four on the third. Each square’s count doubles the one before it, across all 6464 squares.

The grain counts are the geometric sequence 1,2,4,8,1, 2, 4, 8, \ldots, with first term a1=1a_1 = 1 and ratio r=2r = 2, and the last square (the 6464th) holds 2632^{63} grains. The grand total is the finite geometric series

S64=1+2+4++263.S_{64} = 1 + 2 + 4 + \cdots + 2^{63}.

With a1=1a_1 = 1, r=2r = 2, and n=64n = 64, the r>1r > 1 form keeps everything positive:

S64=a1(rn1)r1=1(2641)21=2641.S_{64} = \frac{a_1(r^{n} - 1)}{r - 1} = \frac{1\,(2^{64} - 1)}{2 - 1} = 2^{64} - 1.

That is 18,446,744,073,709,551,61518{,}446{,}744{,}073{,}709{,}551{,}615 grains, more than eighteen quintillion, far more wheat than has ever been harvested in all of history. Notice how the formula crushes a sum of 6464 terms into a single subtraction. The whole board comes to exactly one less than 2642^{64}, the value of the square that would have come next.

Adding infinitely many terms

A geometric sequence never runs out of terms, so you can ask what happens if you try to add all of them, out to infinity. For most ratios the answer is dull: the running total grows past every bound and there is no finite number to report. But when the ratio is small in size, something remarkable happens. Infinitely many positive pieces can add up to a single finite value.

The finite formula already shows why. Look again at the sum of the first nn terms:

Sn=a1(1rn)1r.S_n = \frac{a_1(1 - r^{n})}{1 - r}.

The only part that changes as you pile on more terms is the power rnr^{n} in the numerator. Suppose rr lies strictly between 1-1 and 11, that is r<1|r| < 1. Then every multiplication by rr lands you on a number smaller in size than before, because multiplying by something less than 11 in absolute value always shrinks it. Keep multiplying and rnr^{n} marches toward zero. For r=12r = \tfrac12 the powers run 12,14,18,116,\tfrac12, \tfrac14, \tfrac18, \tfrac{1}{16}, \ldots, each half the last and all heading to nothing.

Once rnr^{n} has shrunk to practically nothing, the numerator 1rn1 - r^{n} is practically just 11, and the running total settles right next to a fixed value:

S=a1(10)1r=a11r.S = \frac{a_1(1 - 0)}{1 - r} = \frac{a_1}{1 - r}.

This is the sum of the infinite geometric series. The tail you are dropping, all the terms past the nnth, is itself a tiny geometric series that keeps shrinking. So the more terms you include, the closer the total sits to a11r\frac{a_1}{1 - r}. When rr is positive, every term is positive and the running total climbs toward that value from below without passing it. When rr is negative, the terms alternate in sign and the running total lands just above and just below the value in turn. Those overshoots shrink to nothing, so the running total still closes in on that value.

A quick self-check reaches the same answer by pure algebra. Call the full infinite sum SS, then multiply it by rr, which shifts every term one place to the right:

S=a1+a1r+a1r2+,rS=a1r+a1r2+a1r3+S = a_1 + a_1 r + a_1 r^2 + \cdots, \qquad r S = a_1 r + a_1 r^2 + a_1 r^3 + \cdots

The second sum is exactly the first with its leading a1a_1 removed, so rSr S is Sa1S - a_1. Solving that relation gives the same formula:

rS=Sa1    S(1r)=a1    S=a11r.r S = S - a_1 \;\Longrightarrow\; S(1 - r) = a_1 \;\Longrightarrow\; S = \frac{a_1}{1 - r}.

This shortcut only makes sense when the sum SS really is a finite number to begin with, which is exactly the case r<1|r| < 1.

Everything here hinges on that condition. If r1|r| \ge 1 the terms do not shrink. When r=1r = 1 you are adding a1a_1 to itself forever and the total runs off without bound. When r>1r > 1 the terms grow, so the total grows even faster. When r=1r = -1 the running sum flips between a1a_1 and 00 and never settles anywhere. When r<1r < -1 the terms grow in size while flipping sign, so the running total lurches further from zero at every step and never settles either. In every one of these cases there is no finite sum, and the formula a11r\tfrac{a_1}{1 - r} does not apply. The rule to memorize is short: an infinite geometric series has a finite sum exactly when r<1|r| < 1.

A unit square tiled by 1/2, 1/4, 1/8, 1/16, and so onA square is split into a left half of area one half, then the remaining right half is split into an area one quarter, then one eighth, one sixteenth, and smaller pieces spiraling inward, each half the previous. Together they fill the whole square, so the sum is one.1/21/41/81/16
Split a square in half, then halve the leftover again and again. The pieces have area 1/2, 1/4, 1/8, 1/16, and so on, and they tile the whole square without ever spilling out, so 1/2 + 1/4 + 1/8 + ... adds up to exactly 1.

Worked example 3 Two infinite sums

Find the sum of each infinite geometric series.

(a) 8+4+2+1+12+8 + 4 + 2 + 1 + \tfrac12 + \cdots

The first term is a1=8a_1 = 8, and each term is half the one before it, so r=12r = \tfrac12. Because r<1|r| < 1, the series has a finite sum:

S=a11r=8112=812=16.S = \frac{a_1}{1 - r} = \frac{8}{1 - \tfrac12} = \frac{8}{\tfrac12} = 16.

The pieces 8,4,2,1,8, 4, 2, 1, \ldots shrink fast enough that all of them together fall just short of 1616 and settle exactly there.

(b) 126+332+12 - 6 + 3 - \tfrac32 + \cdots

Here a1=12a_1 = 12, and each term is 12-\tfrac12 times the one before it, so r=12r = -\tfrac12. The sign does not stop it from converging, since r=12<1|r| = \tfrac12 < 1; it only makes the terms alternate. Carry the sign into the formula:

S=121(12)=1232=8.S = \frac{12}{1 - \left(-\tfrac12\right)} = \frac{12}{\tfrac32} = 8.

A negative ratio pulls the sum below the first term rather than above it, but the same formula still lands the answer.

Check your understanding

Find the sum of the infinite geometric series 15+125+1125+\frac{1}{5} + \frac{1}{25} + \frac{1}{125} + \cdots

Answer choices

Repeating decimals are geometric series

A repeating decimal such as 0.77770.7777\ldots hides an infinite geometric series, which is why every repeating decimal is secretly an exact fraction. Splitting the decimal into its place values lines the series up, and the infinite-sum formula turns it back into a fraction.

Worked example 4 Repeating decimals to fractions

Write each repeating decimal as an exact fraction.

(a) 0.7=0.77770.\overline{7} = 0.7777\ldots

Break the decimal into place values. The digit 77 sits in the tenths place, then the hundredths, then the thousandths, so

0.7=710+7100+71000+0.\overline{7} = \frac{7}{10} + \frac{7}{100} + \frac{7}{1000} + \cdots

This is an infinite geometric series with first term a1=710a_1 = \tfrac{7}{10} and ratio r=110r = \tfrac{1}{10}, since each place is a tenth of the one before it. Because r<1|r| < 1, apply the formula:

0.7=7/1011/10=7/109/10=79.0.\overline{7} = \frac{7/10}{1 - 1/10} = \frac{7/10}{9/10} = \frac{7}{9}.

(b) 0.48=0.4848480.\overline{48} = 0.484848\ldots

When the repeating block is two digits long, each copy is a hundredth of the last. So for a two-digit block, the first term is the block over 100100 and the ratio is 1100\tfrac{1}{100}:

0.48=48100+4810000+=48/10011/100=48/10099/100=4899=1633.0.\overline{48} = \frac{48}{100} + \frac{48}{10000} + \cdots = \frac{48/100}{1 - 1/100} = \frac{48/100}{99/100} = \frac{48}{99} = \frac{16}{33}.

The pattern is worth keeping: a one-digit repeat divides by 99, and a two-digit repeat by 9999. Each result then reduces to lowest terms, here from 4899\tfrac{48}{99} down to 1633\tfrac{16}{33}.

Worked example 5 A bouncing ball

A ball is dropped from a height of 1212 m. On each bounce it rebounds to half of its previous height. If it keeps bouncing, what is the total vertical distance it travels?

The ball first falls the full 1212 m. After that, every bounce carries it up to some peak and then back down the same distance, so each bounce past the drop contributes twice its peak height. The peak heights form a geometric sequence starting at the first rebound, 1212=612 \cdot \tfrac12 = 6 m, and halving each time: 6,3,32,6, 3, \tfrac32, \ldots. The total up-and-down distance from all the bounces is an infinite geometric series with a1=6a_1 = 6 and r=12r = \tfrac12, doubled to count both directions:

2(6+3+32+)=26112=212=24 m.2\left(6 + 3 + \tfrac32 + \cdots\right) = 2 \cdot \frac{6}{1 - \tfrac12} = 2 \cdot 12 = 24 \text{ m}.

Add the first drop, which happened before any bounce:

12+24=36 m.12 + 24 = 36 \text{ m}.

The ball bounces infinitely many times in this idealized model, yet the rebounds shrink fast enough that the whole journey adds up to a finite 3636 m.

Common mistakes

Practice

Multiple Choice Questions (MCQ)

Progressively harder sets of questions. Each opens on its own page.

Free Response Questions (FRQ)

Longer questions in parts, to be worked out on paper. Progressive hints, the answer on its own so you can check yourself and try again, then the full worked solution, plus a rubric to mark your own work against.

Free response Work it out on paper 5 questions Start →
More practice (optional)

Extra sets, as hard as the Challenge set. Each one opens on its own page.

More resources (optional)

Other explanations of this lesson, if you want a second take.

A bit of history (Optional)

Every rule of area the Greeks trusted was built for straight edges: rectangles, triangles, and shapes you can cut into those. So what is the area of a region with a curved side?

Archimedes settled that question for one curve, the parabola, working in Syracuse, a Greek city, in the third century BCE. His method was to fill the region with triangles. One large triangle takes most of it. The gaps left over take smaller triangles, the gaps after those take smaller ones still, and the process never ends.

The pattern hidden in those triangles is what rescues the calculation. Each new batch of triangles contributes exactly a quarter of the batch before it. So the running total is one, plus a quarter, plus a sixteenth, and on for ever. That is a geometric series with ratio 14\tfrac14. Archimedes proved it comes to 43\tfrac43 of that first triangle. It is an exact value, not an estimate.

He would never have written the sum the way you just saw it. Greek mathematics refused to add up an endless list. He reached 43\tfrac43 instead by a longer route, one that stayed finite the whole way. The number he was chasing is nevertheless yours. Put a1=1a_1 = 1 and r=14r = \tfrac14 into a11r\tfrac{a_1}{1 - r} and out comes 43\tfrac43. He measured a region bounded by a curve, nineteen centuries before calculus existed.