Skip to main content

Radical Simplifier

Mathematics - Simplifying Radicals

Radical Simplifier

Simplify square roots, cube roots, and higher radicals with step-by-step explanation. Factor out perfect squares and powers, reduce radicals to simplest form, and learn the rules for working with radical expressions.

Simplify a Radical

Enter a radicand (the number under the radical) and choose the index (root). Click Simplify to see the radical in simplest form with step-by-step working.

Simplified radical will appear here.
Note: A radical is in simplest form when the radicand has no perfect square factors (for square roots), no perfect cube factors (for cube roots), etc. The calculator factors out all perfect n-th powers.

Simplifying Radicals – Complete Explanation

Simplifying radicals means rewriting a radical expression in its most reduced form by factoring out all perfect n-th powers from the radicand. A radical is in simplest form when no factor inside the radical can be extracted as a whole root.

Product Rule for Radicals

โฟ√(a × b) = โฟ√a × โฟ√b

This rule allows you to break a radical into factors, simplify perfect powers, and combine the results.

1. What Are Radicals?

A radical expression has the form โฟ√a, where:

  • n is the index (the root being taken — 2 for square root, 3 for cube root, etc.)
  • a is the radicand (the number or expression under the radical)
  • is the radical symbol

When the index is 2 (square root), it's typically not written: √a means ²√a.

2. The Product Rule for Radicals

The product rule is the foundation of radical simplification:

Product Rule: โฟ√(a × b) = โฟ√a × โฟ√b

Example: √(36 × 2) = √36 × √2 = 6√2

This works because √36 = 6 (a perfect square), leaving √2 inside.

Important: The product rule works only for multiplication. There is NO similar rule for addition or subtraction: √(a + b) ≠ √a + √b.

3. How to Simplify Radicals

The process for simplifying a radical โฟ√a:

  1. Find the prime factorization of the radicand.
  2. Group the prime factors into sets of size n (the index).
  3. For each complete set of n identical factors, one factor moves outside the radical.
  4. Factors that don't form complete sets stay inside the radical.
  5. Multiply the outside factors together and the inside factors together.

4. Step-by-Step Examples

Example 1: Simplifying a Square Root

Simplify √72

Step 1: Prime factorize 72:
        72 = 2 × 2 × 2 × 3 × 3 = 2³ × 3²

Step 2: Group into pairs (index = 2):
        2 appears 3 times → one pair (2²) comes out, one 2 stays in
        3 appears 2 times → one pair (3²) comes out

Step 3: Extract perfect squares:
        √72 = √(2² × 3² × 2)
             = √(2²) × √(3²) × √2
             = 2 × 3 × √2
             = 6√2

Result: √72 = 6√2
Check: (6√2)² = 36 × 2 = 72 ✓

Example 2: Simplifying a Cube Root

Simplify ∛54

Step 1: Prime factorize 54:
        54 = 2 × 3 × 3 × 3 = 2 × 3³

Step 2: Group into triples (index = 3):
        3 appears 3 times → one triple comes out
        2 appears 1 time → stays inside

Step 3: Extract perfect cube:
        ∛54 = ∛(3³ × 2)
             = ∛(3³) × ∛2
             = 3∛2

Result: ∛54 = 3∛2
Check: (3∛2)³ = 27 × 2 = 54 ✓

5. More Examples

Example 1: √48 = √(16 × 3) = 4√3

Prime factors: 48 = 2⁴ × 3 → (2²)² × 3 → 4√3

Example 2: √125 = √(25 × 5) = 5√5

Prime factors: 125 = 5³ → 5² × 5 → 5√5

Example 3: √98 = √(49 × 2) = 7√2

Prime factors: 98 = 2 × 7² → 7√2

Example 4: √200 = √(100 × 2) = 10√2

Prime factors: 200 = 2³ × 5² → (2² × 5²) × 2 → 10√2

6. Cube Roots and Higher Roots

The same principle applies to all roots — just change the group size:

Cube Root (index 3): ∛40 = ∛(8 × 5) = 2∛5

Prime factors: 40 = 2³ × 5 → 2∛5

Fourth Root (index 4): ⁴√80 = ⁴√(16 × 5) = 2⁴√5

Prime factors: 80 = 2⁴ × 5 → 2⁴√5

Cube Root: ∛250 = ∛(125 × 2) = 5∛2

Prime factors: 250 = 2 × 5³ → 5∛2

7. Simplifying Radicals with Variables

For radicals containing variables, the same grouping principle applies:

Example: √(x⁵) = √(x⁴ × x) = x²√x

Example: ∛(x⁸) = ∛(x⁶ × x²) = x²∛(x²)

Example: √(9x⁴y³) = √9 × √(x⁴) × √(y³) = 3x²y√y

Rule for variables: For โฟ√(xแต), divide the exponent m by the index n. The quotient goes outside (as x^quotient), and the remainder stays inside (as x^remainder).

8. Common Mistakes to Avoid

  • Forgetting to check for the largest perfect square factor: √72 = 6√2, not 2√18 (which can be simplified further to 6√2).
  • Adding radicals incorrectly: √9 + √16 = 3 + 4 = 7, but √(9 + 16) = √25 = 5. The square root does NOT distribute over addition.
  • Confusing the index: The simplification rules depend on the index. A cube root needs groups of three, not two.
  • Leaving a radical in the denominator: While not always required, rationalizing the denominator (removing radicals from the bottom of a fraction) is standard form.
  • Assuming all radicals can be simplified: Some radicands have no perfect square factors (e.g., √7, √11, √30). They are already in simplest form.

9. Real-World Applications

  • Geometry: Simplifying square roots appears in the Pythagorean theorem, distance formula, and area/perimeter calculations.
  • Trigonometry: Exact values of trig functions often involve simplified radicals (e.g., sin 45° = √2/2).
  • Physics: Simplifying expressions involving square roots in kinematics, energy, and wave equations.
  • Engineering: Simplifying radical expressions in formulas for stress, strain, and electrical impedance.
  • Computer Graphics: Distance calculations using the Euclidean norm produce radicals that may need simplification.
  • Architecture: The golden ratio ฯ† = (1 + √5)/2 involves a simplified radical.

10. Practice Problems with Solutions

Problem 1: Simplify √50.

Solution: 50 = 2 × 5² → 5√2

Problem 2: Simplify √180.

Solution: 180 = 2² × 3² × 5 → 6√5

Problem 3: Simplify ∛24.

Solution: 24 = 2³ × 3 → 2∛3

Problem 4: Simplify √(12) + √(27).

Solution: 2√3 + 3√3 = 5√3

11. Tips for Mastering Radicals

  • Memorize perfect squares up to 15² = 225 and perfect cubes up to 6³ = 216 — this speeds up simplification dramatically.
  • Always look for the largest perfect square factor to avoid multiple simplification steps.
  • Use prime factorization when you're stuck or dealing with large numbers.
  • Check your answer by squaring (or cubing) the simplified result — you should get the original radicand.
  • When adding or subtracting radicals, simplify each radical first, then combine like terms (same radicand and index).
  • Practice with both numbers and variables to build full fluency.

12. Final Thoughts

Simplifying radicals is a foundational algebra skill that appears throughout mathematics — from solving quadratic equations and working with the Pythagorean theorem to evaluating trigonometric functions and simplifying calculus expressions. The key insight is elegant: by finding and extracting perfect n-th powers, you reduce the radical to its most compact, manageable form.

Use this calculator to verify your work, but practice the step-by-step process until it becomes automatic. The ability to quickly and correctly simplify radicals will serve you well in every math course you take and in many real-world applications.