Additions Chapter V — Rational Solutions of Quadratic Surds
Summary: Lagrange’s fifth Addition gives the first systematic decision procedure for rationality of . Reducing to the canonical equation , he constructs a strictly decreasing sequence of integer coefficients via residue substitutions with and . Termination is guaranteed: either the procedure exhibits a rational solution, or it reaches an impossibility — no trial-and-error required.
Sources: additions-5
Last updated: 2026-05-10
Position in the Additions (Appendix to Chapter IV)
This chapter occupies Articles 49–60 (pp. 470–477) and is the centerpiece of the Additions: a complete, finite, mechanical algorithm for a problem Euler treated only by isolated tricks in ch2.0.4-surd-rationalization.
It is the Appendix to Chapter IV of the Additions — i.e. it depends on the residue-condition lemma of Add. IV Art. 48.
Reduction to the Canonical Form (Arts. 49–51)
Step 1 — Eliminate the linear term (Art. 49)
For , square and rearrange:
So is rational iff is rational. Setting , :
with (any signs).
Step 2 — Strip square factors (Art. 50)
If and where are square-free, then
Setting reduces the problem to making a square (and afterwards ).
Henceforth assume square-free.
Step 3 — Clear denominators (Art. 51)
Write with . The condition becomes
for integers .
Coprimality lemma: and .
Proof: If a prime divided both and , then (since is square-free, to the first power; combined with , we get , but divides only to the first power — contradiction). Similarly for .
Lagrange’s Reduction Algorithm (Arts. 52–55)
WLOG in absolute value. The algorithm produces a strictly decreasing sequence until either a square coefficient appears (success) or no valid residue exists (failure).
Single Reduction Step (Arts. 52–53)
Rewrite . Since , the Add. IV Art. 48 lemma gives with and . Substituting:
For this to be divisible by , the constant term must be divisible by . Writing and dividing through by :
with
Why
Since and :
— more carefully, . So the new leading coefficient is strictly smaller.
Three Outcomes (Art. 53)
After one reduction step, examine :
-
is a square → solved by inspection: take , , .
-
(or becomes so after stripping square factors) → multiply the equation by and use :
so … rearranging: must be a square (with , ). The roles of "" and "" have swapped, with smaller integers. Recurse.
-
→ set with chosen so , get
where , , and again . Iterate inside the same problem until reaching outcome 1 or 2.
Termination (Art. 55)
The descent forces a strictly decreasing sequence of positive integers
then (after a swap) , and so on. By infinite descent, the procedure terminates in finitely many steps with one of:
- A square coefficient (problem solvable, root explicitly constructed by back-substitution)
- An impossibility: at some step no valid with and exists.
This is the first complete decision procedure for rationality of — see lagrange-reduction-algorithm.
Worked Example 1 — (Art. 56)
Setup: , , . Then and . Need .
Strip square factor: , so reduce to (and remember to divide final by 2).
Setup: . Since , swap roles: , i.e. .
First reduction: Need with and .
- Try : . ✓
- New equation (divide by ): .
, not a square; , so swap. Multiply by :
Setting , need . Strip square factor of : reduce to (and remember to multiply final by 2).
Second reduction: . Need with and .
- Try : . ✓
- New equation: .
, not a square. Apply Art. 54: set with chosen so that . Take : . New equation:
The coefficient of is — a square! Solved.
Simplest solution: , , , hence , so . Doubling for the stripped factor: .
Back-substitution: , so . From we get , i.e. .
- Case : , so . Halving (for the original square strip): .
- Case : , so . Halving: — but we need to recompute: actually , but the chapter writes and then directly substitutes.
Setting : , i.e. . By the quadratic formula: , giving or .
The Case root yields or .
General Parametrization (Art. 57 Scholium)
Once one rational is known with , all rational making the form a square are given by
with a free parameter.
Proof sketch: Set and use to eliminate the constants; solving for gives the formula. This is a chord-method argument: given one rational point on the conic, intersect with a line of variable rational slope to sweep out all other rational points.
For Example 1 with , :
This is the general rational expression for all making a square.
Worked Example 2 — Impossible (Art. 58)
, , both square-free. So .
First reduction: Need with and . Try :
: — at : . ✓
(Lagrange notes this is the only value.) New equation: .
, less than . Multiply by and rearrange:
Setting , need . Square-free , .
Second reduction: , i.e. . Need with and .
Try : — none divisible by .
Conclusion: The procedure terminates with no valid residue. The original equation has no rational solution — proved by exhaustive descent.
This is a remarkable result: certifying impossibility in finitely many steps, without ad-hoc tricks. Compare the residue-class arguments of ch2.0.5-impossibility-quadratic-squares which are typically tailored case-by-case.
Corollary — General Quadratic in Two Unknowns (Art. 59)
If should be made to admit rational , solve for :
where , , . Apply Lagrange’s algorithm to — every rational quadratic in two unknowns reduces to the canonical problem.
Forward References (Art. 60 Scholium)
Lagrange points the reader to:
- Mémoires de l’Académie de Berlin, 1767: “Nouvelle Méthode pour résoudre les Problèmes Indéterminés” — the original presentation; first direct method, no trial.
- Mémoires, 1770 and following: theory of the form of divisors of — a precursor to genus theory and quadratic reciprocity. By inspecting the form of alone, one can sometimes certify unsolvable without running the full descent.
This connects to the composition law developed in Add. II via Pell’s equation and the proto-genus phenomena Euler observed in ch2.0.11-quadratic-form-factorization.
Related pages
- lagrange-reduction-algorithm — concept page on the descending procedure
- add4-integer-method-linear-y — Art. 48 lemma that justifies
- ch2.0.4-surd-rationalization — Euler’s case-by-case rationalization rules (the problem this chapter systematizes)
- ch2.0.5-impossibility-quadratic-squares — Euler’s residue-class impossibility arguments
- rationalization — concept page on radical elimination
- indeterminate-analysis — overarching framework
- pythagorean-triples — Art. 57 parametrization is the chord-method analog for the unit circle
- pell-equation — Art. 60 forward references
- binary-quadratic-forms — the form-divisor theory mentioned in Art. 60
- infinite-descent — the proof technique underlying termination