AP Calculus BC

Series Convergence Test Chooser: Which Test and Why (BC)

Which convergence test to use is set by the shape of the terms. Start with the nth-term test: if the terms do not approach 0, the series diverges. If they do, match the shape: geometric and p-series by sight, alternating signs to the alternating series test, factorials to the ratio test, rational terms to comparison.

BCUnit 10: series convergence (BC only)

Pick a series, then answer one question at a time. The chooser walks the standard decision order: nth term test, geometric and p-series pattern match, alternating structure, ratio test, then the comparison family and integral test.

Choose one of the ten series above to start the decision tree.

This tool walks the convergence decision tree one question at a time. You pick or enter a series and it asks the same questions a strong BC student asks, in order, then explains why each test either applies to your series or fails on it. That reasoning is the whole skill of Unit 10 (Topics 10.1 through 10.9): a solver can tell you a series converges, but the exam rewards choosing the right test and justifying it. Only six named tests are assessed on the BC exam, and the tool uses exactly those, plus the geometric and p-series facts you recognize on sight.

There is no single convergence test. Instead you run a short list of them in a fixed order, and the shape of the general term ana_n decides which one settles the question. The order matters because the cheapest check comes first. Every series starts on the same rung, the nth-term test, and you only move deeper into the tree when a test comes back inconclusive.

The nth-term test only proves divergence

If limnan0\lim_{n \to \infty} a_n \ne 0, the series diverges, full stop (Topic 10.3). But limnan=0\lim_{n \to \infty} a_n = 0 proves nothing on its own: the harmonic series 1n\sum \frac{1}{n} has terms going to 00 and still diverges. A zero limit just clears the series to move on to a real test, so never write 'the terms go to 00, therefore it converges.'

Once the nth-term test is inconclusive, the shape of ana_n points to the test that will finish the job. Read the left column as what your term looks like, and the tool selects the row that matches.

When the term looks likeThe tool reaches forBecause
limnan0\lim_{n \to \infty} a_n \ne 0nth-term test (Topic 10.3)The series diverges at once; no further test is needed.
arna r^n, a constant ratio between termsGeometric series (Topic 10.2)It converges to a1r\frac{a}{1-r} exactly when r<1|r| < 1.
1np\frac{1}{n^p}, a single power of nnp-series (Topic 10.5)It converges exactly when p>1p > 1; the harmonic case p=1p = 1 diverges.
Signs alternate, (1)nbn(-1)^n b_nAlternating series test (Topic 10.7)It converges if the positive terms bnb_n decrease monotonically to 00.
Factorials or nn-th powersRatio test (Topic 10.8)The ratio an+1an\frac{a_{n+1}}{a_n} makes those pieces cancel.
A rational or algebraic function of nnComparison or limit comparison (Topic 10.6)Match it to the p-series its leading powers resemble.
A positive, continuous, decreasing term you can integrateIntegral test (Topic 10.4)The series and 1f(x)dx\int_1^\infty f(x)\,dx converge together.

Three of those rows deserve a sharper rule. The ratio test is the specialist for factorials and nn-th powers, because an+1an\frac{a_{n+1}}{a_n} makes those pieces cancel; on a plain rational function of nn its limit is 11 and tells you nothing, so do not reach for it there. Comparison and limit comparison are the tools for rational and algebraic terms: match the term to the p-series its leading powers resemble, then compare. The integral test is the fallback when a term is positive, continuous, decreasing, and something you can actually antidifferentiate, like 1nlnn\frac{1}{n \ln n}. Two shapes never need a test at all, because their rules are exact:

n=0arn converges    r<1n=11np converges    p>1\sum_{n=0}^{\infty} a r^n \text{ converges} \iff |r| < 1 \qquad \sum_{n=1}^{\infty} \frac{1}{n^p} \text{ converges} \iff p > 1

Once a series passes the alternating series test, one more question follows: is it absolutely or conditionally convergent (Topic 10.9)? Take the series of absolute values and run a positive-term test on it. If that converges, the original converges absolutely, and absolute convergence guarantees convergence. If the absolute series diverges but the alternating series test still passes, the convergence is only conditional, like the alternating harmonic series (1)n+1n\sum \frac{(-1)^{n+1}}{n}.

Worked example

Choosing a test for a rational-term series

Determine whether n=13n2+2n4+n+1\displaystyle\sum_{n=1}^{\infty} \frac{3n^2 + 2}{n^4 + n + 1} converges or diverges, and name the test that decides it.

  1. Start on the bottom rung, the nth-term test. The denominator has degree 44 and the numerator degree 22, so limn3n2+2n4+n+1=0\lim_{n \to \infty} \frac{3n^2 + 2}{n^4 + n + 1} = 0. A zero limit never proves convergence, so this test is inconclusive and you keep going (Topic 10.3).
  2. Rule out the by-sight forms. Every term is positive, so it is not alternating (Topic 10.7 is off the table). There is no constant ratio between terms, so it is not geometric (Topic 10.2), and it is not a single power 1np\frac{1}{n^p}, so it is not a bare p-series (Topic 10.5). No factorials or nn-th powers appear, and on a rational function of nn the ratio test's limit is 11, which is inconclusive, so skip it (Topic 10.8).
  3. What is left is a rational function of nn, which points to comparison (Topic 10.6). Pick the partner from the leading powers: for large nn the term behaves like 3n2n4=3n2\frac{3n^2}{n^4} = \frac{3}{n^2}, so compare against bn=1n2b_n = \frac{1}{n^2}, a p-series with p=2p = 2. Because a clean term-by-term inequality is awkward here, use the limit comparison test, which only needs the limit of the ratio.
  4. Set up the limit comparison ratio, a fraction divided by a fraction: anbn=3n2+2n4+n+11n2\frac{a_n}{b_n} = \frac{\frac{3n^2 + 2}{n^4 + n + 1}}{\frac{1}{n^2}}.
  5. Multiply numerator and denominator through by n2n^2 to clear the complex fraction: n2(3n2+2)n4+n+1=3n4+2n2n4+n+1\frac{n^2(3n^2 + 2)}{n^4 + n + 1} = \frac{3n^4 + 2n^2}{n^4 + n + 1}.
  6. Evaluate the limit by dividing top and bottom by n4n^4: limn3+2n21+1n3+1n4\lim_{n \to \infty} \frac{3 + \frac{2}{n^2}}{1 + \frac{1}{n^3} + \frac{1}{n^4}}.
  7. Every term with nn in a denominator vanishes, leaving 31=3\frac{3}{1} = 3, a finite, positive number.
  8. Conclude. The comparison series 1n2\sum \frac{1}{n^2} is a convergent p-series (p=2>1p = 2 > 1). When the limit comparison ratio is finite and positive, both series share the same fate, so the given series converges (Topic 10.6).

The series converges, by limit comparison with the convergent p-series sum of 1/n^2 (the ratio has finite positive limit 3).

Frequently asked questions

What is the difference between the comparison test and the limit comparison test?

The direct comparison test needs an inequality: if 0anbn0 \le a_n \le b_n and bn\sum b_n converges, then an\sum a_n converges, and if anbn0a_n \ge b_n \ge 0 and bn\sum b_n diverges, then an\sum a_n diverges. The limit comparison test drops the inequality and only asks for limnanbn\lim_{n \to \infty} \frac{a_n}{b_n}: if that limit is a finite positive number, both series share the same fate. Use limit comparison when the term-by-term inequality is awkward to prove, which is most rational-function cases (Topic 10.6).

Does the nth-term test prove a series converges?

No. It is a one-directional test. If limnan0\lim_{n \to \infty} a_n \ne 0 the series diverges, but limnan=0\lim_{n \to \infty} a_n = 0 tells you nothing by itself. The harmonic series 1n\sum \frac{1}{n} has terms going to 00 yet diverges, so a zero limit only earns the series a real convergence test (Topic 10.3).

When should I use the ratio test?

Reach for the ratio test when the term contains factorials or nn-th powers such as rnr^n or nnn^n, because an+1an\frac{a_{n+1}}{a_n} cancels those pieces cleanly. If the limit L=limnan+1an<1L = \lim_{n \to \infty} \left|\frac{a_{n+1}}{a_n}\right| < 1 the series converges absolutely, if L>1L > 1 it diverges, and if L=1L = 1 the test is inconclusive and you switch to another test. On a plain rational function of nn the ratio limit is always 11, so use comparison there instead (Topic 10.8).

Which convergence tests are on the AP Calculus BC exam?

The CED assesses exactly six: the nth-term test for divergence, the integral test, the comparison test, the limit comparison test, the alternating series test, and the ratio test (the Topic 10.8 exclusion statement). You also need the geometric series and p-series convergence rules from Topics 10.2 and 10.5. The root test is not assessed, so you will never need it on the exam.