Core answer: ∛x asks "what number cubed gives x": ∛27 = 3 because 3³ = 27. Unlike square roots, cube roots of negatives are fine: ∛(−8) = −2. Memorize the cubes 1, 8, 27, 64, 125, 216, 343, 512, 729, 1000 — they anchor all estimation.

The landmark cubes

nn
116216
287343
3278512
4649729
5125101000

Estimation example. ∛400: between 343 (7³) and 512 (8³), and 400 is 57/169 ≈ 1/3 of the way → ≈ 7.37. (Actual: 7.368.)

Where cube roots appear

  • Volume ↔ side: a 500 mL cube-shaped box has side ∛500 ≈ 7.94 cm.
  • Scaling laws: double a sphere's volume and the radius grows only ∛2 ≈ 26%; a 2-liter bottle is not twice as tall as a 1-liter.
  • Kepler's third law: orbital period² ∝ distance³, so distance = ∛(period²) in suitable units.
  • Statistics/finance: geometric mean of 3 growth factors is a cube root; CAGR over 3 years = ∛(final/initial) − 1.

Finance example. An investment grows from ¥100k to ¥133.1k in 3 years: CAGR = ∛(1.331) − 1 = 10%. (1.1³ = 1.331.)

Common mistakes and myths

  1. "Cube roots of negatives don't exist" — they do: (−4)³ = −64, so ∛(−64) = −4. It's even roots that ban negatives.
  2. Confusing ∛x with x/3 — ∛27 is 3, not 9; the root asks which number cubed, not a third of the value.
  3. Assuming doubling size doubles dimensions — volume ×2 means side ×∛2 ≈ 1.26; ×8 volume means side ×2.
  4. Estimating linearly — 400 is closer to 343 than 512 in value, but the root spacing isn't linear; refine with one Newton step (g' = (2g + x/g²)/3) for accuracy.
  5. Forgetting ∛(ab) = ∛a × ∛b — ∛1000 × ∛8 = 10 × 2 = 20 = ∛8000 ✓; use it to simplify.