Report

Help us improve this tool

Cube Root Calculator

Calculate the real and complex cube roots of any number with simplified radical form, prime factor triplets, and Newton-Raphson step-by-step breakdown.

O M T

What is a Cube Root?

The cube root of a number $N$, denoted as $\sqrt[3]{N}$ or $N^{1/3}$, is a number $y$ such that multiplying $y$ by itself three times equals $N$:

$$y^3 = y \times y \times y = N \iff y = \sqrt[3]{N}$$

Unlike square roots, every real number (both positive and negative) has exactly one real cube root. For example, $\sqrt[3]{8} = 2$ because $2^3 = 8$, and $\sqrt[3]{-8} = -2$ because $(-2)^3 = -8$.

How to Simplify Cube Roots (Radical Simplification)

To express a cube root in simplified radical form ($a\sqrt[3]{b}$):

  1. Find the Prime Factorization: Break the number under the radical down into its prime factors.
  2. Group Factors into Triplets: Group identical prime factors into sets of three.
  3. Pull Triplets Outside: For each triplet $p \times p \times p = p^3$, bring a single factor $p$ outside the radical.
  4. Leave Remaining Factors Inside: Multiply all non-triplet factors together under the radical sign.

Example: Simplify $\sqrt[3]{54}$

$$54 = 2 \times 3 \times 3 \times 3 = 2 \times 3^3 \implies \sqrt[3]{54} = \sqrt[3]{3^3 \times 2} = 3\sqrt[3]{2}$$

Table of Common Perfect Cubes

Integer ($n$) Cube ($n^3$) Cube Root ($\sqrt[3]{n^3}$)
$1$$1$$1$
$2$$8$$2$
$3$$27$$3$
$4$$64$$4$
$5$$125$$5$
$6$$216$$6$
$7$$343$$7$
$8$$512$$8$
$9$$729$$9$
$10$$1000$$10$

Complex Cube Roots

According to the Fundamental Theorem of Algebra, any non-zero real or complex number has exactly three cube roots in the complex plane. If $r = \sqrt[3]{N}$ is the real principal cube root, the three roots are:

$$z_1 = r, \quad z_2 = r\left(-\frac{1}{2} + i\frac{\sqrt{3}}{2}\right), \quad z_3 = r\left(-\frac{1}{2} - i\frac{\sqrt{3}}{2}\right)$$

For other root calculations, check out our Root Calculator, Square Root Calculator, and Complex Root Calculator.

Frequently Asked Questions

Can you calculate the cube root of a negative number?

Yes. Because the product of three negative numbers is negative (e.g. $(-3) \times (-3) \times (-3) = -27$), the cube root of a negative number is always a real negative number ($\sqrt[3]{-27} = -3$).

What is the difference between a square root and a cube root?

A square root finds a number that multiplies by itself twice ($y^2 = N$), which is only real for non-negative numbers. A cube root finds a number that multiplies by itself three times ($y^3 = N$), defined for all real numbers.

How do you calculate cube roots without a calculator?

You can approximate cube roots using the Newton-Raphson iteration formula: $$x_{n+1} = \frac{1}{3}\left(2x_n + \frac{N}{x_n^2}\right)$$ Starting from an initial guess $x_0$, this method converges quadratically to the true cube root in a few iterations.

Is cube root the same as raising to power 1/3?

Yes. In exponent notation, $\sqrt[3]{N} = N^{1/3}$.