Lecture 7 Series Convergence & Integral Test

This lecture focuses on determining whether an infinite sum (series) n=1an converges (reaches a finite sum) or diverges (goes to infinity or oscillates).


1. Telescoping Series 🔭

A series is "telescoping" if the terms cancel each other out, leaving only the first and last parts.

**⚠️ Always write out the first 3 terms to see the cancellation pattern before jumping to the formula!


2. The Divergence Test (The "Check This First" Test) 🛑

This is the fastest test. Use it before doing any hard math.


3. The Integral Test ♾️

We compare the series to an improper integral.

Conditions for use:

The function f(n)=an must be:

  1. Positive
  2. Continuous
  3. Decreasing (on the interval [N,))

The Theorem:

The series an and the integral Nf(x)dx behave the same way.


4. The p-Series Shortcut ⚡

A specialized result of the Integral Test for series in the form n=11np.

Value of p Result Example
p>1 Convergent 1n2
p1 Divergent 1n or 1n

5. Estimating Sums (Remainders) 📉

Since we can't sum to infinity, we use the Nth partial sum (sN) and estimate the Remainder (RN).

The Remainder Bound:

The "leftover" error RN is trapped between two integrals:

N+1f(x)dxRNNf(x)dx

Finding N for a specific error:

To ensure the error is less than a value (e.g., 0.001), solve this inequality for N:

Nf(x)dx<Error Tolerance

💡 Quick Strategy Guide

  1. Divergence Test: Do the terms go to zero? If not, stop—it diverges.
  2. Special Form? Is it a p-series or a Geometric series? Use the shortcut.
  3. Telescoping? Can you write it as (bnbn+1)? Find the partial sum.
  4. Integral Test: If none of the above work, can you integrate the function easily? If yes, do the improper integral.