Method of Undetermined Coefficients

Summary: Euler’s technique (§60–§61) for expanding a rational function as an infinite series: posit a series with unknown coefficients, multiply by the denominator, and match powers of to determine the coefficients one by one.

Sources: chapter4

Last updated: 2026-04-23


The method

Given a rational function with , write

with unknown coefficients . Multiply through by to obtain

Expanding the right-hand side and collecting powers of yields an infinite system of linear equations in the unknowns — the coefficients of matching powers on the two sides must be equal. Each equation determines the next coefficient in terms of its predecessors (source: chapter4, §60–§61).

Euler prefers this method to long division because long division is “tedious and there is no easy way to show the nature of the resulting infinite series” (source: chapter4, §61) — the recurrence produced by matching is more informative than the step-by-step quotient.

Worked examples

Linear denominator (§60)

For , multiplication gives , i.e.

Matching: and for any consecutive . This yields the geometric-series.

Quadratic denominator (§61)

For , the same procedure gives

Matching: , , and from the third power onward the three-term recurrence (source: chapter4, §61). Hence .

Lucas-number example (§61)

With : , then , so

— every coefficient is the sum of the two preceding ones (source: chapter4, §61).

Why the method works

Because , the power series satisfying is unique: the coefficient of on the left side equals a finite sum involving through degree at most , and matching these determines each coefficient in turn. Euler treats uniqueness as obvious; a modern statement would invoke the formal power series ring, where makes a unit.

Relationship to other methods

  • Long division produces the same series one term at a time, but does not exhibit the recurrence. See geometric-series §60 for the parallel.
  • Once the recurrence is identified, the series is a recurrent-series and the theory of Chapter 4 applies.
  • For irrational functions, the analogue is to assume the binomial form and derive term-to-term relations; see binomial-series.