How To Square A Radical Expression

8 min read

Why Does Squaring a Radical Expression Feel So Sneaky?

Here's the thing—most people think they know radicals. They can calculate √9 in their sleep. Plus, they've seen √2 a hundred times. But when you throw squaring into the mix—especially with variables and fractions—it suddenly feels like algebra's playing a trick on you The details matter here..

Turns out, squaring a radical expression isn't about memorizing another formula. It's about understanding what's really happening when you multiply something by itself. And once you see that, it clicks.

I'm going to walk you through exactly what's going on, step by step, so you can handle anything from √8 to √(x² + 4y²) without second-guessing yourself.

What Does It Actually Mean to Square a Radical Expression?

Let's get one thing straight: when we say "square a radical expression," we're not talking about finding the square root first and then squaring it. That would just give us back the original expression Worth keeping that in mind. Which is the point..

We're talking about taking a radical—like √5 or √(x + 3)—and multiplying it by itself. So (√5)² means √5 × √5. And here's the key insight: radicals and their inverses (squaring, in this case) are inverses of each other.

Think of it like this: if you have a square with sides of length √7, then its area is (√7)². It's just 7. What's that equal to? Always.

The Fundamental Rule

When you square a single-term radical expression, you get the expression under the radical sign. Period.

So:

  • (√8)² = 8
  • (√(x²))² = x² (when x ≥ 0)
  • (√(a + b))² = a + b

This isn't magic. In practice, it's the definition of what a square root means. The symbol √a literally asks: "What number multiplied by itself gives a?" So when you multiply √a by itself, you're asking that same question—and the answer is a.

But here's where things get interesting—and where most people trip up.

Why This Matters More Than You Think

Understanding this rule isn't just about passing tests. It's about building mathematical intuition. When you grasp that squaring a radical undoes the radical, you start seeing patterns everywhere.

Here's a good example: if you're solving equations and you see something like √(x + 5) = 3, you'll instinctively square both sides to eliminate the radical. That's huge. It means you're not just following steps—you're using logic.

And in calculus? This leads to well, that's a whole other story. But trust me, this foundation pays dividends later.

How to Square Radical Expressions (Without Losing Your Mind)

Let's break this down into digestible pieces That alone is useful..

Single-Term Radicals

Start simple. If you have just one radical term, squaring it is straightforward.

Example: (√12)²

This is just 12. Done Not complicated — just consistent. Nothing fancy..

But wait—what if the number isn't a perfect square? What if you have √7?

Well, (√7)² is still just 7. The decimal approximation doesn't matter here. We're working with exact values.

Radicals with Variables

Now things get a bit more interesting.

Example: (√(x²))²

This simplifies to x². But—and this is important—you have to remember that √(x²) = |x|, not just x. So technically, (√(x²))² = x² for all real numbers x Simple, but easy to overlook..

Wait, that seems contradictory. Let me explain.

The expression √(x²) equals |x| because square roots are defined to be non-negative. But when you square |x|, you get x². So the chain works: √(x²) = |x|, then (|x|)² = x² Took long enough..

Most of the time in algebra class, you can just say (√(x²))² = x² and move on. But it's good to know why it works.

Multiple Terms Under One Radical

Here's where confusion often creeps in It's one of those things that adds up..

Example: (√(x + y))²

This is x + y. The entire expression under the radical gets squared And it works..

But what about (√x + √y)²?

That's totally different. Let's expand that: (√x + √y)² = (√x)² + 2(√x)(√y) + (√y)² = x + 2√(xy) + y

See the difference? One radical vs. Day to day, two separate radicals. Big difference.

Fractions and Rational Expressions

Alright, let's get spicy.

Example: (√(a/b))²

This equals a/b. Simple enough Not complicated — just consistent. Surprisingly effective..

But what about something like: (√((x² + 1)/(y² - 3)))²

Still just the expression under the radical: (x² + 1)/(y² - 3)

The fraction stays intact. You're just removing the square root by squaring Worth keeping that in mind. No workaround needed..

Common Mistakes (And How to Dodge Them)

I've seen students make the same errors for years. Let's save you some trouble.

Mistake #1: Thinking You Can Distribute the Square

This one kills me. Students see (√(x + y))² and think they can write it as (√x)² + (√y)² That's the part that actually makes a difference..

Spoiler alert: you can't.

√(x + y) ≠ √x + √y

In fact, these are only equal in very special cases (usually when one of them is zero) Easy to understand, harder to ignore..

The correct approach is to keep the sum together under the radical until you square it.

Mistake #2: Forgetting About Absolute Values

Every time you have (√(x²))², the answer is x², but the reasoning involves absolute values. If you're being super precise (like in higher math), you need to account for the fact that √(x²) = |x|.

For now, just remember that squaring a squared variable gives you the original variable squared. But keep that absolute value in your back pocket for later Easy to understand, harder to ignore. Turns out it matters..

Mistake #3: Mixing Up Operations

Here's a classic: students see √(x² + y²) and want to simplify it to x + y.

Nope. Not happening The details matter here..

√(x² + y²) doesn't simplify nicely unless you have specific values or additional information. It's not the same as √(x²) + √(y²).

The expression √(x² + y²) represents the distance from the origin to the point (x, y) in a coordinate plane. That's not simplifying to x + y unless y = 0 Simple as that..

Practical Tips That Actually Work

Alright, let's get tactical And that's really what it comes down to..

Tip #1: Always Identify the Structure First

Before you do anything, ask yourself: How many terms are under the radical? Is it one term or multiple terms?

If it's one term: (√(expression))² = expression

If it's multiple terms added or subtracted under one radical: same rule applies. The whole thing comes out It's one of those things that adds up..

Tip #2: Simplify Radicals Before Squaring When Possible

Sometimes you can make your life easier.

Example: (√18)²

You could just say "this is 18," but if you simplify first: √18 = √(9×2) = 3√2

Then (3√2)² = 9 × 2 = 18

Same answer, but sometimes the intermediate step helps build understanding.

Tip #3: Practice With Numbers First

Before diving into variables, try it with actual numbers.

(√25)² = 25 (√(4×9))² = (√36)² = 36 (√(100/4))² = (√25)² = 25

See the pattern? The square root and the square cancel each other out Worth knowing..

Tip #4: Remember That This Works for Any Expression Under the Radical

Whether it's a polynomial, a fraction, or a complicated mess of exponents:

(√(anything))² = anything

Provided, of course, that "anything" is non-negative if you're dealing with real numbers That alone is useful..

Frequently Asked Questions

Frequently Asked Questions

Q: What happens if the expression inside the radical is negative? A: In the real number system, you can’t take the square root of a negative number. So, if you see $( \sqrt{x - 5} )^2$, the domain is restricted to $x \ge 5$. If you are working in complex numbers, the rule $( \sqrt{z} )^2 = z$ still holds, but the principal square root function behaves differently. For standard high school and college algebra: check your domain first.

Q: Does this work for cube roots? Like $( \sqrt[3]{x} )^3$? A: Yes, and it’s actually cleaner. Because cube roots (and all odd-index roots) are defined for all real numbers—negatives included—you don’t have to worry about absolute values or domain restrictions. $( \sqrt[3]{x} )^3 = x$ for every real number $x$ No workaround needed..

Q: What about $( \sqrt{x} )^2$ versus $\sqrt{x^2}$? They look the same but feel different. A: They are different animals.

  • $( \sqrt{x} )^2 = x$, provided $x \ge 0$ (domain restriction comes from the inner square root).
  • $\sqrt{x^2} = |x|$, for all real $x$ (the squaring happens first, making the inside non-negative, so the domain is all reals). This distinction is a favorite for exam trick questions.

Q: Can I distribute an exponent over addition if the exponent is 2? Like $(a+b)^2 = a^2 + b^2$? A: Absolutely not. That is the "Freshman's Dream" error. $(a+b)^2 = a^2 + 2ab + b^2$. The only time exponents distribute over addition is when the exponent is 1. This connects directly to Mistake #1: the radical is a grouping symbol. You are squaring the entire sum, not the individual parts.

Q: How do I handle something like $( \sqrt{x} + \sqrt{y} )^2$? A: Now the radical is not grouping the sum; the parentheses are. You have a binomial squared. Use FOIL: $( \sqrt{x} + \sqrt{y} )^2 = ( \sqrt{x} )^2 + 2\sqrt{x}\sqrt{y} + ( \sqrt{y} )^2 = x + 2\sqrt{xy} + y$. Notice the middle term? That’s the cross-term everyone forgets.


Putting It All Together

You’ve made it through the traps, the technicalities, and the tactics. The through-line is simple: respect the grouping.

The radical symbol $\sqrt{\quad}$ acts like parentheses. But it binds everything underneath it into a single package. When you square that package, you get the contents back—provided the contents exist in your number system.

  • Single term under the radical? Square and root cancel. Done.
  • Sum/Difference under the radical? Treat it as one blob. Square the blob. Do not distribute.
  • Radicals outside a sum? That’s algebra (FOIL), not cancellation.

Next time you see a radical squared, pause for half a second. That's why check the domain. Identify the structure. Then execute.

You aren't "cancelling" symbols on a page; you are applying the definition of an inverse operation. Do that consistently, and the points on the exam take care of themselves.

Out the Door

Current Topics

In That Vein

Topics That Connect

Thank you for reading about How To Square A Radical Expression. We hope the information has been useful. Feel free to contact us if you have any questions. See you next time — don't forget to bookmark!
⌂ Back to Home