AP-CALCBC-10.1-10.2

U10.1 Series, Sequences, and Geometric Series

Master AP Calc BC series basics: sequences vs. series, convergence via partial sums, and the geometric series test with sum a/(1−r).

What you'll do in this lesson

A voice-first session with the Crimsora tutor on U10.1 Series, Sequences, and Geometric Series, then targeted practice and FRQs — with the tutor adapting to where you get stuck.

What this lesson covers

Unit 10 opens the door to infinite series, one of the signature topics of AP Calculus BC. Before you can wield convergence tests, Taylor series, or power series, you need a rock-solid grip on the vocabulary: what separates a sequence from a series, and what it actually means for an infinite sum to "add up" to a finite number.

This lesson builds that foundation. You will learn how partial sums define convergence, why a sequence of terms going to zero is necessary but not sufficient, and how the geometric series — the one family you can sum exactly — behaves. Nailing these ideas makes every later test in the unit feel like a variation on a theme you already understand.

Sequences vs. Series

A sequence is an ordered list of numbers, written {an}\{a_n\}, where each term ana_n is a function of the index nn. For example, an=1na_n = \frac{1}{n} gives 1,12,13,1, \tfrac{1}{2}, \tfrac{1}{3}, \dots. A sequence converges if its terms approach a single limit LL as nn \to \infty; otherwise it diverges.

A series is the sum of the terms of a sequence, written n=1an=a1+a2+a3+\sum_{n=1}^{\infty} a_n = a_1 + a_2 + a_3 + \cdots. The key exam distinction is that a sequence is about the individual terms, while a series is about their accumulated total.
FeatureSequence {an}\{a_n\}Series an\sum a_n
What it isList of termsSum of terms
Converges whenlimnan\lim_{n\to\infty} a_n existsPartial sums approach a limit
Example1n0\frac{1}{n} \to 01n\sum \frac{1}{n} diverges
Notice the last row: the sequence 1n\frac{1}{n} converges to 0, yet the harmonic series 1n\sum \frac{1}{n} diverges. This is the single most common source of confusion, so keep the two concepts firmly separated in your mind.

Convergence Through Partial Sums

The formal meaning of an infinite sum comes from partial sums. The nnth partial sum is Sn=k=1nak=a1+a2++anS_n = \sum_{k=1}^{n} a_k = a_1 + a_2 + \cdots + a_n. This turns the vague idea of "adding infinitely many things" into a concrete sequence {Sn}\{S_n\} you can analyze.

We say the series an\sum a_n converges to SS if the sequence of partial sums converges: limnSn=S\lim_{n\to\infty} S_n = S. If the partial sums have no finite limit, the series diverges.

This definition powers the nnth-term test for divergence. Since an=SnSn1a_n = S_n - S_{n-1}, if a series converges then limnan=0\lim_{n\to\infty} a_n = 0. Taking the contrapositive gives a usable test: if limnan0\lim_{n\to\infty} a_n \neq 0 (or does not exist), the series diverges.

The crucial warning: this test can only prove divergence. If liman=0\lim a_n = 0, the test is inconclusive — the series might converge or diverge. The harmonic series 1n\sum \frac{1}{n} has terms going to 0 but still diverges. On the exam, watch for students who wrongly conclude convergence just because the terms shrink to zero. That is always a trap.

The Geometric Series Test

A geometric series has the form n=0arn=a+ar+ar2+\sum_{n=0}^{\infty} a r^n = a + ar + ar^2 + \cdots, where each term is a constant ratio rr times the previous one. This is the one infinite series in the course you can sum exactly.

The rule: a geometric series converges if and only if r<1|r| < 1, and in that casen=0arn=a1r,\sum_{n=0}^{\infty} a r^n = \frac{a}{1-r},where aa is the first term of the series. If r1|r| \geq 1, the series diverges.

The formula a1r\frac{a}{1-r} comes from the partial sum Sn=a1rn1rS_n = a\frac{1-r^n}{1-r}. When r<1|r| < 1, rn0r^n \to 0, so Sna1rS_n \to \frac{a}{1-r}.

Two details cost students points. First, aa is whatever the actual first term equals, not necessarily the coefficient — if the series starts at n=1n=1 or n=2n=2, plug in that starting index to find the true first term. Second, always confirm the common ratio rr before applying the formula; identify it as the factor multiplying each term. On free-response, show that r<1|r| < 1 explicitly to justify convergence before computing the sum.

How the Exam Tests This Topic

On the AP exam, expect both multiple-choice and free-response items. A classic multiple-choice question gives a series and asks whether it converges; the fastest wins are recognizing a geometric series or spotting that liman0\lim a_n \neq 0.

Common question types include rewriting a repeating decimal as a fraction (a geometric series in disguise), summing a geometric series with a shifted starting index, and distinguishing a convergent sequence from a divergent series built from it.
TaskStrategy
Is {an}\{a_n\} convergent?Take limnan\lim_{n\to\infty} a_n
Does an\sum a_n diverge quickly?Check if liman0\lim a_n \neq 0
Geometric sumFind aa and rr; verify r<1|r|<1; use a1r\frac{a}{1-r}
Repeating decimalWrite as geometric series, then sum
A frequent misconception the exam exploits: believing liman=0\lim a_n = 0 guarantees convergence. It does not. Another is misreading the first term when the index does not start at zero. Practice writing out the first two or three terms of any series before applying a formula — this catches most errors and takes only seconds.

Key terms

Sequence.
An ordered list of numbers {an}\{a_n\} indexed by nn; converges if limnan\lim_{n\to\infty} a_n exists as a finite number.
Series.
The sum of the terms of a sequence, n=1an\sum_{n=1}^{\infty} a_n; its convergence depends on the behavior of its partial sums.
Partial sum.
The finite sum Sn=a1+a2++anS_n = a_1 + a_2 + \cdots + a_n of the first nn terms; a series converges when limnSn\lim_{n\to\infty} S_n exists.
Convergence.
A series converges if its sequence of partial sums approaches a finite limit SS, called the sum of the series.
Divergence.
A series diverges if its partial sums fail to approach any finite limit.
nth-term test for divergence.
If limnan0\lim_{n\to\infty} a_n \neq 0, then an\sum a_n diverges; if the limit equals 0, the test is inconclusive.
Geometric series.
A series arn\sum a r^n with constant ratio rr; converges iff r<1|r| < 1 with sum a1r\frac{a}{1-r}, where aa is the first term.
Common ratio.
The constant factor rr by which each term of a geometric series is multiplied to get the next term.

Worked example

Determine whether the series n=13(25)n1\sum_{n=1}^{\infty} 3\left(\frac{2}{5}\right)^{n-1} converges, and if so, find its sum.
First identify the type of series. Each term is a constant times a power of 25\frac{2}{5}, so this is geometric with common ratio r=25r = \frac{2}{5}.

Next find the first term by plugging in the starting index n=1n = 1: a1=3(25)11=3(25)0=3a_1 = 3\left(\frac{2}{5}\right)^{1-1} = 3\left(\frac{2}{5}\right)^0 = 3. So a=3a = 3.

Check convergence: r=25<1|r| = \frac{2}{5} < 1, so the geometric series converges. This justification must be shown before summing.

Apply the sum formula:n=13(25)n1=a1r=3125=335=353=5.\sum_{n=1}^{\infty} 3\left(\frac{2}{5}\right)^{n-1} = \frac{a}{1-r} = \frac{3}{1 - \frac{2}{5}} = \frac{3}{\frac{3}{5}} = 3 \cdot \frac{5}{3} = 5.The series converges to 55. Notice that if you had mistakenly used a different starting term, the sum would be wrong — always match aa to the actual first term produced by the given index.

Practice questions

Which of the following statements is true for the series n=1n2n+1\sum_{n=1}^{\infty} \frac{n}{2n+1}?
  1. The series converges because the terms are positive.
  2. The series diverges because limnn2n+1=120\lim_{n\to\infty} \frac{n}{2n+1} = \frac{1}{2} \neq 0.
  3. The series converges to 12\frac{1}{2}.
  4. The series converges by the geometric series test.

Answer: The series diverges because limnn2n+1=120\lim_{n\to\infty} \frac{n}{2n+1} = \frac{1}{2} \neq 0.

Take the limit of the general term: limnn2n+1=12\lim_{n\to\infty} \frac{n}{2n+1} = \frac{1}{2}. Since this is not zero, the nth-term test for divergence applies and the series diverges. It is not geometric, and positive terms alone never guarantee convergence.
Consider the geometric series n=04(13)n\sum_{n=0}^{\infty} 4\left(-\frac{1}{3}\right)^{n}. State whether it converges, and find its sum if it does. Show your reasoning.

Answer: It converges to 33.

The common ratio is r=13r = -\frac{1}{3}, so r=13<1|r| = \frac{1}{3} < 1 and the series converges. The first term at n=0n=0 is a=4(13)0=4a = 4\left(-\frac{1}{3}\right)^0 = 4. The sum is a1r=41(13)=443=3\frac{a}{1-r} = \frac{4}{1-(-\frac{1}{3})} = \frac{4}{\frac{4}{3}} = 3. A negative ratio is fine as long as its absolute value is below 1.
Express the repeating decimal 0.27=0.2727270.\overline{27} = 0.272727\ldots as a fraction using a geometric series.

Answer: 311\frac{3}{11}

Write the decimal as 0.27+0.0027+0.000027+=n=00.27(0.01)n0.27 + 0.0027 + 0.000027 + \cdots = \sum_{n=0}^{\infty} 0.27(0.01)^n. This is geometric with a=0.27a = 0.27 and r=0.01r = 0.01, and r<1|r| < 1. The sum is 0.2710.01=0.270.99=2799=311\frac{0.27}{1-0.01} = \frac{0.27}{0.99} = \frac{27}{99} = \frac{3}{11}.

FAQ

What is the difference between a sequence converging and a series converging?
A sequence {an}\{a_n\} converges if its individual terms approach a limit. A series an\sum a_n converges if its partial sums (the running totals) approach a limit. These are different: the sequence 1n\frac{1}{n} converges to 0, but the series 1n\sum \frac{1}{n} diverges.
If the terms of a series go to zero, does the series always converge?
No. Terms going to zero is necessary but not sufficient. The nth-term test only proves divergence when the limit is nonzero. If liman=0\lim a_n = 0, you must use another test — the harmonic series 1n\sum \frac{1}{n} has terms going to zero yet diverges.
How do I know what value to use for aa in the geometric series formula?
The value aa is the actual first term of the series, found by substituting the starting index into the general term. If the sum starts at n=1n=1 or n=2n=2 instead of n=0n=0, compute that first term explicitly rather than just taking the coefficient.
When does a geometric series diverge?
A geometric series arn\sum a r^n diverges whenever r1|r| \geq 1. In that case the terms do not shrink to zero (or oscillate without settling), so the partial sums never approach a finite limit. Convergence requires strictly r<1|r| < 1.

Learn this with a teacher, not a page

The Crimsora tutor teaches U10.1 Series, Sequences, and Geometric Series live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.