Convergence and Divergence Tests for Series

Geometric Series

  • Definition: ext{Series: } \, extstyleigg( \, extstyle igg(
    otag\sum_{n=1}^ ext{∞} a r^{n-1} \, , \, a \neq 0 \bigg)
  • Convergence:
    • Converges if |r| < 1.
    • Sum of the series: s=a1rs = \frac{a}{1 - r}
  • Divergence:
    • Diverges if r1|r| \geq 1.
  • Utility: Useful for comparison tests if the nth term ana_n is similar to arn1ar^{n-1}.

Test for Divergence

  • Definition: extstyleigg( \, extstyle igg(
    otag\sum{n=1}^ ext{∞} an \bigg)
  • Divergence Criteria:
    • Diverges if lim<em>na</em>n0\lim<em>{n \to \infty} a</em>n \neq 0 or if lim<em>na</em>n\lim<em>{n \to \infty} a</em>n does not exist.
    • Inconclusive if lim<em>na</em>n=0\lim<em>{n \to \infty} a</em>n = 0.

p-Series

  • Definition: extstyleigg( \, extstyle igg(
    otag\sum_{n=1}^ ext{∞} \frac{1}{n^p} \bigg)
  • Convergence:
    • Converges if p > 1.
  • Divergence:
    • Diverges if p1p \leq 1.
  • Utility: Useful for comparison tests when the nth term ana_n is similar to 1np\frac{1}{n^p}.

Integral Test

  • Definition: For a series extstyleigg( \, extstyle igg(
    otag\sum{n=1}^ ext{∞} an , \, a_n = f(n), \, n \geq 1 \bigg)
  • Convergence:
    • Converges if 1f(x)dx\int_{1}^{\infty} f(x) \, dx converges.
  • Divergence:
    • Diverges if 1f(x)dx\int_{1}^{\infty} f(x) \, dx diverges.
  • Requirements:
    • The function ff must be continuous, positive, and decreasing on [1,)[1, \infty).

Comparison Test

  • Given two series: extstyleigg( \, extstyle igg(
    otag\sum{n=1}^ ext{∞} an \text{ and } \sum{n=1}^ ext{∞} bn \bigg)
  • Conditions for Convergence:
    • If <em>n=1extb</em>n\sum<em>{n=1}^ ext{∞} b</em>n converges and a<em>nb</em>na<em>n \leq b</em>n for all n, then <em>n=1exta</em>n\sum<em>{n=1}^ ext{∞} a</em>n converges.
  • Conditions for Divergence:
    • If <em>n=1extb</em>n\sum<em>{n=1}^ ext{∞} b</em>n diverges and a<em>nb</em>na<em>n \geq b</em>n for all n, then <em>n=1exta</em>n\sum<em>{n=1}^ ext{∞} a</em>n diverges.
  • Comparison Series: Typically, the series bnb_n is a geometric series or a p-series.

Limit Comparison Test

  • Given two series: extstyleigg( \, extstyle igg(
    otag\sum{n=1}^ ext{∞} an \text{ and } \sum{n=1}^ ext{∞} bn \bigg) where both have a<em>n>0a<em>n > 0 and bn > 0.
  • Criteria:
    • If lim<em>na</em>nbn=c\lim<em>{n \to \infty} \frac{a</em>n}{b_n} = c where c > 0 is a finite real number, then both series converge or diverge together.

Alternating Series Test

  • For series: extstyleigg( \, extstyle igg(
    otag\sum{n=1}^ ext{∞} (-1)^n bn \text{ where } b_n > 0 \bigg)
  • Convergence Criteria:
    • Converges if:
    1. b<em>n+1b</em>nb<em>{n+1} \leq b</em>n for all n (i.e., the sequence bn{b_n} is decreasing).
    2. lim<em>nb</em>n=0\lim<em>{n \to \infty} b</em>n = 0.

Absolute Convergence

  • Definition: extstyleigg( \, extstyle igg(
    otag\sum{n=1}^ ext{∞} an \bigg)
  • Convergence:
    • Converges absolutely (and therefore converges) if <em>n=1a</em>n\sum<em>{n=1}^\infty |a</em>n| converges.
  • Utility: Applicable for series including both positive and negative terms.

Conditional Convergence

  • Definition: extstyleigg( \, extstyle igg(
    otag\sum{n=1}^ ext{∞} an \bigg)
  • Criteria:
    • If <em>n=1a</em>n\sum<em>{n=1}^\infty a</em>n converges but <em>n=1a</em>n\sum<em>{n=1}^\infty |a</em>n| diverges.

Ratio Test

  • Definition: extstyleigg( \, extstyle igg(
    otag\sum{n=1}^ ext{∞} an \bigg)
  • Criteria:
    • If lim<em>na</em>n+1an=L\lim<em>{n \to \infty} \left| \frac{a</em>{n+1}}{a_n} \right| = L, then:
    • The series is absolutely convergent (and therefore converges) if L < 1.
    • Divergent if L > 1 or L=L = \infty.
    • Inconclusive if L=1L = 1.
  • Utility: Particularly useful for terms involving factorials n!n! or nth powers.

Root Test

  • Definition: <em>n=1exta</em>n\sum<em>{n=1}^ ext{∞} a</em>n
  • Criteria:
    • If lim<em>na</em>nn=L\lim<em>{n \to \infty} \sqrt[n]{|a</em>n|} = L, then:
    • The series is absolutely convergent (and therefore convergent) if L < 1.
    • Divergent if L > 1 or L=L = \infty.
    • Inconclusive if L=1L = 1.
  • Utility: Particularly useful for terms involving nth powers.
Note:
  • If for all nn, a_n > 0, the absolute value sign may be disregarded in ratio and root tests.