Geometric Series Generalizer
Math Calculus • Infinite Series and Sequences
Frequently Asked Questions
What does this geometric series generalizer calculate?
It calculates finite and infinite sums for geometric-type series using an effective ratio q. In numeric mode q=r, and in power mode q=r x at the chosen x.
When does the infinite geometric series converge?
The infinite sum exists only when |q|<1. If |q|>=1 and a is not 0, the terms do not approach 0 and the series diverges.
What is the finite sum formula used by the calculator?
For q not equal to 1, S_N = a q^n0 (1 - q^N) / (1 - q). For q=1, every term is a and S_N = a N.
How does the epsilon term-count helper work?
When |q|<1, it uses a tail bound based on the remainder after N terms to find the smallest N (up to N_max) that makes the bound less than or equal to epsilon. This provides a guaranteed tolerance target for the geometric tail under the convergence condition.