Partial Sum Visualizer
Math Algebra • Sequences and Series
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.