Radical Equation Solver
Solve √ · ∛ · nth root equations step by step · detect extraneous solutions · domain restrictions
Equation form: √(ax + b) + d = e
Equation form: √(ax + b) = √(cx + d)
Equation form: √(a + √(bx + c)) = d
Equation form: ⁿ√(ax + b) = c
Equation form: √(ax + b) = cx + d
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
- Select the equation type from the tabs: Simple Radical, Both Sides, Nested Radical, Cube/nth Root, or Radical Quadratic.
- Enter the numeric coefficients into the labeled fields. Each tab shows the equation template so you know exactly which coefficient maps where.
- Click Solve to see the full step-by-step solution, or click Try Example to auto-fill a worked example for that mode.
- Review each numbered step — the solver shows the equation at every stage, highlighting what operation was applied.
- 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:
| Phase | Action | Why |
|---|---|---|
| 1. Isolate | Move 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. Power | Raise 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. Solve | Solve the resulting linear or quadratic equation using standard algebra. | Finds candidate values for x. |
| 4. Check | Substitute 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.