Chapter 17 — Using Recurrent Series to Find Roots of Equations

Summary: §332–§355. Euler inverts the direction of Chapter 13: there, the roots of the denominator were known and the closed-form general term was extracted; here, only the coefficients of an equation are given, and the recurrent series is run in order to discover the roots. Following Daniel Bernoulli (Volume III of the Commentaries of the St. Petersburg Academy), the quotient of consecutive coefficients of the recurrent series with scale approaches the largest root in absolute value — the Bernoulli method. The chapter then catalogues the failure modes (roots close in size, pairs, repeated roots, dominant complex pairs) and the remedies (the substitution , alternate-ratio reading, numerator as a safety, and the §348–§352 trinomial-factor extraction that recovers both modulus and argument of a dominant complex conjugate pair).

Sources: chapter17

Last updated: 2026-05-11


Movement 1 — The basic correspondence (§332–§338)

A rational function with constant term in the denominator,

expands as a recurrent series whose scale is (the §63 setup). If the denominator factors into distinct real linear factors , the general term is

with the largest of Then dominates for large , so

Numerator coefficients only affect — they do not change the limit (§336). The equation has roots ; equivalently (substitute ) has roots . So the largest root of the original equation equals the limiting ratio of the recurrent series whose scale is read off the equation’s coefficients.

Worked Example I (§338): . Form (numerator is arbitrary; this happens to give Lucas-like terms). The recurrent series gives , agreeing with the true to six digits.

Example II (§338): has three roots (since at ). Substituting , the smallest root comes from the recurrent series with ratio , vs. true .

See bernoullis-method-for-roots.

Movement 2 — Failure modes (§339–§342)

Roots of similar magnitude

Example III (§338) seeks the largest root of . After the equation becomes with roots . The series does not converge cleanly: the two largest roots in absolute value, and , are too close in size, and the powers of the second do not vanish quickly compared to the first (§339).

Remedy: substitution shift (§340–§341)

Substitute in to obtain with roots . Now the smallest of these new roots () is much smaller than the others, so it is reliably extracted by the recurrent series.

Example IV (§340) continues with , giving , recurrent series . Ratio , hence and , matching the true value to all printed digits.

The general principle (§341): if is approximately known to be near some root, then makes the corresponding root much smaller than the others, and the smallest-root version of Bernoulli’s method finds it cleanly. This bootstrap to any root is what makes the method universal.

Roots of equal magnitude, opposite sign (§342)

If both and are roots, then oscillates: never converges. But alternate ratios converge to . Example: has roots . The series has .

Movement 3 — Numerator choice (§343–§345)

The coefficient in depends only on the numerator of the rational function. By choosing the numerator equal to the product of all denominator factors except , one cancels that factor entirely and the series becomes geometric in some other root. So a careless choice of numerator can secretly elide the largest root.

§345 fixes this: use numerator . Then the recurrent series is determined by the scale alone, with no risk of accidental cancellation. The (signed) Example shows recovered correctly with numerator and scale .

Movement 4 — Repeated real factors (§346–§347)

If the denominator has with largest, the general term becomes . The ratio still tends to , but slowly and always from above.

Example I (§347): has as a double root. The series has ratios always greater than — converging slowly because only as .

For triple roots the leading coefficient becomes , with the same slow excess. The lesson: equations with repeated roots are intrinsically harder for Bernoulli’s method than those with all distinct roots. See bernoullis-method-for-roots for full details.

Movement 5 — Dominant complex factor (§348–§352)

When the denominator has a trinomial factor with greater than every other denominator pole, the general term (from Chapter 13) is

involves , which oscillates and never converges. Yet two consecutive recurrent-series relations and eliminate the unknown amplitudes and the index entirely, yielding the closed-form pair

This recovers both modulus and argument of the dominant complex conjugate pair from four consecutive terms of the recurrent series. See trinomial-factor-from-recurrent-series.

§349 warns of the threshold: the procedure works only when the product of the complex conjugate pair (which equals in the trinomial) is less than the square of the largest real root. Equal magnitudes produce a periodic series; complex roots dominating give nothing at all from a analysis without the §351–§352 trick.

Example I (§349): factors as . The complex-pair product is , so the real root dominates. Series ratio . Example II: has real root and complex pair with product (equal magnitude); the series is periodic and no root is read off. Example III: has real root and complex pair with product ; the series shows the real root recurring as a coincidence — it is not the dominant root and the method cannot recover it directly.

Movement 6 — Multiple equal trinomial factors and substitution rescue (§353)

When several equal trinomial factors stack, the analysis is impractical. If a real root is already known approximately, the §341 substitution converts to an equation in whose smallest root is the offset; the smallest-root version of Bernoulli’s method handles it.

Example (§353): has a root near . Substituting gives . With scale the recurrent series is , ratio , so .

Movement 7 — Geometric progression as a root detector (§354)

If the recurrent series eventually settles into a geometric progression with common ratio , then because the scale of the relation governs , substituting , , produces

i.e. is a root of the characteristic equation . This is the theoretical reason Bernoulli’s method works: the tail of the recurrent series, dominated by the largest root, becomes geometric with ratio , and that ratio satisfies the equation.

Movement 8 — Application to transcendental equations (§355)

The method generalizes formally to infinite equations. Euler’s example: from the sine series,

Rewriting , the scale is . Taking the first few terms of the recurrent series gives , with ratio , agreeing with to four digits — error . The method works because all roots of are real and the smallest (in absolute value) is well-separated from the next. For most transcendental equations this is not the case, so the method is rarely useful in the transcendental setting.

Significance

Chapter 17 turns the recurrent-series machinery into a general-purpose root-finder:

  • Numerically, every root of every polynomial equation is reachable by combining Bernoulli’s method with the substitution shift . Convergence is governed by the ratio of consecutive root magnitudes — fast when one root dominates, slow when several are close.
  • Algorithmically, the method is what we now recognize as the power method for the largest eigenvalue of the companion matrix: iterating , the dominant eigenvector emerges and the dominant eigenvalue is the Rayleigh quotient — precisely the ratio when is encoded as consecutive terms of the recurrent series.
  • The §351–§352 closed form , is a 1748 ancestor of techniques for finding complex dominant eigenvalues from real iterations (Wilkinson shifts, Bairstow’s method).

Chapter 17 is the computational counterpart of Chapter 13 — the inverse direction of the same correspondence between the scale of the relation of a recurrent series and the roots of its generating polynomial.