10. Infinite Sequences and Series

Working With Geometric Series

Working with Geometric Series

students, imagine you keep dropping a ball and it bounces to half its previous height each time. The first bounce is $8$ feet, then $4$, then $2$, then $1$, and so on. The total distance the ball travels keeps building from a repeating pattern 📏. That is the big idea behind a geometric series: a sum where each term is found by multiplying the previous term by the same constant ratio.

In this lesson, you will learn how to recognize geometric series, decide whether they converge or diverge, and find their sums when they do converge. These skills matter a lot in AP Calculus BC because geometric series connect to limits, infinite sums, error ideas, and later topics like power series and Taylor series.

What Makes a Series Geometric?

A geometric sequence has terms that are made by multiplying by the same number each time. If the first term is $a$ and the common ratio is $r$, then the terms look like $a$, $ar$, $ar^2$, $ar^3$, and so on.

A geometric series is the sum of those terms:

$$a+ar+ar^2+ar^3+\cdots$$

Here are the key parts:

  • $a$ is the first term.
  • $r$ is the common ratio.
  • Each term after the first is $r$ times the one before it.

For example, the series $5+10+20+40+\cdots$ is geometric because each term is multiplied by $2$. So $a=5$ and $r=2$.

A quick way to check is to divide a term by the previous term. If the ratio stays constant, it is geometric ✅.

Finite Geometric Series and Their Sum

Before looking at infinite sums, it helps to know the formula for the sum of the first $n$ terms of a geometric series. This is called a finite geometric series.

If the first term is $a$ and the common ratio is $r$, then the sum of the first $n$ terms is

$$S_n=a\frac{1-r^n}{1-r}, \quad r\neq 1$$

This formula is very important because it gives a shortcut instead of adding every term one by one.

Example 1

Find the sum of the first $6$ terms of $3+6+12+24+\cdots$.

Here, $a=3$, $r=2$, and $n=6$.

$$S_6=3\frac{1-2^6}{1-2}$$

$$S_6=3\frac{1-64}{-1}=3(63)=189$$

So the sum of the first $6$ terms is $189$.

Finite geometric sums show up in real life when something grows by the same percent each step, such as savings with repeated deposits or computer processes that double work at each stage 💡.

Infinite Geometric Series: When Does It Converge?

Now we move to the big AP Calculus BC idea: an infinite geometric series.

An infinite geometric series has infinitely many terms:

$$a+ar+ar^2+ar^3+\cdots$$

The crucial question is whether the series converges or diverges.

The rule is:

  • If $|r|<1$, the series converges.
  • If $|r|\ge 1$, the series diverges.

Why? Because when $|r|<1$, the terms $ar^n$ get closer and closer to $0$. The repeated multiplication shrinks the terms. But if $|r|\ge 1$, the terms do not shrink to $0$, so the sum cannot settle to a finite value.

This connects to a major series fact: for any infinite series to converge, its terms must approach $0$.

Sum of a Convergent Infinite Geometric Series

When $|r|<1$, the infinite geometric series has a nice formula:

$$a+ar+ar^2+ar^3+\cdots=\frac{a}{1-r}$$

This formula is one of the most useful tools in the Infinite Sequences and Series unit.

Example 2

Find the sum of the series $6+3+1.5+0.75+\cdots$.

The first term is $a=6$, and the common ratio is

$$r=\frac{3}{6}=\frac{1}{2}$$

Since $\left|\frac{1}{2}\right|<1$, the series converges.

Use the sum formula:

$$S=\frac{6}{1-\frac{1}{2}}=\frac{6}{\frac{1}{2}}=12$$

So the sum is $12$.

Example 3

Find the sum of $1+\frac{1}{3}+\frac{1}{9}+\frac{1}{27}+\cdots$.

Here, $a=1$ and $r=\frac{1}{3}$.

$$S=\frac{1}{1-\frac{1}{3}}=\frac{1}{\frac{2}{3}}=\frac{3}{2}$$

So the infinite sum is $\frac{3}{2}$.

Divergent Geometric Series and What That Means

If $|r|\ge 1$, the series diverges. That means it does not approach a finite number.

Example 4

Consider $4+8+16+32+\cdots$.

Here, $a=4$ and $r=2$. Since $|2|\ge 1$, the series diverges.

Example 5

Consider $10-10+10-10+\cdots$.

Here, $a=10$ and $r=-1$. Since $|-1|=1$, the series diverges.

Even though the partial sums may bounce between values, they never settle to one number. This is important on AP Calculus BC: a series must approach a single finite total to converge.

Using Partial Sums to Understand the Pattern

A partial sum is the sum of the first $n$ terms of a series. For a geometric series, the partial sum helps us see how the infinite sum is built.

For the series $a+ar+ar^2+\cdots$, the $n$th partial sum is

$$S_n=a\frac{1-r^n}{1-r}, \quad r\neq 1$$

If $|r|<1$, then as $n\to\infty$, we have $r^n\to 0$. So

$$\lim_{n\to\infty} S_n=\lim_{n\to\infty} a\frac{1-r^n}{1-r}=\frac{a}{1-r}$$

This limit idea is a strong Calculus connection because convergence is defined using limits.

Example 6

Let $S_n=2\frac{1-\left(\frac{1}{4}\right)^n}{1-\frac{1}{4}}$.

Since $\left|\frac{1}{4}\right|<1$, the series converges.

Its infinite sum is

$$S=\frac{2}{1-\frac{1}{4}}=\frac{2}{\frac{3}{4}}=\frac{8}{3}$$

Common AP Calculus BC Applications

Geometric series appear in many exam-style problems. You may need to:

  • Identify $a$ and $r$ from a written or algebraic series.
  • Decide whether a series converges by checking $|r|<1$.
  • Compute the sum of a convergent infinite geometric series.
  • Use a geometric series to model a real situation.
  • Recognize that a repeating decimal can be written as a geometric series.

Example 7: Repeating Decimal

Write $0.4444\ldots$ as a geometric series and find its value.

The decimal can be written as

$$0.4+0.04+0.004+0.0004+\cdots$$

This is geometric with $a=0.4$ and $r=0.1$.

So the sum is

$$\frac{0.4}{1-0.1}=\frac{0.4}{0.9}=\frac{4}{9}$$

Thus, $0.4444\ldots=\frac{4}{9}$.

This is a great example of how geometric series connect algebra, decimal notation, and limits 🔁.

Connection to the Bigger Picture of Series

Working with geometric series is more than memorizing a formula. It teaches you the central idea of infinite series: some infinite processes can still have a finite result.

Geometric series also support later AP Calculus BC topics:

  • They provide one of the simplest examples of convergence.
  • They help build intuition for power series, which are sums of powers of $x$.
  • They appear in error and approximation ideas because partial sums can approximate the infinite sum.
  • They show how limits control whether an infinite process has a meaningful answer.

So when you study Taylor series later, geometric series will already have trained your thinking about infinite sums and convergence.

Conclusion

students, geometric series are a foundational topic in AP Calculus BC. A geometric series has terms formed by multiplying by a common ratio $r$, and its behavior depends on the size of $|r|$. If $|r|<1$, the infinite series converges to $\frac{a}{1-r}$. If $|r|\ge 1$, it diverges. You should be able to recognize geometric patterns, use the finite sum formula, and apply the infinite sum formula correctly.

Most importantly, geometric series show how calculus uses limits to make sense of infinite processes. That idea appears again and again in the rest of the course, especially in power series and Taylor series.

Study Notes

  • A geometric series has the form $a+ar+ar^2+ar^3+\cdots$.
  • The first term is $a$ and the common ratio is $r$.
  • The sum of the first $n$ terms is $S_n=a\frac{1-r^n}{1-r}$ for $r\neq 1$.
  • An infinite geometric series converges only when $|r|<1$.
  • If $|r|<1$, the sum is $\frac{a}{1-r}$.
  • If $|r|\ge 1$, the series diverges.
  • A convergent series must have terms that approach $0$.
  • Partial sums help show how the infinite sum is formed.
  • Repeating decimals can often be written as geometric series.
  • Geometric series are a key bridge to power series and Taylor series in AP Calculus BC 📘

Practice Quiz

5 questions to test your understanding

Working With Geometric Series — AP Calculus BC | A-Warded