Skip to main content

Simplifying Radical Expressions

Learn to simplify square roots and higher-index radicals by factoring out perfect squares, adding and subtracting like radicals, and applying the product and quotient rules for radicals.

Lesson 2 of 5 Algebra II Intermediate ⏱ 9 min read
πŸ”₯ Why This Matters

Radical expressions appear everywhere that lengths, distances, and geometric relationships are involved. The diagonal of a screen, the hypotenuse of a ramp, the distance between two GPS coordinates β€” all computed using the Pythagorean theorem, all producing square roots. An architect designing a staircase needs \(\sqrt{a^2 + b^2}\) to find the handrail length. A structural engineer needs to simplify radical expressions when solving stress equations. Even the quadratic formula contains \(\sqrt{b^2 - 4ac}\) β€” you can't interpret those solutions without understanding radicals. Simplifying them isn't about aesthetics; it's about getting answers into a form you can actually use.

🎯 What You'll Learn
  • Identify perfect squares and use them to simplify square roots
  • Apply the Product Rule for radicals: \(\sqrt{ab} = \sqrt{a} \cdot \sqrt{b}\)
  • Apply the Quotient Rule for radicals: \(\sqrt{a/b} = \sqrt{a}/\sqrt{b}\)
  • Add and subtract like radicals (same index, same radicand)
  • Simplify higher-index radicals (cube roots, etc.)
πŸ“– Key Vocabulary
RadicalThe \(\sqrt{\phantom{x}}\) symbol β€” denotes a root. \(\sqrt{x}\) means the square root; \(\sqrt[3]{x}\) means the cube root. RadicandThe expression under the radical sign β€” in \(\sqrt{18}\), the radicand is 18. Perfect SquareAn integer whose square root is also an integer: 1, 4, 9, 16, 25, 36, 49, 64, 81, 100, 121, 144. Like RadicalsRadical terms with the same index and same radicand β€” \(3\sqrt{5}\) and \(7\sqrt{5}\) are like radicals; they can be combined. Simplest Radical FormA radical is in simplest form when: the radicand has no perfect-square factors, no fractions are inside the radical, and no radicals are in a denominator. Product Rule\(\sqrt{ab} = \sqrt{a} \cdot \sqrt{b}\) β€” split a radicand into factors and separate them under individual radicals.
Key Concept β€” How Simplification Works

To simplify \(\sqrt{n}\), find the largest perfect-square factor of \(n\). Factor out that perfect square under its own radical, then take its root:

\[ \sqrt{72} = \sqrt{36 \cdot 2} = \sqrt{36} \cdot \sqrt{2} = 6\sqrt{2} \]

The key move: \(\sqrt{a^2 \cdot b} = a\sqrt{b}\). Once a perfect square is isolated under the radical, its root comes out as a whole number in front.

Perfect Squares Reference (1Β² through 12Β²)

n 1 2 3 4 5 6 7 8 9 10 11 12
nΒ² 1 4 9 16 25 36 49 64 81 100 121 144

Memorizing these 12 perfect squares dramatically speeds up radical simplification.

Adding and Subtracting Like Radicals

Radical terms can be combined just like like terms in algebra β€” only when they share the same index and the same radicand. The coefficient out front changes; the radical part stays the same:

\[ 3\sqrt{5} + 7\sqrt{5} = (3+7)\sqrt{5} = 10\sqrt{5} \] \[ 5\sqrt{3} - 2\sqrt{3} = 3\sqrt{3} \] \[ \sqrt{8} + \sqrt{18} = 2\sqrt{2} + 3\sqrt{2} = 5\sqrt{2} \quad \text{(simplify first!)} \]
Worked Example 1 β€” Basic: Simplify a Square Root

Simplify \(\sqrt{180}\).

  1. Find the largest perfect-square factor of 180: \(180 = 36 \times 5\)
  2. Product Rule: \(\sqrt{36 \times 5} = \sqrt{36} \cdot \sqrt{5}\)
  3. Simplify: \(6\sqrt{5}\)
\[ \sqrt{180} = 6\sqrt{5} \]

You could also factor as \(4 \times 45 = 4 \times 9 \times 5\), giving \(2 \cdot 3\sqrt{5} = 6\sqrt{5}\) β€” same answer. Always pull out the largest perfect square in one step when possible.

Worked Example 2 β€” Intermediate: Combine Radical Expressions

Simplify: \(3\sqrt{12} - \sqrt{75} + 2\sqrt{3}\)

  1. Simplify \(\sqrt{12} = \sqrt{4 \cdot 3} = 2\sqrt{3}\), so \(3\sqrt{12} = 3 \cdot 2\sqrt{3} = 6\sqrt{3}\)
  2. Simplify \(\sqrt{75} = \sqrt{25 \cdot 3} = 5\sqrt{3}\)
  3. Rewrite: \(6\sqrt{3} - 5\sqrt{3} + 2\sqrt{3}\)
  4. Combine like radicals: \((6 - 5 + 2)\sqrt{3} = 3\sqrt{3}\)
\[ 3\sqrt{12} - \sqrt{75} + 2\sqrt{3} = 3\sqrt{3} \]
Worked Example 3 β€” Real World: Diagonal of a Room

A rectangular room is 9 feet wide and 12 feet long. A cable must run diagonally from one corner to the opposite corner. How long is the cable?

  1. Apply the Pythagorean theorem: \(d = \sqrt{9^2 + 12^2}\)
  2. Square the sides: \(d = \sqrt{81 + 144} = \sqrt{225}\)
  3. Simplify: \(\sqrt{225} = 15\) (since \(15^2 = 225\))
\[ d = \sqrt{9^2 + 12^2} = \sqrt{225} = 15 \text{ feet} \]

The cable is exactly 15 feet long β€” a perfect square made this clean. In practice, most room dimensions won't cancel so neatly, and you'll end up with a simplified radical like \(7\sqrt{2}\) ft β€” still much cleaner than leaving the number under the radical unsimplified.

✏️ Quick Check

Simplify each expression fully:

  1. \(\sqrt{98}\)
  2. \(2\sqrt{50} + 3\sqrt{8}\)
  3. \(\sqrt[3]{54}\)
β–Ά Show Answers
  1. \(\sqrt{98} = \sqrt{49 \cdot 2} = 7\sqrt{2}\). Answer: \(7\sqrt{2}\).
  2. \(\sqrt{50} = 5\sqrt{2}\), \(\sqrt{8} = 2\sqrt{2}\). So \(2(5\sqrt{2}) + 3(2\sqrt{2}) = 10\sqrt{2} + 6\sqrt{2} =\) \(16\sqrt{2}\).
  3. \(\sqrt[3]{54} = \sqrt[3]{27 \cdot 2} = 3\sqrt[3]{2}\). Answer: \(3\sqrt[3]{2}\).
⚠️ Common Mistakes
  • Adding unlike radicals: \(\sqrt{2} + \sqrt{3} \neq \sqrt{5}\). You cannot add radicals with different radicands any more than you can add \(2x + 3y\) into a single term. They must have the same radicand to combine.
  • Distributing a root over addition: \(\sqrt{a + b} \neq \sqrt{a} + \sqrt{b}\). The Product Rule \(\sqrt{ab} = \sqrt{a}\sqrt{b}\) applies only to multiplication β€” NOT to addition or subtraction inside the radical.
  • Pulling out the wrong factor: When simplifying \(\sqrt{72}\), factoring as \(2 \times 36\) works, but factoring as \(4 \times 18\) leaves \(18\) still needing simplification. Always look for the largest perfect-square factor first.
βœ… Key Takeaways
  • Factor out the largest perfect square from the radicand, then take its root as a coefficient.
  • Product Rule: \(\sqrt{ab} = \sqrt{a}\sqrt{b}\) β€” only for multiplication, never for addition.
  • Like radicals share the same index and radicand β€” combine their coefficients just like like terms.
  • Always simplify first before combining β€” \(\sqrt{8}\) and \(\sqrt{18}\) look unlike but both simplify to multiples of \(\sqrt{2}\), making them combinable.
πŸ’Ό Career Connection β€” Engineering & Construction

Civil and structural engineers routinely compute diagonal lengths, resultant forces, and signal amplitudes β€” all of which involve square roots. A surveyor calculating the straight-line distance between two field points uses the distance formula \(d = \sqrt{(\Delta x)^2 + (\Delta y)^2}\), which always produces a square root. Electrical engineers compute impedance magnitudes as \(|Z| = \sqrt{R^2 + X^2}\). In both cases, being able to simplify the radical immediately tells you whether the answer is a clean number or an irrational one β€” and what precision you need in your measurements.

Calculator Connection

The Radical Simplifier factors any radical expression and shows every step of the simplification β€” which perfect square was extracted, what remains under the radical, and the final simplified form. Use it to verify your work and internalize the pattern.

Try it with the Calculator

Apply what you've learned with this tool.

Radical Simplifier
Simplify square roots and nth roots by finding the largest perfect power factors.
Use calculator β†’
← Previous Lesson
Back to
Working with Exponents
Continue Learning
Up Next: Understanding the Quadratic Formula
Next Lesson →
Test Your Knowledge

Simplifying Radical Expressions - Quiz

5 questions per attempt  Β·  Intermediate  Β·  Pass at 70%

Start Quiz β†’

More in Algebra II

Working with Exponents Understanding the Quadratic Formula Finding the Vertex of a Parabola
← All Algebra II lessons