Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

A geometric series is a sum in which each term is found by multiplying the previous term by the same constant ratio. These series matter because they model repeated growth, repeated decay, and patterns that get smaller step by step. In calculus, geometric series are one of the simplest examples of an infinite sum that can have a finite value.

They help build intuition for convergence, limits, power series, finance, and probability.

If the first term is a and the common ratio is r, the terms are a, ar, ar^2, ar^3, and so on. A finite geometric sum adds only a fixed number of terms, while an infinite geometric sum adds terms forever. The infinite sum converges only when the terms shrink fast enough, which happens when |r| < 1.

For example, 10 + 5 + 2.5 + 1.25 + ... has total 20 because each term is half the previous term.

Understanding Calculus: The Sum of a Geometric Series

The finite sum rule comes from a useful cancellation trick. Start with a sum of several terms, then multiply the whole sum by the common ratio. Most terms in the two lines match.

Subtract one line from the other, and the middle terms disappear. Only the first term and the final multiplied term remain. This is why the rule contains a part involving the ratio raised to the number of terms.

It is not a pattern to memorize without reason. The algebra shows exactly why it works.

An infinite series is handled through partial sums. A partial sum stops after one term, two terms, three terms, and so on. Calculus studies what happens to these running totals as more terms are included.

For a shrinking positive pattern, each new total gets closer to a boundary without passing it. In the example beginning with eight, the totals are eight, twelve, fourteen, fifteen, and then values closer to sixteen.

The terms never become zero, but their total contribution can become as small as desired. That limit is what gives the infinite series its value.

Negative ratios need extra care. A ratio of negative one half makes the terms switch signs. Starting with a positive amount, the partial sums jump above and below their final value.

Even so, the jumps get smaller, so the totals can settle toward one number. A ratio of negative one does not settle. It keeps flipping between two totals.

A ratio greater than one in size creates terms that do not fade away, so there is no finite total to approach. Checking the size and sign of the ratio before using an infinite sum prevents common errors.

Geometric sums appear whenever a fixed fraction remains after each step. A bouncing ball may rise to a fixed fraction of its previous height. A camera image can produce repeated reflections that become dimmer.

In probability, a process may repeat until its first success, with each extra attempt becoming less likely by the same factor. Money problems use geometric patterns for repeated percentage change, though real accounts may include fees or changing rates that break the simple model. When learning these sums, identify the first amount, determine the multiplier from one term to the next, count terms carefully for a finite situation, and use a limit only when the repeated amounts truly shrink.

Key Facts

  • A geometric sequence has terms a, ar, ar^2, ar^3, ... where a is the first term and r is the common ratio.
  • Finite geometric sum: S_n = a(1 - r^n)/(1 - r), for r != 1.
  • If r = 1, the finite sum is S_n = na because every term is the same.
  • Infinite geometric sum: S = a/(1 - r), valid only when |r| < 1.
  • Convergence condition: an infinite geometric series converges if -1 < r < 1 and diverges if |r| >= 1.
  • Worked example: 8 + 4 + 2 + 1 + ... has a = 8 and r = 1/2, so S = 8/(1 - 1/2) = 16.

Vocabulary

Geometric series
A geometric series is a sum of terms in which each term is obtained by multiplying the previous term by a fixed common ratio.
Common ratio
The common ratio is the constant multiplier r between consecutive terms in a geometric sequence.
Partial sum
A partial sum is the sum of the first n terms of a series.
Convergence
Convergence means that the partial sums of an infinite series approach a single finite number.
Divergence
Divergence means that the partial sums of an infinite series do not approach a finite limit.

Common Mistakes to Avoid

  • Using S = a/(1 - r) when |r| >= 1. This is wrong because the infinite geometric sum formula only applies when the terms shrink toward zero.
  • Confusing the first term a with the common ratio r. The first term is the starting value, while the ratio is the multiplier from one term to the next.
  • Forgetting parentheses in S_n = a(1 - r^n)/(1 - r). Without the correct grouping, the order of operations can give a completely different answer.
  • Using n instead of n - 1 in the last term. The nth term is ar^(n - 1), while ar^n is the term after the nth term.

Practice Questions

  1. 1 Find the sum of the first 6 terms of the geometric series 3 + 6 + 12 + 24 + ... .
  2. 2 Find the infinite sum of 12 + 4 + 4/3 + 4/9 + ... if it converges.
  3. 3 A geometric series has first term a = 5 and common ratio r = -1.2. Explain whether the infinite series converges or diverges, and justify your answer using the convergence condition.