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

Infinite Geometric Series

Learning goals

  • Define an infinite sum through its partial sums
  • Split SnS_n to see everything depend on rnr^n
  • Take S=a1rS = \tfrac{a}{1-r} when r<1|r| < 1
  • State the criterion as an if and only if, with a0a \ne 0
  • Distinguish running away from never settling
  • Show that every repeating decimal is a fraction

An infinite sum needs a definition

You cannot perform infinitely many additions. What you can do, for any nn you like, is stop early and add the first nn terms. That is an ordinary finite sum, and it has a name: the nn-th partial sum, written SnS_n.

For the cake, the partial sums are

S1=12,S2=12+14=34,S3=78,S4=1516,S10=10231024.S_1 = \tfrac12, \qquad S_2 = \tfrac12 + \tfrac14 = \tfrac34, \qquad S_3 = \tfrac78, \qquad S_4 = \tfrac{15}{16}, \qquad S_{10} = \tfrac{1023}{1024}.

Each of these is a perfectly ordinary number, computed with finitely many additions. Nothing infinite has happened. But look at what the list is doing: the partial sums are marching toward 11. The gap between SnS_n and 11 is exactly (12)n\left(\tfrac12\right)^n, the size of the piece you just took. The cake still on the plate always matches the last slice you cut, and that leftover shrinks as fast as you please.

That observation is what we promote into a definition.

Definition. Given an endless list of terms, form its partial sums S1,S2,S3,S_1, S_2, S_3, \ldots . Suppose those partial sums close in on a single number SS, meaning they get and then stay as near to SS as you care to demand. Then we say the series converges, and we define its sum to be SS. If the partial sums do not close in on any single number, the series diverges and it has no sum at all.

Three things are worth pinning down about it. First, it is a definition, not a theorem, so there is nothing to prove; we are deciding what the words will mean. Second, it agrees with ordinary addition whenever the list is finite (pad a finite list with zeros and the partial sums are eventually constant). So the definition extends arithmetic rather than contradicting it. Third, the phrase “close in on” is doing real work and has not itself been defined precisely. Making it precise is the definition of a limit, and that is the doorstep of calculus. We will lean on it in the everyday sense, and we will be scrupulous about exactly which fact we borrow.

Halving the cake foreverA bar of length 1 split into pieces 1/2, 1/4, 1/8, 1/16 and so on. The partial sums 1/2, 3/4, 7/8 are marked below the bar and close in on 1.1/21/41/801/23/47/81partial sums
The pieces of the cake and the partial sums they build. After n cuts you have taken 1 minus (1/2)^n of the cake, so the leftover is exactly the size of the piece you just took. No partial sum ever reaches 1, and they close in on nothing else.

There is a notation for the series itself. The endless sum a+ar+ar2+a + ar + ar^2 + \cdots is written

n=1arn1.\sum_{n=1}^{\infty} a\,r^{\,n-1}.

The \infty on top is not a number, and nothing is ever substituted for it. The whole symbol is a name for the number the partial sums close in on, and it names nothing at all when they do not close in on one.

Check your understanding

A series has nn-th partial sum Sn=443nS_n = 4 - \dfrac{4}{3^n}, so S1=83S_1 = \tfrac{8}{3}, S2=329S_2 = \tfrac{32}{9}, S3=10427S_3 = \tfrac{104}{27}, and so on. What is the sum of the series?

Answer choices

The partial sums of a geometric series

A geometric series is one whose terms have a constant ratio rr:

a+ar+ar2+ar3+,n-th term arn1.a + ar + ar^2 + ar^3 + \cdots, \qquad \text{$n$-th term } a r^{\,n-1}.

The previous lesson already did the hard finite work. For r1r \neq 1,

Sn  =  a+ar++arn1  =  a(1rn)1r.S_n \;=\; a + ar + \cdots + ar^{\,n-1} \;=\; \frac{a\left(1 - r^{\,n}\right)}{1 - r}.

That formula is exact for every nn, and it is the whole reason geometric series are the ones we can handle. Now split the single fraction into two pieces, one of which contains nn and one of which does not:

Sn  =  a1r    a1rrn.S_n \;=\; \frac{a}{1-r} \;-\; \frac{a}{1-r}\cdot r^{\,n}.

Read that carefully, because the rest of the lesson is already visible in it. The first piece, a1r\tfrac{a}{1-r}, is a fixed number: it is the same for S1S_1 and for S1,000,000S_{1{,}000{,}000}. The second piece is that same fixed number multiplied by rnr^{\,n}. So the question “what do the partial sums do?” has collapsed into a single much smaller question: what does rnr^{\,n} do as nn grows?

The one fact we borrow from calculus

Everything now rests on the behavior of the powers of rr, and here we have to be honest with you.

The Powers Fact. Let rr be a real number.

Watch it happen. Multiplying repeatedly by a number smaller than 11 in size drives the size down; multiplying repeatedly by a number larger than 11 in size drives it up. The values below are rounded.

nn(1/2)n(1/2)^n(0.9)n(0.9)^n(1.1)n(1.1)^n
110.50.50.90.91.11.1
550.0310.0310.5900.5901.6111.611
10100.000980.000980.3490.3492.5942.594
20200.000000950.000000950.1220.1226.7276.727
50508.9×10168.9 \times 10^{-16}0.00520.0052117.4117.4

A table is not an argument, though, and it is easy to over-claim from one. Shrinking is not enough on its own: the numbers 1+1n1 + \tfrac1n shrink at every step too, and they close in on 11, not on 00. What is special about rnr^{\,n} when r<1|r| < 1 is that it shrinks by the same factor every step, and that is strong enough to beat any tolerance you name. Logarithms let you see it, and even compute where it happens. Suppose you want (0.9)n(0.9)^n under 0.0010.001. Take logarithms of both sides, which is legal because log\log is increasing:

nlog(0.9)<log(0.001)=3.n \log(0.9) < \log(0.001) = -3.

Now log(0.9)0.0458\log(0.9) \approx -0.0458 is negative, so dividing by it reverses the inequality:

n>30.045865.6.n > \frac{-3}{-0.0458} \approx 65.6.

From n=66n = 66 onward, then, every power (0.9)n(0.9)^n is under 0.0010.001, and it stays under, because the powers only shrink from there. Name a tighter tolerance and the same two lines produce a new starting point. A negative ratio needs no new work, even though you cannot take the logarithm of one: run the same two lines on r|r|, since rn=rn\left|r^{\,n}\right| = |r|^{\,n}. Only the size of the power is ever in question, and the sign merely flips back and forth. That is what “closes in on 00” is going to mean.

Here is the debt, stated plainly. That computation is why the Powers Fact is believable, and it is the computation the real proof is built from, but it is not a proof. The computation is not a proof because “closes in on 00” has not been given a precise meaning anywhere in this course. Supplying that meaning is the definition of a limit, and proving the Powers Fact from it is a calculus result you will meet later. We borrow the fact here, and we say so out loud rather than dressing a table up as a demonstration. Everything else in this lesson is airtight once you grant it.

The sum formula

If r<1|r| < 1, then a+ar+ar2+=a1ra + ar + ar^2 + \cdots = \dfrac{a}{1-r}#

If a=0a = 0 every term is 00, every partial sum is 00, and the formula returns 01r=0\tfrac{0}{1-r} = 0 as well, so that case is settled. Take a0a \neq 0 from here on.

Because r<1|r| < 1 we certainly have r1r \neq 1, so the partial-sum formula applies to every nn, and splitting it as above gives

Sn=a1rcrn,where c=a1r0.S_n = \frac{a}{1-r} - c\,r^{\,n}, \qquad \text{where } c = \frac{a}{1-r} \neq 0 .

The first piece never changes with nn. The second piece is the fixed number cc times rnr^{\,n}, and by the Powers Fact rnr^{\,n} closes in on 00. Multiplying by cc does not spoil that. To force crn\left|c\,r^{\,n}\right| below any tolerance you name, force rn\left|r^{\,n}\right| below that tolerance divided by c|c|, which the Powers Fact says you can do. So the second piece closes in on 00 too, and the partial sums close in on a1r0\tfrac{a}{1-r} - 0.

By the definition of an infinite sum, that settles it. The series converges, and its sum is a1r\tfrac{a}{1-r}.

The proof pays a small dividend. Writing S=a1rS = \tfrac{a}{1-r} for the sum, the two displayed lines say Sn=S(1rn)S_n = S\left(1 - r^{\,n}\right), so the error you make by stopping after nn terms is exactly

SSn=Srn.S - S_n = S\,r^{\,n}.

The leftover is not merely small; it is a known number, shrinking by a factor of r|r| with every term you add. That is the same thing you saw in the cake, where S=1S = 1 and r=12r = \tfrac12. After nn cuts the uneaten leftover is (12)n\left(\tfrac12\right)^n, precisely the size of the piece you just took.

Worked example 1 Sum 12+6+3+32+12 + 6 + 3 + \tfrac{3}{2} + \cdots

First find the ratio by dividing a term by the one before it, and check that it really is constant:

612=12,36=12,3/23=12.\frac{6}{12} = \frac12, \qquad \frac{3}{6} = \frac12, \qquad \frac{3/2}{3} = \frac12 .

So a=12a = 12 and r=12r = \tfrac12. Since 12<1\left|\tfrac12\right| < 1, the series converges and the formula applies:

S=a1r=12112=1212=24.S = \frac{a}{1-r} = \frac{12}{1 - \tfrac12} = \frac{12}{\tfrac12} = 24 .

The partial sums 12,18,21,22.5,23.25,12, 18, 21, 22.5, 23.25, \ldots are indeed creeping up on 2424, and by the error formula the gap after nn terms is exactly 24(12)n24\left(\tfrac12\right)^n.

Worked example 2 Sum 93+113+9 - 3 + 1 - \tfrac{1}{3} + \cdots

The terms alternate in sign, which means rr is negative:

r=39=13,check: 13=13.r = \frac{-3}{9} = -\frac13, \qquad \text{check: } \frac{1}{-3} = -\frac13 .

Here r=13<1|r| = \tfrac13 < 1, so the series converges. The one place to be careful is the denominator, where subtracting a negative turns into adding:

S=91(13)=91+13=943=934=274.S = \frac{9}{1 - \left(-\tfrac13\right)} = \frac{9}{1 + \tfrac13} = \frac{9}{\tfrac43} = 9 \cdot \frac34 = \frac{27}{4} .

A sign slip here is the single most common error in this lesson. The denominator is 43\tfrac43, not 23\tfrac23. Sanity check the answer against the partial sums 9,6,7,6.6,9, 6, 7, 6.\overline{6}, \ldots, which are closing in on 6.756.75 from both sides.

Check your understanding

What is the sum of 8+2+12+18+8 + 2 + \tfrac{1}{2} + \tfrac{1}{8} + \cdots?

Answer choices

Exactly when does a geometric series converge?

The formula needed r<1|r| < 1. What happens when that fails? The series has no sum, but it is worth seeing how the partial sums fail, because they fail in two genuinely different ways.

Case r=1r = 1. Every term equals aa, so Sn=naS_n = na. (The partial-sum formula is not even available here: it divides by 1r=01 - r = 0.) If a0a \neq 0, the sizes Sn=na|S_n| = n|a| pass every bound. The partial sums run away.

Case r=1r = -1. The terms are a,a,a,a,a, -a, a, -a, \ldots, so the partial sums are a,0,a,0,a, 0, a, 0, \ldots . If a0a \neq 0 those are two different numbers, and the partial sums hop between them forever. Nothing runs away here; every partial sum is aa or 00, so they stay in a bounded pen. They simply never settle on one number, and the definition demands one number. Diverging does not mean blowing up. It means not settling, and this is the case that proves the two are different.

Case r>1|r| > 1. Split the partial sum again, Sn=a1rcrnS_n = \tfrac{a}{1-r} - c\,r^{\,n} with c=a1rc = \tfrac{a}{1-r}. The first piece is fixed. If a0a \neq 0 then c0c \neq 0, and by the Powers Fact the sizes rn\left|r^{\,n}\right| pass every bound, so the sizes crn=crn\left|c\,r^{\,n}\right| = |c|\left|r^{\,n}\right| do too. A fixed number minus something unbounded is unbounded, so, when a0a \neq 0, the partial sums run away again.

The degenerate case a=0a = 0. Now every term is 0rn1=00 \cdot r^{\,n-1} = 0, every partial sum is 00, and the partial sums close in on 00 about as convincingly as anything ever has. The all-zeros series converges to 00 no matter what rr is, even r=10r = 10.

That last case is exactly why you must not repeat the slogan you will hear everywhere, that “a geometric series converges exactly when r<1|r| < 1.” As stated, it is false. The forward half holds: r<1|r| < 1 does force convergence, for every aa. The other half fails, and the all-zeros series with r=10r = 10 is the counterexample: it converges while r1|r| \geq 1. One hypothesis repairs the statement.

Convergence criterion. Let a0a \neq 0. The infinite geometric series a+ar+ar2+a + ar + ar^2 + \cdots converges if and only if r<1|r| < 1, and in that case its sum is a1r\dfrac{a}{1-r}.

Both directions are now in hand. If r<1|r| < 1, the theorem above builds the sum. If r1|r| \geq 1, one of the three cases above applies (namely r=1r = 1, r=1r = -1, or r>1|r| > 1), and in each of them the partial sums fail to settle, so the series diverges. The hypothesis a0a \neq 0 is not decoration; it is the whole difference between a true biconditional and a false one. Many textbooks build a0a \neq 0 into the definition of a geometric sequence, so that the ratio r=an+1anr = \tfrac{a_{n+1}}{a_n} is a sensible thing to compute at all. That convention is a perfectly good way to dodge the issue. What is not good is stating the “exactly when” with neither the convention nor the hypothesis, and then meeting the all-zeros series afterwards.

One harmless edge deserves a mention. If r=0r = 0 the series reads a+0+0+a + 0 + 0 + \cdots, whose sum is plainly aa, and the formula agrees: a10=a\tfrac{a}{1-0} = a. No special case is needed.

Converging hops versus a permanent bounceNumber line one shows shrinking hops closing in on 2/3. Number line two shows equal hops between 0 and 1 that never settle.r = -1/2, hops shrink, the sums converge01S = 2/3r = -1, hops never shrink, the sums diverge01partial sums 1, 0, 1, 0, … forever
Two ways to fail, and one way to succeed. With r = -1/2 the partial sums overshoot and undershoot, but each hop is half the last, so they close in on 2/3. With r = -1 the hops never shrink, so the partial sums bounce between 1 and 0 forever. Both stay bounded; only the first converges.

Check your understanding

Exactly one of these infinite geometric series converges. Which one?

Answer choices

Every repeating decimal is a geometric series

Decimal notation is an infinite sum in disguise. Writing 0.44440.4444\ldots means

410+4100+41000+,\frac{4}{10} + \frac{4}{100} + \frac{4}{1000} + \cdots,

which is geometric with a=410a = \tfrac{4}{10} and r=110r = \tfrac{1}{10}. Since r<1|r| < 1 the series converges, and the sum is 4/109/10=49\tfrac{4/10}{9/10} = \tfrac49. So a repeating decimal is a fraction, always, and now you know why: repetition is exactly what makes the digit blocks form a geometric series.

The famous case is 0.9990.999\ldots . By the same reading,

0.999=910+9100+91000+=9101110=910910=1.0.999\ldots = \frac{9}{10} + \frac{9}{100} + \frac{9}{1000} + \cdots = \frac{\tfrac{9}{10}}{1 - \tfrac{1}{10}} = \frac{\tfrac{9}{10}}{\tfrac{9}{10}} = 1 .

Every partial sum here, 0.90.9, 0.990.99, 0.9990.999, is less than 11. Every single one. And the sum is exactly 11, because the sum is not one of the partial sums; it is the number they close in on. If you want to insist that 0.9990.999\ldots falls short of 11 by some positive amount dd, name your dd. The gap after nn terms is exactly (110)n\left(\tfrac{1}{10}\right)^n, and logarithms hand you an nn making that smaller than dd. So the partial sums have already passed your claimed value, and a number cannot be smaller than the sums that are closing in on it. There is no room between 0.9990.999\ldots and 11, which is another way of saying they are two names for one number.

Worked example 3 Write 0.540.\overline{54} as a fraction

The repeating block is 5454, two digits long, so read the decimal as a sum of blocks:

0.54=54100+5410,000+541,000,000+.0.\overline{54} = \frac{54}{100} + \frac{54}{10{,}000} + \frac{54}{1{,}000{,}000} + \cdots .

Each block is worth 1100\tfrac{1}{100} of the one before it, since it sits two decimal places further right. So this is geometric with a=54100a = \tfrac{54}{100} and r=1100r = \tfrac{1}{100}, and r<1|r| < 1:

S=5410011100=5410099100=5499=611.S = \frac{\tfrac{54}{100}}{1 - \tfrac{1}{100}} = \frac{\tfrac{54}{100}}{\tfrac{99}{100}} = \frac{54}{99} = \frac{6}{11} .

The 100100s cancel, which is where the familiar shortcut “put the repeating block over as many nines as it has digits” comes from. It was never a trick; it is the sum of a geometric series.

Worked example 4 Write 0.160.1\overline{6} as a fraction

Here the repetition starts late: the decimal is 0.166660.16666\ldots, so the 11 is a one-off and only the 66s repeat. Split the number into the part that repeats and the part that does not:

0.16=110+(6100+61000+610,000+).0.1\overline{6} = \frac{1}{10} + \left(\frac{6}{100} + \frac{6}{1000} + \frac{6}{10{,}000} + \cdots\right).

The bracket is geometric with a=6100a = \tfrac{6}{100} and r=110r = \tfrac{1}{10}, so it sums to

61001110=6100910=6100109=115.\frac{\tfrac{6}{100}}{1 - \tfrac{1}{10}} = \frac{\tfrac{6}{100}}{\tfrac{9}{10}} = \frac{6}{100}\cdot\frac{10}{9} = \frac{1}{15}.

Add back the stray tenth:

0.16=110+115=330+230=530=16.0.1\overline{6} = \frac{1}{10} + \frac{1}{15} = \frac{3}{30} + \frac{2}{30} = \frac{5}{30} = \frac16 .

And indeed 16=0.1666\tfrac16 = 0.1666\ldots, which is a good check to run whenever you do one of these.

How far out do you have to go?

Because the error after nn terms is exactly SrnS\,r^{\,n}, you can answer a question no table could: how many terms are enough? Logarithms turn the demand into an inequality about nn, and you solve it.

Worked example 5 How many terms of 5+4+3.2+5 + 4 + 3.2 + \cdots land within 0.010.01 of the sum?

The ratio is r=45=0.8r = \tfrac{4}{5} = 0.8 and the first term is a=5a = 5, so the series converges and

S=510.8=50.2=25.S = \frac{5}{1 - 0.8} = \frac{5}{0.2} = 25 .

The error after nn terms is Srn=25(0.8)nS\,r^{\,n} = 25(0.8)^n, and you want it under 0.010.01:

25(0.8)n<0.01(0.8)n<0.0004.25(0.8)^n < 0.01 \qquad \Longleftrightarrow \qquad (0.8)^n < 0.0004 .

Take logarithms. Both sides are positive, and log\log is increasing, so the inequality survives intact:

nlog(0.8)<log(0.0004).n \log(0.8) < \log(0.0004).

Since log(0.8)0.0969\log(0.8) \approx -0.0969 is negative, dividing by it flips the inequality:

n>log(0.0004)log(0.8)3.39790.096935.06.n > \frac{\log(0.0004)}{\log(0.8)} \approx \frac{-3.3979}{-0.0969} \approx 35.06 .

So the fewest that works is n=36n = 36, and every nn beyond that works too. Checking the boundary is worth the ten seconds: 25(0.8)350.010125(0.8)^{35} \approx 0.0101, still a hair too big, while 25(0.8)360.008125(0.8)^{36} \approx 0.0081, comfortably inside. Notice how slow this is compared with the cake, where r=12r = \tfrac12 and the same tolerance needs only seven terms, since (12)70.0078\left(\tfrac12\right)^7 \approx 0.0078 while (12)60.0156\left(\tfrac12\right)^6 \approx 0.0156. The closer r|r| sits to 11, the longer the tail takes to die.

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)

Zeno of Elea, a Greek thinker of the fifth century BCE, maintained that you cannot walk across a room. First you must arrive at the halfway point. From there you must arrive at half of what remains, and after that at half of the remainder. The list of errands never finishes, so a journey with no final step can never be completed. Motion, he concluded, is an illusion.

The distances Zeno listed are precisely this lesson’s cake, 12+14+18+\tfrac12 + \tfrac14 + \tfrac18 + \cdots. The modern reply is not that his list secretly stops, because it does not. The reply is that adding infinitely many numbers is not an act carried out one step after another. It is a definition about partial sums, and under that definition the distances total exactly one room.

Two thousand years later the definition still had not been written, and one series made the cost obvious. In 1703 Guido Grandi, an Italian priest and mathematician, asked what 11+11+1 - 1 + 1 - 1 + \cdots amounts to. Bracket the terms one way and the answer is 00. Bracket them the other way and it is 11. Substitute r=1r = -1 into the geometric formula and it is 12\tfrac12. All three answers had defenders, and the quarrel continued for the better part of a century. Nobody involved had made a mistake in the algebra.

They were arguing over a question with nothing inside it. A series has a sum only when its partial sums settle on one number, and Grandi’s hop between 11 and 00 for ever. That is the second kind of failure you met above, the one that never settles. It is why the definition had to arrive before any formula.