Cube Roots

Summary: Cube roots are third roots, remain real for negative inputs, and form a distinct family of irrational quantities when the radicand is not a perfect cube. (source: chapter-1.1.14, source: chapter-1.1.15, source: chapter-1.1.18)

Sources: chapter-1.1.14, chapter-1.1.15, chapter-1.1.18, chapter-1.2.9

Last updated: 2026-04-28


Definition

The cube root of a number is the quantity whose cube equals that number. (source: chapter-1.1.15)

Exact and Inexact Cases

Perfect cubes such as , , and have exact cube roots , , and . When the radicand is not a perfect cube, the result is irrational. (source: chapter-1.1.15)

Operations

Euler treats cube roots with the same product and quotient logic used for square roots: (source: chapter-1.1.15)

He also rewrites extracted cube factors outside the radical, as in . (source: chapter-1.1.15)

Sign Rule

Unlike square roots, cube roots of negative numbers are real: (source: chapter-1.1.15, source: chapter-1.1.18)

Cube Root Extraction of Compound Quantities

Chapter 1.2.9 gives a systematic algorithm for extracting the cube root of a polynomial (§335–337): (source: chapter-1.2.9)

  1. Take the cube root of the leading term as the first term of the root.
  2. Subtract ; the remainder equals .
  3. Divide by the trial divisor to obtain the next term .
  4. Complete the divisor to and verify zero remainder.

The same algorithm underlies numerical cube root extraction. Examples: and . (source: chapter-1.2.9)