Infinite Sequences and Series - Convergence Tests

Geometric Series

  • A geometric series can be written in the form ana ^{n}, where:

    • rr is the common ratio.

    • aa is the first term.

  • A geometric series converges if \left| r \right| < 1.

  • If a geometric series converges, its sum is given by: a1r\frac{a}{1 - r}

  • To find aa, always plug in the initial index value into the expression.

Examples of Geometric Series

  1. n=03(12)n\sum_{n=0}^{\infty} 3 \left( \frac{1}{2} \right)^{n}

    • r=12r = \frac{1}{2}

    • Since \left| \frac{1}{2} \right| < 1, the series converges.

    • a=3(12)0=3a = 3 \left( \frac{1}{2} \right)^{0} = 3

    • Sum: 3112=312=6\frac{3}{1 - \frac{1}{2}} = \frac{3}{\frac{1}{2}} = 6

  2. n=134n\sum_{n=1}^{\infty} \frac{3}{4^{n}}

    • Rewrite as: 3n=1(14)n3 \sum_{n=1}^{\infty} \left( \frac{1}{4} \right)^{n}

    • r=14r = \frac{1}{4}

    • Since \left| \frac{1}{4} \right| < 1, the series converges.

    • a=3(14)1=34a = 3 \left( \frac{1}{4} \right)^{1} = \frac{3}{4}

    • Sum: 34114=3434=1\frac{\frac{3}{4}}{1 - \frac{1}{4}} = \frac{\frac{3}{4}}{\frac{3}{4}} = 1

  3. n=1(π3)n\sum_{n=1}^{\infty} \left( \frac{\pi}{3} \right)^{n}

    • r = \frac{\pi}{3} > 1

    • Since \left| \frac{\pi}{3} \right| > 1, the series diverges.

  4. n=12(3)n\sum_{n=1}^{\infty} \frac{2}{(-3)^{n}}

    • Rewrite as: 2n=1(13)n2 \sum_{n=1}^{\infty} \left( -\frac{1}{3} \right)^{n}

    • r=13r = -\frac{1}{3}

    • Since \left| -\frac{1}{3} \right| < 1, the series converges.

    • a=2(13)1=23a = 2 \left( -\frac{1}{3} \right)^{1} = -\frac{2}{3}

    • Sum: 231(13)=2343=12\frac{-\frac{2}{3}}{1 - \left( -\frac{1}{3} \right)} = \frac{-\frac{2}{3}}{\frac{4}{3}} = -\frac{1}{2}

nth Term Test for Divergence

  • If lim<em>na</em>n0\lim<em>{n \to \infty} a</em>{n} \neq 0, then the series diverges.

  • If lim<em>na</em>n=0\lim<em>{n \to \infty} a</em>{n} = 0, the test is inconclusive.

  • Example:

    • n=22n+13n1\sum_{n=2}^{\infty} \frac{2n + 1}{3n - 1}

    • limn2n+13n1=230\lim_{n \to \infty} \frac{2n + 1}{3n - 1} = \frac{2}{3} \neq 0

    • Therefore, the series diverges by the nth term test.

Integral Test and P-Series

Integral Test
  • Conditions:

    • f(x)f(x) is continuous on [k,)\left[ k, \infty \right), for some integer kk.

    • f(x)f(x) is positive.

    • f(x)f(x) is decreasing.

  • If these conditions hold, then <em>n=ka</em>n\sum<em>{n=k}^{\infty} a</em>{n} and kf(x)dx\int_{k}^{\infty} f(x) dx either both converge or both diverge.

  • Example 1:

    • n=21n(lnn)2\sum_{n=2}^{\infty} \frac{1}{n(\ln n)^{2}}

    • f(x)=1x(lnx)2f(x) = \frac{1}{x(\ln x)^{2}}

    • lim<em>R</em>2R1x(lnx)2dx\lim<em>{R \to \infty} \int</em>{2}^{R} \frac{1}{x(\ln x)^{2}} dx

      • Let u=lnxu = \ln x, du=1xdxdu = \frac{1}{x} dx

      • 1u2du=1u=1lnx\int \frac{1}{u^{2}} du = -\frac{1}{u} = -\frac{1}{\ln x}

    • lim<em>R[1lnx]</em>2R=limR(1lnR+1ln2)=1ln2\lim<em>{R \to \infty} \left[ -\frac{1}{\ln x} \right]</em>{2}^{R} = \lim_{R \to \infty} \left( -\frac{1}{\ln R} + \frac{1}{\ln 2} \right) = \frac{1}{\ln 2}

    • Since the integral converges, the series converges.

  • Example 2:

    • n=11n+4\sum_{n=1}^{\infty} \frac{1}{\sqrt{n + 4}}

    • f(x)=(x+4)12f(x) = (x + 4)^{-\frac{1}{2}}

    • lim<em>R</em>1R(x+4)12dx\lim<em>{R \to \infty} \int</em>{1}^{R} (x + 4)^{-\frac{1}{2}} dx

      • =lim<em>R[2x+4]</em>1R=limR(2R+425)== \lim<em>{R \to \infty} \left[ 2\sqrt{x + 4} \right]</em>{1}^{R} = \lim_{R \to \infty} (2\sqrt{R + 4} - 2\sqrt{5}) = \infty

    • Since the integral diverges, the series diverges.

P-Series
  • Form: n=11np\sum_{n=1}^{\infty} \frac{1}{n^{p}}

  • If p > 1, the series converges.

  • If p1p \leq 1, the series diverges.

  • Special Case

    • Harmonic Series: n=11n\sum_{n=1}^{\infty} \frac{1}{n} (p=1), diverges.

  • Example 1:

    • n=11n5\sum_{n=1}^{\infty} \frac{1}{n^{5}}

    • p = 5 > 1

    • Therefore, the series converges.

  • Example 2:

    • n=11n\sum_{n=1}^{\infty} \frac{1}{n}

    • p=1p = 1

    • Therefore, the series diverges (Harmonic Series).

Direct Comparison Test

  • If 0a<em>nb</em>n0 \leq a<em>{n} \leq b</em>{n} for all nn, and b<em>n\sum b<em>{n} converges, then a</em>n\sum a</em>{n} converges.

  • If 0b<em>na</em>n0 \leq b<em>{n} \leq a</em>{n} for all nn, and b<em>n\sum b<em>{n} diverges, then a</em>n\sum a</em>{n} diverges.

  • Example 1:

    • n=51n4\sum_{n=5}^{\infty} \frac{1}{n - 4}

    • Compare with n=51n\sum_{n=5}^{\infty} \frac{1}{n}

    • \frac{1}{n - 4} > \frac{1}{n}

    • Since <em>n=51n\sum<em>{n=5}^{\infty} \frac{1}{n} diverges (Harmonic Series), </em>n=51n4\sum</em>{n=5}^{\infty} \frac{1}{n - 4} also diverges.

  • Example 2:

    • n=11n3+5\sum_{n=1}^{\infty} \frac{1}{n^{3} + 5}

    • Compare with n=11n3\sum_{n=1}^{\infty} \frac{1}{n^{3}}

    • \frac{1}{n^{3} + 5} < \frac{1}{n^{3}}

    • Since <em>n=11n3\sum<em>{n=1}^{\infty} \frac{1}{n^{3}} converges (P-Series with p = 3 > 1), </em>n=11n3+5\sum</em>{n=1}^{\infty} \frac{1}{n^{3} + 5} also converges.

Limit Comparison Test

  • If lim<em>na</em>nb<em>n=L\lim<em>{n \to \infty} \frac{a</em>{n}}{b<em>{n}} = L, where 0 < L < \infty, then a</em>n\sum a</em>{n} and bn\sum b_{n} either both converge or both diverge.

  • Example 1:

    • n=11n24\sum_{n=1}^{\infty} \frac{1}{n^{2} - 4}

    • Let bn=1n2b_{n} = \frac{1}{n^{2}}, which converges (P-Series with p = 2 > 1).

    • lim<em>n1n241n2=lim</em>nn2n24=1\lim<em>{n \to \infty} \frac{\frac{1}{n^{2} - 4}}{\frac{1}{n^{2}}} = \lim</em>{n \to \infty} \frac{n^{2}}{n^{2} - 4} = 1

    • Since the limit is a positive number, and b<em>n\sum b<em>{n} converges, a</em>n\sum a</em>{n} also converges.

  • Example 2:

    • n=13n2+2n4n35\sum_{n=1}^{\infty} \frac{3n^{2} + 2n}{4n^{3} - 5}

    • Let bn=1nb_{n} = \frac{1}{n}, which diverges (Harmonic Series).

    • lim<em>n3n2+2n4n351n=lim</em>n3n3+2n24n35=34\lim<em>{n \to \infty} \frac{\frac{3n^{2} + 2n}{4n^{3} - 5}}{\frac{1}{n}} = \lim</em>{n \to \infty} \frac{3n^{3} + 2n^{2}}{4n^{3} - 5} = \frac{3}{4}

    • Since the limit is a positive number, and b<em>n\sum b<em>{n} diverges, a</em>n\sum a</em>{n} also diverges.

Alternating Series Test

  • Consider an alternating series of the form: <em>n=1(1)na</em>n\sum<em>{n=1}^{\infty} (-1)^{n} a</em>{n}

  • If

    • lim<em>na</em>n=0\lim<em>{n \to \infty} a</em>{n} = 0

    • ana_{n} is decreasing

  • Then the alternating series converges.

  • The a sub n only represents the non-alternating part.

  • Conditional Convergence

Alternating Series Error Bound

  • The error in approximating the sum of an alternating series by using a finite number of terms is less than or equal to the absolute value of the first unused term.

  • If s=<em>n=1(1)na</em>ns = \sum<em>{n=1}^{\infty} (-1)^{n} a</em>{n} and s<em>N=</em>n=1N(1)na<em>ns<em>{N} = \sum</em>{n=1}^{N} (-1)^{n} a<em>{n}, then ss</em>NaN+1\left| s - s</em>{N} \right| \leq a_{N+1}

  • Quick Example:

    • Given the series n=1(1)nn2+1\sum_{n=1}^{\infty} \frac{(-1)^{n}}{n^{2} + 1}, approximate the sum using the first four terms. Find the error bound.

    • Error(1)552+1=1260.038Error \leq \left| \frac{(-1)^{5}}{5^{2} + 1} \right| = \frac{1}{26} \approx 0.038

Ratio Test

  • Let L=lim<em>na</em>n+1anL = \lim<em>{n \to \infty} \left| \frac{a</em>{n+1}}{a_{n}} \right|

  • If:

    • L < 1, the series converges.

    • L > 1, the series diverges.

    • L=1L = 1, the test is inconclusive.

  • Example 1:

    • n=12nn!\sum_{n=1}^{\infty} \frac{2^{n}}{n!}

    • L=lim<em>n2n+1(n+1)!2nn!=lim</em>n2n+1n!2n(n+1)!=limn2n+1=0L = \lim<em>{n \to \infty} \left| \frac{\frac{2^{n+1}}{(n+1)!}}{\frac{2^{n}}{n!}} \right| = \lim</em>{n \to \infty} \frac{2^{n+1} n!}{2^{n} (n+1)!} = \lim_{n \to \infty} \frac{2}{n+1} = 0

    • Since L = 0 < 1, the series converges.

  • Example 2:

    • n=12nn\sum_{n=1}^{\infty} \frac{2^{n}}{n}

    • L=lim<em>n2n+1n+12nn=lim</em>n2n+1n2n(n+1)=limn2nn+1=2L = \lim<em>{n \to \infty} \left| \frac{\frac{2^{n+1}}{n+1}}{\frac{2^{n}}{n}} \right| = \lim</em>{n \to \infty} \frac{2^{n+1} n}{2^{n} (n+1)} = \lim_{n \to \infty} \frac{2n}{n+1} = 2

    • Since L = 2 > 1, the series diverges.

Absolute vs. Conditional Convergence

  • A series a<em>n\sum a<em>{n} converges absolutely if a</em>n\sum \left| a</em>{n} \right| converges.

  • A series a<em>n\sum a<em>{n} converges conditionally if a</em>n\sum a</em>{n} converges, but an\sum \left| a_{n} \right| diverges.

  • Example 1:

    • n=1(1)n3n\sum_{n=1}^{\infty} (-1)^{n} \frac{3}{n}

    • <em>n=1(1)n3n=</em>n=13n\sum<em>{n=1}^{\infty} \left| (-1)^{n} \frac{3}{n} \right| = \sum</em>{n=1}^{\infty} \frac{3}{n}, which diverges (Harmonic Series).

    • However, n=1(1)n3n\sum_{n=1}^{\infty} (-1)^{n} \frac{3}{n} converges by the Alternating Series Test (terms tend to 0 and are decreasing).

    • Therefore, the series converges conditionally.

  • Example 2:

    • n=12n+36n35n\sum_{n=1}^{\infty} \frac{2n + 3}{6n^{3} - 5n}

    • <em>n=12n+36n35n=</em>n=12n+36n35n\sum<em>{n=1}^{\infty} \left| \frac{2n + 3}{6n^{3} - 5n} \right| = \sum</em>{n=1}^{\infty} \frac{2n + 3}{6n^{3} - 5n}

    • Using the Limit Comparison Test with b<em>n=1n2b<em>{n} = \frac{1}{n^{2}}, we find that </em>n=12n+36n35n\sum</em>{n=1}^{\infty} \frac{2n + 3}{6n^{3} - 5n} converges.

    • Therefore, the series converges absolutely.