Calculator
Formula Used
Geometric series: Sum a rn converges when |r| < 1. Infinite sum is a / (1 - r).
P series: Sum 1 / np converges when p > 1. It diverges when p ≤ 1.
Alternating series: Sum (-1)n+1 / np converges when p > 0.
Ratio test: Let L = lim |an+1 / an|. Converges when L < 1. Diverges when L > 1.
Root test: Let L = lim n√|an|. Converges when L < 1. Diverges when L > 1.
Nth term test: If lim an is not zero, the series diverges.
Power series: It converges absolutely inside |x - c| < R. Endpoints need separate tests.
How to Use This Calculator
Choose the convergence test that matches your series form. Enter the values needed for that test. Use r for geometric series. Use p for p series, alternating p series, integral models, and logarithmic models. Use L for ratio, root, or nth term tests. Use x, c, and R for power series checks.
Press Calculate to show the result above the form. Review the decision, condition, formula, and explanation. Use the CSV button for spreadsheet work. Use the PDF button for a simple printable report.
Example Data Table
| Series Type | Input Values | Expected Test | Expected Result |
|---|---|---|---|
| Geometric | a = 3, r = 0.5 | |r| < 1 | Convergent |
| P series | p = 2 | p > 1 | Convergent |
| P series | p = 1 | p ≤ 1 | Divergent |
| Alternating p | p = 0.75 | 0 < p ≤ 1 | Conditionally convergent |
| Ratio test | L = 0.4 | L < 1 | Absolutely convergent |
Convergence and Divergence Tests Guide
Why These Tests Matter
Infinite series appear in statistics, probability, numerical methods, and approximation work. A series is useful only when its partial sums settle toward a finite value. If the sums grow without bound, oscillate, or fail to approach one number, the series diverges. Testing saves time because it avoids adding endless terms. It also tells whether an approximation is trustworthy before it supports a model.
Choosing the Right Test
Different series need different checks. A geometric series depends on the common ratio. A p series depends on the exponent placed on n. Alternating series need decreasing terms that approach zero. Ratio and root tests are strong when powers, factorials, or exponentials appear. The nth term test is a quick rejection tool. If the term itself does not approach zero, convergence is impossible.
Reading Calculator Results
This calculator gives a decision, a main condition, and an approximate partial sum when that option is meaningful. It also returns a confidence note. Some tests are conclusive. Others can be inconclusive when a limit equals one. In that case, another test is needed. The result should be read as a guide for the selected model, not as a full symbolic proof for every possible formula.
Using Results in Statistics
Convergent series support probability distributions, expected values, variance formulas, and error bounds. Divergent series can warn that a proposed estimator, likelihood expansion, or simulation weight is unstable. For example, p series behavior often appears in tail sums. Ratio tests can help inspect distributions with factorial terms. Alternating tests can justify controlled approximations with bounded remainder.
Best Practice
Always define the general term clearly. Check the domain of n. Confirm that parameters use the same scale. Compare several tests if the first result is inconclusive. Use the exported report for notes, but keep assumptions visible. Good convergence work is not only mechanical. It is a disciplined way to protect calculations from hidden infinite errors.
Because many real formulas are transformed before testing, record each algebra step. Simplify constants, identify the dominant term, and note any absolute values. When software gives a limit, still verify assumptions. A correct conclusion depends on the model, not only the numeric answer shown here.
FAQs
What does convergence mean?
Convergence means the infinite sum approaches one finite value. Its partial sums get closer to a stable number as more terms are added.
What does divergence mean?
Divergence means the infinite sum does not approach one finite value. It may grow, oscillate, or fail a required condition.
When should I use the ratio test?
Use the ratio test for series with factorials, powers, exponentials, or products. It checks the limit of consecutive term ratios.
When should I use the root test?
Use the root test when the nth power appears clearly. It is useful for terms raised to n or expressions inside powers.
Why is L equals one inconclusive?
When L equals one, ratio and root tests cannot decide. Some series converge, while others diverge. Another test is required.
Can the nth term test prove convergence?
No. It can only prove divergence. If terms do not approach zero, the series diverges. If they do, another test is needed.
What is conditional convergence?
Conditional convergence means the original series converges, but the absolute value series diverges. Alternating series often show this behavior.
Why do power series endpoints need separate tests?
The radius test decides inside and outside the interval. At endpoints, the series changes form and needs its own convergence test.