If you've been struggling with solving radical inequalities, you aren't alone because those square root signs have a way of making even simple math look like a total nightmare. It's one thing to solve a basic equation where everything is equal, but once you throw in greater-than or less-than signs along with radicals, things get a bit messy. The good news is that it's mostly just a game of following a few specific rules so you don't accidentally include numbers that make the whole thing break.
Why radical inequalities are a bit different
When you're dealing with regular inequalities, you usually just move numbers around and call it a day. But with radicals—specifically even roots like square roots—you have a "hidden" restriction. You can't take the square root of a negative number and get a real result. That's usually the part that trips people up. You might do all the algebra perfectly, but if your answer includes a number that makes the inside of that radical negative, the whole thing is wrong.
So, when we talk about solving radical inequalities, we're actually doing two jobs at once. First, we're finding which numbers satisfy the inequality itself. Second, we're making sure those numbers are actually "allowed" to be there in the first place. Think of it like a club with a guest list; even if you have a ticket (the algebra solution), you still have to meet the dress code (the domain restriction).
The first big step: Check the domain
Before you even touch the inequality sign or try to square anything, you have to look at what's under the radical. This is called the radicand. For any square root, that radicand has to be greater than or equal to zero.
Let's say you have something like $\sqrt{x - 5} < 3$. Your very first move should be to say, "Okay, $x - 5$ cannot be negative." You'd write down $x - 5 \geq 0$, which means $x$ has to be at least 5. This is your baseline. No matter what happens later in the problem, any answer smaller than 5 is automatically tossed out. I like to write this off to the side or circle it so I don't forget it by the time I reach the end of the page.
Getting rid of the radical
Once you've established your boundaries, it's time to actually get into the math. The goal is to get that radical by itself on one side of the inequality. If there are extra numbers floating around outside the square root, move them over to the other side first.
Once the radical is isolated, you "kill" it by squaring both sides (or cubing them, if it's a cube root). If you have $\sqrt{x - 5} < 3$, you square both sides to get $x - 5 < 9$. Now it looks like a normal, everyday inequality that you've been doing since middle school.
Heads up though: If you're squaring both sides, you need to be careful if one side is negative. Since we're mostly dealing with principal (positive) square roots in these problems, usually the side with the radical is considered non-negative. If you find yourself in a situation where the radical is less than a negative number (like $\sqrt{x} < -2$), you can actually stop right there. A positive square root can never be less than a negative number, so there's no solution!
Solving the resulting inequality
After you've squared everything, you just solve for $x$. In our little example of $x - 5 < 9$, you'd just add 5 to both sides and get $x < 14$.
Now, this is where most people stop, but if you do that on a test, you're going to lose points. Remember that "guest list" we talked about earlier? We found that $x < 14$, but our domain restriction said $x$ has to be at least 5.
You have to merge these two pieces of information. It's not just any number less than 14; it's only the numbers that are less than 14 and greater than or equal to 5. So your final answer would be $5 \leq x < 14$.
Using a number line to visualize the answer
If the algebra starts feeling a bit abstract, I always recommend drawing a quick number line. It's a lifesaver for solving radical inequalities without getting a headache.
- Mark your domain limit: Put a point at 5. Since $x$ can be exactly 5, use a solid circle.
- Mark your algebraic solution: Put a point at 14. Since the inequality was "less than" (not "less than or equal to"), use an open circle.
- Find the overlap: The "legal" zone is everything between those two points.
This visual check makes it much harder to accidentally include numbers that don't belong. It also helps if you have a more complex problem where you might have multiple intervals to keep track of.
What about "greater than" inequalities?
The process changes slightly if the radical is on the "greater than" side of the sign. Let's look at $\sqrt{x + 2} > 4$.
First, the domain: $x + 2 \geq 0$, so $x \geq -2$. Second, square it: $x + 2 > 16$, which means $x > 14$.
In this case, any number greater than 14 is already going to be greater than -2. So, the domain restriction doesn't actually cut off any of your solution set. The answer is just $x > 14$. However, you still had to check! You never know when the domain is going to step in and ruin the party, so checking it every single time is just good practice.
Common traps to avoid
Even if you understand the steps, there are a few classic ways to mess up while solving radical inequalities.
One big one is forgetting to flip the inequality sign if you multiply or divide by a negative number. This doesn't happen inside the radical, but it might happen while you're isolating the radical or solving the final linear inequality. If you have $-2\sqrt{x} < -10$, and you divide by -2, that sign better flip to a "greater than" sign immediately.
Another mistake is assuming that every problem has a solution. Like I mentioned earlier, if you see something like $\sqrt{x+5} \leq -1$, don't waste your time doing the math. A square root (by definition in these problems) outputs a positive value or zero. It can't be less than a negative. Save yourself the five minutes of work and just write "no solution."
Why does this actually matter?
It's easy to feel like this is just busywork, but the logic behind solving radical inequalities shows up in a lot of real-world fields. Engineers use these types of calculations to figure out safety margins. If a bridge can handle a certain amount of stress related to the square root of its load, they need to know exactly where the "danger zone" starts.
In computer science, algorithms often have "radical" complexities. Knowing the bounds of where an algorithm is efficient vs. where it starts to crawl is essentially solving an inequality. Even if you never solve a square root inequality on a napkin after you graduate, the habit of checking your boundaries and looking for hidden restrictions is a huge part of logical thinking.
Practice makes it feel normal
The first few times you try these, it feels like there are too many moving parts. You have to square things, you have to check domains, you have to draw number lines—it's a lot. But after about five or ten problems, it starts to become muscle memory.
You'll start seeing the radical and automatically thinking, "Okay, what's my bottom limit?" You'll see the inequality sign and know exactly when to use an open or closed circle. It's really just about building that routine. Don't let the square root signs intimidate you; they're just numbers with a fancy hat on, and once you take the hat off (by squaring them), they behave just like everything else.