Loading…

Geometric Series Generalizer

Math Calculus • Infinite Series and Sequences

View all topics
8. Geometric Series Generalizer
Handles generalized geometric series \( \sum a\,r^n \) and power-series form \( \sum (r x)^n \). Computes finite partial sums and infinite sums (when \(|q|<1\)), with a zoomable, pannable plot and a “how many terms for \( \varepsilon \)” helper.
Inputs
In power mode, the effective ratio is \(q=r x\).
Infinite sum requires \(|q|<1\).
Supports expressions like 2, pi, 1/3.
Numeric ratio; in power mode \(q=r x\).
Computes \(S_N=\sum_{n=n_0}^{n_0+N-1} a\,q^n\) where \(q=r\) or \(q=r x\).
How many partial sums to draw (≤ 500).
For \(|q|<1\), finds smallest \(N\le N_{\max}\) so the tail bound ≤ \(\varepsilon\).
Click a preset to load & compute.
Ready
Graph
Drag to pan • wheel/pinch to zoom. Plots partial sums \(S_k\) vs index \(k\). Optional “stacking” shading shows increments between consecutive partial sums.
x: 0, y: 0, zoom(px/unit): 60
Results & steps
Click Fill example or enter values and press Calculate.

Rate this calculator

0.0 /5 (0 ratings)
Be the first to rate.
Your rating
You can update your rating any time.

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.