Definition
An alternating series is an infinite series whose terms alternate between positive and negative values, such as .
- How to read: “The sum of negative one to the power of n plus one, times u n.”
- Meaning: Terms flip sign each step; the factor creates the alternating pattern starting with a positive first term.
Why It Matters
Alternating series introduce the concept that systems with opposing forces can find stability (convergence) more easily than those with only additive parts, highlighting the subtle nature of infinite sums.
Core Concepts
- Alternating Series Test (AST): A series converges if:
- for all .
- The sequence is non-increasing ().
- .
- How to read: “The sum converges if the term u n is positive, the next term u n plus one is less than or equal to u n, and the limit of u n as n approaches infinity is zero.”
- Meaning: Three checkboxes—positive magnitudes, shrinking sizes, and terms dying to zero. If all pass, the alternating series converges.
- Remainder Estimation: For a convergent alternating series, the error is bounded by the magnitude of the first omitted term: .
- How to read: “The absolute value of S minus the partial sum s n is less than or equal to the next term u n plus one.”
- Meaning: Truncation error is no worse than the next term you’d have added—simple, tight bound for alternating series.