Adding Infinitely Many Terms
A sequence is an ordered infinite list of numbers , while a series is the sum of those terms: .
| Concept | Definition | Example |
|---|---|---|
| Sequence | List approaching limit | |
| Series | Sum of partial sums |
Convergence asks if adding infinite terms yields a finite total. A geometric series converges when , summing to for .
Tests and Pitfalls
Series are vital in computing: they define functions, analyze algorithm running times, and power numerical methods.
| Rule / Test | Condition | Outcome |
|---|---|---|
| Term Test | does not go to | Series diverges |
| Harmonic Series | terms go to | Series diverges |
Common pitfall: Assuming terms shrinking to zero guarantees convergence. That is false. Shrinking to zero is necessary but not sufficient.