Series | Mathematics - Wyatt's Notes
3.1 Definitions and Convergence
Section titled “3.1 Definitions and Convergence”A series converges if the sequence of partial sums Converges. The limit is the sum of the series.
If for all The series of partial sums is increasing, so by the monotone convergence Theorem, converges if and only if is bounded above.
3.2 Convergence Tests
Section titled “3.2 Convergence Tests”Theorem 3.1 (Comparison Test). If for all Then:
- If converges, then converges.
- If diverges, then diverges.
Theorem 3.2 (Limit Comparison Test). If , And where Then converges if and only if converges.
Theorem 3.3 (Ratio Test). If Then:
- If , converges absolutely.
- If , diverges.
- If The test is inconclusive.
Theorem 3.4 (Root Test). If Then:
- If , converges absolutely.
- If , diverges.
- If The test is inconclusive.
Proof. If Choose with . By definition of There exists such that for all I.e., . Since converges (geometric series with ), the comparison test gives absolute convergence.
If Then for infinitely many : So . Hence And the series diverges.
Theorem 3.5 (Integral Test). If is positive, continuous, and Decreasing, then converges if and only if converges.
Proof. Since is decreasing, for : . Integrating:
Summing from to :
If converges, the left inequality shows is bounded above, hence converges. If diverges, the right inequality shows is unbounded, hence diverges.
Theorem 3.6 (Alternating Series Test). If , decreases, and Then converges.
Proof. The partial sums of the even-indexed subsequence satisfy . Since We have So is decreasing. Similarly, is increasing. Also . Both sequences are bounded (since is decreasing and bounded below by And is increasing and bounded Above by ). Hence both converge. Since Their limits coincide.
3.3 Absolute and Conditional Convergence
Section titled “3.3 Absolute and Conditional Convergence”A series converges absolutely if converges. It converges conditionally If converges but diverges.
Theorem 3.7. If converges absolutely, then converges.
Proof. Since converges, the partial sums of satisfy the Cauchy criterion. Given There exists such that for : . Then So satisfies The Cauchy criterion and converges.
3.4 The Alternating Series Estimation Theorem
Section titled “3.4 The Alternating Series Estimation Theorem”Theorem 3.8 (Alternating Series Estimation). If satisfies the Hypotheses of the alternating series test, then the error after terms satisfies:
Proof. We have and . In both cases .
3.5 Cauchy Condensation Test
Section titled “3.5 Cauchy Condensation Test”Theorem 3.8b (Cauchy Condensation Test). If is a non-negative, decreasing sequence, then converges if and only if converges.
Proof. Group the terms of . For the lower bound, note:
Since each group has terms, each . For the upper Bound:
If converges, the upper bound shows converges. If Converges, the lower bound shows converges.
Corollary. converges if and only if . Apply the condensation Test: A geometric series with ratio Which converges iff I.e., .
3.6 Rearrangement of Series
Section titled “3.6 Rearrangement of Series”Theorem 3.9 (Riemann Rearrangement Theorem). If converges conditionally, then for any (or ), there exists a rearrangement such That .
Proof (outline). Let and . Since converges Conditionally, both and .
To achieve sum : take positive terms in order until the partial sum exceeds Then take negative terms until it falls below Then positive terms again, and so on. Since both The positive and negative subseries diverge, this process can always continue. The terms tend to Zero (since the series converges), so the oscillations around shrink to zero.
Remark. By contrast, every rearrangement of an absolutely convergent series converges to the same sum.
3.7 Worked Examples
Section titled “3.7 Worked Examples”Problem. Determine whether converges.
Solution. Apply the ratio test:
By the ratio test, the series converges absolutely.
Worked Example: Determine convergence of $\sum_{n=1}^{\infty} \frac{1}{n^2 + n}$
Solution. Note that . This is a Telescoping series. The -th partial sum is:
Therefore And the series converges to .
Worked Example: Does $\sum_{n=2}^{\infty} \frac{1}{n \ln n}$ converge?
Solution. Apply the integral test with on . The function is positive, Continuous, and decreasing. Compute:
The integral diverges, so by the integral test, the series diverges.
Worked Example: Approximate $\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{n}$ to within $0.01$
Solution. This is the alternating harmonic series, with . By the alternating series Estimation theorem, . We need So I.e., .
So approximates to within . (The exact sum is .)
Worked Example: Determine convergence of $\sum_{n=1}^{\infty} \frac{1}{n^2 + 1}$
Solution. Since for all And converges (-series with ), the comparison test implies converges.
Worked Example: Use the condensation test for $\sum_{n=2}^{\infty} \frac{1}{n (\ln n) (\ln \ln n)}$
Solution. Let for . This is positive and decreasing. By the condensation test, converges iff converges. Compute:
The series diverges (integral test, analogous to ). Therefore diverges.
If you get this wrong, revise: Section 3.5 (Cauchy Condensation Test).
3.8 Common Mistakes
Section titled “3.8 Common Mistakes”flowchart TD A[3_Series] --> B[Key Concepts] A --> C[Core Principles] A --> D[Practical Applications] B --> E[Fundamental definitions] C --> F[Design patterns] D --> G[Real-world usage]Intuition
Section titled “Intuition”A series converges when its partial sums settle down to a finite limit. The challenge is determining this without computing infinitely many terms. Convergence tests are comparison tools: if your series behaves like a known convergent series (geometric, -series), it converges too. The ratio test captures exponential decay of terms — if consecutive terms shrink by a constant factor, the series converges. Conditional convergence is subtle: the alternating harmonic series converges, but rearranging its terms can produce any sum. Absolute convergence is robust: rearrangement preserves the sum. The integral test connects discrete sums to continuous areas, treating the series as a Riemann sum.
3.8 Common Mistakes
Section titled “3.8 Common Mistakes”Mistake 1: Assuming absolute convergence from conditional convergence A series that converges conditionally (like the alternating harmonic series) does not converge absolutely. Applying the ratio test or root test to a conditionally convergent series gives , which is inconclusive. Always test for absolute convergence separately and use the alternating series test when appropriate.
Mistake 2: Misapplying the ratio test when the limit equals 1 When , the ratio test tells you nothing. Many students conclude convergence or divergence incorrectly in this case. For example, and both give ratio test limit , yet the first diverges and the second converges. Use another test when .
Mistake 3: Confusing rearrangement of absolutely and conditionally convergent series The Riemann rearrangement theorem states that any conditionally convergent series can be rearranged to converge to any value. Students often assume that rearranging a series preserves its sum, which is only true for absolutely convergent series. Always check absolute convergence before rearranging terms.
Cross-References
Section titled “Cross-References”- Sequences and Limits: Series convergence is defined through the convergence of partial sums, which are sequences studied in the preceding chapter.
- Sequences and Series of Functions: The convergence tests for numerical series extend to function series through the Weierstrass M-test and uniform convergence.
- Complex Numbers Review: Complex series and power series in the complex plane extend the convergence theory to two dimensions.
- Fourier Series: Fourier series are infinite series of trigonometric functions whose convergence depends on the tests developed in this chapter.
- Quantum Mechanics
- Graph Theory
- Classical Mechanics
- Electromagnetism