How to Get Rid of a Square Root- Simplification Techniques
What "Getting Rid of a Square Root" Actually Means
When math teachers say "get rid of the square root," they don't mean the root disappears. It moves. It changes form. The goal is to rewrite an expression so there's no radical in the denominator or to simplify the expression into something cleaner.
Here's the bitter truth: there's no magic button. You need to understand three core techniques and know when to use each one.
The Three Techniques You Need to Know
1. Simplify the Radical First
Before doing anything else, check if the number under the square root has a perfect square factor. This is always your first step.
Take β50. The number 50 = 25 Γ 2. Since 25 is a perfect square, you can pull it out:
β50 = β(25 Γ 2) = β25 Γ β2 = 5β2
That's it. You didn't eliminate the rootβyou made it smaller and simpler.
2. Rationalize the Denominator
This is the technique your teacher really cares about. If you have a radical in the denominator, multiply both the top and bottom by the conjugate of the denominator.
For example:
1/β3
Multiply by β3/β3:
(1 Γ β3) / (β3 Γ β3) = β3/3
The root moved from the bottom to the top. The expression is now rationalized.
For a two-term denominator like 1/(β5 + 2), use the conjugate (β5 - 2):
1 Γ (β5 - 2) / (β5 + 2)(β5 - 2) = (β5 - 2) / (5 - 4) = β5 - 2
This works because (a + b)(a - b) = aΒ² - bΒ². The radicals cancel out.
3. Isolate and Square Both Sides
This one is for equations, not expressions. If you have βx = something, square both sides to remove the root.
βx = 5
Squaring both sides: (βx)Β² = 5Β²
This gives you x = 25
Always check your answer. Squaring can introduce fake solutions called extraneous roots.
Quick Reference Table
| Problem Type | Technique | Example |
|---|---|---|
| β(composite number) | Factor out perfect squares | β72 = 6β2 |
| k/βn | Rationalize denominator | 3/β7 = 3β7/7 |
| k/(βa + βb) | Multiply by conjugate | 1/(β3-1) = (β3+1)/2 |
| βx = value | Square both sides | βx = 7 β x = 49 |
Getting Started: Step-by-Step
Here's how to approach any radical problem:
- Step 1: Simplify the radical if possible. Look for perfect square factors.
- Step 2: Identify where the radical is locatedβin the numerator or denominator.
- Step 3: If it's in the denominator, rationalize it. Multiply by the radical or the conjugate.
- Step 4: If you're solving an equation, isolate the radical first, then square both sides.
- Step 5: Check your work. Plug answers back in to verify.
Common Mistakes That Will Cost You Points
Students consistently mess up in three ways:
Splitting radicals incorrectly: β(a + b) β βa + βb. This is wrong. You can only split multiplication, not addition.
Forgetting to multiply both terms: When rationalizing 1/(β3 + 1), you must multiply both terms in the numerator by the conjugate. Not just one.
Not simplifying completely: β98 should become 7β2, not left as β98. Partial credit isn't a thing on most tests.
Practice Makes It Automatic
You won't get this from reading. You need to work through 20-30 problems before it clicks. Here's a mini problem set:
- Simplify: β75
- Rationalize: 5/β2
- Rationalize: 2/(β6 - 1)
- Solve: β(x + 1) = 4
Answers: 5β3, 5β2/2, (β6 + 1)/5, x = 15