Alternating Series
The alternating series test is a type of series test used to determine the convergence of alternating series. In this step-by-step guide, you will learn more about the alternating series.
A step-by-step guide to alternating series
An alternating series is a series in which the terms alternate between positive and negative. The general form of an alternating series is as follows:
\(\color{blue}{\sum \:\left(-1\right)^ka_{k}}\)
Where \(a_{k}\ge 0\) and the first index is arbitrary. It means that the starting term for an alternating series can have any sign.
We can say that an alternating series \([a_k]^\infty_{k=1}\) converges if two conditions exist:
- \(0\le a_{k+1}\le a_k\), for all \(k\ge 1\)
- \(a_k→0\), as \(k→+∞\)
The alternating series test is a type of series test used to determine the convergence of alternating series. In this step-by-step guide, you will learn more about the alternating series.
A step-by-step guide to alternating series
An alternating series is a series in which the terms alternate between positive and negative. The general form of an alternating series is as follows:
\(\color{blue}{\sum \:\left(-1\right)^ka_{k}}\)
Where \(a_{k}\ge 0\) and the first index is arbitrary. It means that the starting term for an alternating series can have any sign.
We can say that an alternating series \([a_k]^\infty_{k=1}\) converges if two conditions exist:
- \(0\le a_{k+1}\le a_k\), for all \(k\ge 1\)
- \(a_k→0\), as \(k→+∞\)
Understanding Alternating Series
Alternating series are infinite series where the terms alternate in sign. They present interesting convergence properties that differ from series with all positive terms.
Definition and General Form
An alternating series has the general form:
\(\sum_{n=1}^{\infty} (-1)^{n}a_n\) or \(\sum_{n=1}^{\infty} (-1)^{n+1}a_n\)
where \(a_n > 0\) for all n.
Examples:
- \(1 – \frac{1}{2} + \frac{1}{3} – \frac{1}{4} + \frac{1}{5} – …\) (alternating harmonic series)
- \(\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{n^2}\) (alternating p-series)
The Alternating Series Test
A series \(\sum (-1)^n a_n\) converges if:
- \(a_n \geq a_{n+1}\) for all n (the terms are decreasing)
- \(\lim_{n \to \infty} a_n = 0\) (the terms approach zero)
Worked Example 1: Applying the Alternating Series Test
Problem: Test the series \(\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{n}\) for convergence.
Solution:
- Check if decreasing: \(\frac{1}{n} \geq \frac{1}{n+1}\) ✓ (true for all positive n)
- Check limit: \(\lim_{n \to \infty} \frac{1}{n} = 0\) ✓
- Conclusion: The series converges by the Alternating Series Test
Worked Example 2: A Series That Doesn’t Converge
Problem: Test \(\sum_{n=1}^{\infty} (-1)^n \frac{n}{n+1}\) for convergence.
Solution:
- Check the limit: \(\lim_{n \to \infty} \frac{n}{n+1} = \lim_{n \to \infty} \frac{1}{1 + \frac{1}{n}} = 1 \neq 0\)
- Since the limit is not zero, the series diverges (by the divergence test)
Absolute vs. Conditional Convergence
Absolute convergence: A series \(\sum a_n\) converges absolutely if \(\sum |a_n|\) converges.
Conditional convergence: A series converges conditionally if \(\sum a_n\) converges but \(\sum |a_n|\) diverges.
Worked Example 3: Absolute Convergence
Problem: Does \(\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{n^2}\) converge absolutely?
Solution:
- Check absolute convergence: \(\sum_{n=1}^{\infty} \left| \frac{(-1)^{n+1}}{n^2} \right| = \sum_{n=1}^{\infty} \frac{1}{n^2}\)
- This is a p-series with p = 2 > 1, so it converges
- Therefore, the original series converges absolutely
Worked Example 4: Conditional Convergence
Problem: Analyze \(\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{n}\) (alternating harmonic series) for type of convergence.
Solution:
- The series converges by the Alternating Series Test (as shown earlier)
- Check absolute convergence: \(\sum \frac{1}{n}\) is the harmonic series, which diverges
- Conclusion: The series converges conditionally
Alternating Series Error Bound
For an alternating series that converges by the Alternating Series Test, if you truncate the series at the nth term, the error is bounded by:
\(|\text{Error}| \leq a_{n+1}\)
Worked Example 5: Estimating the Sum
Problem: Approximate \(\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{n^2}\) using the first 4 terms, and estimate the error.
Solution:
- First 4 terms: \(1 – \frac{1}{4} + \frac{1}{9} – \frac{1}{16} \approx 0.8351\)
- Error bound: \(|\text{Error}| \leq a_5 = \frac{1}{25} = 0.04\)
- The true sum is within 0.04 of our approximation
Comparison of Series Types
| Series Type | Example | Convergence Test |
| Alternating | \(\sum (-1)^n \frac{1}{n}\) | Alternating Series Test |
| P-series | \(\sum \frac{1}{n^p}\) | Converges if p > 1 |
| Geometric | \(\sum r^n\) | Converges if |r| < 1 |
Common Mistakes with Alternating Series
- Forgetting to check both conditions: Both decreasing and limit = 0 are required.
- Confusing absolute and conditional: A series can converge conditionally but not absolutely.
- Ignoring signs: When checking for absolute convergence, use the absolute values.
- Error bounds: The error bound is the next term, not the previous one.
- Divergence test first: Always check if the limit of terms is zero before applying specific tests.
Practice Problems
- Test \(\sum_{n=1}^{\infty} (-1)^n \frac{n}{2n+1}\) for convergence.
- Determine if \(\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{\sqrt{n}}\) converges absolutely, conditionally, or diverges.
- Estimate the sum of \(\sum_{n=1}^{\infty} \frac{(-1)^n}{n!}\) using 5 terms and find the error bound.
- For \(\sum_{n=1}^{\infty} (-1)^{n+1} \frac{1}{n^3}\), how many terms are needed for accuracy to 0.001?
- Prove or disprove: If \(\sum a_n\) diverges but \(\sum (-1)^n a_n\) converges, then convergence is conditional.
Deeper Topics
Alternating series lead naturally to power series and Taylor series expansions. For comprehensive study of infinite series, explore infinite geometric series and solving arithmetic series. Understanding alternating series is crucial for calculus 2 and differential equations.
Real-World Context
Alternating series appear in Fourier analysis, signal processing, and physics (especially in quantum mechanics and wave theory). The alternating nature often models oscillating phenomena in engineering and science.
The alternating series test is a type of series test used to determine the convergence of alternating series. In this step-by-step guide, you will learn more about the alternating series.
A step-by-step guide to alternating series
An alternating series is a series in which the terms alternate between positive and negative. The general form of an alternating series is as follows:
\(\color{blue}{\sum \:\left(-1\right)^ka_{k}}\)
Where \(a_{k}\ge 0\) and the first index is arbitrary. It means that the starting term for an alternating series can have any sign.
We can say that an alternating series \([a_k]^\infty_{k=1}\) converges if two conditions exist:
- \(0\le a_{k+1}\le a_k\), for all \(k\ge 1\)
- \(a_k→0\), as \(k→+∞\)
The alternating series test is a type of series test used to determine the convergence of alternating series. In this step-by-step guide, you will learn more about the alternating series.
A step-by-step guide to alternating series
An alternating series is a series in which the terms alternate between positive and negative. The general form of an alternating series is as follows:
\(\color{blue}{\sum \:\left(-1\right)^ka_{k}}\)
Where \(a_{k}\ge 0\) and the first index is arbitrary. It means that the starting term for an alternating series can have any sign.
We can say that an alternating series \([a_k]^\infty_{k=1}\) converges if two conditions exist:
- \(0\le a_{k+1}\le a_k\), for all \(k\ge 1\)
- \(a_k→0\), as \(k→+∞\)
Understanding Alternating Series
Alternating series are infinite series where the terms alternate in sign. They present interesting convergence properties that differ from series with all positive terms.
Definition and General Form
An alternating series has the general form:
\(\sum_{n=1}^{\infty} (-1)^{n}a_n\) or \(\sum_{n=1}^{\infty} (-1)^{n+1}a_n\)
where \(a_n > 0\) for all n.
Examples:
- \(1 – \frac{1}{2} + \frac{1}{3} – \frac{1}{4} + \frac{1}{5} – …\) (alternating harmonic series)
- \(\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{n^2}\) (alternating p-series)
The Alternating Series Test
A series \(\sum (-1)^n a_n\) converges if:
- \(a_n \geq a_{n+1}\) for all n (the terms are decreasing)
- \(\lim_{n \to \infty} a_n = 0\) (the terms approach zero)
Worked Example 1: Applying the Alternating Series Test
Problem: Test the series \(\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{n}\) for convergence.
Solution:
- Check if decreasing: \(\frac{1}{n} \geq \frac{1}{n+1}\) ✓ (true for all positive n)
- Check limit: \(\lim_{n \to \infty} \frac{1}{n} = 0\) ✓
- Conclusion: The series converges by the Alternating Series Test
Worked Example 2: A Series That Doesn’t Converge
Problem: Test \(\sum_{n=1}^{\infty} (-1)^n \frac{n}{n+1}\) for convergence.
Solution:
- Check the limit: \(\lim_{n \to \infty} \frac{n}{n+1} = \lim_{n \to \infty} \frac{1}{1 + \frac{1}{n}} = 1 \neq 0\)
- Since the limit is not zero, the series diverges (by the divergence test)
Absolute vs. Conditional Convergence
Absolute convergence: A series \(\sum a_n\) converges absolutely if \(\sum |a_n|\) converges.
Conditional convergence: A series converges conditionally if \(\sum a_n\) converges but \(\sum |a_n|\) diverges.
Worked Example 3: Absolute Convergence
Problem: Does \(\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{n^2}\) converge absolutely?
Solution:
- Check absolute convergence: \(\sum_{n=1}^{\infty} \left| \frac{(-1)^{n+1}}{n^2} \right| = \sum_{n=1}^{\infty} \frac{1}{n^2}\)
- This is a p-series with p = 2 > 1, so it converges
- Therefore, the original series converges absolutely
Worked Example 4: Conditional Convergence
Problem: Analyze \(\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{n}\) (alternating harmonic series) for type of convergence.
Solution:
- The series converges by the Alternating Series Test (as shown earlier)
- Check absolute convergence: \(\sum \frac{1}{n}\) is the harmonic series, which diverges
- Conclusion: The series converges conditionally
Alternating Series Error Bound
For an alternating series that converges by the Alternating Series Test, if you truncate the series at the nth term, the error is bounded by:
\(|\text{Error}| \leq a_{n+1}\)
Worked Example 5: Estimating the Sum
Problem: Approximate \(\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{n^2}\) using the first 4 terms, and estimate the error.
Solution:
- First 4 terms: \(1 – \frac{1}{4} + \frac{1}{9} – \frac{1}{16} \approx 0.8351\)
- Error bound: \(|\text{Error}| \leq a_5 = \frac{1}{25} = 0.04\)
- The true sum is within 0.04 of our approximation
Comparison of Series Types
| Series Type | Example | Convergence Test |
| Alternating | \(\sum (-1)^n \frac{1}{n}\) | Alternating Series Test |
| P-series | \(\sum \frac{1}{n^p}\) | Converges if p > 1 |
| Geometric | \(\sum r^n\) | Converges if |r| < 1 |
Common Mistakes with Alternating Series
- Forgetting to check both conditions: Both decreasing and limit = 0 are required.
- Confusing absolute and conditional: A series can converge conditionally but not absolutely.
- Ignoring signs: When checking for absolute convergence, use the absolute values.
- Error bounds: The error bound is the next term, not the previous one.
- Divergence test first: Always check if the limit of terms is zero before applying specific tests.
Practice Problems
- Test \(\sum_{n=1}^{\infty} (-1)^n \frac{n}{2n+1}\) for convergence.
- Determine if \(\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{\sqrt{n}}\) converges absolutely, conditionally, or diverges.
- Estimate the sum of \(\sum_{n=1}^{\infty} \frac{(-1)^n}{n!}\) using 5 terms and find the error bound.
- For \(\sum_{n=1}^{\infty} (-1)^{n+1} \frac{1}{n^3}\), how many terms are needed for accuracy to 0.001?
- Prove or disprove: If \(\sum a_n\) diverges but \(\sum (-1)^n a_n\) converges, then convergence is conditional.
Deeper Topics
Alternating series lead naturally to power series and Taylor series expansions. For comprehensive study of infinite series, explore infinite geometric series and solving arithmetic series. Understanding alternating series is crucial for calculus 2 and differential equations.
Real-World Context
Alternating series appear in Fourier analysis, signal processing, and physics (especially in quantum mechanics and wave theory). The alternating nature often models oscillating phenomena in engineering and science.
Understanding Alternating Series
Alternating series are infinite series where the terms alternate in sign. They present interesting convergence properties that differ from series with all positive terms.
Definition and General Form
An alternating series has the general form:
\(\sum_{n=1}^{\infty} (-1)^{n}a_n\) or \(\sum_{n=1}^{\infty} (-1)^{n+1}a_n\)
where \(a_n > 0\) for all n.
Examples:
- \(1 – \frac{1}{2} + \frac{1}{3} – \frac{1}{4} + \frac{1}{5} – …\) (alternating harmonic series)
- \(\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{n^2}\) (alternating p-series)
The Alternating Series Test
A series \(\sum (-1)^n a_n\) converges if:
- \(a_n \geq a_{n+1}\) for all n (the terms are decreasing)
- \(\lim_{n \to \infty} a_n = 0\) (the terms approach zero)
Worked Example 1: Applying the Alternating Series Test
Problem: Test the series \(\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{n}\) for convergence.
Solution:
- Check if decreasing: \(\frac{1}{n} \geq \frac{1}{n+1}\) ✓ (true for all positive n)
- Check limit: \(\lim_{n \to \infty} \frac{1}{n} = 0\) ✓
- Conclusion: The series converges by the Alternating Series Test
Worked Example 2: A Series That Doesn’t Converge
Problem: Test \(\sum_{n=1}^{\infty} (-1)^n \frac{n}{n+1}\) for convergence.
Solution:
- Check the limit: \(\lim_{n \to \infty} \frac{n}{n+1} = \lim_{n \to \infty} \frac{1}{1 + \frac{1}{n}} = 1 \neq 0\)
- Since the limit is not zero, the series diverges (by the divergence test)
Absolute vs. Conditional Convergence
Absolute convergence: A series \(\sum a_n\) converges absolutely if \(\sum |a_n|\) converges.
Conditional convergence: A series converges conditionally if \(\sum a_n\) converges but \(\sum |a_n|\) diverges.
Worked Example 3: Absolute Convergence
Problem: Does \(\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{n^2}\) converge absolutely?
Solution:
- Check absolute convergence: \(\sum_{n=1}^{\infty} \left| \frac{(-1)^{n+1}}{n^2} \right| = \sum_{n=1}^{\infty} \frac{1}{n^2}\)
- This is a p-series with p = 2 > 1, so it converges
- Therefore, the original series converges absolutely
Worked Example 4: Conditional Convergence
Problem: Analyze \(\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{n}\) (alternating harmonic series) for type of convergence.
Solution:
- The series converges by the Alternating Series Test (as shown earlier)
- Check absolute convergence: \(\sum \frac{1}{n}\) is the harmonic series, which diverges
- Conclusion: The series converges conditionally
Alternating Series Error Bound
For an alternating series that converges by the Alternating Series Test, if you truncate the series at the nth term, the error is bounded by:
\(|\text{Error}| \leq a_{n+1}\)
Worked Example 5: Estimating the Sum
Problem: Approximate \(\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{n^2}\) using the first 4 terms, and estimate the error.
Solution:
- First 4 terms: \(1 – \frac{1}{4} + \frac{1}{9} – \frac{1}{16} \approx 0.8351\)
- Error bound: \(|\text{Error}| \leq a_5 = \frac{1}{25} = 0.04\)
- The true sum is within 0.04 of our approximation
Comparison of Series Types
| Series Type | Example | Convergence Test |
| Alternating | \(\sum (-1)^n \frac{1}{n}\) | Alternating Series Test |
| P-series | \(\sum \frac{1}{n^p}\) | Converges if p > 1 |
| Geometric | \(\sum r^n\) | Converges if |r| < 1 |
Common Mistakes with Alternating Series
- Forgetting to check both conditions: Both decreasing and limit = 0 are required.
- Confusing absolute and conditional: A series can converge conditionally but not absolutely.
- Ignoring signs: When checking for absolute convergence, use the absolute values.
- Error bounds: The error bound is the next term, not the previous one.
- Divergence test first: Always check if the limit of terms is zero before applying specific tests.
Practice Problems
- Test \(\sum_{n=1}^{\infty} (-1)^n \frac{n}{2n+1}\) for convergence.
- Determine if \(\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{\sqrt{n}}\) converges absolutely, conditionally, or diverges.
- Estimate the sum of \(\sum_{n=1}^{\infty} \frac{(-1)^n}{n!}\) using 5 terms and find the error bound.
- For \(\sum_{n=1}^{\infty} (-1)^{n+1} \frac{1}{n^3}\), how many terms are needed for accuracy to 0.001?
- Prove or disprove: If \(\sum a_n\) diverges but \(\sum (-1)^n a_n\) converges, then convergence is conditional.
Deeper Topics
Alternating series lead naturally to power series and Taylor series expansions. For comprehensive study of infinite series, explore infinite geometric series and solving arithmetic series. Understanding alternating series is crucial for calculus 2 and differential equations.
Real-World Context
Alternating series appear in Fourier analysis, signal processing, and physics (especially in quantum mechanics and wave theory). The alternating nature often models oscillating phenomena in engineering and science.
Related to This Article
More math articles
- How to Master Polar Coordinates: A Comprehensive Guide to Calculating Rate of Change in Polar Functions
- How to Find the Increasing or Decreasing Functions?
- A Comprehensive Collection of Free HSPT Math Practice Tests
- 4th Grade New York State Assessments Math Worksheets: FREE & Printable
- How to Graph Transformation on the Coordinate Plane: Dilation?
- SAT Math Vs. High School Math
- 4th Grade IAR Math Worksheets: FREE & Printable
- Get Fit with Math: How to Calculate Unit Prices and Total Price
- How to Prepare for Math Exams: Study Tips & Tricks
- How to Identify Equivalent Expressions?




































What people say about "Alternating Series - Effortless Math: We Help Students Learn to LOVE Mathematics"?
No one replied yet.