Cube Root Calculator

Calculate the cube root of any number, including negatives. Find the value that when cubed gives the original number. Free ∛ calculator online.

3th Root
9.0000000000
Perfect root
Verification
729.000000
9.000000³ = 729.000000
Squared
81.000000
(9.0000)² = 81.000000
n^3
387,420,489.0000
729 raised to the 3
Perfect Cube?
Yes
9³ = 729
Prime Factorization
3^6
Of 729
Nearby Perfect Cubes
7³ = 343
8³ = 512
9³ = 729
10³ = 1,000
11³ = 1,331
12³ = 1,728
Planning notes, formulas, and examples

About the Cube Root Calculator

The Cube Root Calculator finds the cube root of any number, including negative values. The cube root of x is the number that, when multiplied by itself three times, equals x. For example, ∛27 = 3 because 3 × 3 × 3 = 27.

Unlike square roots, cube roots are defined for negative numbers: ∛(−8) = −2 because (−2)³ = −8. This makes the cube root function continuous across all real numbers.

Cube roots appear in volume calculations, physics (Kepler's third law), chemistry (molar volumes), and engineering. If you know the volume of a cube and need the side length, the cube root gives the answer.

When This Page Helps

Cube roots are harder to compute mentally than square roots. It shows precise results for any number, positive or negative.

How to Use the Inputs

  1. Enter any number (positive, negative, or zero).
  2. The cube root appears in the result panel.
  3. Check if the number is a perfect cube.
  4. Verify by cubing the result.
  5. Negative inputs are handled correctly.
Formula used
∛x = x^(1/3) The result r satisfies: r × r × r = x Perfect cube: if r is a whole number

Example Calculation

Result: 9

∛729 = 9. Verification: 9 × 9 × 9 = 729. Since 9 is a whole number, 729 is a perfect cube.

Tips & Best Practices

  • Perfect cubes: 1, 8, 27, 64, 125, 216, 343, 512, 729, 1000.
  • Cube roots of negative numbers are negative: ∛(−64) = −4.
  • ∛2 ≈ 1.2599 is irrational.
  • The cube root function is the inverse of x³.
  • Volume of a cube = side³, so side = ∛volume.

Cube Roots in Science

Kepler's Third Law relates orbital period to orbital radius using cube roots. In chemistry, the cube root relates volume to linear dimensions of molecules, crystals, and nanoparticles.

Cube Root vs. Square Root

The key difference is domain: square roots are only real for non-negative inputs, while cube roots are real for all real numbers. This makes cube roots useful when dealing with signed quantities like temperatures and forces.

Computing Cube Roots

Historically, cube roots were found using Newton's method or tables. Modern computers use the math library function cbrt(), which is optimized for speed and precision.

Sources & Methodology

Last updated:

Frequently Asked Questions

  • The cube root of x is a number r such that r³ = x. Every real number has exactly one real cube root. ∛8 = 2 because 2³ = 8.