πŸ“˜ Calculus 2: Infinite Series Study Notes

1. Sequences vs. Series

  • Sequence an{a_n} : An ordered list of numbers. Convergence means lim⁑nβ†’βˆžan=L\lim_{n \to \infty} a_n = L .

  • Series βˆ‘an\sum a_n : The sum of the terms.

2. Geometric Series

  • General Form: βˆ‘n=0∞arn\sum_{n=0}^{\infty} ar^n

  • Convergence: If |r| < 1 .

  • Sum Formula:S=a1βˆ’rS = \frac{a}{1 - r}

3. P-Series Test

  • General Form: βˆ‘n=1∞1np\sum_{n=1}^{\infty} \frac{1}{n^p}

  • Convergence: If p > 1.

  • Harmonic Series: βˆ‘1n(p=1)\sum \frac{1}{n} (p = 1) , which always diverges.

4. nth Term Test (Divergence Test)

  • The Rule: If lim⁑nβ†’βˆžanβ‰ 0\lim_{n \to \infty} a_n \neq 0 , then the series \sum ana_n diverges.

  • Important: If the limit is 0, the test is inconclusive.

5. The Integral Test

  • The Rule: βˆ‘anand∫1∞f(x)dx\sum a_n and \int_{1}^{\infty} f(x) dx behave the same way.

  • Requirements: f(x)f(x) must be Positive, Continuous, and Decreasing for xβ‰₯1x \geq 1 .

6. Comparison Tests

  • Direct Comparison (DCT): βˆ—Ifan≀bn* If a_n \leq b_n and βˆ‘bn\sum b_n converges, thenβˆ‘an\sum a_n converges.

    • If anβ‰₯bna_n \geq b_n and βˆ‘bn\sum b_n diverges, then βˆ‘an\sum a_n diverges.

  • Telescoping Series: Use Partial Fraction Decomposition to find a pattern where middle terms cancel, leaving a finite sum Sn.S_n.


πŸ—‚ Flashcards (Clean LaTeX for Knowt)

Front: Geometric Series Sum formula

Back:a1βˆ’r\frac{a}{1 - r}

Front: P-Series Convergence condition

Back: p > 1

Front: Harmonic Series formula

Back: βˆ‘n=1∞1n\sum_{n=1}^{\infty} \frac{1}{n}

Front: Direct Comparison (proving convergence)

Back:0≀an≀bnandβˆ‘bn0 \leq a_n \leq b_n and \sum b_n converges .