Ch2.0.10 — Of the Method of rendering rational the irrational Formula

Summary: Treats the cube-root analog of the squaring problem — finding rational for which is a perfect cube. Three subclasses by which end is a cube; bootstrap from a known seed; the famous Fermat-style impossibility for being a cube; an example showing how factorable formulas with a square factor admit a parametric cube transformation; a concluding sketch of the biquadrate problem.

Sources: chapter-2.0.10

Last updated: 2026-05-09


The Problem (§147–148)

Find rational for which

has a rational cube root. Three preliminary observations:

  1. The technique is bounded at degree 3 in , in contrast to the squaring problem which extends to degree 4 (see ch2.0.9-quartic-surd-rationalization §146). (§147)
  2. The reduced case is trivial: . (§147)
  3. Without a cube structure on either end, a seed solution is mandatory. (§148)

Three structural cases exist, parallel to those of ch2.0.9-quartic-surd-rationalization:

CaseFormAnsatz
1 (first term cube)Root
2 (last term cube)Root
3 (both cubes)Two solutions from above plus a third with root

Case 1: First Term is a Cube (§149)

Suppose . Cubing: . Killing the linear term forces ; dividing the rest by :

The trivial seed is always available, yielding via this method the first new value.


Case 2: Last Term is a Cube (§150)

Suppose root . Cubing: . Killing the quadratic term forces ; the remaining linear comparison gives


Case 3: Both Ends are Cubes (§151)

Beyond the two values from Cases 1 and 2, take root . Cubing: ; the constant and cubic terms cancel, the rest divided by :

So Case 3 yields three distinct new values per pass.


Bootstrap from a Known Seed (§152)

If , substitute to get a Case 1 formula

then apply Case 1 to .


Worked Examples

: bootstrapping from (§153)

Case 1 with root . Cubing forces , so . The remaining terms give , hence

Iterating: substitute , get ; root forces ; gives

with further iterations possible.

at (§154)

Seed: . Substitute to get . Root with leads to

so .

at and (§158–159)

Two known seeds. Starting at : Case 1 gives (the other seed). Starting at with root , :

The Möbius substitution (sending , ) converts the formula into

whose numerator (after multiplying by ) is to be made a cube. Both endpoints and contribute cube structure; using Case 2 with root and :

The variant with root (Case 3) gives the dramatic value , with the formula equal to .


Impossibility Results

Only at (§155)

The formula admits the obvious cubes () and (). Although Case 3 applies, the natural ansatz root recovers only these. Substituting leads to (Case 2 form), which forces — no new value.

Euler appeals to the theorem (footnote 81) that

The sum of two cubes can never be a cube — i.e., has no nontrivial integer solutions.

This is Fermat’s Last Theorem at exponent , which Euler himself proved (essentially) in Vollständige Anleitung zur Algebra and earlier work. See sum-of-two-cubes.

Only at (§156)

Substitute : . All three cases yield or , confirming uniqueness.

Productive Counterexample: (§157)

At : trivial (). At : . Substituting : . Root with gives


Biquadrate Sketch (§160)

To make a fourth power: first make it a square (with rationalization rule from ch2.0.4-surd-rationalization), then make the resulting square root also a square.

Worked example — as a fourth power: rationalizing gives , with the square root . Multiply by : need to be a square. Set , divide by : need a square. Seed . Substitute , root :

Then .


Free-Parameter Cubes via a Square Factor (§161)

If a formula has the form alone, set root : then gives . Equivalently, for any rational (writing ).

More generally, any formula of the shape admits a free parametric cube root: set root . Cubing and dividing by :

This “shows how useful it is to resolve the given formulas into their factors, whenever it is possible” — the explicit motivation for the next chapter, on factorization techniques.


Method-Failure Summary

FormulaWhy methods fail
(no middle terms)Case 1 forces , hence trivial
(no middle terms)Case 2 forces , hence trivial
Neither end a cube, no seedBootstrap impossible — must search for seed by trial

These limits parallel the failure modes for square formulas in ch2.0.8-cubic-surd-rationalization §118 and ch2.0.9-quartic-surd-rationalization §131.