AP Calculus BC: Mastering Series and Sequences
Master series and sequences in AP Calculus BC with our comprehensive guide covering convergence tests, Taylor series, and practice problems.
Series and sequences are where AP Calculus BC students go from understanding functions to understanding infinite behavior. And it's where many students hit a wall. You've spent a year learning that limits and derivatives are about behavior at specific points or over intervals. Now you're dealing with infinite sums, convergence tests with weird names, and integrals that determine whether a series converges or diverges. It feels disconnected from everything you've learned until it suddenly clicks. Explore our detailed guide on solve IB math aa SL past papers for more tips. (This guide has been updated for 2025.)
This guide walks you through sequences and series systematically, showing you how they connect to limits and integrals, which convergence tests to use and when, and how to actually understand (not just memorize) this topic that determines whether you score a 4 or 5 on the exam. If you're preparing for the AP exam, check out our expert AP Calculus exam strategies to ensure you're not just learning the concepts, but learning them in the way AP graders reward. For more on this, see our guide on scoring a 7 in Math HL.
Key Takeaways
- A sequence is a list of numbers following a pattern.
- Before applying any convergence test, use the divergence test (sometimes called the n-th term test).
- When all terms are positive, you have several tools.
- A power series is Σc_n(x - a)^n.
- First, does lim(n→∞) a_n = 0? If no, diverges (divergence test).
Sequences vs. Series: Know the Difference First
A sequence is a list of numbers following a pattern. A series is the sum of those numbers. This distinction matters for everything that follows.
Sequence: {a_n} = {1, 1/2, 1/4, 1/8, ...} (this is just the list)
Series: Σa_n = 1 + 1/2 + 1/4 + 1/8 + ... (this is the sum of the terms)
AP Calculus BC tests both, but they use different convergence criteria. You may also find our resource on math IA criteria helpful.
Sequences: Does the List Approach a Limit?
A sequence converges if the terms get arbitrarily close to some limit value as n approaches infinity. Converges to what? We don't ask about the sum yet. We're just asking: does the sequence of individual terms have a limit?
Example: {1/n} = {1, 1/2, 1/3, 1/4, ...} converges to 0 because as n gets large, 1/n approaches 0.
Example: {(-1)^n} = {-1, 1, -1, 1, ...} diverges because the terms bounce between -1 and 1 and never settle on one limit.
Key fact: If a sequence converges to L, we write lim(n→∞) a_n = L.
Confused about which convergence test to use? Work with a calculus tutor who breaks down the logic behind each test →
Series: Does the Infinite Sum Have a Finite Value?
A series converges if the partial sums (sums of the first n terms) approach a limit as n approaches infinity. This is different from asking whether the individual terms approach zero.
Example: 1 + 1/2 + 1/4 + 1/8 + ... converges to 2. (The partial sums: 1, 1.5, 1.75, 1.875, ... approach 2.)
Example: 1 + 1 + 1 + 1 + ... diverges to infinity because partial sums keep growing: 1, 2, 3, 4, ...
Example: 1 - 1 + 1 - 1 + 1 - ... diverges because partial sums bounce between 0 and 1: 1, 0, 1, 0, 1, ...
The Divergence Test: First Check, Always
Before applying any convergence test, use the divergence test (sometimes called the n-th term test).
Rule: If lim(n→∞) a_n ≠ 0, the series Σa_n diverges.
Intuition: If the terms don't approach 0, you're adding infinitely many non-zero quantities. The sum can't be finite.
Important: If lim(n→∞) a_n = 0, you can't conclude anything yet. You need another test. But if the limit is not zero, you're done — the series diverges.
Example: Σ(2n + 1)/(3n - 5). As n→∞, the terms approach 2/3 (not zero), so the series diverges.
Convergence Tests for Positive Series
When all terms are positive, you have several tools. Know which test to use when.
1. Geometric Series
A geometric series has the form Σar^n where a is the first term and r is the common ratio.
Rule: Σar^n converges if |r| < 1 (sum = a/(1-r)) and diverges if |r| ≥ 1.
Example: Σ(1/2)^n. Here r = 1/2, and |1/2| < 1, so it converges to 1/(1-1/2) = 2.
Example: Σ(3/2)^n. Here r = 3/2, and |3/2| > 1, so it diverges.
2. P-Series (or Power Series)
A p-series has the form Σ1/n^p.
Rule: Σ1/n^p converges if p > 1 and diverges if p ≤ 1.
Example: Σ1/n² converges (p = 2 > 1).
Example: Σ1/n diverges (p = 1, harmonic series).
Example: Σ1/√n diverges (p = 1/2 < 1).
3. Integral Test
Idea: If you can write the terms as f(n) where f is continuous, positive, and decreasing, the series Σa_n converges if and only if ∫f(x)dx (from 1 to infinity) converges.
When to use: When the terms look like they could be part of a function you can integrate (logarithms, inverse trig, etc.).
Example: Σn·e^(-n²). Here f(x) = x·e^(-x²), which you can integrate using u-substitution. If the integral converges, so does the series.
4. Limit Comparison Test
Idea: Compare your series to a series you know converges or diverges. If lim(n→∞) a_n/b_n = c (where c is a positive finite number), then Σa_n and Σb_n either both converge or both diverge.
When to use: When your series looks similar to a p-series or geometric series, but isn't exactly one of those forms.
Example: Σ(2n² + 3)/(5n³ + 1). Compare to Σ1/n (which diverges). lim (2n² + 3)/(5n³ + 1) ÷ (1/n) = lim (2n³ + 3n)/(5n³ + 1) = 2/5 (positive and finite). Since Σ1/n diverges and the limit is finite, Σ(2n² + 3)/(5n³ + 1) diverges.
5. Direct Comparison Test
Idea: If 0 ≤ a_n ≤ b_n for all n, and Σb_n converges, then Σa_n converges. If a_n ≥ b_n ≥ 0 and Σb_n diverges, then Σa_n diverges.
When to use: When you can bound your series above or below by a series you know.
6. Ratio Test
Idea: Calculate lim(n→∞) |a_(n+1)/a_n|. If the limit is < 1, converge. If > 1, diverge. If = 1, inconclusive.
When to use: When your series has factorials, exponentials, or powers.
Example: Σn!/n^n. lim |a_(n+1)/a_n| = lim ((n+1)!/(n+1)^(n+1))/(n!/n^n) = lim (n+1)/(n+1)·((n+1)/n)^n = lim (n+1)^n/n^n = lim (1 + 1/n)^n = e ≈ 2.718 > 1, so diverges.
7. Root Test
Idea: Calculate lim(n→∞) |a_n|^(1/n). If the limit is < 1, converge. If > 1, diverge. If = 1, inconclusive.
When to use: When your series has n-th powers or is just awkward for the ratio test.
Convergence Tests for Series with Negative Terms
1. Alternating Series Test
Idea: An alternating series Σ(-1)^n·a_n (where a_n > 0) converges if:
- The terms a_n are decreasing (a_n ≥ a_(n+1))
- lim(n→∞) a_n = 0
Example: Σ(-1)^n/n. The terms 1, 1/2, 1/3, ... are decreasing and approach 0, so it converges (though it doesn't converge absolutely).
2. Absolute Convergence
Idea: If Σ|a_n| converges, then Σa_n converges (called absolute convergence). If Σa_n converges but Σ|a_n| diverges, the series converges conditionally.
Strategy: For series with negative terms, check if the absolute value series converges. If yes, the original series converges absolutely.
Power Series and Interval of Convergence
A power series is Σc_n(x - a)^n. It converges for some values of x and diverges for others. The interval of convergence is the set of x values for which the series converges.
To find the interval:
- Use the ratio test to find lim |c_(n+1)/c_n|·|x - a|.
- Set this limit < 1 and solve for x.
- Test the endpoints separately (where the limit = 1).
Need help understanding which test applies to your series? An AP Calculus BC tutor can teach you the decision tree for choosing the right test → Learn more in our guide on master IB math aa HL calculus.
The Decision Tree: Which Test to Use
First, does lim(n→∞) a_n = 0? If no, diverges (divergence test). Stop.
If yes, is the series geometric (ar^n)? Converges if |r| < 1.
Is it a p-series (1/n^p)? Converges if p > 1.
Are the terms positive? Use integral test, limit comparison, ratio test, or root test.
Are the terms alternating or negative? Use alternating series test or check absolute convergence.
Common Mistakes and How to Avoid Them
1. Confusing sequences and series. A sequence can converge while its series diverges. Test the right object.
2. Forgetting the divergence test. Always check if the terms approach 0. If they don't, you're done.
3. Using the wrong test for your series. Ratio test doesn't work well if your series doesn't have factorials. Know your tests.
4. On ratio/root tests, forgetting the limit < 1 means convergence. Not equal to zero, but less than one.
5. Not testing endpoints for power series. The ratio test gives you an interval, but the endpoints need separate testing.
Master Series and Sequences for the AP Exam
Work with an AP Calculus BC tutor who can help you build intuition for each test and practice recognizing which test to use → Series and sequences are testable, but they require pattern recognition and systematic thinking. Our tutors teach you the decision tree for choosing the right convergence test, help you avoid common mistakes, and give you targeted feedback on your approach. Whether you're building confidence on the basics or refining your technique for free-response questions, expert support gets you to a 5.
FAQs
Why do I need to check if lim(n→∞) a_n = 0?
If you're adding infinitely many non-zero terms, the sum can't be finite. So if the terms don't approach 0, convergence is impossible. This test eliminates obvious divergent series quickly.
When should I use the ratio test vs. the limit comparison test?
Use ratio test if your series has factorials, exponentials, or factorials mixed with powers. Use limit comparison if your series is a ratio of polynomials or similar to a p-series.
What's the difference between absolute and conditional convergence?
Absolute convergence means Σ|a_n| converges. Conditional convergence means Σa_n converges but Σ|a_n| diverges (this only happens with alternating or mixed-sign series). Absolutely convergent series are "stronger" — they converge no matter how you rearrange the terms.