Bernoulli’s Method for Roots

Summary: §332–§347, §354–§355. Daniel Bernoulli’s procedure for finding the largest root in absolute value of an algebraic equation : form the recurrent series with scale and read the limit of (ratio of consecutive coefficients). Universality comes from the substitution shift : once any root is approximately known, shift to make that root small and rerun the method on the new equation to extract it as the smallest root. The page covers the basic procedure, the failure modes (close roots, pairs, repeated roots), the safety guarantee from numerator , and the §354 theoretical justification via geometric progression of the tail.

Sources: chapter17

Last updated: 2026-05-11


The principle (§332–§337)

Consider any equation

with roots (real and distinct for the moment). Substituting turns into

whose roots are . Now expand any rational function with this denominator as a recurrent series (§63):

with coefficients satisfying , , , — beyond the numerator’s length, the recurrence is pure.

If the denominator factors as into distinct real linear factors, then partial fractions give

so by §215 the general term is

Take . For large the term dominates absolutely, so

The numerator coefficients only affect the constants — they do not change the limit (source: chapter17, §336). Hence:

The largest root of — in absolute value — is the limit of the quotient of consecutive terms of any recurrent series whose scale of the relation is .

This is Bernoulli’s method.

Setting up the computation (§338)

  1. From the equation , read off the scale .
  2. Choose initial values (the first terms; equivalently, choose the numerator of the rational function).
  3. Generate as many terms as needed by the recurrence.
  4. The ratio of the last two terms approximates the largest root in absolute value.

The more terms taken, the better the approximation; the speed of convergence depends on how dominant is over the next-largest .

Example I — quadratic (§338)

. Scale: . Initial terms chosen as . Recurrence , , :

Quotient , vs. true value . Error one part per million. The successive quotients are alternately greater than and less than the true root.

Example II — finding a small root via (§338)

The equation has three roots (one-third the angle whose sine is ). Multiplying out: . The smallest root in absolute value is . To target it, work directly with rather than substituting — the roots of the equation are where are sines, but read with as variable name. Choose numerator for arithmetic convenience. Series:

Quotient . True .

Failure modes

Close roots (Example III, §338–§339)

Same equation , now seeking the largest root. With this becomes , roots . Scale , initial :

Negative term reveals the largest root is negative (), but is a poor approximation to . Why? The two largest roots in absolute value, and , are nearly equal in magnitude — their powers vanish at comparable rates, so the second-largest contribution decays slowly (§339). The approximations also alternate above and below the true value, because the powers of the second root alternate sign as stays positive while flips.

The remedy: substitution shift (§340–§341)

Substitute where is close to a target root. This shifts that root toward , making it the smallest in the new equation, and well-separated from the others (which are now near ). Then Bernoulli’s method applied to the new equation extracts the small root cleanly.

Continuing the example: with becomes , with roots . The first is , much smaller than the other two near .

Example IV (§340): from this equation set to get , scale of relation (smallest root) or (largest, with tricks). With scale for the smallest root and numerator :

, so , hence , matching the true value in all digits shown.

General principle (§341): if is approximately near some root, moves that root to a small -value, which Bernoulli’s method then resolves to high accuracy. This trick is what makes the method universal — any root can be located approximately by inspection of sign changes, refined to a few digits, then sharpened to many digits by the substitution-and-iterate cycle.

Roots of equal magnitude, opposite sign (§342)

If are both roots, does not have a single dominant term: the contributions oscillate. The ratio never converges. But the alternate-term ratio

converges to as long as the third-largest root has magnitude .

Example (§342): factors as , with roots . Scale , initial :

Alternate ratios: , , — all approximating . Once is known, is recovered (with sign determined by inspection).

Alternative: substitute to get with smallest root , scale :

, so and . The substitution rescue works as cleanly here as for close roots.

Numerator choice (§343–§345)

The recurrent series depends on the numerator only through the constants in . Crucially, the numerator can be chosen so that — in which case the largest root silently disappears from the series.

Example (§343): has largest root . The rational function

removes the factor entirely (after cancellation it equals , whose largest root is the largest root of , not ). The recurrent series (Fibonacci-like) approaches , not .

§344 turns the bug into a feature: by choosing the numerator equal to the product of all denominator factors except the one corresponding to a desired root, the series becomes purely geometric in that root.

Safe default (§345): take numerator . Then the partial-fraction expansion has no zero coefficients (a piece appears for every linear factor of the denominator), and the largest root is faithfully extracted. Confirming with : scale , numerator , initial :

Convergence to a constant ratio is clear, indicating a negative dominant root; vs. true . Slow because of the close-roots problem, but the method does find the right root rather than getting tricked.

Repeated real roots (§346–§347)

If the denominator has with largest, the general term becomes

So , but the ratio approaches slowly and always from above (since ). For triple roots the leading coefficient is , with quotient excess .

Example I (§347, double root)

has as a double root. Scale , numerator :

Ratios , always greater than , converging slowly.

Example II (§347, root much larger than the others)

has largest root , the others both (a non-leading double root). Scale :

Ratios approach quickly because greatly exceeds , even though is doubled: the doubling produces which still vanishes against .

Example III (§347, repeated root not dominant by much)

has roots . Scale :

Convergence to is sluggish: is small, and the root is doubled with amplitude. Repeated near-dominant roots are the slow case of slow cases.

The general lesson: equations with repeated roots are intrinsically harder for Bernoulli’s method than those with all distinct roots.

Theoretical justification: geometric tail (§354)

Why does hold? Take the tail of the recurrent series and suppose it is exactly a geometric progression with common ratio . Write five consecutive terms with , , , . The recurrence becomes, after dividing by ,

i.e. is a root of the characteristic equation . Conversely, if is any root, the pure geometric sequence satisfies the recurrence. Bernoulli’s method exploits the dominant root: for generic initial conditions, the recurrent-series tail is asymptotically geometric with common ratio (the dominant root), so .

This identification is what lets the method work in reverse: a recurrent series that empirically settles into a geometric progression reveals a root of the characteristic equation.

Application to transcendental equations (§355)

The procedure formally generalises to equations with infinitely many terms. The example: has smallest root . From the sine series,

or equivalently . The “infinite scale” is . Initial terms chosen and continuing by the recurrence:

Ratio , vs. true , error .

The method works for because all roots of this equation are real and the smallest in absolute value, , is well-separated from the next-smallest. For most transcendental equations (oscillatory functions, infinitely many roots near zero, dominant complex pairs) this clean situation fails, so §355 closes with the caveat that the method is seldom useful for infinite equations.

What about complex factors?

If the dominant pair of roots is complex conjugate (an irreducible trinomial factor in the denominator), the ratio oscillates and Bernoulli’s method as stated fails. Euler then derives a closed form for both modulus and argument from four consecutive terms — see trinomial-factor-from-recurrent-series.