July 02, 2026 - Calculus 2 - Study Notes on Infinite Series, Convergence Tests, and Absolute Convergence
Definition of Absolute and Conditional Convergence
Absolute Convergence: A series is defined as absolutely convergent if the absolute value of the series converges. If sum∣an∣ converges, then the series is said to converge absolutely.
- For series with only positive terms, absolute convergence is the same as normal convergence.
- This distinction is primarily used in reference to alternating series.
Conditional Convergence: A series is called conditionally convergent if the series itself converges, but the absolute value of the series diverges. Specifically, if suman converges but sum∣an∣ diverges, the series is conditionally convergent.
The Alternating Series Test (AST)
- This test is used specifically for alternating series (series where terms alternate signs). The general term is written as (−1)nan or (−1)n+1an, where an>0.
- Conditions for AST:
- The limit of the sequence terms as n approaches infinity must be zero: limntoinftyan=0.
- The sequence terms must be decreasing: an+1lean for all n.
- If both conditions are met, the alternating series is guaranteed to converge.
Detailed Example: The Alternating Harmonic Series
- Series: sumn=1inftyfrac(−1)n+1n
- Testing for Convergence (AST):
- Identify an=frac1n.
- Condition 1: limntoinftyfrac1n=0. (True).
- Condition 2: We check if an+1<animpliesfrac1n+1<frac1n. Since n+1>n, the inequality holds. (True).
- Result: The alternating series converges.
- Testing for Absolute Convergence:
- Take the absolute value: sum∣frac(−1)n+1n∣=sumfrac1n.
- This is the Harmonic Series, which is a P-series with p=1.
- Since ple1, the harmonic series diverges.
- Final Classification: Because the alternating version converges but the absolute version diverges, the Alternating Harmonic Series is conditionally convergent.
Example Analysis: sumfrac(−1)n+13n+1
- Convergence Check (AST):
- Limit check: limntoinftyfrac13n+1=0.
- Decreasing check: Compare an+1 and an.
- frac13(n+1)+1=frac13n+4
- Compare frac13n+4 vs frac13n+1. Cross multiplying gives 3n+1<3n+4, which is always true.
- The alternating series converges.
- Absolute Convergence Check:
- Examine sumfrac13n+1.
- Use the Limit Comparison Test (LCT) against the Divergent Harmonic Series sumfrac1n.
- Limit Calculation: limntoinftyfrac1/(3n+1)1/n=limntoinftyfracn3n+1.
- Using L'H\u00f4pital's Rule or leading coefficients: fracd/dn(n)d/dn(3n+1)=frac13.
- Since the result is a finite number (1/3) that is not zero or infinity, both series behave the same. Therefore, sumfrac13n+1 diverges.
- Classification: Conditionally Convergent.
Example Analysis: sum(−1)nfrac2n2+1n3+1
- Convergence Check (AST):
- Limit check: limntoinftyfrac2n2+1n3+1=0 (denominator degree is higher).
- Decreasing check: Show an+1<an.
- Checking frac2(n+1)2+1(n+1)3+1<frac2n2+1n3+1.
- After algebraic expansion and distribution, one finds the numerator contains higher powers of n that eventually force the terms to decrease for nge1.
- The alternating series converges.
- Absolute Convergence Check:
- Compare an=frac2n2+1n3+1 to the P-series sumfrac1n.
- LCT: limntoinftyfrac(2n2+1)/(n3+1)1/n=limntoinftyfrac2n3+nn3+1=2.
- Since the limit is a non-zero constant (2) and sumfrac1n diverges, this series diverges absolutely.
- Instead, if the original series was compared to sumfrac1n2:
- LCT: limntoinftyfrac(2n2+1)/(n3+1)1/n2=limntoinftyfrac2n4+n2n3+1=infty.
- This suggests the original choice of frac1n was correct and the series is conditionally convergent.
The Ratio Test
- The Ratio Test is highly effective for series involving factorials or exponentials.
- Procedure: Calculate the limit L=limntoinftyleft∣fracan+1anright∣.
- Results:
- If L<1: The series converges absolutely.
- If L>1 or L=infty: The series diverges.
- If L=1: The test is inconclusive (the series could be absolutely convergent, conditionally convergent, or divergent).
- Note on Absolute Value: The Ratio Test explicitly checks for absolute convergence because of the absolute value bars in the formula.
Factorial Properties and the Ratio Test
- Definitions and Identifiers:
- 0!=1
- 1!=1
- 2!=2times1
- 3!=3times2times1
- General form: n!=ntimes(n−1)times...times1
- Key Simplification Shorthands:
- (n+1)!=(n+1)timesn!
- (n+2)!=(n+2)(n+1)timesn!
- (2n+2)!=(2n+2)(2n+1)times(2n)!
Ratio Test Example: sumfrac2nn!
- Setup:
- an=frac2nn!
- an+1=frac2n+1(n+1)!
- Calculation:
- L=limntoinftyleft∣frac2n+1(n+1)!timesfracn!2nright∣
- Simplify the powers of 2: frac2n+12n=2
- Simplify the factorials: fracn!(n+1)!=fracn!(n+1)n!=frac1n+1
- L=limntoinftyfrac2n+1=0
- Result: Since 0<1, the series converges absolutely.
Ratio Test Example: sumfracnnn!
- Setup:
- an+1=frac(n+1)n+1(n+1)!
- Calculation:
- L=limntoinftyleft∣frac(n+1)n+1(n+1)!timesfracn!nnright∣
- Simplify factorials: fracn!(n+1)!=frac1n+1
- Current limit: limntoinftyfrac(n+1)n+1(n+1)nn=limntoinftyfrac(n+1)nnn
- Rewrite as a single power: limntoinftyleft(fracn+1nright)n=limntoinftyleft(1+frac1nright)n
- Identification of Transcendental Number: This specific limit is the definition of e.
- eapprox2.718
- Result: Since e>1, the series diverges.
Ratio Test Example: sum(−1)nfrac(n!)2(2n)!
- Setup:
- an+1=frac((n+1)!)2(2(n+1))!=frac((n+1)!)2(2n+2)!
- Calculation:
- L=limntoinftyleft∣frac((n+1)!)2(2n+2)!timesfrac(2n)!(n!)2right∣
- Group terms: left(frac(n+1)!n!right)2timesfrac(2n)!(2n+2)!
- Simplify square part: left(frac(n+1)n!n!right)2=(n+1)2
- Simplify factorial part: frac(2n)!(2n+2)(2n+1)(2n)!=frac1(2n+2)(2n+1)
- Limit: limntoinftyfrac(n+1)2(2n+2)(2n+1)=limntoinftyfracn2+2n+14n2+6n+2
- The ratio of leading coefficients is frac14.
- Result: Since frac14<1, the series converges absolutely.
The Root Test
- The Root Test is used primarily when terms are raised to the power of n.
- Procedure: Calculate the limit L=limntoinftysqrt[n]∣an∣=limntoinfty∣an∣1/n.
- Results:
- If L<1: The series converges absolutely.
- If L>1 or L=infty: The series diverges.
- If L=1: The test is inconclusive.
Root Test Example 1: sumleft(frac2n2+13n2−1right)n
- Calculation:
- L=limntoinftysqrt[n]left∣left(frac2n2+13n2−1right)nright∣
- The n-th power and n-th root cancel out.
- L=limntoinftyfrac2n2+13n2−1=frac23
- Result: Since frac23<1, the series converges absolutely.
Root Test Example 2: sumleft(fracln(n)nright)n
- Calculation:
- L=limntoinftysqrt[n]left∣left(fracln(n)nright)nright∣
- Wait for normalization: limntoinftyfracln(n)n.
- By L'H\u00f4pital's Rule: limntoinftyfrac1/n1=0.
- Result: Since 0<1, the series converges absolutely.
Scenario Where Ratio/Root Tests Fail
- Test Case: Alternating Harmonic Series frac(−1)n+1n.
- Applying the Ratio Test:
- L=limntoinftyleft∣frac(−1)n+2/(n+1)(−1)n+1/nright∣
- L=limntoinftyfracnn+1=1.
- Result: Inconclusive.
- Explanation: The Ratio and Root tests only detect absolute convergence. They cannot distinguish between conditional convergence and divergence when L=1. Because the alternating harmonic series is conditionally convergent, these tests fail to provide helpful information.