---
title: "Working with Geometric Series | AP Calculus BC 10.2"
description: "Review geometric series for AP Calculus BC, including the common ratio, convergence rule, infinite sum formula, index shifts, and AP exam setup."
canonical: "https://fiveable.me/ap-calc/unit-10-infinite-sequences-and-series-bc-only/working-with-geometric-series/study-guide/YvDdN4qbMyMaLgnFApU9"
type: "study-guide"
subject: "AP Calculus AB/BC"
unit: "Unit 10 – Infinite Sequences and Series (BC Only)"
lastUpdated: "2026-06-09"
---

# Working with Geometric Series | AP Calculus BC 10.2

## Summary

Review geometric series for AP Calculus BC, including the common ratio, convergence rule, infinite sum formula, index shifts, and AP exam setup.

## Guide

A geometric series has a constant ratio $r$ between consecutive terms, written as $\sum_{n=0}^{\infty} ar^n$. It converges when $|r|<1$ and [diverges](/ap-calc/key-terms/diverges "fv-autolink") when $|r|\geq 1$, and when it converges its sum equals $\frac{a}{1-r}$. For AP Calculus BC, identify $a$ and $r$ before applying the convergence rule.

## How Do Geometric Series Work?

A geometric series adds terms that keep getting multiplied by the same common ratio. For AP Calculus BC, identify the first term $a$ and common ratio $r$, check whether $|r|<1$, and only use $\frac{a}{1-r}$ when the [series](/ap-calc/unit-10-infinite-sequences-and-series-bc-only/defining-convergent-divergent-infinite-series/study-guide/CIVFHStGQM90EJ4GtIDB "fv-autolink") converges.

## Why This Matters for the AP Calculus Exam

Geometric series are the first [convergence test](/ap-calc/key-terms/convergence-test "fv-autolink") you learn in AP Calculus BC, and they show up across Unit 10. Recognizing a series as geometric lets you decide convergence quickly and find an exact sum, which other tests often cannot do. The skill also carries forward into power series and [Taylor series](/ap-calc/key-terms/taylor-series "fv-autolink"), where geometric series logic helps you find intervals of convergence and rewrite functions as series. On both multiple-choice and free-response questions, you may need to identify the values of $a$ and $r$, justify convergence or divergence, and compute a sum with clear supporting work.

## Key Takeaways

- A geometric series has a constant ratio $r$ between successive terms and an initial term $a$.
- The series $\sum_{n=0}^{\infty} a r^n$ converges only when $|r| < 1$; it diverges when $|r| \geq 1$.
- When it converges, the sum is $\frac{a}{1-r}$.
- An index shift between $\sum_{n=0}^{\infty} a r^n$ and $\sum_{n=1}^{\infty} a r^{n-1}$ does not change $a$, $r$, or the answer.
- The ratio $r$ can be negative; convergence depends on $|r|$, not the sign.
- To justify your answer, state that the result follows from the geometric series test and show the values of $a$ and $r$.

## What Is a Geometric Series?

A geometric series is a series with a constant ratio between successive terms. You will see it written in two common forms. Watch where the index starts: the first begins at 0 and the second begins at 1.

$$
\sum_{n=0}^{\infty} a \cdot r^n
$$

$$
\sum_{n=1}^{\infty} a \cdot r^{n-1}
$$

Here $a$ is the initial term and $r$ is the ratio between any two consecutive terms. The values of $a$ and $r$ stay the same even though the index shifts, so both forms give the same answer when you check convergence or find a sum.

If you want a refresher on convergent versus divergent series first, see the [10.1 guide: Defining Convergent and Divergent Infinite Series](/ap-calc/unit-10-infinite-sequences-and-series-bc-only-/defining-convergent-divergent-infinite-series/study-guide/CIVFHStGQM90EJ4GtIDB).

This is an AP Calculus BC topic only. If you are taking Calculus AB, you can skip it.

## Building a Geometric Series from a Sequence

Given a [sequence](/ap-calc/key-terms/sequence "fv-autolink"), you can write it as a geometric series by finding $a$ and $r$.

### Example 1

Write the geometric series for:

$$
27, 9, 3, 1, \frac{1}{3}, \frac{1}{9}, \dots
$$

**Step 1: Find $a$ and $r$.** The initial term is $a = 27$. To find $r$, see what factor turns one term into the next. Since $9 \cdot \frac{1}{3} = 3$, you get $r = \frac{1}{3}$.

**Step 2: Plug into the geometric form.**

$$
\sum_{n=0}^{\infty} 27 \cdot \left(\frac{1}{3}\right)^n
$$

$$
\sum_{n=1}^{\infty} 27 \cdot \left(\frac{1}{3}\right)^{n-1}
$$

### Example 2

Write the geometric series for:

$$
2, -6, 18, -54, \dots
$$

**Step 1: Find $a$ and $r$.**

$$
a = 2 \qquad r = -3
$$

**Step 2: Plug into the geometric form.**

$$
\sum_{n=0}^{\infty} 2 \cdot (-3)^n
$$

$$
\sum_{n=1}^{\infty} 2 \cdot (-3)^{n-1}
$$

Notice that $r$ is negative here. The ratio can be any real number, because convergence is decided by the [absolute value](/ap-calc/key-terms/absolute-value "fv-autolink") of $r$, not its sign.

## The Geometric Series Test

A geometric series converges when $|r| < 1$ and diverges when $|r| \geq 1$, where $a$ is the first term and $r$ is the common ratio.

When the series converges, its sum is:

$$
\sum_{n=1}^{\infty} a \cdot r^{n-1} = \sum_{n=0}^{\infty} a \cdot r^n = \frac{a}{1-r}
$$

### Example 1 continued

$$
\sum_{n=0}^{\infty} 27 \cdot \left(\frac{1}{3}\right)^n
$$

Since $r = \frac{1}{3}$ and $|r| < 1$, the series converges. Find the sum:

$$
\frac{27}{1 - \frac{1}{3}} = 40.5

$$

A clear answer would state: the sum of the series is $40.5$ by the geometric series test. Your supporting work just needs the series in geometric form and the sum computation.

### Example 2 continued

$$
\sum_{n=0}^{\infty} 2 \cdot (-3)^n
$$

Since $r = -3$, we have $|r| \geq 1$, so the series diverges. State that it diverges by the geometric series test.

## How to Use This on the AP Calculus Exam

### MCQ

- Spot a geometric series by checking for a constant ratio between terms.
- Read off $a$ and $r$ carefully, then test $|r|$ against 1 to decide convergence.
- If it converges, apply $\frac{a}{1-r}$. Watch out for answer choices that use the wrong starting term.

### Free Response

- When a problem gives a series, show that it is geometric by identifying $a$ and $r$.
- For convergence, state the condition you checked: $|r| < 1$ converges, $|r| \geq 1$ diverges.
- For a sum, write $\frac{a}{1-r}$ with your values plugged in, then simplify. Clean notation makes your reasoning easy to follow.

### Common Trap

- If a series starts at an index other than 0 or 1, re-identify the true first term $a$ before using $\frac{a}{1-r}$. The formula uses the actual first term of the series you are summing, not just the [coefficient](/ap-calc/unit-10-infinite-sequences-and-series-bc-only/finding-taylor-polynomial-approximations-functions/study-guide/LszguYzKz0M6GdqTRSr6 "fv-autolink") out front.

## Common Misconceptions

- **Thinking the sum formula works for any geometric series.** The formula $\frac{a}{1-r}$ only applies when $|r| < 1$. If $|r| \geq 1$, the series diverges and has no finite sum.
- **Letting a negative $r$ trick you.** A negative ratio is fine; convergence depends on $|r|$. For example, $r = -\frac{1}{2}$ converges because $|r| < 1$.
- **Confusing $a$ with the coefficient when the index is shifted.** The value of $a$ is the actual first term being added. Switching between the $n=0$ and $n=1$ forms does not change $a$ or $r$.
- **Mixing up the convergence value with a [partial sum](/ap-calc/key-terms/partial-sum "fv-autolink").** $\frac{a}{1-r}$ gives the full infinite sum when the series converges, not just the sum of the first few terms.
- **Assuming geometric and arithmetic series behave the same.** Geometric series have a constant ratio between terms, while arithmetic series have a constant difference. The convergence rules here apply only to geometric series.

## Related AP Calculus Guides

- [Unit 10 Overview: Infinite Series and Sequences](/ap-calc/unit-10-infinite-sequences-and-series-bc-only-/review/study-guide/8ol6j4eNEB6GkkametRt)
- [10.1 Defining Convergent and Divergent Infinite Series](/ap-calc/unit-10-infinite-sequences-and-series-bc-only-/defining-convergent-divergent-infinite-series/study-guide/CIVFHStGQM90EJ4GtIDB)
- [10.3 The nth Term Test for Divergence](/ap-calc/unit-10-infinite-sequences-and-series-bc-only-/nth-term-test-for-divergence/study-guide/oEMEbEp7gWXCgxDFyRlx)
- [10.5 Harmonic Series and p-Series](/ap-calc/unit-10-infinite-sequences-and-series-bc-only-/harmonic-series-p-series/study-guide/oaZ3mNFv3b8qBcsWmwIK)
- [10.4 Integral Test for Convergence](/ap-calc/unit-10-infinite-sequences-and-series-bc-only-/integral-test-for-convergence/study-guide/KrBj7QZJaHcPOKsThiS2)
- [10.6 Comparison Tests for Convergence](/ap-calc/unit-10-infinite-sequences-and-series-bc-only-/comparison-tests-for-convergence/study-guide/bWxGI64MXDqu26FVVP4p)

## Vocabulary

- **constant ratio**: The fixed multiplicative factor between successive terms in a geometric series, denoted as r.
- **converges**: A series converges when the sequence of partial sums approaches a finite limit as n approaches infinity.
- **diverges**: A series diverges when the sequence of partial sums does not approach a finite limit as the number of terms increases indefinitely.
- **geometric series**: A series where each term is a constant multiple of the previous term, expressed in the form ∑_{n=0}^{∞} a r^{n}.

## FAQs

### How do you identify a geometric series?

A geometric series has a constant ratio between successive terms. Divide one term by the previous term; if the same ratio appears each time, the series can be written in the form sum a r^n or sum a r^{n-1}.

### When does a geometric series converge?

A geometric series converges exactly when the common ratio satisfies |r| < 1. If |r| is greater than or equal to 1, the series diverges.

### What is the infinite geometric series sum formula?

For a convergent geometric series with first term a and common ratio r, the infinite sum is a/(1-r). Only use this formula after checking that |r| < 1.

### Does a negative common ratio make a geometric series diverge?

Not automatically. A negative common ratio can still converge if its absolute value is less than 1, such as r = -1/2. The sign affects alternating terms, but convergence depends on |r|.

### How do index shifts affect geometric series?

An index shift changes how the formula is written, but the first term being added still matters. Before using a/(1-r), identify the actual first term of the series and the common ratio.

### How is geometric series used on the AP Calculus BC exam?

AP Calculus BC problems may ask you to recognize a geometric series, determine whether it converges, find its sum, or use geometric-series logic later with power series and intervals of convergence.

## Structured Data

```json
{"@context":"https://schema.org","@type":"FAQPage","inLanguage":"en","mainEntity":[{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-10-infinite-sequences-and-series-bc-only/working-with-geometric-series/study-guide/YvDdN4qbMyMaLgnFApU9#how-do-you-identify-a-geometric-series","name":"How do you identify a geometric series?","acceptedAnswer":{"@type":"Answer","text":"A geometric series has a constant ratio between successive terms. Divide one term by the previous term; if the same ratio appears each time, the series can be written in the form sum a r^n or sum a r^{n-1}."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-10-infinite-sequences-and-series-bc-only/working-with-geometric-series/study-guide/YvDdN4qbMyMaLgnFApU9#when-does-a-geometric-series-converge","name":"When does a geometric series converge?","acceptedAnswer":{"@type":"Answer","text":"A geometric series converges exactly when the common ratio satisfies |r| < 1. If |r| is greater than or equal to 1, the series diverges."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-10-infinite-sequences-and-series-bc-only/working-with-geometric-series/study-guide/YvDdN4qbMyMaLgnFApU9#what-is-the-infinite-geometric-series-sum-formula","name":"What is the infinite geometric series sum formula?","acceptedAnswer":{"@type":"Answer","text":"For a convergent geometric series with first term a and common ratio r, the infinite sum is a/(1-r). Only use this formula after checking that |r| < 1."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-10-infinite-sequences-and-series-bc-only/working-with-geometric-series/study-guide/YvDdN4qbMyMaLgnFApU9#does-a-negative-common-ratio-make-a-geometric-series-diverge","name":"Does a negative common ratio make a geometric series diverge?","acceptedAnswer":{"@type":"Answer","text":"Not automatically. A negative common ratio can still converge if its absolute value is less than 1, such as r = -1/2. The sign affects alternating terms, but convergence depends on |r|."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-10-infinite-sequences-and-series-bc-only/working-with-geometric-series/study-guide/YvDdN4qbMyMaLgnFApU9#how-do-index-shifts-affect-geometric-series","name":"How do index shifts affect geometric series?","acceptedAnswer":{"@type":"Answer","text":"An index shift changes how the formula is written, but the first term being added still matters. Before using a/(1-r), identify the actual first term of the series and the common ratio."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-10-infinite-sequences-and-series-bc-only/working-with-geometric-series/study-guide/YvDdN4qbMyMaLgnFApU9#how-is-geometric-series-used-on-the-ap-calculus-bc-exam","name":"How is geometric series used on the AP Calculus BC exam?","acceptedAnswer":{"@type":"Answer","text":"AP Calculus BC problems may ask you to recognize a geometric series, determine whether it converges, find its sum, or use geometric-series logic later with power series and intervals of convergence."}}]}
```
