Tested tool guide
Tested browser tools
Checked August 16, 2026
What Series Convergence Tester does, with a checked example
Enter the general term of an infinite series - something like 1/n^2 or (-1)^n/n - and this tool returns a verdict: converges, diverges, or inconclusive, with the test that settled it. It runs the standard battery - ratio, root, comparison, integral, p-series, and alternating series tests - then plots partial sums so the answer carries visual evidence. All computation happens in the browser; nothing is uploaded. The surprise most users hit: a divergent series like 1/n grows its partial sums so slowly that the plot looks flat, so a level tail is not proof of convergence.
Worked example
A concrete input and expected output from the current implementation.
->
Expected output
Converges (p-series test, p = 2 > 1). Partial sums: S_10 ~ 1.550, S_100 ~ 1.635, S_1000 ~ 1.644, approaching 1.6449, which equals pi^2/6.
1/n^2 is a p-series with p = 2 > 1, so it converges; its exact sum is pi^2/6 ~ 1.644934, and the partial sums approach it from below.