MathBored

Essential Math Primer
← Back to Primer Overview
R66 • Lesson 96 of 105

Rational Exponents

Connecting fractional exponents to radicals and root operations

Reserve & Extensions • K-12

Prerequisites: M23, M24

Key Concepts

  • rational exponents
  • radicals
  • nth roots
  • exponent rules

Rational Exponents

Rational exponents provide an elegant alternative notation for roots, unifying the rules of exponents and radicals into one system. Instead of juggling separate rules for exponents and roots, rational exponents let you use a single set of exponent rules for everything.

The Fundamental Definition

x1/n = n√x     (the nth root of x)

This means: "What number, raised to the nth power, gives x?"

Examples:
  • 91/2 = √9 = 3
  • 81/3 = 3√8 = 2
  • 161/4 = 4√16 = 2
  • 321/5 = 5√32 = 2
Why it works:

If x1/2 means √x, then (x1/2)2 = x(1/2)(2) = x1 = x. Squaring the square root returns x. The exponent rule (am)n = amn forces this definition.

The General Rational Exponent

xm/n = (n√x)m = n√(xm)

The denominator is the root; the numerator is the power. You can apply them in either order.

Worked Example 1: Evaluating Rational Exponents

Evaluate 82/3.

Method 1 (root first): 82/3 = (3√8)2 = 22 = 4

Method 2 (power first): 82/3 = 3√(82) = 3√64 = 4

Root first is usually easier -- smaller numbers to work with.

Worked Example 2: Converting Between Forms

Rewrite each expression:

Radical to exponent: 3√(x5) = x5/3

Exponent to radical: y-3/4 = 1 / y3/4 = 1 / (4√y)3

Simplify: √(x3) = x3/2

Simplifying with Exponent Rules

All the standard exponent rules apply to rational exponents:

RuleExample
am · an = am+nx1/2 · x1/3 = x5/6
am / an = am−nx3/4 / x1/4 = x1/2
(am)n = amn(x2/3)6 = x4
(ab)n = an · bn(4x)1/2 = 2x1/2

Worked Example 3: Simplifying Expressions

Simplify: (x1/3 · x3/4) / x1/6

  1. Multiply in the numerator: x1/3 + 3/4 = x4/12 + 9/12 = x13/12
  2. Divide: x13/12 − 1/6 = x13/12 − 2/12 = x11/12

Result: x11/12

Common Mistake

Students often confuse which part is the root and which is the power. In xm/n, the denominator n is the root and the numerator m is the power. Think: "Denominator is Down in the radical." So x2/3 is the cube root (3 is the root) raised to the 2nd power -- not the other way around.

Negative Rational Exponents

A negative exponent means reciprocal: x−m/n = 1/xm/n. For example, 27−2/3 = 1/272/3 = 1/(3√27)2 = 1/9.

Practice Problems

1. Evaluate: 163/4

Solution

(4√16)3 = 23 = 8

2. Evaluate: 25−1/2

Solution

1 / 251/2 = 1 / 5 = 1/5

3. Rewrite using rational exponents: 5√(a3b2)

Solution

(a3b2)1/5 = a3/5 b2/5

4. Simplify: x2/3 · x5/6

Solution

x2/3 + 5/6 = x4/6 + 5/6 = x3/2

5. Simplify: (8x6)2/3

Solution

82/3 · (x6)2/3 = (3√8)2 · x4 = 4 · x4 = 4x4

Summary

Overview