Visual Tools
Calculators
Tables
Mathematical Keyboard
Converters
Other Tools


Radical Equation Solver

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

Enter equation...
Var
Num
Op
Rad

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






Getting Started

The solver shows an equation 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:

• Click the square root button, type (2x+1)=3(2x + 1) = 3, and press Enter — the right panel squares both sides to get 2x+1=92x + 1 = 9, solves to x=4x = 4, and substitutes back to confirm the answer is valid.
• Click the "Extraneous Trap" example template — the solver finds the candidate, checks it against the original equation, and rejects it.
• Try the cube root button on 8-8 to see odd-index handling: cube roots accept negative inputs, unlike square roots.

The Solve button is disabled until you enter something. Pressing Enter on the display is equivalent to clicking Solve. The Rad row offers square root, cube root, and fourth root buttons.

Building Equations 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. The solver picks up whichever variable appears in your equation.
• Number row — digits 0 through 9 and the decimal point.
• Operator row — the caret operator, multiplication, division, plus, minus, and equals.
• Radical row — square root, cube root, and fourth root symbols.
• Bracket row — parentheses for grouping the radicand or denominators.

When entering a multi-term radicand, wrap it in parentheses: 2x+1\sqrt{2x + 1} is entered as square root then open parenthesis then 2x+12x + 1 then close parenthesis. A single-term radicand can omit the parentheses.

Keyboard shortcuts: type letters and digits directly, use star or slash for multiplication and division, and press Enter to solve. You can also paste the Unicode radical characters directly. Ctrl+Z undoes up to fifty edits back; Backspace deletes the character before the cursor; Delete removes the one after it.

Try an Example — Eight Form Templates

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

• Simple — x=c\sqrt{x} = c. The most basic form; squaring gives x=c2x = c^2.
• Linear Radicand — ax+b=c\sqrt{ax + b} = c. Squaring gives a linear equation in xx.
• With Constant — x+c=d\sqrt{x} + c = d. Requires isolating the radical first by subtracting cc from both sides.
• With Coefficient — ax=ca \cdot \sqrt{x} = c. Requires dividing both sides by aa before squaring.
• Cube Root — x3=c\sqrt[3]{x} = c. Cubing both sides eliminates the radical; cc can be negative.
• Cube Root Linear — ax+b3=c\sqrt[3]{ax + b} = c. Combines cube root and linear radicand.
• Radical = Radical — ax+b=cx+d\sqrt{ax + b} = \sqrt{cx + d}. Squaring eliminates both radicals in one step.
• Extraneous Trap — x=\sqrt{x} = negative. The solver detects this case immediately without squaring.

Roughly 80 percent of generated equations produce clean integer solutions; the rest exercise the extraneous-check pathway.

Reading the Step-by-Step Solution

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

• Rearrange Equation — if the radical is on the right side, the solver swaps sides for clarity.
• Evaluate Constant — reduces the non-radical side to a single number if it contains arithmetic.
• Isolate Radical Term — subtracts an additive constant or divides by a coefficient to leave the radical alone on one side.
• Square / Cube / Raise Both Sides — raises both sides to the index of the radical, eliminating it.
• Solve Linear Equation or Solve Quadratic — handles the polynomial that results from the previous step.
• Check for Extraneous Solutions — substitutes each candidate back into the original equation and confirms both sides match.

For even-index radicals, the solver also flags the immediate no-solution case: if the radical equals a negative number after isolation, the equation has no real solution and the squaring step is skipped entirely.

Extraneous Solutions — Why and How to Check

Squaring both sides of an equation is a powerful move because it eliminates a square root, but it loses information about sign.

The mechanism. Consider x=3\sqrt{x} = -3. Squaring gives x=9x = 9. But 9=3\sqrt{9} = 3, not 3-3 — the original equation has no solution. The squaring introduced x=9x = 9 because both 33 and 3-3 have square 99.

The rule. Every candidate produced after squaring must be substituted into the original equation to confirm it works. A candidate that fails this check is extraneous and must be discarded.

When does it happen?

• Even-index radicals only. Squaring or raising to the fourth power loses sign information. Cube roots and fifth roots are equivalence-preserving because they are odd functions.
• Whenever the isolated radical equals a negative. No real radical of even index equals a negative number, so any candidate from squaring such an equation is extraneous.
• Whenever the radicand becomes negative at the candidate. A real square root requires a non-negative radicand, so if a candidate makes the radicand negative, it is extraneous.

The solver performs the check automatically by evaluating both sides of the original equation at each candidate. If they match (within numerical tolerance), the candidate is valid. Otherwise the candidate is flagged as extraneous and excluded from the final answer.

For deeper coverage see extraneous solutions and squaring both sides.

What is a Radical Equation?

A radical equation contains one or more radical expressions involving the variable. The general form for a single radical is:

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


where nn is the index (2 for square root, 3 for cube root, and so on) and f(x)f(x) is the radicand — the expression under the radical. The other side g(x)g(x) may be a constant, another radical, or any other expression.

Index and domain.

• Even index (n=2,4,6,n = 2, 4, 6, \ldots): the radicand must be non-negative, and the radical always returns a non-negative value. Domain restrictions matter.
• Odd index (n=3,5,7,n = 3, 5, 7, \ldots): the radicand can be any real number, and the radical preserves sign. No domain restrictions from the radical itself.

The graph of y=xy = \sqrt{x} is a half-parabola starting at the origin and increasing slowly; y=x3y = \sqrt[3]{x} is an S-shaped curve passing through the origin and defined for all xx.

Radical equations appear in geometry (distance formulas, Pythagorean theorem), physics (orbital periods, pendulum periods), and any context where a quantity depends on the root of another quantity.

For deeper coverage see radicals, nth root, and rational exponents.

The Solving Process Explained

Four steps solve a radical equation. The first three transform the equation; the fourth verifies the result.

• Step 1: Isolate the radical. Move every non-radical term to the other side. If the equation contains x+3=7\sqrt{x} + 3 = 7, subtract 3 to get x=4\sqrt{x} = 4. If there is a coefficient on the radical, divide both sides by it.

• Step 2: Raise both sides to the power of the index. Square both sides for a square root, cube both sides for a cube root, raise to the fourth for a fourth root. This step removes the radical: (f(x)n)n=f(x)(\sqrt[n]{f(x)})^n = f(x).

• Step 3: Solve the resulting polynomial equation. If the radicand was linear, the result is a linear equation. If quadratic, the result is quadratic. The solver routes to the appropriate polynomial method.

• Step 4: Check every candidate. Substitute back into the original (pre-squaring) equation. Reject any candidate that does not satisfy it.

Multiple radicals. When the equation has two radicals (one on each side), squaring can eliminate both in a single step if the indices match. When two radicals sit on the same side, isolate one, square, isolate the second, square again. The solver handles the same-index two-radical case directly.

Edge cases the solver detects.

• Even radical equals a negative constant: no real solution, no squaring needed.
• Discriminant negative after squaring: no real solution to the polynomial.
• All candidates extraneous: no real solution to the radical equation.

For comprehensive treatment see solving radical equations, isolating the radical, and rationalization.

Related Concepts

Radical Functions — functions of the form f(x)=g(x)nf(x) = \sqrt[n]{g(x)}. The graph and domain depend on whether the index is even or odd.

Radical Inequalities &mdash; same form as radical equations but with <<, >>, \leq, or \geq. Requires careful sign analysis when squaring.

Rational Exponents &mdash; an equivalent notation: xn=x1/n\sqrt[n]{x} = x^{1/n}. Converting to rational exponents sometimes simplifies the algebra.

Nth Root &mdash; the general concept: the nn-th root of aa is a number bb such that bn=ab^n = a.

Square Root and Principal Square Root &mdash; the symbol x\sqrt{x} denotes the principal (non-negative) square root. The equation x2=9x^2 = 9 has two solutions but 9\sqrt{9} refers only to 33.

Extraneous Solutions &mdash; candidate solutions introduced by non-equivalence operations such as squaring. Common in rational and radical equations.

Polynomial Equations &mdash; the equation type that results from eliminating the radical. The solver routes the squared equation through the polynomial solver.

Domain Restrictions &mdash; for even radicals, the radicand must be non-negative. The check happens implicitly through the extraneous-solution verification.

Pythagorean Theorem and Distance Formula &mdash; common geometric sources of radical equations: solving for an unknown side of a right triangle, or for an unknown coordinate that produces a target distance.