Additions Chapter IV — General Integer Method when One Variable is Linear
Summary: Lagrange’s fourth Addition treats general polynomial Diophantine equations of the form in which appears at most to the first degree. Solving for and using a polynomial elimination of between numerator and denominator, one shows that the denominator must divide a fixed integer — so only finitely many candidate -values exist, except in the special case of a constant denominator (where the residue-class machinery of Add. III applies).
Sources: additions-4
Last updated: 2026-05-10
Position in the Additions (Appendix to Chapter III)
This chapter occupies Articles 46–48 (pp. 467–469). It is the Appendix to Chapter III of the Additions, extending the linear method to a polynomial setting.
Whereas Add. III handled — first-degree, one unknown linear in each variable — Add. IV addresses any polynomial equation in two variables provided one variable, say , has degree at most 1.
The General Setup (Art. 46)
Equation:
with integer coefficients , and we seek integer solutions .
Solving for :
The question reduces to: for which integer does ?
The Resultant Criterion (Art. 46, continued)
Step 1: Eliminate between and by the standard algebraic resultant — this gives a polynomial relation in alone:
with rational-integer coefficients depending on . The constant term is the resultant of and .
Step 2: Substitute (since ):
Step 3: Every term except the leading contains a factor of . Hence
Algorithm:
- Compute the resultant — a fixed integer.
- Enumerate the divisors of (positive and negative). Each divisor is a candidate value of .
- For each candidate , solve the polynomial equation for integer .
- Substitute each integer into to check whether comes out as an integer.
Conclusion: This procedure finds all integer solutions, and the number of integer solutions is finite (since has finitely many divisors and each candidate has finitely many integer roots).
Exception: Constant Denominator (Art. 47)
The argument fails if is a constant — i.e. if all the -coefficients vanish. Then
and the question becomes: for which integers is divisible by ?
Periodicity: If satisfies the divisibility condition, so does for any (since the polynomial is integer-valued and shifting by a multiple of preserves residues mod ). Hence one need only check residues .
Solution form: If are the residues (with ) that make the polynomial divisible by , then all integer solutions are
Each generates an arithmetic progression of solutions — so the solution set is infinite in this exceptional case.
Lagrange notes that further refinements appear in his 1768 Berlin memoir Nouvelle Méthode pour résoudre les Problèmes Indéterminés — see the next chapter (Add. V) for the principal application.
Lemma — Integrality of a Homogeneous Form (Art. 48)
Statement: Determine integers such that
is an integer.
Hypotheses: and (the latter is restrictive; relaxation discussed below).
Reduction trick: By Add. III, we can always solve for integers given . Substituting:
All terms except the leading one carry a factor of . Since , the form is divisible by iff the leading coefficient is:
This is a single-variable polynomial congruence , exactly the situation of Art. 47. Solve it for the residues and recover
Generalization: If , set , with and proceed; if , set with . The lemma then applies in the reduced variables.
This lemma is the key technical input to Add. V — see add5-rational-quadratic-surds Art. 51–52, which uses it to reduce the problem of rational to a residue search modulo .
Comparison with the Main Text
This chapter has no direct counterpart in Euler’s main Elements of Algebra, which treats specific Diophantine families (linear, Pell, surd-rationalization) but not the general polynomial case where one variable is linear.
The closest main-text relatives are:
- ch2.0.3-compound-indeterminate-equations — compound equations where appears linearly and to higher degrees; Lagrange’s Art. 46 generalizes Euler’s heuristic divisor scan.
- ch2.0.4-surd-rationalization — rationalization of , the special case treated in Add. V.
Related pages
- add3-integer-linear-equations — the linear case used as a building block (Art. 48 substitution)
- add5-rational-quadratic-surds — the principal application: Lagrange’s quadratic-surd algorithm
- ch2.0.3-compound-indeterminate-equations — Euler’s main-text version of the same problem class
- indeterminate-analysis — overview of integer-Diophantine techniques
- linear-diophantine-equations — concept page used by Art. 48