Loading…

Partial Sum Visualizer

Math Algebra • Sequences and Series

View all topics
10. Partial Sum Visualizer
Compute and plot partial sums Sn for common series families. Animate summation, detect oscillations, and show sum estimates/bounds.
Ready
Drag to pan • wheel/pinch to zoom • Auto-fit recommended after changing N
Partial sum plot + term points
Top: Sn vs n • Bottom strip: an vs n (current term blinks)
n: 0, S: 0 sx: 8, sy: 80 Current: n=0, aₙ=0, Sₙ=0 Sₙ aₙ current (blink)
Choose a series and click 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 is a partial sum S_n in a series?

The partial sum S_n is the running total of the first n terms of a series. It is defined by S_n = sum_{k=1}^n a_k, and the difference S_n - S_{n-1} equals a_n.

How can a partial-sum plot show whether a series converges?

If the sequence of partial sums S_n approaches a finite limit as n increases, the series converges to that limit. If S_n grows without bound or fails to settle, the series diverges.

Why do some partial sums oscillate up and down?

Alternating series often produce partial sums that zig-zag because successive terms change sign. When the term magnitudes decrease toward 0, the oscillations typically shrink toward a limiting sum.

Is a_n going to 0 enough to guarantee convergence?

No. A necessary condition is a_n -> 0, but it is not sufficient; for example, the harmonic series a_n = 1/n has terms that go to 0 while its partial sums still diverge.

When does a geometric series converge and what does the visualizer show?

A geometric series with ratio r converges when |r| < 1, and its partial sums approach a finite limit. The plot shows S_n quickly stabilizing when |r| is small and failing to stabilize when |r| is at least 1.