July 02, 2026 - Calculus 2 - Absolute Convergence, Ratio Test, and Root Test Notes (Concise)

Absolute and Conditional Convergence

  • Absolute Convergence: A series converges absolutely if the sum of the absolute values of its terms, an\sum |a_n|, converges. This distinction is primarily relevant for alternating series.

  • Conditional Convergence: A series is conditionally convergent if the series an\sum a_n converges, but the series of absolute values an\sum |a_n| diverges.

  • Key Example: The harmonic series 1n\sum \frac{1}{n} diverges (pp-series with p=1p=1), whereas the alternating harmonic series (1)nn\sum \frac{(-1)^n}{n} converges. Therefore, the alternating harmonic series is conditionally convergent.

Alternating Series Test (AST)

An alternating series converges if the following two conditions are satisfied:

  • The limit of the sequence is zero: limnan=0\lim_{n \to \infty} a_n = 0.

  • The terms are non-increasing: an+1ana_{n+1} \le a_n.

  • Application: When evaluating an alternating series for absolute versus conditional convergence, first test for convergence using AST, then test the absolute value of the series using other tests like the pp-series test or comparison tests.

Ratio Test

  • The Ratio Test is particularly effective for series involving factorials or exponential growth.

  • Formulation: Calculate the limit L=limnan+1anL = \lim_{n \to \infty} |\frac{a_{n+1}}{a_n}|.

  • Interpretations:

    • If L < 1, the series converges absolutely.

    • If L > 1 or L=L = \infty, the series diverges.

    • If L=1L = 1, the test is inconclusive, and another test must be utilized.

  • Factorial Algebra:

    • (n+1)!=(n+1)×n!(n+1)! = (n+1) \times n!

    • (2n+2)!=(2n+2)×(2n+1)×(2n)!(2n+2)! = (2n+2) \times (2n+1) \times (2n)!

Root Test

  • The Root Test is best suited for series where terms are raised to the power of nn.

  • Formulation: Calculate the limit L=limnannL = \lim_{n \to \infty} \sqrt[n]{|a_n|}.

  • Interpretations:

    • If L < 1, the series converges absolutely.

    • If L > 1 or L=L = \infty, the series diverges.

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

Mathematical Identities and Limits

  • Euler's Number: A common limit emerging in series testing is limn(1+1n)n=e\lim_{n \to \infty} (1 + \frac{1}{n})^n = e.

  • Value of e: Approximately 2.7142.714 (as noted in the context of ratio comparisons and divergence).

  • L'Hôpital's Rule: Used when limits result in indeterminate forms such as \frac{\infty}{\infty}.

Questions & Discussion

  • Q: Why make the distinction between absolute and conditional convergence?

    • A: It is critical for power series, which will be discussed in future sessions. Power series only converge in specific intervals based on these conditions.

  • Q: Is it the same whether a factorial is n1n-1 or n+1n+1?

    • A: You simply adjust the expansion. For example, n+1n+1 factorial is (n+1)×n!(n+1) \times n!. If you have nn, you go to (n)×(n1)!(n) \times (n-1)!.

  • Q: Can you divide the 22 out of a factorial term?

    • A: No. In a term like (2n)!(2n)!, you are multiplying every number less than 2n2n down to 11. Not every individual term in that product is divisible by 22.

  • Q: What happens if the ratio test results in a limit of 11?

    • A: The test is inconclusive. For example, applying the ratio test to the alternating harmonic series results in 11, even though we know it is conditionally convergent. The test fails to provide information in such cases.