AP-CALCBC-10.3-10.6

U10.3 Integral Test, p-Series, and Comparison Tests

Master the integral test, p-series test, direct comparison, and limit comparison tests to determine convergence of positive-term series on AP Calculus BC.

What you'll do in this lesson

A voice-first session with the Crimsora tutor on U10.3 Integral Test, p-Series, and Comparison Tests, then targeted practice and FRQs — with the tutor adapting to where you get stuck.

What this lesson covers

Once you know a geometric series converges, the next challenge is deciding whether messier positive-term series like 1n2+1\sum \frac{1}{n^2+1} or lnnn\sum \frac{\ln n}{n} converge. This lesson gives you four reliable tools: the integral test, the p-series test, the direct comparison test, and the limit comparison test.

These tests only work on series with positive terms, and each one shines in a different situation. The key skill the AP exam rewards is not just memorizing them but choosing the right test quickly and justifying every hypothesis. By the end you should be able to look at a series, recognize its dominant behavior, and pick a comparison or the integral test with confidence.

The Integral Test and p-Series

The integral test connects a series to an improper integral. If ff is continuous, positive, and decreasing for xNx \geq N, and an=f(n)a_n = f(n), then n=Nan\sum_{n=N}^{\infty} a_n and Nf(x)dx\int_{N}^{\infty} f(x)\, dx either both converge or both diverge.

You must verify all three conditions — continuous, positive, decreasing — before applying it. A common mistake is skipping the decreasing check. Often you show a function is decreasing by noting f(x)<0f'(x) < 0 or that the numerator grows slower than the denominator.

The most important consequence is the p-series test. The series n=11np\sum_{n=1}^{\infty} \frac{1}{n^p} converges if p>1p > 1 and diverges if p1p \leq 1. This follows directly from evaluating 1xpdx\int_1^{\infty} x^{-p}\, dx.
SeriesppResult
1n2\sum \frac{1}{n^2}22converges
1n\sum \frac{1}{\sqrt{n}}1/21/2diverges
1n\sum \frac{1}{n}11diverges (harmonic)
Memorize that the harmonic series (p=1p=1) diverges even though its terms shrink to zero — shrinking terms are necessary but not sufficient for convergence.

The Direct Comparison Test

The direct comparison test says: suppose 0anbn0 \leq a_n \leq b_n for all large nn. If bn\sum b_n converges, then an\sum a_n converges (a smaller positive series can't outrun a convergent one). If an\sum a_n diverges, then bn\sum b_n diverges.

The logic runs one direction only. Knowing bn\sum b_n diverges tells you nothing about a smaller series an\sum a_n, and knowing an\sum a_n converges tells you nothing about a larger bn\sum b_n.

To use it, you compare your series to a known p-series or geometric series. The trick is building the correct inequality. For example, since 1n2+1<1n2\frac{1}{n^2+1} < \frac{1}{n^2} and 1n2\sum \frac{1}{n^2} converges, the original series converges.

The main danger is getting the inequality backwards. If you want to prove convergence, you need your series to be smaller than something that converges. If you want to prove divergence, your series must be larger than something that diverges. When the inequality points the wrong way, switch to limit comparison instead.

The Limit Comparison Test

When building an exact inequality is awkward — especially with polynomial or root expressions — the limit comparison test is cleaner. Given positive series an\sum a_n and bn\sum b_n, compute L=limnanbnL = \lim_{n\to\infty} \frac{a_n}{b_n}. If 0<L<0 < L < \infty (a finite positive number), the two series both converge or both diverge.

The strategy is to choose bnb_n to capture the dominant behavior of ana_n. Keep only the highest-power terms in numerator and denominator. For an=3n2+5n4n+2a_n = \frac{3n^2+5}{n^4 - n + 2}, the dominant ratio behaves like 3n2n4=3n2\frac{3n^2}{n^4} = \frac{3}{n^2}, so compare with bn=1n2b_n = \frac{1}{n^2}, a convergent p-series.
SituationBest test
Clean inequality with p-seriesdirect comparison
Rational or root expressionlimit comparison
an=f(n)a_n = f(n) integrableintegral test
Pure 1np\frac{1}{n^p} formp-series
Because you take a limit, small additive constants vanish, which is exactly why limit comparison is more forgiving than direct comparison. Just remember it still requires positive terms and a strictly positive finite limit to conclude.

Choosing and Justifying a Test

On the AP exam, most of the credit for these problems comes from justification, not just the final verdict. Whenever you use the integral test, explicitly state that ff is continuous, positive, and decreasing. When you use a comparison, name the comparison series and identify it as a convergent or divergent p-series or geometric series.

A reliable decision process: first check whether the terms even go to zero — if not, the series diverges by the nth-term test (from an earlier lesson). Then identify the dominant term. If the series looks like 1np\frac{1}{n^p}, use p-series immediately. If it is a rational/root expression, use limit comparison. If it involves lnn\ln n, factorials, or nice antiderivatives, the integral test may work.

A frequent misconception is thinking terms going to zero guarantees convergence — the harmonic series disproves that. Another is applying these tests to series with negative terms; all four require positive (or eventually positive) terms. For alternating or sign-changing series you need the tests from U10.7 and U10.8. Always confirm your series qualifies before reaching for these tools.

Key terms

Integral Test.
If ff is continuous, positive, and decreasing with an=f(n)a_n=f(n), then an\sum a_n and Nf(x)dx\int_N^{\infty} f(x)\,dx share the same convergence behavior.
p-Series.
A series of the form 1np\sum \frac{1}{n^p}; converges when p>1p>1 and diverges when p1p\leq 1.
Harmonic Series.
The p-series with p=1p=1, namely 1n\sum \frac{1}{n}, which diverges despite terms approaching zero.
Direct Comparison Test.
For 0anbn0\leq a_n\leq b_n: convergence of the larger bn\sum b_n forces convergence of an\sum a_n; divergence of the smaller an\sum a_n forces divergence of bn\sum b_n.
Limit Comparison Test.
If L=limnanbnL=\lim_{n\to\infty}\frac{a_n}{b_n} is finite and positive, then an\sum a_n and bn\sum b_n both converge or both diverge.
Dominant term.
The highest-order part of an expression that controls large-nn behavior, used to pick a comparison series.
nth-term test.
If limnan0\lim_{n\to\infty} a_n \neq 0, the series diverges; a necessary preliminary check before other tests.

Worked example

Determine whether n=12n+1n3+4n\sum_{n=1}^{\infty} \frac{2n+1}{n^3+4n} converges or diverges, and justify your choice of test.
First note all terms are positive for n1n\geq 1, so a comparison test is legitimate. The terms clearly go to zero, so the nth-term test is inconclusive and we need more.

Identify the dominant behavior. The numerator behaves like 2n2n and the denominator like n3n^3, so ana_n behaves like 2nn3=2n2\frac{2n}{n^3}=\frac{2}{n^2}. This suggests comparing with the convergent p-series bn=1n2b_n=\frac{1}{n^2} (here p=2>1p=2>1).

Building a clean direct inequality is awkward because of the +1+1 and +4n+4n, so use the limit comparison test. Compute:L=limnanbn=limn2n+1n3+4n1n2=limn(2n+1)n2n3+4n.L=\lim_{n\to\infty}\frac{a_n}{b_n}=\lim_{n\to\infty}\frac{\frac{2n+1}{n^3+4n}}{\frac{1}{n^2}}=\lim_{n\to\infty}\frac{(2n+1)n^2}{n^3+4n}.Simplify: 2n3+n2n3+4n\frac{2n^3+n^2}{n^3+4n}. Divide top and bottom by n3n^3: 2+1n1+4n221=2\frac{2+\frac{1}{n}}{1+\frac{4}{n^2}} \to \frac{2}{1}=2.

Since L=2L=2 is finite and positive, the two series share the same behavior. Because 1n2\sum \frac{1}{n^2} converges (p-series with p=2>1p=2>1), the original series 2n+1n3+4n\sum \frac{2n+1}{n^3+4n} converges by the limit comparison test.

Practice questions

Which test most efficiently determines the convergence of n=21nlnn\sum_{n=2}^{\infty} \frac{1}{n\ln n}?
  1. The nth-term test
  2. The integral test
  3. The direct comparison test with 1n2\sum \frac{1}{n^2}
  4. The p-series test directly

Answer: The integral test

Let f(x)=1xlnxf(x)=\frac{1}{x\ln x}, which is continuous, positive, and decreasing for x2x\geq 2. Then 21xlnxdx=limb[ln(lnx)]2b\int_2^{\infty}\frac{1}{x\ln x}\,dx=\lim_{b\to\infty}[\ln(\ln x)]_2^b diverges. So the series diverges by the integral test. The nth-term test fails since terms go to zero, and the series is not a plain p-series.
Determine whether n=11n+3\sum_{n=1}^{\infty} \frac{1}{\sqrt{n}+3} converges or diverges. Justify with an appropriate test.

Answer: Diverges by limit comparison with the divergent p-series 1n\sum \frac{1}{\sqrt{n}}.

All terms are positive. The dominant term of the denominator is n=n1/2\sqrt{n}=n^{1/2}, so compare with bn=1n1/2b_n=\frac{1}{n^{1/2}}. Compute L=limn1/(n+3)1/n=limnnn+3=1L=\lim_{n\to\infty}\frac{1/(\sqrt{n}+3)}{1/\sqrt{n}}=\lim_{n\to\infty}\frac{\sqrt{n}}{\sqrt{n}+3}=1, which is finite and positive. Since 1n1/2\sum \frac{1}{n^{1/2}} is a p-series with p=121p=\frac12\leq 1, it diverges, so the original series diverges too.
For which values of pp does n=11np\sum_{n=1}^{\infty} \frac{1}{n^p} converge?
  1. p<1p<1
  2. p1p\leq 1
  3. p>1p>1
  4. all real pp

Answer: p>1p>1

By the p-series test (a direct consequence of the integral test applied to 1xpdx\int_1^{\infty} x^{-p}\,dx), the series converges exactly when p>1p>1 and diverges when p1p\leq 1, including the harmonic case p=1p=1.

FAQ

When should I use direct comparison versus limit comparison?
Use direct comparison when you can cleanly bound your series above (to prove convergence) or below (to prove divergence) by a known series, usually a p-series. Use limit comparison when constants or added terms make a clean inequality awkward — it only requires that the ratio of terms approach a finite positive number, so it handles rational and root expressions gracefully.
Do these tests work for series with negative terms?
No. The integral test, p-series test, direct comparison, and limit comparison all require positive (or eventually positive) terms. For series with alternating or mixed signs, use the alternating series test or the ratio test with absolute convergence covered in later lessons.
Why does the harmonic series diverge if its terms go to zero?
Terms approaching zero is necessary but not sufficient for convergence. The harmonic series is the p-series with p=1p=1, and the integral 11xdx=limblnb\int_1^{\infty}\frac{1}{x}\,dx=\lim_{b\to\infty}\ln b diverges. The terms shrink too slowly for the partial sums to level off.
How much justification does the AP exam expect for these tests?
You must state the hypotheses you rely on. For the integral test, confirm the function is continuous, positive, and decreasing. For any comparison, explicitly name the comparison series and identify it as a convergent or divergent p-series or geometric series. Missing justification typically costs points even when the final answer is correct.

Learn this with a teacher, not a page

The Crimsora tutor teaches U10.3 Integral Test, p-Series, and Comparison Tests live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.