Rationalization
Summary: The technique of eliminating radicals from a denominator by multiplying numerator and denominator by a conjugate expression, introduced by Euler in the context of dividing irrational quantities.
Sources: chapter-1.2.8, chapter-2.0.4, chapter-2.0.8, chapter-2.0.9, chapter-2.0.10, additions-5
Last updated: 2026-05-10
The Conjugate Trick
If the denominator is , multiplying top and bottom by produces the rational denominator (§330): (source: chapter-1.2.8)
The conjugate and original expression are a matched pair: their product is always rational (or integer) because the radical terms cancel.
Examples
From §330–331: (source: chapter-1.2.8)
| Original | Multiply by | Result |
|---|---|---|
Multi-Radical Denominators
When the denominator contains several distinct radicals, Euler eliminates them one at a time (§332). For example: (source: chapter-1.2.8)
Relation to Algebraic Identities
The conjugate technique rests on the difference-of-squares identity: (source: chapter-1.2.8)
The same identity from algebraic-identities that Euler derived in Chapter 1.2.3 is thus the algebraic engine behind denominator rationalization.
Rationalizing (Part II, Chapter 4)
A deeper use of rationalization is to find rational values of making a perfect square, so that becomes rational. Euler develops four rules (source: chapter-2.0.4):
| Rule | Condition | Ansatz |
|---|---|---|
| 1 | is a square | |
| 2 | is a square | |
| 3 | is a square | set root after factoring |
| 4 | Formula with linear | set root |
In each case the ansatz makes the square of the assumed root match the formula exactly, the highest-degree terms cancel, and a linear equation in remains — yielding an explicit rational solution depending on the free parameters and .
See ch2.0.4-surd-rationalization for full derivations and worked examples.
Higher-Degree Radicands (Part II, Chapters 8–10)
The four-rule scheme extends — with significant qualifications — to cubic and quartic radicands and to cube-root extraction.
| Chapter | Formula | Key restrictions |
|---|---|---|
| VIII | A seed solution is mandatory; each pass yields one new ; some formulas (e.g. ) admit only finitely many solutions | |
| IX | Three subclasses by which end is a square; up to six new values when both ends are squares; no method beyond degree 4 (§146) | |
| X | Three subclasses by which end is a cube; degree limit is 3 (one less than the squaring case) |
The common ansatz pattern across all chapters: choose a polynomial root with enough free parameters to kill the leading or trailing terms, then solve the residual linear equation. Failure modes recur — formulas with only first and last terms (e.g. , ) collapse to trivial .
Frontier (Ch IX §146): degree 5 and higher cannot be transformed into squares by these techniques. Euler treats this as the limit of “the subject hitherto known.”
Lagrange’s Decision Procedure for (Additions V)
Where Euler’s four rules of ch2.0.4-surd-rationalization are constructive but ad-hoc — each requires the radicand to fit a specific shape — Lagrange’s Add. V algorithm gives a uniform decision procedure:
- Reduce rational to making a square (with , , then strip square factors).
- Equivalently, solve in coprime integers.
- Apply the descent procedure: substitute with and , obtain a strictly smaller leading coefficient , iterate.
- Termination is guaranteed: either a square coefficient appears (success — back-substitute) or no valid residue exists (failure — proven impossible).
Once one rational with is found, all other rational solutions follow from the chord-method parametrization (Add. V Art. 57):
This subsumes Euler’s four rules: each rule corresponds to a special seed that the radicand’s shape provides for free, and the parametrization sweeps out all other solutions.
Worked impossibility: has no rational solution — see add5-rational-quadratic-surds Art. 58 for the descent proof.
Related pages
- ch1.2.8-calculation-irrational-quantities
- ch2.0.4-surd-rationalization
- ch2.0.8-cubic-surd-rationalization
- ch2.0.9-quartic-surd-rationalization
- ch2.0.10-cubic-formula-as-cube
- algebraic-identities
- irrational-numbers
- square-roots-and-irrational-numbers
- imaginary-numbers
- indeterminate-analysis
- sum-of-two-cubes
- add5-rational-quadratic-surds
- lagrange-reduction-algorithm