Calculate the sum of arithmetic, geometric, power series, and more. Visualize partial sums and convergence.
A series is the sum of the terms of a sequence. We denote the partial sum SN = ∑_{n=n₀}^{N} aₙ. If the limit as N→∞ exists (finite), the series converges to that limit; otherwise it diverges.
Fundamental Definition:
S = lim_{N→∞} S_N = lim_{N→∞} ∑_{n=n₀}^{N} a_n
If the limit does not exist or is infinite, the series diverges.
| Series | Partial Sum SN | Infinite Sum (if convergent) |
|---|---|---|
| Arithmetic: ∑_{k=1}^{N} k | N(N+1)/2 | diverges |
| Geometric: ∑_{k=0}^{N} rk (r≠1) | (1 - r^{N+1})/(1 - r) | 1/(1 - r) for |r| < 1 |
| p-series: ∑_{k=1}^{∞} 1/kp | — | converges if p > 1 |
| Alternating harmonic: ∑ (-1)^{k+1}/k | — | ln 2 |
| Basel: ∑ 1/k² | — | π²/6 |
| Exponential: ∑ xk/k! | — | ex |
| Test | Condition for Convergence | Example |
|---|---|---|
| n-th term test | If lim aₙ ≠ 0, series diverges (necessary condition) | ∑ n/(n+1) diverges |
| Geometric series | Converges iff |r| < 1 | ∑ (1/2)ⁿ converges to 2 |
| p-series | Converges iff p > 1 | ∑ 1/n¹·⁵ converges |
| Ratio test | lim |aₙ₊₁/aₙ| = L < 1 → converges; L > 1 → diverges | ∑ n/2ⁿ converges (L=1/2) |
| Root test | lim sup |aₙ|^{1/n} = L < 1 → converges | ∑ (n/3ⁿ) converges (L=1/3) |
| Integral test | ∫ f(x) dx converges ↔ ∑ f(n) converges (f positive decreasing) | ∑ 1/(n ln n) diverges (integral diverges) |
| Alternating series test | bₙ decreasing → 0 ⇒ ∑ (-1)ⁿ bₙ converges | ∑ (-1)ⁿ/n converges (conditional) |
The graph of partial sums SN versus N helps identify convergence: if the curve approaches a horizontal asymptote, the series converges to that value. If it grows without bound or oscillates without settling, it diverges.
Calculator Features & Limitations
^ for exponentiation(-1)^nsin(n), exp(n), log(n)