DoAssignment.ca

B1.2 · Interpret powers with rational exponents

Learn to interpret powers with rational exponents through clear examples and targeted practice.

Ontario Grade 11 Mathematics

Exponential Functions

Making sense of fractional exponents like $x^{1/2}$ and $x^{2/3}$

In Grade 10, you learned how to work with whole-number exponents and how to simplify square roots and other radicals. Those two ideas might have felt separate, but they are actually the same idea written in two different ways. A rational exponent is an exponent that is a fraction, like 12\frac{1}{2} or 23\frac{2}{3}, instead of a whole number. Once you understand what a fractional exponent really means, you can move between root notation (like x3\sqrt[3]{x}) and exponent notation (like x1/3x^{1/3}) whenever it is convenient. This flexibility is important because later work with functions, sequences, and algebraic expressions in this course often uses whichever form is easier to simplify. This lesson focuses only on understanding and evaluating rational exponents, not on solving equations with them.

What you will learn

Reviewing What You Already Know

Before fractional exponents make sense, let's remind ourselves of two Grade 10 ideas. First, an exponent tells you how many times to multiply a base by itself, so x3=x⋅x⋅xx^{3} = x \cdot x \cdot x. Second, a radical sign asks the opposite question: the square root x\sqrt{x} is the number that, multiplied by itself, gives xx, and the cube root x3\sqrt[3]{x} is the number that, multiplied by itself three times, gives xx.
The small number sitting in the crook of a radical sign, like the 33 in x3\sqrt[3]{x}, is called the index. It tells you how many equal factors multiply together to produce the value inside. When there is no index shown, as in x\sqrt{x}, the index is understood to be 22.
We also reviewed exponent laws in Grade 10, such as multiplying powers with the same base by adding exponents: xa⋅xb=xa+bx^{a} \cdot x^{b} = x^{a+b}. These laws still work when the exponents are fractions, which is one reason rational exponents are so useful.

What a Rational Exponent Means

A rational exponent is simply an exponent written as a fraction, such as 12\frac{1}{2}, 13\frac{1}{3}, or 23\frac{2}{3}. The denominator of the fraction tells you which root to take, and the numerator tells you what power to apply. This gives us a bridge between exponent notation and radical notation.
For an exponent of the form 1n\frac{1}{n}, the rule is x1/n=xnx^{1/n} = \sqrt[n]{x}, where nn is the index of the root. For example, x1/2x^{1/2} means the square root of xx, and x1/4x^{1/4} means the fourth root of xx. This makes sense because if you multiply x1/2x^{1/2} by itself, the exponent law for multiplying powers gives x1/2⋅x1/2=x1/2+1/2=x1x^{1/2} \cdot x^{1/2} = x^{1/2+1/2} = x^{1}, which matches exactly what a square root should do: multiplying the square root of xx by itself gives back xx.
For a more general rational exponent mn\frac{m}{n}, the rule expands to xm/n=(xn)m=xmnx^{m/n} = \left(\sqrt[n]{x}\right)^{m} = \sqrt[n]{x^{m}}. This means you can either take the root first and then raise to the power mm, or raise to the power mm first and then take the root. Both give the same answer, but taking the root first usually produces smaller, easier numbers to work with.
It helps to think of the fraction mn\frac{m}{n} as having two separate jobs: the denominator nn builds the root, and the numerator mm builds the power. Keeping these two jobs straight prevents a common mix-up where students apply the wrong number to the wrong operation.
xm/n=(xn)mx^{m/n} = (\sqrt[n]{x})^{m}

Seeing It in a Table

Sometimes it helps to see several examples side by side before working through full solutions. The table below shows the same idea expressed in exponent form and in radical form, moving from simple to more complex cases.

Applying the Rule to Numbers

Understanding the rule symbolically is only half the job. The real test is being able to evaluate an actual number, such as 272/327^{2/3}, without a calculator. The key strategy is always the same: identify the denominator as the root to take, identify the numerator as the power to apply, and take the root first.
This strategy works because taking the root first often turns a large number into a small, manageable base. For instance, 271/3=327^{1/3} = 3 because 3×3×3=273 \times 3 \times 3 = 27. Once you have that small number, raising it to the remaining power is much easier than trying to compute a large number raised to a fractional power directly.
It's also worth noting what happens with negative bases and even roots. An even root, such as a square root, of a negative number is not a real number within this course, so an expression like (−4)1/2(-4)^{1/2} has no real value here. However, an odd root, such as a cube root, of a negative number is perfectly fine, since a negative number multiplied by itself an odd number of times stays negative. For example, (−8)1/3=−2(-8)^{1/3} = -2 because (−2)×(−2)×(−2)=−8(-2)\times(-2)\times(-2) = -8.

Exponent Form Versus Radical Form

Exponent FormRadical FormMeaning in Words
x1/2x^{1/2}x\sqrt{x}the square root of xx
x1/3x^{1/3}x3\sqrt[3]{x}the cube root of xx
x2/3x^{2/3}(x3)2\left(\sqrt[3]{x}\right)^{2}the cube root of xx, then squared
x3/4x^{3/4}(x4)3\left(\sqrt[4]{x}\right)^{3}the fourth root of xx, then cubed

Worked example

Evaluating a Positive Base with a Rational Exponent

Evaluate 82/38^{2/3} without using a calculator.
  1. Identify the root and the power
    The exponent is 23\frac{2}{3}, so the denominator 33 tells us to take the cube root, and the numerator 22 tells us to then square the result.
    82/3=(83)28^{2/3} = (\sqrt[3]{8})^{2}
  2. Take the cube root first
    We look for a number that, multiplied by itself three times, gives 88. Since 2×2×2=82 \times 2 \times 2 = 8, the cube root of 88 is 22.
    83=2\sqrt[3]{8} = 2
  3. Apply the remaining power
    Now we square the result from the previous step, since the numerator of the original exponent was 22.
    22=42^{2} = 4
  4. State the final value
    Combining the two steps gives the evaluated result for the original expression.
    82/3=48^{2/3} = 4
Answer: 82/3=48^{2/3} = 4
Check: To check, we can also raise to the power first and then take the root: 82=648^{2} = 64, and 643=4\sqrt[3]{64} = 4 since 4×4×4=644 \times 4 \times 4 = 64. Both orders give the same answer, which confirms the rule works correctly.

Worked example

Evaluating a Rational Exponent with a Negative Base

Evaluate (−27)4/3(-27)^{4/3} without using a calculator.
  1. Identify the root and the power
    The denominator is 33, so we take the cube root, which is allowed for a negative base because 33 is an odd index. The numerator is 44, so after taking the root we raise the result to the fourth power.
    (−27)4/3=(−273)4(-27)^{4/3} = (\sqrt[3]{-27})^{4}
  2. Take the cube root first
    We need a number that, multiplied by itself three times, gives −27-27. Since (−3)×(−3)×(−3)=−27(-3)\times(-3)\times(-3) = -27, the cube root of −27-27 is −3-3.
    −273=−3\sqrt[3]{-27} = -3
  3. Apply the remaining power
    Now we raise −3-3 to the fourth power. Since the exponent 44 is even, the negative sign will disappear because the negatives multiply in pairs to give positives.
    (−3)4=81(-3)^{4} = 81
  4. State the final value
    Combining both steps gives the final evaluated value of the expression.
    (−27)4/3=81(-27)^{4/3} = 81
Answer: (−27)4/3=81(-27)^{4/3} = 81
Check: To check, notice that (−3)4=(−3)×(−3)×(−3)×(−3)=9×9=81(-3)^4 = (-3)\times(-3)\times(-3)\times(-3) = 9 \times 9 = 81, which matches. Also, the base under the odd root was negative, which was allowed, and the final outer power was even, which explains why the final answer came out positive.

Common mistakes and how to avoid them

Applying the numerator as the root and the denominator as the power, which reverses the roles and gives a completely different, incorrect value.
Correction: Always match the denominator of the exponent to the index of the root, and the numerator to the outer power, as in xm/n=(xn)mx^{m/n} = \left(\sqrt[n]{x}\right)^{m}.
Raising a large number to the power first, before taking the root, which creates a huge number that is hard to simplify by hand.
Correction: Take the root first whenever possible, since it usually produces a small, manageable base before applying the remaining power.
Assuming that a negative base under an even root, such as (−9)1/2(-9)^{1/2}, gives a real answer.
Correction: Recognize that even roots of negative numbers are not defined as real numbers in this course, while odd roots of negative numbers are always defined.
Forgetting that a negative sign disappears when raised to an even power at the end of a calculation, and leaving the answer negative by mistake.
Correction: Carefully track whether the final outer exponent is even or odd, since this determines the sign of the final answer when the base was negative.

Lesson summary

Check your understanding

Question 1

Which expression correctly rewrites x3/5x^{3/5} using a radical?
  1. x53\sqrt[3]{x^{5}}
  2. (x5)3\left(\sqrt[5]{x}\right)^{3}
  3. x5×3\sqrt[5]{x}\times 3
  4. 5x35\sqrt{x^{3}}
Show answer and explanation
(x5)3\left(\sqrt[5]{x}\right)^{3}
The denominator 55 becomes the index of the root, and the numerator 33 becomes the power applied after the root is taken, giving (x5)3\left(\sqrt[5]{x}\right)^{3}.

Question 2

What is the value of 163/416^{3/4}?
  1. 88
  2. 1212
  3. 6464
  4. 44
Show answer and explanation
88
Taking the fourth root of 1616 gives 22, since 2×2×2×2=162\times2\times2\times2=16. Then raising 22 to the power 33 gives 88.

Question 3

Why is (−16)1/2(-16)^{1/2} not defined as a real number in this course?
  1. Because 1616 is not a perfect square
  2. Because a negative number cannot appear as a base at all
  3. Because an even root of a negative number has no real value
  4. Because the exponent 12\frac{1}{2} is too small to use with negative bases
Show answer and explanation
Because an even root of a negative number has no real value
An even index root, like a square root, of a negative number does not produce a real result, since no real number multiplied by itself an even number of times gives a negative value.

Question 4

Evaluate (−8)2/3(-8)^{2/3}.
  1. −4-4
  2. 44
  3. −64-64
  4. 6464
Show answer and explanation
44
The cube root of −8-8 is −2-2, since it is an odd root of a negative number. Squaring −2-2 gives a positive result of 44.

Key terms

Rational exponent
An exponent written as a fraction, such as 23\frac{2}{3}, instead of a whole number.
Radical
An expression that uses a root symbol, such as x\sqrt{x} or x3\sqrt[3]{x}, to represent a root of a number.
Index
The small number placed in the crook of a radical sign that tells you which root to take, such as the 33 in x3\sqrt[3]{x}.
Base
The number or expression that an exponent is applied to, such as the xx in xm/nx^{m/n}.
Even root
A root whose index is an even number, such as a square root or a fourth root.
Odd root
A root whose index is an odd number, such as a cube root or a fifth root.

Continue through MCR3U

View the complete Ontario Grade 11 Mathematics learning path

About this lesson

Published by DoAssignment. This AI-assisted lesson follows Ontario Grade 11 Mathematics (MCR3U), expectation B1.2. It is a study resource, not an official curriculum publication.

Official curriculum reference

Report a correction or ask a question