Report

Help us improve this tool

Perfect Cube Calculator

Check if any number is a perfect cube, find its cube root, nearest perfect cubes, simplest radical form, and prime factorization.

O M T

What is a Perfect Cube?

A perfect cube is an integer that is obtained by multiplying another integer by itself three times. In algebraic terms, if \(n\) and \(k\) are integers such that:

$$n = k^3 = k \times k \times k$$

then \(n\) is classified as a perfect cube, and \(k\) is the cube root of \(n\), denoted as \(\sqrt[3]{n} = k\).

Unlike square roots, where real square roots of negative numbers do not exist, every real number has a unique real cube root. Negative integers can also be perfect cubes because multiplying three negative numbers yields a negative product. For example, \((-3)^3 = (-3) \times (-3) \times (-3) = -27\), which makes \(-27\) a perfect cube.

Table of the First 20 Positive Perfect Cubes

Here is a quick reference table of the cubes of integers from 1 to 20:

Base Integer (\(k\)) Perfect Cube (\(k^3\)) Base Integer (\(k\)) Perfect Cube (\(k^3\))
1 1 11 1,331
2 8 12 1,728
3 27 13 2,197
4 64 14 2,744
5 125 15 3,375
6 216 16 4,096
7 343 17 4,913
8 512 18 5,832
9 729 19 6,859
10 1,000 20 8,000

How to Determine if a Number is a Perfect Cube

There are two main methods to test if a given integer is a perfect cube:

1. Cube Root Evaluation

Calculate the cube root of the number \(\sqrt[3]{n}\). If the resulting cube root is an integer with no fractional or decimal remainder, then \(n\) is a perfect cube. You can easily test and verify roots with our Cube Root Calculator.

2. Prime Factorization Method

Express the positive integer as the product of its prime factors:

$$n = p_1^{a_1} \times p_2^{a_2} \times \dots \times p_m^{a_m}$$

A number is a perfect cube if and only if all exponents (\(a_1, a_2, \dots, a_m\)) are multiples of 3. For example, consider \(216\):

$$216 = 2^3 \times 3^3$$

Since both exponents are 3, \(216 = (2 \times 3)^3 = 6^3\), confirming that 216 is a perfect cube.

Geometric Meaning of a Perfect Cube

Geometrically, a perfect cube represents the volume of a 3-dimensional cube whose side lengths are integers. If a solid cube has side length \(s = 4\text{ cm}\), its volume is \(V = 4^3 = 64\text{ cm}^3\). Explore three-dimensional geometry calculations with our Cube Calculator and Volume Calculator.

Frequently Asked Questions

Can a negative number be a perfect cube?

Yes. Because an odd power of a negative number is negative, any integer of the form \((-k)^3 = -k^3\) is a perfect cube. For instance, \(-8 = (-2)^3\) and \(-64 = (-4)^3\).

Is 0 a perfect cube?

Yes, 0 is a perfect cube because \(0^3 = 0 \times 0 \times 0 = 0\), and 0 is an integer.

What is the smallest positive perfect cube?

The smallest positive perfect cube is 1, since \(1^3 = 1\).

How do I find the smallest number to multiply by to make a number a perfect cube?

Find the prime factorization of the number. For each prime factor \(p\) whose exponent \(e\) is not a multiple of 3, calculate the missing count \((3 - (e \bmod 3))\). Multiply the corresponding powers of each prime factor together to find the smallest multiplier.

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

A square number is obtained by raising an integer to the second power (\(k^2\)), representing 2D area. A cube number is obtained by raising an integer to the third power (\(k^3\)), representing 3D volume.