How to find the sum of a geometric series

A geometric series is the sum of a sequence where each term after the first is found by multiplying the previous term by a fixed, non-zero number called the common ratio. This method applies to both finite geometric series and infinite geometric series that converge.

The setup

Identify the first term, aa, and the common ratio, rr. Determine if the series is finite (having a specific number of terms, nn) or infinite.

The steps

  1. Extract aa and rr from the given series expression. 2. For a finite series with nn terms, calculate the sum using Sn=a(1rn)/(1r)S_n = a(1 - r^n) / (1 - r). 3. For an infinite series, verify that r<1|r| < 1. If so, calculate the sum using S=a/(1r)S = a / (1 - r). If r1|r| \ge 1, the infinite series diverges and has no finite sum.

Checking the result

Manually add the first three to four terms of the series to ensure the partial sum approaches your calculated result. Verify that the sign of your final sum makes sense given the signs of aa and rr.

Common errors

A frequent mistake is using the incorrect number of terms, nn, in the finite formula. For example, a sum indexed from i=0i=0 to kk has k+1k+1 terms, not kk. Another major error is applying the infinite sum formula a/(1r)a / (1 - r) when r1|r| \ge 1, which yields a mathematically invalid result.

Worked example

Find the sum of the infinite geometric series: 31+1319+...3 - 1 + \frac{1}{3} - \frac{1}{9} + ...

Identify the first term: a=3a = 3. Find the common ratio by dividing the second term by the first: r=1/3r = -1 / 3. Check convergence: 1/3<1|-1/3| < 1, so the series converges. Apply the infinite geometric series formula: S=a/(1r)S = a / (1 - r). Substitute the values: S=3/(1(1/3))S = 3 / (1 - (-1/3)). Simplify the denominator: 1(1/3)=1+1/3=4/31 - (-1/3) = 1 + 1/3 = 4/3. Calculate the final sum: S=3/(4/3)=9/4S = 3 / (4/3) = 9/4.

FAQ

Run your own problem

References: Stewart Calculus 8th Edition, Chapter 11.2 · OpenStax Calculus Volume 2, Chapter 5.2 · Khan Academy, Unit: Infinite sequences and series

See also