No history yet

Advanced Radical Simplification

Beyond Square Roots

You're comfortable with square roots, like how 16\sqrt{16} is 4. Now, let's generalize this concept. Instead of just finding a number that multiplies by itself twice to get another, we can look for numbers that multiply by themselves three, four, or any number of times. This is the idea behind nth roots.

index

noun

In a radical expression like xn\sqrt[n]{x}, the small number 'n' is the index. It tells you which root you are taking.

For example, the cube root of 8 is 2, because 222=82 \cdot 2 \cdot 2 = 8. We write this as 83=2\sqrt[3]{8} = 2. The fourth root of 81 is 3, because 3333=813 \cdot 3 \cdot 3 \cdot 3 = 81. We write this as 814=3\sqrt[4]{81} = 3. The same rules you used for simplifying square roots, the product and quotient properties, also apply to these higher-order roots.

Working with nth Roots

The product and quotient rules are your main tools for breaking down complex radicals into simpler forms. They work exactly the same way, no matter the index.

abn=anbn\sqrt[n]{ab} = \sqrt[n]{a} \cdot \sqrt[n]{b}

Let's simplify 1283\sqrt[3]{128}. We're looking for the largest perfect cube that divides 128. A quick check shows us that 43=644^3 = 64, and 128=642128 = 64 \cdot 2.

Using the product rule: 1283=6423=64323\sqrt[3]{128} = \sqrt[3]{64 \cdot 2} = \sqrt[3]{64} \cdot \sqrt[3]{2}

Since we know 643=4\sqrt[3]{64} = 4, the simplified form is 4234\sqrt[3]{2}.

abn=anbn\sqrt[n]{\frac{a}{b}} = \frac{\sqrt[n]{a}}{\sqrt[n]{b}}

Now let's try simplifying 16224\sqrt[4]{\frac{162}{2}}. First, simplify the fraction inside the radical: 1622=81\frac{162}{2} = 81. So we have 814\sqrt[4]{81}.

We're looking for a number that, when multiplied by itself four times, equals 81. That number is 3, because 34=813^4 = 81. So, the answer is 3.

Simplifying Variables

The same logic applies to variables with exponents. To simplify a variable under an nth root, you divide its exponent by the index. The whole number part of the result is the exponent of the variable that comes outside the radical, and the remainder is the exponent of the variable that stays inside.

Think of it like this: How many groups of size 'n' can you make from an exponent 'm'? The number of full groups comes out, and the leftovers stay in.

Let's simplify x83\sqrt[3]{x^8}.

We divide the exponent (8) by the index (3). 8 divided by 3 is 2 with a remainder of 2.

This means we can pull out x2x^2, and we are left with x2x^2 inside. The final simplified form is x2x23x^2\sqrt[3]{x^2}.

Now, let's put it all together with numbers and multiple variables. Consider 80x9y124\sqrt[4]{80x^9y^{12}}.

  1. Factor the number: The largest perfect fourth power that divides 80 is 16 (24=162^4 = 16). So, 80=16580 = 16 \cdot 5.
  2. Handle the x variable: Divide the exponent 9 by the index 4. This gives 2 with a remainder of 1. So we pull out x2x^2 and leave x1x^1 inside.
  3. Handle the y variable: Divide the exponent 12 by the index 4. This gives 3 with a remainder of 0. So we pull out y3y^3 and leave nothing inside.

Combining these pieces, we get: 165x8x1y124=164x84y1245x4=2x2y35x4\sqrt[4]{16 \cdot 5 \cdot x^8 \cdot x^1 \cdot y^{12}} = \sqrt[4]{16} \cdot \sqrt[4]{x^8} \cdot \sqrt[4]{y^{12}} \cdot \sqrt[4]{5x} = 2x^2y^3\sqrt[4]{5x}

A Note on Even Roots

There's one final, important detail. When you take an even root (square root, fourth root, etc.) of a variable expression and the result has an odd exponent, you must use absolute value bars. This ensures the result is always non-negative, because the original expression under the even root could not have been negative.

Consider x2\sqrt{x^2}. You might think it's just xx. But what if x=3x = -3? Then (3)2=9=3\sqrt{(-3)^2} = \sqrt{9} = 3. The result is not -3, it's 3|-3|. So, x2=x\sqrt{x^2} = |x|.

xnn=x, when n is even\sqrt[n]{x^n} = |x| \text{, when n is even}

Let's simplify x12y144\sqrt[4]{x^{12}y^{14}}.

  • For xx: 12÷4=312 \div 4 = 3. We pull out x3x^3. Since the index (4) is even and the resulting exponent (3) is odd, we need absolute value: x3|x^3|.
  • For yy: 14÷4=314 \div 4 = 3 with a remainder of 2. We pull out y3y^3 and leave y2y^2 inside. The index is even and the resulting exponent is odd, so we need absolute value here too: y3|y^3|.

The simplified expression is x3y3y24|x^3y^3|\sqrt[4]{y^2}.

You only need to worry about this rule when the index is even. For odd roots, like a cube root, you never use absolute value bars because you can take an odd root of a negative number (e.g., 83=2\sqrt[3]{-8} = -2).

Quiz Questions 1/6

What is the fourth root of 81, written as 814\sqrt[4]{81}?

Quiz Questions 2/6

Simplify the expression 1283\sqrt[3]{128}.

Now that you've seen how to simplify nth roots, test your skills.