Welcome to the final lesson of Understanding Roots and Radicals! Over the previous three lessons, we built a solid toolkit: we defined square roots as the inverse of squaring, learned to estimate non-perfect square roots by bracketing between whole numbers, and extended the idea into three dimensions with cube roots. In this fourth and final lesson, we bridge all of that work to a powerful new notation — fractional exponents. By the end, you will be able to translate fluently between radical notation and fractional exponent notation, recognizing them as two equivalent ways of writing the exact same operation.
Why Another Notation?
So far, we have used the radical symbol (x and 3) every time we needed to express a root. That notation works perfectly well, but mathematics offers a second way to write the same idea: . You might wonder why we need two notations for one operation. The short answer is .
The Key Idea: Exponents Can Be Fractions
From our earlier work with exponents, we know the product rule:
am×an=am+n
Now, suppose we have a mystery exponent and we multiply it by itself:
Square Roots as Fractional Exponents
Let's see this equivalence in action with values we already know from our perfect squares table. Since 25=5, we can also write 25. Here are a few more familiar examples:
Cube Roots as Fractional Exponents
The pattern carries over directly to cube roots. We saw in the previous lesson that 38=2 because . In fractional exponent form, that same fact looks like this:
Quick Reference: Radical vs. Fractional Exponent
The table below places both notations side by side for some common values. It can serve as a handy reference while you build fluency.
Radical Form
Fractional Exponent Form
Value
4
4
Converting in Both Directions
Translating between the two notations comes down to knowing where each piece goes. The table below summarizes the process for both directions:
Radical → Fractional Exponent
Fractional Exponent → Radical
Step 1: Number under the radical becomes the base
Step 1: Base becomes the number under the radical
Step 2: Index becomes the denominator (numerator = 1)
Step 2: Denominator becomes the index of the radical
Example:3125
Applying Both Notations to Real Measurements
Let's walk through a couple of practical examples that mix both notations. Imagine a square ceramic tile whose side length is given as 1691/2 millimeters. To find the actual length, we recognize that 1691/2 means . Since , the side length is .
Conclusion and Next Steps
In this lesson, we discovered that radicals and fractional exponents are two representations of the same idea: a=a1/2 (for ) for square roots and for cube roots. The denominator of the fractional exponent always matches the index of the radical, and converting between the two forms is a straightforward swap of notation. With this connection in place, you now have the flexibility to express and evaluate roots using whichever notation suits the situation.
Be a part of our community of 1M+ users who develop and demonstrate their skills on CodeSignal
x
fractional exponents
flexibility
Earlier in this learning path, you practiced exponent rules such as the product rule and the power rule. Those rules make calculations with exponents very efficient. When roots are written as exponents, those same rules apply to them directly — opening the door to simpler and faster manipulations down the road. Before we get into specifics, let's build an intuition for how a fraction can sit in an exponent and still make perfect sense.
a1/2
a1/2×a1/2=a1/2+1/2=a1=a
This tells us that a1/2 is the number which, when multiplied by itself, gives a. That is exactly the definition of the square root! So the product rule naturally leads us to a clean equivalence (for a≥0):
a=a1/2
The same logic works for cube roots. If we multiply a1/3 by itself three times:
a1/3×a1/3×a1/3=a1/3+1/3+1/3=a1=a
So a1/3 is the number which, when used as a factor three times, gives a. That is exactly the definition of the cube root:
3a=a1/3
Notice the pattern: the denominator of the fractional exponent matches the index of the radical. A denominator of 2 means square root; a denominator of 3 means cube root.
1/2
=
5
9=91/2=3
16=161/2=4
49=491/2=7
100=1001/2=10
In every case, reading a1/2 means find the number whose square isa. We are simply using exponent notation instead of the radical symbol.
23=
8
81/3=2
Let's convert a few more from our perfect cubes reference:
327=271/3=3
364=641/3
3125=1251/3
3729=7291/3
Reading a1/3 means find the number whose cube isa. The index 3 from the radical becomes the denominator 3 in the exponent.
One important distinction from square roots: because a negative number multiplied by itself three times still gives a negative result (for example, (−2)3=−8), the base acan be negative when the denominator of the fractional exponent is 3. For instance, (−8)1/3=3−8=−2. This flexibility does not extend to square roots, which is why you saw the restriction a≥0 applied to a1/2 earlier in the lesson.
1/2
2
36
361/2
6
81
811/2
9
144
1441/2
12
38
81/3
2
364
641/3
4
3216
2161/3
6
3512
5121/3
8
Notice the rule one more time: the index of the radical always becomes the denominator of the fractional exponent, and the number under the radical stays as the base.
→
1251/3
Example:1961/2→196
One small convention to remember: when the index is 2, we typically omit it and simply write 196 rather than 2196. This is the same convention we discussed in our very first lesson. Similarly, 3431/3 becomes 3343, where the denominator 3 appears explicitly as the index.
169
132=169
13 mm
Now picture a cubic storage bin with an edge length written as 3512 centimeters. We can convert this to fractional exponent form as 5121/3. Since 83=512, the edge length is 8 cm.
Whether a specification uses a radical or a fractional exponent, we can evaluate it confidently because both notations describe the same operation. In real-world settings — engineering drawings, architecture plans, science formulas — you may encounter either form, and now you have the skills to handle both.
a≥0
3a=a1/3
Congratulations on completing all four lessons in Understanding Roots and Radicals! The upcoming practice exercises will have you converting, evaluating, and applying both notations across a variety of scenarios — from filling in missing exponents to interpreting real-world measurements — so jump in and show what you have learned.