10/2 Limit Comparsion test

Integral Test for Series Convergence

  • The session begins with a recap of the Integral Test and an example to solidify understanding.

Example Series:

  • The series in question is:
    k=11k3\sum_{k=1}^{\infty} \frac{1}{k^3}

  • We need to determine whether this series converges or diverges.

Understanding the Integral Test
  • The Integral Test states that if f(x)f(x) is a positive continuous and decreasing function for xnx \geq n, then the series <em>k=nf(k)\sum<em>{k=n}^{\infty} f(k) converges if and only if the integral </em>nf(x)dx\int</em>{n}^{\infty} f(x) \, dx converges.

  • In the current example, we redefine the series as an integral by letting f(x)=1x3.f(x) = \frac{1}{x^3}.

Criteria for Integral Test Applicability
  • 1. Continuous: The function f(x)f(x) is continuous because it is defined for x > 0 .

  • 2. Positive: For all x1x \geq 1, f(x)f(x) is positive since \frac{1}{x^3} > 0 .

  • 3. Decreasing: We show that f(x)f(x) is decreasing by calculating the derivative.

    • The derivative is:
      f(x)=3x4,f'(x) = -\frac{3}{x^4}, which is negative for x > 0 , confirming that f(x)f(x) is decreasing on [1,)[1, \infty).

Applying the Integral Test
  • With the criteria met, we apply the Integral Test:

    • The improper integral to evaluate:
      11x3dx\int_{1}^{\infty} \frac{1}{x^3} \, dx

Solving the Integral
  • First, we convert it to a definite integral with a limit:
    lim<em>b</em>1b1x3dx\lim<em>{b \to \infty} \int</em>{1}^{b} \frac{1}{x^3} \, dx

  • The integral itself:

    • The antiderivative of 1x3\frac{1}{x^3} is:
      12x2+C,-\frac{1}{2x^2} + C, therefore
      1x3dx=12x2\int \frac{1}{x^3} \, dx = -\frac{1}{2x^2}

  • Evaluating the definite integral: lim<em>b[12x2]</em>1b=limb(12b2+12)\lim<em>{b \to \infty} \left[-\frac{1}{2x^2}\right]</em>{1}^{b} = \lim_{b \to \infty} \Bigg(-\frac{1}{2b^2} + \frac{1}{2}\Bigg)

    • As bb approaches infinity, 12b2-\frac{1}{2b^2} approaches 00, thus the integral evaluates to 12\frac{1}{2}.

  • Conclusion: Since the integral converges to 12\frac{1}{2}, by the Integral Test, the series k=11k3\sum_{k=1}^{\infty} \frac{1}{k^3} converges.

Connection to the p-Series Test
  • The result of the example illustrates the p-Series Test, which states:

    • The series n=11np\sum_{n=1}^{\infty} \frac{1}{n^p} converges if p > 1 and diverges if p1.p \leq 1.

  • In the example, p=3p = 3, thus confirming convergence as anticipated.

Limit Comparison Test

  • The follow-up concept introduced is the Limit Comparison Test used to compare two series in terms of convergence or divergence:

    • If a<em>na<em>n and b</em>nb</em>n are positive, then:

    • If lim<em>na</em>nbn=L\lim<em>{n \to \infty} \frac{a</em>n}{b_n} = L where 0 < L < \infty , then both series either converge or diverge together.

Example of the Limit Comparison Test
  • Consider the series n=1(5n63/n10+12)\sum_{n=1}^{\infty} \left(5n^6 - 3/n^{10} + 12\right) and determine its convergence.

  • Dominating terms for large nn dictate the behavior:

    • Last terms can be ignored for large nn, leading to:

    • Essentially compare 5n65n^6 with n10n^{10} to get: 5n6n105n4\frac{5n^6}{n^{10}} \sim \frac{5}{n^4}

  • Convergence of 5n4\sum \frac{5}{n^4} confirmed by p-Series Test since p = 4 > 1 .

  • Therefore, concluding the original series converges as well.

Further Examples with Rational Functions
  • Another example considered: n=1n+14n10\sum_{n=1}^{\infty} \frac{\sqrt{n + 1}}{4n - 10}

  • Objective is to determine the behavior:

    • Behavior at infinity:

    • n+1n\sqrt{n + 1} \sim \sqrt{n} and 4n4n4n \sim 4n leading to comparisons of n4n\frac{\sqrt{n}}{4n}

    • This ratio simplifies to 14n\frac{1}{4\sqrt{n}}

  • Series tested against the divergence of n=11n\sum_{n=1}^{\infty} \frac{1}{\sqrt{n}}, which also diverges since p = 1/2 < 1 .

  • Consequently, original series diverges too by Limit Comparison Test.

Notes on Convergence Tests
  • It’s essential to closely observe the dominant terms, especially as nn approaches infinity, to determine convergence behavior.

  • Identifying appropriate comparisons for applying the Limit Comparison Test may take some familiarity but is effectively a useful technique for analyzing series.

Final Thoughts

  • Acknowledge the importance of recognizing previous patterns and relationships between series when examining convergence through tests discussed. The concepts learned, such as the Integral Test, the p-Series Test, and the Limit Comparison Test, are critical for thorough understanding of series convergence behavior in calculus.