Working with Geometric Series — AP Calculus BC
1. Definition and Convergence of Geometric Series ★★☆☆☆ ⏱ 4 min
A geometric series is the sum of terms of a geometric sequence, where each term after the first is the previous term multiplied by a constant non-zero common ratio $r$. Unlike most other infinite series, convergent geometric series have an exact closed-form sum, making them a foundational tool for more advanced series topics.
S_n = \sum_{k=0}^{n-1} a_1 r^k = a_1 \frac{1 - r^n}{1 - r}, \quad r \neq 1
To find the sum of an infinite geometric series, we take the limit of the partial sum as $n \to \infty$. If $|r| < 1$, $r^n \to 0$, so we get a finite convergent sum:
S = \sum_{n=0}^{\infty} a_1 r^n = \frac{a_1}{1 - r}, \quad |r| < 1
An infinite geometric series converges **if and only if** $|r| < 1$. If $|r| \geq 1$, the partial sums do not approach a finite limit, so the series diverges.
Exam tip: Always confirm $|r| < 1$ before writing a finite sum. AP exam readers will deduct points if you state a finite sum for a divergent geometric series, even if you correctly plug values into the formula.
2. Rewriting Non-Standard Geometric Series ★★★☆☆ ⏱ 4 min
Most AP exam questions do not present geometric series in the neat $\sum ar^n$ standard form. You will often need to simplify exponents, factor constants, or reindex the series to correctly identify $a_1$ and $r$. The core strategy is to isolate the power of the index variable $n$ in the exponent, so that you can write every term as $c \cdot r^n$.
Exam tip: When rewriting exponents, always separate all constants from the index term before identifying $r$ to avoid mixing up the common ratio.
3. Converting Repeating Decimals to Fractions ★★☆☆☆ ⏱ 3 min
One of the most common concrete applications of convergent geometric series is converting repeating decimals to their exact fractional form. A repeating decimal can be split into a finite non-repeating part and an infinite geometric repeating series, with a common ratio of $10^{-k}$ where $k$ is the number of digits in the repeating block.
Exam tip: Count the number of digits in the repeating block correctly. A 2-digit repeating block always gives $r = 1/100$, count again to confirm.
4. Applications and Practice ★★★☆☆ ⏱ 3 min
Common Pitfalls
Why: You confuse starting indexes, assuming the constant coefficient is always the first term even when the exponent is non-zero at the starting index.
Why: You forget the convergence condition uses the absolute value of $r$, not $r$ itself.
Why: You remember the formula but forget it is only valid when the series converges.
Why: You incorrectly assume skipping the first two terms just means subtracting twice the first term, instead of subtracting the actual values of the first two terms.
Why: You forget to shift the decimal correctly for the first term of the repeating series.