Welcome back to Understanding Roots and Radicals! This is lesson three of four in the course, so we are rounding the final turn. Our first two lessons explored square roots — defining them as the inverse of squaring and then estimating non-perfect ones by bracketing. Today, we step from flat shapes into the three-dimensional world and introduce cube roots. By the end of this lesson, you will be able to define what a cube root is, connect it to a real-world context involving cubes, and evaluate cube roots of common perfect cubes with confidence.
Be a part of our community of 1M+ users who develop and demonstrate their skills on CodeSignal
In our first lesson, we connected square roots to geometry: the square root of a number gives the side length of a square with that area. Because 52=25, the side length of a square with an area of 25 square units must be 5.
Now imagine moving from flat squares to solid cubes. A cube is a three-dimensional box where every edge has the same length. If each edge is 3 units long, the volume of that cube is 3×3×3=27 cubic units. The natural question becomes: if we know the volume, how do we find the edge length? That is exactly what cube roots answer.
Cubing a number means raising it to the third power — in other words, using that number as a factor three times. For example:
43=4×4×4=64
A cube root reverses this process. The cube root of a number asks: what value, when cubed, produces this number? More formally, if b3=a, then 3a=b. We write the cube root of 64 using the radical symbol with a small 3 (called the index) like this: 364. Since 43=64, we know:
364=4
The index 3 is what distinguishes a cube root from a square root. Think of cubing and cube roots as a pair of opposite operations, just like squaring and square roots were in our first lesson.
Unlike square roots, the number under the radical sign can also be negative. Because (−4)3=−64, we have 3−64=−4 — cubing a negative number produces a negative result, so the cube root of a negative number is negative.
A perfect cube is a whole number that results from cubing a whole number. For example, 8 is a perfect cube because 23=8, and 125 is a perfect cube because 53=125. When we take the cube root of a perfect cube, the answer is a clean whole number.
Let's work through a few examples to build the habit:
Since 13=1, we have 31=1.
Since 23=8, we have 38=2.
Since 33=27, we have 327=3.
Since 53=125, we have 3125=5.
Notice the approach: to evaluate a cube root, ask yourself, "What number did I cube to get this?" The process is like reading a cubing table in reverse.
Just as we built a perfect squares table in our first lesson, it pays to have a reference for perfect cubes. Here are the cubes of whole numbers from 1 through 10:
Number
Cubed
Perfect Cube
1
13
1
2
23
8
3
33
27
4
43
64
5
53
125
6
63
216
7
73
343
8
83
512
9
93
729
10
103
1,000
Getting comfortable with these pairs will make cube root evaluation fast and effortless. You will notice that perfect cubes grow much more quickly than perfect squares — and that makes sense, because we are multiplying the base by itself one additional time.
One of the most natural places cube roots appear is in finding the edge length of a cube when its volume is known. The volume of a cube with edge length s is:
V=s3
To recover the edge length from the volume, we take the cube root of both sides:
s=3V
Suppose a cubic shipping box has a volume of 343 cubic inches. To find the edge length, we evaluate 3343. Checking our reference table, 73=343, so each edge of the box is 7 inches long.
Let's try another: a cubic planter holds 729 cubic centimeters of soil. Since 93=729, the planter's edge length is 3729=9 centimeters. The same logic applies to storage containers, display cases, candle molds, or any other cube-shaped object — whenever you know the volume, the cube root gives you the edge length.
In this lesson, we defined the cube root as the inverse of cubing, built a reference table of perfect cubes from 1 through 1,000, and connected cube roots to the practical task of finding a cube's edge length from its volume. The core idea mirrors what we learned about square roots: just as 25=5 because 52=25, we now know that 3125=5 because 53=125.
In our next and final lesson, we will connect radicals to fractional exponents, giving us a powerful new way to write and evaluate roots. First, though, it is time to put today's concepts into action — the upcoming practice exercises will have you cracking cube roots across all sorts of scenarios, from shipping boxes to chemistry labs, so let's dive in!