How to Simplify Radical Expressions

A radical expression is composed of three parts:

a radical symbol, a radicand, and an index

In this tutorial, the primary focus is on simplifying radical expressions with an index of 2. This type of radical is commonly known as the square root.

Components of a Radical Expression

In the nth root of x, n is the index and x is the radicand.

Starting with a single radical expression, we want to break it down into pieces of “smaller” radical expressions. We hope that some of those pieces can be further simplified because the radicands (stuff inside the symbol) are perfect squares. Remember, the square root of perfect squares comes out very nicely!

We need to recognize how a perfect square number or expression may look like. Let’s do that by going over concrete examples.


Examples of Perfect Squares

Numbers that are perfect squares:
[latex]4[/latex]
[latex]9[/latex]
[latex]16[/latex]
[latex]25[/latex]
[latex]36[/latex]
[latex]49[/latex]
Algebraic expressions that are perfect squares:
[latex]{x^2}[/latex]
[latex]{y^4}[/latex]
[latex]{m^6}[/latex]
[latex]{k^{12}}[/latex]
[latex]{a^6}{b^4}{c^2}[/latex]
[latex]{q^{10}}{r^8}{s^{24}}{t^{16}}[/latex]

What makes them perfect squares?

Notice that the square root of each number above yields a whole number answer. Think of them as perfectly well-behaved numbers.

√(4)=2,√(9)=3,√(16)=4,√(25)=5,√(36)=6,√(49)=7

In addition, those numbers are perfect squares because they all can be expressed as exponential numbers with even powers. The powers don’t need to be “2” all the time. As long as the powers are even numbers such 2, 4, 6, 8, etc, they are considered to be perfect squares. One way to think about it, a pair of any number is a perfect square!

sqrt(4)=sqrt(2 squared)=2 and sqrt(49)=sqrt(7 squared)=7

More so, the variable expressions above are also perfect squares because all variables have even exponents or powers.


Examples of How to Simplify Radical Expressions

Example 1: Simplify the radical expression [latex] \sqrt {16} [/latex].

This is an easy one! The number 16 is obviously a perfect square because I can find a whole number that when multiplied by itself gives the target number. It must be 4 since (4)(4) =  42 = 16. Thus, the answer is

sqrt(16) = sqrt(4 squared) = 4

Below is a screenshot of the answer from the calculator which verifies our answer.

square root of 16 is 4

Example 2: Simplify the radical expression [latex]\sqrt {60}[/latex].

You can do some trial and error to find a number when squared gives 60. Going through some of the squares of the natural numbers…

There is no whole number that when multiplied by itself, gives 60.

The answer must be some number n found between 7 and 8. So we expect that the square root of 60 must contain decimal values. To simplify this radical number, try factoring it out such that one of the factors is a perfect square. By quick inspection, the number 4 is a perfect square that can divide 60.

So our answer is…

sqrt(60)=(2)[sqrt(15)]

And for our calculator check…

square root of 60 is 2 times the square root of 15

What rule did I use to break them as a product of square roots? Here it is!

Remember the rule below as you will use this over and over again.

PRODUCT RULE OF SQUARE ROOTS

sqrt(ab) = sqrt(a) x sqrt(b), where a is greater than 0 and b is greater than 0
  • This means that the square root of the product of a and b is equal to the product of their individual square roots.

Example 3: Simplify the radical expression [latex]\sqrt {72}[/latex] .

Always look for a perfect square factor of the radicand. After doing some trial and error, I found out that any of the perfect squares 4, 9, and 36 can divide 72. So which one should I pick? Actually, any of the three perfect square factors should work. However, the best option is the largest possible one because this greatly reduces the number of steps in the solution.

Compare what happens if I simplify the radical expression using each of the three possible perfect square factors. Picking the largest one makes the solution very short and to the point.

  • Start with 4
sqrt(72)=sqrt(4 x 18)=(6)[sqrt(2)]
  • Start with 9
sqrt(72)=sqrt(9 x 8)=(6)[sqrt(2)]
  • Start with 36
sqrt(72)=sqrt(36 x 2)=(6)[sqrt(2)]

It’s okay if ever you start with the smaller perfect square factors. You just need to make sure that you further simplify the leftover radicand (stuff inside the radical symbol). Repeat the process until such time when the radicand no longer has a perfect square factor.

Looks like the calculator agrees with our answer. Great!

square root of 72 is 6 times the square root of 2

Example 4: Simplify the radical expression [latex]\sqrt {48}[/latex] .

Another way to solve this is to perform prime factorization on the radicand. Then express the prime numbers in pairs as much as possible. The paired prime numbers will get out of the square root symbol, while the single prime will stay inside.

sqrt(48)=sqrt(2 x 2 x 2 x 2 x 3) =(4)[sqrt(3)]

And it checks when solved in the calculator.

square root of 48 is 4 times the square root of 3

Example 5: Simplify the radical expression [latex]\sqrt {200}[/latex] .

Let’s find a perfect square factor for the radicand. Although 25 can divide 200, the largest one is 100. Next, express the radicand as products of square roots, and simplify.

sqrt(200)=sqrt(100 x 2)=(10)[sqrt(2)]

The calculator gives us the same result!

square root of 200 is 10 times the square root of 2

Example 6: Simplify the radical expression [latex]\sqrt {180}[/latex] .

sqrt(180)=(6)[sqrt(5)]

Example 7: Simplify the radical expression [latex]\sqrt {12{x^2}{y^4}}[/latex] .

The radicand contains both numbers and variables. Let’s deal with them separately.

For the numerical term 12, its largest perfect square factor is 4. Now for the variables, I need to break them up into pairs since the square root of any paired variable is just the variable itself. The solution to this problem should look something like this…

sqrt[(120(x^2)(y^4)]=(2xy^2)[sqrt(3)]

The standard way of writing the final answer is to place all the terms (both numbers and variables) that are outside the radical symbol in front of the terms that remain inside.

For our calculator check:

the square root of 12 x squared and y to the fourth is 2 times the square root of x y squared

The calculator presents the answer a little bit different. However, I hope you can see that by doing some rearrangement to the terms that it matches with our final answer. Fantastic!


Example 8: Simplify the radical expression [latex]\sqrt {54{a^{10}}{b^{16}}{c^7}}[/latex].

For this problem, we are going to solve it in two ways. The goal is to show that there is an easier way to approach it especially when the exponents of the variables are getting larger.

Pairing Method: This is the usual way where we group the variables into two and then apply the square root operation to take the variable outside the radical symbol. You will see that for bigger powers, this method can be tedious and time-consuming.

sqrt[(54(a^10)(b^16)(c^7)]=(3a^5b^8c^3)[sqrt(6c)]

“Division of Even Powers” Method: You can’t find this name in any algebra textbook because I made it up. However, the key concept is there. The main approach is to express each variable as a product of terms with even and odd exponents. If the term has an even power already, then you have nothing to do. Otherwise, you need to express it as some even power plus 1.

Remember that getting the square root of “something” is equivalent to raising that “something” to a fractional exponent of [latex]{1 \over 2}[/latex].

Simply put, divide the exponent of that “something” by 2.

  • That’s the reason why we want to express them with even powers since any even number is divisible by 2.
sqrt[(54(a^10)(b^16)(c^7)]=[sqrt(9 x 6 x a^19 x b^16 x c^6 x c^1)]

Example 9: Simplify the radical expression [latex]\sqrt {400{h^3}{k^9}{m^7}{n^{13}}}[/latex] .

Let’s simplify this expression by first rewriting the odd exponents as powers of an even number plus 1.

For the number in the radicand, I see that 400 = 202.

sqrt[(400(h^3)(k^9)(m^7)(n^13)]=(20(h)(k^4)(m^3)(n^6))[sqrt(hkmn)]

Example 10: Simplify the radical expression [latex]\sqrt {147{w^6}{q^7}{r^{27}}}[/latex].

Express the odd powers as even numbers plus 1 then apply the square root to simplify further.

sqrt[(147(w^6)(q^7)(r^27)]=[7(w^3)(q^3)(r^13))[sqrt(3qr)]

Example 11: Simplify the radical expression [latex]\sqrt {32}[/latex] .

sqrt(32)=(4)[sqrt(2)]

Example 12: Simplify the radical expression [latex]\sqrt {125}[/latex] .

sqrt(125)=(5)[sqrt(5)]

Example 13: Simplify the radical expression [latex]\sqrt {80{x^3}y\,{z^5}}[/latex].

[sqrt(80(x^3)(y)(z^5)]=4x(z^2)[sqrt(5xyz)]

Example 14: Simplify the radical expression [latex]\sqrt {18m{}^{11}{n^{12}}{k^{13}}}[/latex].

[sqrt(18(m^11)(n^12)(k^13)]=3(m^5)(n^6)(k^6)[sqrt(2mk)]

You may also be interested in these related math lessons or tutorials:

Solving Radical Equations
Adding and Subtracting Radical Expressions
Multiplying Radical Expressions
Rationalizing the Denominator