maths.freeCalculus › Series and sums

Series and sums

Partial sums, closed forms and convergence.

A sum with finitely many terms has a closed form found by pattern or induction; an infinite series converges when its partial sums approach a limit. Σ 1/n² = π²/6 is the Basel problem — Euler's first famous result.

कार्यरत उदाहरण: sum of 1/n^2 for n = 1 to oo

Sum n^(-2) for n = 1 to oo

\sum_{n=1}^{\infty} \frac{1}{n^{2}}

चरणानुक्रमे

  1. \sum_{n=1}^{\infty} \frac{1}{n^{2}}

    Write the sum out.

  2. 1 + \frac{1}{4} + \frac{1}{9} + \frac{1}{16} + \cdots

    The first few terms.

  3. S_{3} \approx 1.3611, S_{6} \approx 1.4914, S_{11} \approx 1.5580, S_{51} \approx 1.6255

    Partial sums approach the limit.

  4. = \frac{\pi^{2}}{6} \approx 1.6449

    Infinite series: this converges, and the closed form is the limit of the partial sums.

उत्तर उघडा
\frac{\pi^{2}}{6}

स्वतःचा प्रयत्न करा

अधिक माहिती Calculus