? Understanding Radius of Convergence
Definition
For a power series , the radius of convergence is a non‑negative real number or such that the series converges absolutely for and diverges for . At the endpoints , convergence must be checked separately.
How to find – Ratio & Root Tests
Both tests compute a limit (if it exists) and then (with the conventions and ).
If the limit does not exist, one may use the superior limit (limsup) for the root test, but our calculator assumes the limit exists or can be approximated numerically.
Examples of common series
| (ratio test) | | Interval (center ) |
| | | |
| (any fixed ) | | | |
| (geometric) | | | |
| | | only |
| | | |
| | | |
What about endpoints?
The radius gives the open interval of absolute convergence. At , the series may converge conditionally or diverge. For example, has , converges at (alternating harmonic) but diverges at . Our calculator does not check endpoints automatically – you must apply additional tests (alternating series test, p‑test, etc.).
Numerical stability for huge terms (e.g. factorials)
When grows or decays extremely fast (like ), direct evaluation causes overflow/underflow. Our numeric mode now uses logarithmic scaling:
and then exponentiates,
for the root test.
This avoids numerical overflow and gives reliable estimates even for up to millions.
When to use Auto / Numeric mode
- Auto: Tries symbolic limit first (nerdamer). If successful, exact is shown. If symbolic fails, it automatically falls back to the logarithmic numeric method.
- Numeric only: Skips symbolic, directly uses log‑scale numeric approximation. Useful for very complicated expressions where symbolic integration is hopeless.
The calculator now handles factorial terms robustly – try or in numeric mode; you will get accurate without overflow errors.