Visual Tools
Calculators
Tables
Mathematical Keyboard
Converters
Other Tools


Radical Inequality Solver

Solve inequalities with square roots, cube roots, and fourth roots

Enter inequality...
Var
Num
Op
Ineq
Rad

Select an inequality type or enter your own, then click Solve to see the step-by-step solution.






Getting Started

The solver shows an inequality display at the top with a blinking yellow caret marking the cursor position. Click anywhere in the display to place the cursor, or use arrow keys, Home, and End for keyboard navigation. Type directly or use the button panel below.

Three quick experiments:

• Type x>3\sqrt{x} > 3 and press Enter — the right panel squares both sides to get x>9x > 9. Because the right side is positive both sides are non-negative, so the direction is preserved.
• Click the "Linear Radicand" example template — an inequality with ax+b\sqrt{ax + b} loads. The solver squares both sides, solves the linear inequality, and intersects with the domain if the inequality is less-than.
• Try the "Cube Root" template to see how the solver handles x3\sqrt[3]{x}. No domain restriction and no direction-flip concerns because the cube function is strictly increasing.

The Solve button is disabled until you enter something. The dedicated "Rad" row inserts the three radical symbols:   \sqrt{\;},   3\sqrt[3]{\;},   4\sqrt[4]{\;}.

Building Inequalities with Buttons and Keyboard

The button panel groups inputs by type. All inputs can be made either by clicking or typing on the keyboard.

• Variable row — xx, yy, nn.
• Number row — digits 0 through 9 and the decimal point.
• Operator row — the caret operator for exponents, multiplication, division, plus, minus.
• Ineq row — the four inequality symbols.
• Rad row — the three radical symbols: square root, cube root, fourth root.
• Bracket row — parentheses for grouping the radicand.

To enter 2x+1\sqrt{2x + 1}, click the square-root button then open a parenthesis, type the radicand, and close the parenthesis. The solver requires parentheses around any multi-term radicand to parse it correctly.

Keyboard shortcuts: type letters and digits directly, use star or slash for multiplication and division, type << and >> directly, type <=<= or >=>= to insert the combined symbols \leq and \geq, and press Enter to solve. The Unicode radical symbols can also be typed or pasted directly. Ctrl+Z undoes up to fifty edits back.

Try an Example — Eight Form Templates

Click the &quot;Try an Example&quot; header to expand the template panel. Each card generates a random inequality of that form. Clicking again produces a new random version.

&bull; Simple &mdash; x>c\sqrt{x} > c or x<c\sqrt{x} < c. The base case with a single-variable radicand.
&bull; Linear Radicand &mdash; ax+b>c\sqrt{ax + b} > c. Tests the linear-equation solving inside the radical after squaring.
&bull; With Constant &mdash; x+c>d\sqrt{x} + c > d. Requires subtracting cc to isolate the radical before squaring.
&bull; With Coefficient &mdash; ax>ca \cdot \sqrt{x} > c. Tests division by the coefficient to isolate the radical.
&bull; Cube Root &mdash; x3>c\sqrt[3]{x} > c. No domain restriction; cubing both sides directly produces the answer.
&bull; Compare to Zero &mdash; ax+b>0\sqrt{ax + b} > 0 or <0< 0. Exercises the special-case branches for zero and negative right sides.
&bull; Cube Root Linear &mdash; ax+b3>c\sqrt[3]{ax + b} > c. Cube both sides, solve the resulting linear inequality.
&bull; Fourth Root &mdash; x4>c\sqrt[4]{x} > c. Even root with index 4; same logic as square root but raise to the fourth power.

Roughly 80 percent of generated inequalities produce clean integer boundaries.

Reading the Step-by-Step Solution

The solution panel shows each algebraic move as a labeled step. The exact sequence depends on the structural case.

&bull; Rearrange Inequality (when applicable) &mdash; if the radical is on the right, the solver swaps sides and flips the direction.
&bull; Evaluate Constant &mdash; simplifies the non-radical side to a single number.
&bull; Isolate Radical Term &mdash; subtracts additive constants or divides by a coefficient outside the radical to get the radical alone on one side.
&bull; Radical Properties (for special cases) &mdash; handles the cases where the right side is zero or negative against an even-root left side. Determines all-reals, no-solution, single-point, or domain-restriction outcomes without ever raising to the power.
&bull; Square Both Sides or Cube Both Sides or Raise Both Sides &mdash; the central move. Removes the radical by raising both sides to its index. Direction is preserved because the operation is on non-negative quantities (even roots) or monotonically increasing (odd roots).
&bull; Solve Linear Inequality &mdash; handles the resulting polynomial inequality in the variable.
&bull; Apply Domain Restriction (for even-root less-than) &mdash; intersects the algebraic solution with the requirement that the radicand be non-negative.

The final-answer card shows the answer in two forms: the inequality form (such as ax<ba \leq x < b) and the corresponding interval notation.

Domain Restrictions and the Even-Root Trap

The single biggest source of error in radical inequality solving is forgetting the domain restriction for even roots.

The principle. An even root is defined only when the radicand is non-negative:

&bull; f(x)\sqrt{f(x)} is defined when f(x)0f(x) \geq 0.
&bull; f(x)4\sqrt[4]{f(x)} is defined when f(x)0f(x) \geq 0.
&bull; Any value of xx outside this set makes the left side undefined and cannot be part of the solution.

Where the trap hits. When solving f(x)<c\sqrt{f(x)} < c with c>0c > 0, squaring gives f(x)<c2f(x) < c^2. But every solution must also satisfy f(x)0f(x) \geq 0 to make the original radical meaningful. The complete solution is

0f(x)<c20 \leq f(x) < c^2


which is the intersection of the squared inequality and the domain. The solver builds this intersection automatically.

Where the trap does not hit. For f(x)>c\sqrt{f(x)} > c with c0c \geq 0, squaring gives f(x)>c2f(x) > c^2. This already implies f(x)>0f(x) > 0, so f(x)0f(x) \geq 0 is automatic and no separate intersection is needed. The solver recognizes this and skips the domain intersection.

Odd roots are immune. Cube roots and other odd roots are defined for every real number. There is no domain restriction and no trap to worry about. The solver handles cube root and fourth root cases differently in this respect.

Special cases the solver handles automatically.

&bull; $\sqrt{f(x)} < c$ with $c < 0$: no solution. A non-negative quantity cannot be less than a negative number.
&bull; $\sqrt{f(x)} > c$ with $c < 0$: solution is the entire domain. The radical is always non-negative, so the inequality holds whenever the radical is defined.
&bull; $\sqrt{f(x)} \geq 0$: solution is the entire domain.
&bull; $\sqrt{f(x)} > 0$: solution is the domain minus the points where the radicand is zero.

For deeper coverage see domain restrictions and principal square root.

What is a Radical Inequality?

A radical inequality is an inequality that contains at least one radical expression where the variable appears under the radical sign. The general form for a single-radical inequality is

f(x)n    g(x)\sqrt[n]{f(x)} \;\square\; g(x)


where n2n \geq 2 is the index, f(x)f(x) is the radicand, g(x)g(x) is the other side (often a constant), and \square is one of the four inequality symbols.

The two regimes.

&bull; Even-index radicals (n=2,4,6,n = 2, 4, 6, \ldots). The radical is defined only when the radicand is non-negative, and the radical itself is always non-negative. Solving involves both an algebraic step (raise both sides to the nn-th power) and a domain step (intersect with the radicand-non-negative condition).
&bull; Odd-index radicals (n=3,5,7,n = 3, 5, 7, \ldots). The radical is defined for every real number and takes both positive and negative values matching the sign of the radicand. Solving requires only the algebraic step.

Solution shapes. Depending on the structural case, a radical inequality can produce:

&bull; A single ray (most common with odd roots).
&bull; A bounded interval (common with even-root less-than).
&bull; A half-line starting at the domain boundary.
&bull; A single point (degenerate non-strict case).
&bull; All real numbers (even-root 0\geq 0, or odd-root with always-true reduction).
&bull; No solution (even-root strictly less than a negative number).

The pivotal move. Raising both sides to the index nn removes the radical. This move preserves direction when both sides are non-negative (even-root case after isolation) or when the function is increasing (odd-root case). Both of these conditions are sustained by the structural setup, so no direction-flip occurs in standard radical inequality solving.

For deeper coverage see radical inequality, principal nth root, and interval notation.

The Solving Process Explained

Four stages handle any standard single-radical inequality.

&bull; Stage 1: Isolate the radical. Move the radical to one side. Subtract additive constants outside the radical. Divide by any coefficient multiplying the radical. The goal is to reach the form f(x)nc\sqrt[n]{f(x)} \square c where cc is a number.

&bull; Stage 2: Examine the special cases for even roots.

&bull; $c < 0$ with less-than form: no solution.
&bull; $c < 0$ with greater-than form: solution is the entire domain (radicand 0\geq 0).
&bull; $c = 0$ with strict less-than: no solution.
&bull; $c = 0$ with non-strict less-than: solution is the single set where radicand equals zero.
&bull; $c = 0$ with strict greater-than: solution is the domain minus zero-radicand points.
&bull; $c = 0$ with non-strict greater-than: solution is the entire domain.

If none of these apply, proceed to stage 3.

&bull; Stage 3: Raise both sides to the $n$-th power. The inequality becomes f(x)cnf(x) \square c^n. Direction is preserved.

&bull; Stage 4: Solve and intersect with the domain.

&bull; Odd roots: solve f(x)cnf(x) \square c^n directly. The result is the final answer.
&bull; Even roots, $\square$ is greater-than form: solve f(x)cnf(x) \square c^n. Domain f(x)0f(x) \geq 0 is automatically satisfied because cn0c^n \geq 0.
&bull; Even roots, $\square$ is less-than form: solve f(x)cnf(x) \square c^n, then intersect with f(x)0f(x) \geq 0. The result is a bounded interval rather than a ray.

The implementation. Internally, the solver navigates this decision tree based on the index, the inequality direction, and the sign of cc. The output ranges from a simple ray to a compound bounded interval depending on which branch applies.

For comprehensive treatment see solving radical inequalities and squaring both sides.

Related Concepts

Radical Equation &mdash; the equality counterpart f(x)n=g(x)\sqrt[n]{f(x)} = g(x). Solving introduces a check-for-extraneous-solutions step because squaring both sides can introduce false roots. For inequalities the domain intersection plays a similar role.

Principal Square Root &mdash; the convention that a\sqrt{a} denotes the non-negative root. Without this convention, 4\sqrt{4} could mean either 22 or 2-2; the convention fixes it as 22, making the radical expression a well-defined function and enabling the sign analysis used in inequality solving.

Domain of a Function &mdash; the set of inputs for which the function is defined. For even-root expressions, the domain restriction shapes the final solution set.

Cube Root &mdash; the inverse of cubing. Defined for every real number, takes negative values for negative inputs. The most prominent odd-index radical and the easiest case to handle.

Nth Root &mdash; the generalization to arbitrary integer index. For odd nn, behaves like the cube root. For even nn, behaves like the square root.

Quadratic Inequality &mdash; the polynomial counterpart that often arises when squaring a radical with a linear radicand and combining. The solver routes the post-squaring step through the same linear or polynomial-inequality logic.

Compound Inequality &mdash; a chain like ax<ba \leq x < b that captures a bounded interval. The intersection of the algebraic solution and the domain restriction in even-root less-than cases naturally produces a compound inequality.

Extraneous Solution &mdash; a value satisfying the squared equation but not the original radical equation. The inequality analogue is a value satisfying the post-squaring inequality but lying outside the domain; the domain intersection filters these out.

Squaring Both Sides &mdash; the core algebraic move. Preserves inequality direction when both sides are non-negative; can break it otherwise. The solver enforces non-negativity through the isolation step before squaring.

Interval Notation &mdash; the standard way to express the solution. Parentheses for excluded endpoints, brackets for included endpoints, infinity always with parentheses.

Rational Exponent &mdash; the alternative notation f(x)1/nf(x)^{1/n} for f(x)n\sqrt[n]{f(x)}. The inequality f(x)1/ncf(x)^{1/n} \geq c is identical to f(x)nc\sqrt[n]{f(x)} \geq c; the underlying analysis is the same.