Infinite Series
Summary: A sum of infinitely many terms that may nonetheless equal a specific finite number; introduced in Elements of Algebra through the repeated long division of fractions.
Sources: chapter-1.2.5, chapter-1.2.12, chapter-1.2.13
Last updated: 2026-04-29
Definition
An infinite series is an expression of the form
where the terms continue without end. Euler establishes that such a series can have a determinate value even though the addition never finishes. (source: chapter-1.2.5)
Origin: Long Division of Fractions
Euler’s route to infinite series is computational: dividing a numerator by a denominator that does not divide it exactly produces a quotient plus a remainder, and dividing the remainder again extends the quotient. Repeating indefinitely, the remainder decreases (when ) and the finite partial sums approach the original fraction. See ch1.2.5-infinite-series. (source: chapter-1.2.5)
Geometric Series
The foundational example is the geometric series in ratio :
Every term is times the previous one. The partial sum of the first terms is , and the residual fraction vanishes when . (source: chapter-1.2.5)
The alternating version arises from :
(source: chapter-1.2.5)
Convergence and Divergence
Euler observes the two regimes without naming them formally:
| Condition | Behaviour | Example |
|---|---|---|
| Partial sums approach the fraction; error shrinks | : sums approach 2 | |
| Series diverges to ; equals | ||
| Series diverges, but remains equal to the fraction if the remainder term is kept | : |
(source: chapter-1.2.5)
Grandi’s Series
Setting in gives the famous result:
Euler’s argument: since the series never stops at or , its sum lies between 0 and 1, hence . This is an early example of assigning a value to a divergent series by symmetry — later formalised as Cesàro summation. (source: chapter-1.2.5)
General Formula
For any fraction :
This is the generalised geometric series with ratio . (source: chapter-1.2.5)
Significance
Euler closes the chapter by noting that the ability to resolve fractions into infinite series has produced “inventions of the utmost importance.” This foreshadows power series expansions of functions, Taylor series, and the use of generating functions — all central to later analysis. (source: chapter-1.2.5)
Binomial Series (Irrational and Negative Powers)
From Chapters 1.2.12 and 1.2.13, the geometric series is a special case () of the binomial series: substituting any real exponent into the binomial-theorem formula yields an infinite series for :
Key instances:
- : series for , used to approximate irrational square roots by rationals. (source: chapter-1.2.12)
- : series for . (source: chapter-1.2.12)
- : recovers the geometric series from Chapter 1.2.5. (source: chapter-1.2.13)
- : series for with natural-number and figurate-number coefficients. (source: chapter-1.2.13)
See ch1.2.12-irrational-powers-infinite-series and ch1.2.13-negative-powers-infinite-series.