Chapter XV — Solutions of some Questions, in which Cubes are Required
Summary: Four worked questions transforming formulas into cubes, plus the proof of Fermat’s Last Theorem at (Euler’s celebrated result) and a companion theorem that no sum or difference of two cubes can equal twice a cube. Closes Euler’s treatise on indeterminate analysis (§250).
Sources: chapter-2.0.15
Last updated: 2026-05-09
Orientation (§241)
Having dispatched square-formula questions in the previous chapter, Euler now addresses formulas that must become cubes. The four problems in this chapter occasion two impossibility theorems (FLT for , and ) and a parametric solution for .
Q1 — a cube (§242), and the §243 Theorem
Set , so must be a cube. Multiply by and use the cube ansatz for the cube root: extensive manipulation produces
reducing the problem to making a square, with seed . Bootstrap produces the formula , which can never be a square unless . Substituting gives , with seed . But at , , and we draw no conclusion. No nontrivial seed exists, hinting at an impossibility proof.
§243 Theorem: — Fermat’s Last Theorem at
Proof structure (full details — Euler’s most famous result in number theory):
- WLOG . One of even, the other odd.
- WLOG both odd (handling the sum case; the difference case is analogous).
- Set , , so , , with of opposite parity. Then
So we must show cannot be a cube.
- If it were, divisibility by 8 forces odd, so even, and a whole cube.
- The factors and are coprime unless . Two cases.
Case 1: — factors coprime, so each separately a cube
To represent as a cube via the brahmagupta-fibonacci-identity for :
which gives
Then a cube requires a cube. The three factors are pairwise coprime, so each must separately be a cube:
But this gives two smaller cubes whose sum is a cube (namely , which must be a cube). Infinite descent: a smaller solution exists, contradicting minimality.
Case 2: , so
Set , formula becomes . Now and are coprime, even. Each factor independently a cube; the same Brahmagupta-form argument on gives
The constraint that be a cube reduces to a cube, three coprime factors each a cube: , , . Again two smaller cubes whose difference is a cube — descent.
- Hence neither case admits any solution, completing the proof.
This is Euler’s celebrated proof. The use of implicitly assumes unique factorization in , which fails (the ring is not a UFD); the proof can be repaired by passing to where . The descent skeleton stays correct.
See fermats-last-theorem-n3 for the proof distilled.
Q2 — a cube (§245-247)
Given two cubes , find making a cube. Substitute : must transform into a cube. Take root :
Set to kill the linear-in- mismatch in third-order terms; solve for :
Hence
Examples:
| Identity | ||
|---|---|---|
| cube | ||
| cube |
§246 Remarkable case — Theorem §247:
When , the formula gives : no solution. Euler concludes that
is impossible (the equation ). Equivalently, no two cubes can sum to twice a cube.
Proof sketch (parallel to §243): WLOG , both odd. Set , . Then , and we want this a cube, i.e., a cube. Two cases on whether :
- Case 1: . Setting and leads to the requirement that is a cube — a chain of three coprime factors each a cube. This yields , , , hence smaller cubes summing to a cube → descent.
- Case 2: . Parallel argument via giving , smaller difference of cubes equal to twice a cube → descent.
Hence no integer solution exists.
The exception trivially gives trivial when , which Euler explicitly excludes.
Q3 — General (§248)
Now neither nor is fixed — find a parametric infinite family. Setting , , , converts the equation into
Both sides have the form , which by the structure of (Article 176) must share a common divisor . Setting
yields explicit parametrizations , , , . Eliminating gives
(Free parameters: .)
Worked examples:
| Choice | Result |
|---|---|
| , i.e., | |
| , i.e., ; dividing by 2: | |
| , i.e., ; dividing by 2: | |
| — the classic |
The progression (consecutive integers!) suggests Q4.
Q4 — Three numbers in arithmetic progression with common difference 1 whose cubes sum to a cube (§249)
Let middle number , so least is , greatest . Sum:
This must be a cube. Trial gives as a seed (corresponding to ). Bootstrap with : must be a cube. Root kills the constant; kills the linear term. The remaining quadratic in gives
Reducing the question to squares is cleaner: setting gives . Hence the denominator (with , ) must be a square; bootstrap yields , .
After full computation, the second AP solution:
with cube-sum . So besides the next AP-of-difference-1 cube triple is .
§250 — Closing the Treatise
“We shall here finish this Treatise on the Indeterminate Analysis, having had sufficient occasion, in the questions which we have resolved, to explain the chief artifices that have hitherto been devised in this branch of Algebra.”
Part II of Elements of Algebra ends here. The “Questions for Practice” follow as fourteen exercises consolidating the material.
Concept Pages
- fermats-last-theorem-n3 — proved in §243
- sum-of-two-cubes — restates §243 in modern form
- infinite-descent — proof method for both §243 and §247
- brahmagupta-fibonacci-identity — used implicitly in expansion
- three-cubes-as-cube — §248 parametrization, generating etc.