Binomial Theorem

Summary: The formula expressing as a sum of terms with binomial coefficients; valid for all integer as a finite sum and extended to fractional and negative as an infinite series.

Sources: chapter-1.2.10, chapter-1.2.11, chapter-1.2.12, chapter-1.2.13

Last updated: 2026-04-29


Integer Exponents (finite form)

For a non-negative integer :

where the binomial coefficient is

Each term has exponents summing to . The coefficients form row of pascal-triangle. (source: chapter-1.2.10)

For , the same formula applies with the signs of odd-position terms negated. (source: chapter-1.2.10)

Coefficient Formula (Euler’s fractions)

Euler writes the coefficients of the th power using the fraction sequence :

  • 1st coefficient = 1
  • 2nd coefficient =
  • th coefficient = product of the first fractions

This is numerically identical to and allows any coefficient to be computed without Pascal’s triangle. (source: chapter-1.2.10)

Combinatorial Proof

The coefficient counts the number of distinct orderings of copies of and copies of , which equals . Proved in ch1.2.11-transpositions-and-binomial-proof. (source: chapter-1.2.11)

General Exponent (infinite series)

The same coefficient formula extends to any real . When is not a non-negative integer, the series does not terminate:

Key cases treated by Euler:

ExpressionChapter
as a seriesch1.2.12-irrational-powers-infinite-series
as a seriesch1.2.12-irrational-powers-infinite-series
— geometric seriesch1.2.13-negative-powers-infinite-series
— natural-number coefficientsch1.2.13-negative-powers-infinite-series
— triangular numbersch1.2.13-negative-powers-infinite-series

(sources: chapter-1.2.12, chapter-1.2.13)

Verification

Setting gives , which must equal the sum of all coefficients in the expansion. Euler verifies this for rows 1–7 of the integer table. (source: chapter-1.2.10)

For the infinite-series cases, Euler verifies by multiplying the series back by the appropriate power of and checking that all intermediate terms cancel, leaving 1. (source: chapter-1.2.13)

Historical Note

Euler presents what is now called Newton’s generalised binomial series, observing that the coefficient formula found for positive integers extends naturally to fractions and negatives. The convergence condition (that the ratio be small) is used implicitly through the iterative recentering procedure, but not stated as a formal criterion. (source: chapter-1.2.12)