Ch 1.2.12 — Of the Expression of Irrational Powers by Infinite Series

Summary: Extends the binomial theorem to fractional exponents, yielding infinite series for square roots and cube roots of compound expressions; uses iterative recentering to approximate irrational numbers by rationals to any desired accuracy.

Sources: chapter-1.2.12

Last updated: 2026-04-29


The General Binomial Series (articles 361–362)

The coefficient formula from ch1.2.10-higher-powers-compound is written with an undetermined exponent :

When is a positive integer the series terminates after terms. When is fractional or negative it continues infinitely. For simply negate the even-position terms. (source: chapter-1.2.12)

This is the binomial-theorem in its general form.

Square Root as a Series (articles 363–364)

Since , substitute . The successive coefficient fractions become and the powers of become , giving:

If is a perfect square, and the series is purely rational:

(source: chapter-1.2.12)

Every number may be written as for some perfect square , so this formula can approximate any square root. (source: chapter-1.2.12)

Numerical Example: (articles 365–366)

Write , so , :

Two terms give ; three terms give . Each partial sum is a rational approximation.

To accelerate convergence Euler recenters: since is close to , write and apply the formula again with , . Two terms give , which differs from by less than .

A further recentering gives , with error . The technique is a forerunner of Newton’s method for square roots. (source: chapter-1.2.12)

Cube Root as a Series (articles 367–368)

With :

If then and:

(source: chapter-1.2.12)

Numerical Example: (article 369)

Write , , :

Two terms give , whose cube exceeds 2 by . Recentering with , gives two-term approximation , with cube versus , error . (source: chapter-1.2.12)

Significance

The key insight is that the same binomial coefficient formula, valid for integer exponents, extends to all rational (and, by continuity, all real) exponents simply by allowing the series to continue infinitely. This observation is the seed of Newton’s generalised binomial series and ultimately of Taylor-series expansions. See binomial-theorem and infinite-series. (source: chapter-1.2.12)