Radical Equation Solver

Solve √ · ∛ · nth root equations step by step · detect extraneous solutions · domain restrictions

Equation form: √(ax + b) + d = e

√(a·x + b) + d = e  →  isolate radical  →  square both sides  →  solve  →  verify

What Is a Radical Equation?

A radical equation is any algebraic equation in which the unknown variable appears inside a radical symbol — a square root (√), cube root (∛), or higher-order nth root. These equations appear frequently in geometry (finding side lengths from area or volume formulas), physics (wave speed, pendulum period), engineering (stress and strain relationships), and statistics (standard deviation computations). A simple example is √(2x + 3) = 5, where solving for x requires isolating the square root and then squaring both sides.

What makes radical equations unique — and tricky — is that the process of eliminating the radical by raising both sides to a power is not reversible. When you square both sides of an equation, you may introduce solutions that did not exist in the original. These phantom answers are called extraneous solutions, and checking every candidate answer back in the original equation is a required final step, not optional.

This solver handles five distinct equation types: simple radical equations, equations with radicals on both sides, nested (double) radical equations, general nth-root equations (including cube roots), and radical quadratic equations where squaring produces a degree-2 polynomial. Every mode displays the complete solution path, flags extraneous solutions, and states domain restrictions.

How to Use This Calculator

  1. Select the equation type from the tabs: Simple Radical, Both Sides, Nested Radical, Cube/nth Root, or Radical Quadratic.
  2. Enter the numeric coefficients into the labeled fields. Each tab shows the equation template so you know exactly which coefficient maps where.
  3. Click Solve to see the full step-by-step solution, or click Try Example to auto-fill a worked example for that mode.
  4. Review each numbered step — the solver shows the equation at every stage, highlighting what operation was applied.
  5. Check the final answer cards. Valid solutions are shown in green; extraneous solutions are flagged in red so you know to discard them. The domain restriction is always stated.

Method: Isolate → Power → Solve → Check

Every radical equation follows a four-phase strategy regardless of complexity:

PhaseActionWhy
1. IsolateMove all non-radical terms to the opposite side so the radical stands alone on one side.Ensures that when you apply the power, only the radical is eliminated.
2. PowerRaise both sides to the nth power (square for n=2, cube for n=3, etc.).Eliminates the radical sign, converting to a polynomial equation.
3. SolveSolve the resulting linear or quadratic equation using standard algebra.Finds candidate values for x.
4. CheckSubstitute each candidate back into the original equation and evaluate both sides.Discards extraneous solutions introduced by the power step.

Worked Example: √(2x + 3) + 1 = 6

Step 1 — Isolate radical: Subtract 1 from both sides: √(2x + 3) = 5

Step 2 — Square both sides: (√(2x + 3))² = 5² → 2x + 3 = 25

Step 3 — Solve: 2x = 22 → x = 11

Step 4 — Check: √(2·11 + 3) + 1 = √25 + 1 = 5 + 1 = 6 ✓ Valid solution.

Domain: 2x + 3 ≥ 0 → x ≥ −1.5. Since x = 11 ≥ −1.5, domain is satisfied.

Frequently Asked Questions

What is a radical equation?
A radical equation is an equation where the variable appears inside a radical symbol (square root, cube root, or nth root). Examples: √(2x+3) = 5, ∛(x−8) = 2, or √(x+1) = x−1. Solving requires isolating the radical and raising both sides to the corresponding power.
What are extraneous solutions?
Extraneous solutions are values produced algebraically that do not satisfy the original equation. They occur because raising both sides to an even power (like squaring) is not reversible — it can create new solutions that the original equation never had. Always plug answers back into the original to verify.
Why must I check answers after solving?
Squaring both sides transforms "f(x) = g(x)" into "f(x)² = g(x)²", which is equivalent to "(f(x)−g(x))(f(x)+g(x)) = 0". This added factor introduces solutions from f(x) = −g(x) that were never part of the original. Checking filters these out.
How do cube root equations differ from square root equations?
Cube roots accept all real radicands (positive, negative, or zero), so there is no domain restriction. Cubing both sides is a bijective (one-to-one) operation over the reals, meaning it introduces no extraneous solutions. Square roots require the radicand ≥ 0, and squaring is not injective, so extraneous solutions are possible.
What is the domain restriction for square root equations?
For √(ax + b), the radicand must satisfy ax + b ≥ 0, giving x ≥ −b/a (when a > 0) or x ≤ −b/a (when a < 0). Any solution outside this domain is extraneous regardless of whether the algebra is otherwise correct.
How do I solve a radical quadratic equation?
An equation like √(ax+b) = cx+d becomes, after squaring, the quadratic c²x² + (2cd−a)x + (d²−b) = 0. Apply the quadratic formula: x = [−(2cd−a) ± √((2cd−a)² − 4c²(d²−b))] / (2c²). Both roots must be checked in the original. Also verify the right-hand side cx+d ≥ 0 (since √ outputs a non-negative value).
What are nested radical equations?
Nested radical equations have a radical inside another radical, e.g. √(a + √(bx+c)) = d. The method is to peel layers outward: square the outer equation first to reveal and isolate the inner radical, then square again to eliminate it. Each squaring step may introduce extraneous solutions, making the verification step especially important.
Can a radical equation have no real solution?
Yes. If all candidate solutions turn out to be extraneous, the equation has no real solution. For example, √(x+5) = −3 has no solution because square roots are always non-negative and can never equal −3. The algebra would produce x = 4, but checking: √(4+5) = √9 = 3 ≠ −3, so it is extraneous and the solution set is empty.

Related Calculators