Convergence Tester
Math Algebra • Sequences and Series
Frequently Asked Questions
What does it mean for a series to converge?
A series converges when its partial sums S_N approach a finite limit as N goes to infinity. If the partial sums grow without bound or fail to settle, the series diverges.
How does the ratio test decide convergence?
It computes L = lim n->infinity |a_{n+1}/a_n|. If L < 1 the series converges absolutely, if L > 1 it diverges, and if L = 1 the result is inconclusive.
When is a p-series convergent?
A p-series has the form sum 1/n^p. It converges when p > 1 and diverges when p <= 1.
Why can an alternating series converge even if the absolute series diverges?
An alternating series can converge conditionally when terms decrease in magnitude and approach 0, even if sum |a_n| diverges. The calculator can check alternating behavior and also test absolute convergence when enabled.
What does the partial-sum graph show?
It plots S_N = sum_{n=n_0}^N a_n versus N. Convergence typically appears as S_N leveling off toward a stable value, while divergence often shows unbounded growth or persistent oscillation.