This topic explains how to simplify and manipulate expressions involving radicals and rational exponents. These tools allow you to rewrite roots as powers and solve equations involving radicals more efficiently.
\sqrt{x}
or \sqrt[3]{x}
.x^{m/n}
means the nth root of x^m
: x^{m/n} = \sqrt[n]{x^m}
.\sqrt{x} = x^{1/2}
, \sqrt[3]{x^2} = x^{2/3}
, etc.x^a \cdot x^b = x^{a + b}
(x^a)^b = x^{ab}
(xy)^a = x^a y^a
Problem: Solve for x
: \sqrt{x + 1} = 5
Step 1: Square both sides:
(\sqrt{x + 1})^2 = 5^2
→ x + 1 = 25
Step 2: Subtract 1:
x = 24
Step 3: Check the solution in the original equation:
\sqrt{24 + 1} = \sqrt{25} = 5
→ ✅ Valid
Answer: x = 24