Method

Simplifying Radical Expressions

Expressions involving radicals be simplified using various properties of exponents and radicals. Consider the following square root. sqrt(50x^6y^4) Follow these four steps to simplify the expression.
1
Factor the Radicand
expand_more

Factor the number in the radicand into its prime factors and the variables into their smallest exponents. In this example, the number under the radical is 50 and it is a product of powers of 2 and 5. 50 = 2 * 5^2 Since x^6 and y^4 are already prime factors, the radical expression can be rewritten as follows. sqrt(50x^6y^4) = sqrt(2 * 5^2 * x^6 * y^4)

2
Separate Perfect Powers
expand_more

Identify and separate perfect powers that match the index of the radical. Identifying perfect squares for a square root means recognizing expressions that can be rewritten as the product of two identical powers with integer exponents. In the given example, 5^2, x^6, and y^4 are all perfect squares. sqrt(2 * 5^2 * x^6 * y^4) = sqrt(2 * 5^2 * (x^3)^2 * (y^2)^2)

3
Simplify the Perfect Powers
expand_more
The product property of radicals states that for any non-negative numbers the root of their product equals the product of their roots. This allows radicals to be split into separate radicals. Next, simplify each perfect square radical by taking their square roots individually.
sqrt(2 * 5^2 * (x^3)^2 * (y^2)^2)
sqrt(2) * sqrt(5^2) * sqrt((x^3)^2) * sqrt((y^2)^2)
sqrt(2) * 5 * sqrt((x^3)^2) * sqrt((y^2)^2)
sqrt(2) * 5 * |x^3| * |y^2|
Because y^2 is always non-negative, the absolute value of y^2 equals y^2. However, this rule does not hold for x^3 because its exponent is odd. sqrt(2) * 5 * |x^3| * |y^2| =sqrt(2) * 5 * |x^3| * y^2
4
Combine the Results
expand_more

Finally, combine the simplified terms outside the root while keeping any terms that are not perfect powers inside the radical. sqrt(2) * 5 * |x^3| * y^2 = 5sqrt(2)|x^3| y^2

Note that, depending on how complex the given radical expression is, different techniques, such as rationalizing or combining radicals, can be applied.
Exercises
Edit Lesson