calculus

Series (Infinite Sum)

A series is the sum of a sequence — finite or infinite. Whether an infinite series adds up to a finite number is determined by convergence tests.

本术语中文版本即将上线。下方暂以英文原文展示。

A series is the sum of the terms of a sequence. The finite series i=1nai=a1+a2++an\sum_{i=1}^n a_i = a_1 + a_2 + \cdots + a_n is just regular addition. The infinite series i=1ai\sum_{i=1}^\infty a_i is the limit of partial sums Sn=i=1naiS_n = \sum_{i=1}^n a_i as nn \to \infty.

If limnSn\lim_{n\to\infty} S_n exists and is finite, the series converges; otherwise it diverges. Famous examples:

  • Geometric series rn\sum r^n converges to 11r\frac{1}{1-r} when r<1|r| < 1.
  • Harmonic series 1n\sum \frac{1}{n} diverges (slowly).
  • Basel problem: 1n2=π26\sum \frac{1}{n^2} = \frac{\pi^2}{6}.

Convergence is decided by tests: ratio test, root test, integral test, comparison test, alternating-series test. Taylor series approximate functions as polynomials of arbitrarily high degree — the foundation of numerical analysis and physics approximations.

相关资源