4.3.7 · D3Calculus III — Sequences & Series

Worked examples — Integral test — proof, p-series

1,921 words9 min readBack to topic

This deep dive is a case-by-case gym for the integral test. The parent note built the machinery; here we drive it into every corner: each sign of , the exact boundary, degenerate starting points, log-tweaked series, a word problem, and an exam trap. Guess each answer before reading the steps.

Before we start, one reminder of the tool we lean on the most. When we write that limit-of-an-area is an improper integral — see Improper integrals. It answers the question "does the shaded area under the curve stop growing?" We picked the integral and not just staring at the terms because area is something we can compute exactly with antiderivatives, while an infinite sum of terms is not.


The scenario matrix

Every problem the integral test throws at you falls into one of these cells. The last column names the example that nails it.

Cell What changes Question it tests Example
A. steep decay converges? Ex 1
B. gentle decay diverges? Ex 2
C. (harmonic) exact boundary the razor edge Ex 3
D. fractional / negative very slow or growing terms degenerate decay Ex 4
E. Log-modified second-order boundary Ex 5
F. Shifted start / not decreasing early begins at does the start matter? Ex 6
G. Bounding the sum's value use trapping inequality numbers, not just fate Ex 7
H. Word problem real quantity model then test Ex 8
I. Exam twist disguised p-series spot the Ex 9

We now walk each cell. The figure below shows the two decay speeds side by side so you feel why the cutoff sits where it does.

Figure — Integral test — proof, p-series

Example 1 — Cell A: steep decay,

  1. Identify . Set , so . Why this step? The integral test needs a continuous stand-in for the discrete terms.
  2. Check the 3 hypotheses. on ; it's continuous (no division by zero for ); and , so decreasing. Why this step? Skipping "decreasing" is the classic mistake — the rectangle comparison only runs one clean direction when falls.
  3. Compute the improper integral. Why this step? Here makes the exponent negative, so — the area stops growing.
  4. Conclude. Finite integral ⇒ converges.

Verify: general rule gives . ✓ Matches.


Example 2 — Cell B: gentle decay,

  1. Rewrite as a power. , so . Why this step? Recognising the instantly classifies the series.
  2. Integrate . Why this step? , so — the area never stops.
  3. Conclude. Divergent integral ⇒ diverges, even though .

Verify: , so the p-series rule predicts divergence. ✓ And this contradicts the tempting "terms " mistake — see n-th term test for divergence (it can only prove divergence, never convergence).


Example 3 — Cell C: the exact boundary, harmonic series

  1. Note . The power rule for the antiderivative () breaks here because divides by zero. Why this step? is genuinely a separate case; the antiderivative of is , not a power.
  2. Integrate with the log. Why the logarithm? Because — the one power whose antiderivative is a log. This is the unique reason diverges instead of converging.
  3. Conclude. Diverges — this is the Harmonic series.

Verify: , and . ✓ Both agree.


Example 4 — Cell D: degenerate decay ( fractional, and )

  1. (a) Classify. ⇒ by the rule, diverges. Why this step? No matter how close to from below, still sends .
  2. (a) Integral check. . Confirms divergence.
  3. (b) Degenerate case . Then , so terms don't even approach . Why this step? The integral test requires a decreasing . Here increases — the test's hypotheses fail, so we don't even reach for it.
  4. (b) Use the cheaper tool. By the n-th term test for divergence: diverges immediately.

Verify: (a) ⇒ diverges. ✓ (b) ⇒ diverges by term test. ✓


Example 5 — Cell E: the second-order boundary

  1. Set up and start at . ; we start at because would divide by zero. Why this step? Convergence never cares about a finite front chunk, so shifting the start to is free.
  2. Substitute , . Why the substitution? It converts the messy integrand into a plain p-integral in — the whole problem collapses to "is finite?".
  3. Apply the p-integral rule in . converges . Why this step? We already proved exactly this in the p-series section — now reused on the variable .
  4. Conclude. Converges . For it's the divergence from the parent note.

Verify: At : (finite) ⇒ converges. At : ⇒ diverges. ✓ Numerically .


Example 6 — Cell F: shifted start / not decreasing at first

  1. Handle separately. At , , so that term is ; harmless. Why this step? One finite term never changes convergence.
  2. Check eventual decrease. , and So decreases for . Why this step? The integral test only needs eventually decreasing — start the test from .
  3. Integrate by parts, : Why this step? Products of a log and a power beg for integration by parts.
  4. Take the limit from to . As , and , so a finite number ⇒ converges.

Verify: (finite). ✓ The cutoff satisfies . ✓


Example 7 — Cell G: bounding the value with the trapping inequality

  1. Recall the tail-trap. For a convergent decreasing , the remainder obeys Why this step? Same rectangle logic as the parent proof, applied to the leftover after terms.
  2. Plug , . , so Why this step? — a clean closed form.
  3. Add the known partial sum . Then gives Why this step? This is the payoff — the integral test traps but never equals the sum (the second classic mistake).

Verify: , so bounds are ; and indeed lies inside. ✓


Example 8 — Cell H: word problem

  1. Model. Total ink mL — a p-series with . Why this step? Translate the physical quantity into a series before testing.
  2. Classify. converges: the total ink is a finite number of mL.
  3. Bound it (how much?). By the tail argument, mL. Why this step? Converts an abstract "finite" into a usable units-carrying upper bound of mL.

Verify: , so the crude bound mL holds. (True value mL — see Riemann zeta function — which is under .) ✓


Example 9 — Cell I: exam twist (disguised p-series)

  1. Find the dominant behaviour. For large , . Why this step? Leading powers dominate; this hints .
  2. Confirm rigorously with the Limit comparison test. Compare with : Why this step? A finite, nonzero limit means both series share the same fate — cleaner than integrating a rational function directly.
  3. Conclude. Since converges (), so does the given series. Converges.

Verify: the limit-comparison ratio limit equals (finite, nonzero), and the yardstick converges. ✓


Active recall

Recall Which cell, which tool?
  • Terms grow () ::: n-th term test — one line, diverges.
  • Log in the denominator ::: substitute , reduces to a p-integral in .
  • Rational function of ::: limit comparison with .
  • Need an actual number bound ::: trapping / tail inequality, never equality.

Connections

  • Integral test — proof, p-series — the parent: proof and the p-series rule.
  • Comparison test — bound a messy series above/below by a p-series.
  • Limit comparison test — used in Ex 9 to tame the rational function.
  • Improper integrals — the limit-of-area engine inside every example.
  • Harmonic series — Ex 3, the exact boundary.
  • Riemann zeta function — the true values we bounded in Ex 7 and Ex 8.
  • n-th term test for divergence — the fast filter in Ex 4.

Does converge, and to which integral value is it tied?
Converges; .
Does converge?
Diverges, .
For , the cutoff is?
Converges iff (sub ).
How do you bound using ?
.
Total ink mL is bounded by?
mL (converges, ).
Test .
Converges; limit-compare with , ratio .