Idea: isolate the root and square both sides
Irrational equation
We call irrational equations those that have the unknown inside a square root (or, more generally, inside a radical).
For example: $\;\sqrt{2x-1} + \sqrt{x-3} = \sqrt{5-x}\;$ or $\;3 + \sqrt{x^{2}-3} = x^{2}$.
General strategy (3 steps)
1) Isolate one root on one of the two sides of the equation.
2) Square both sides to make it disappear. If roots still remain (because we had two or three), isolate and square again.
3) Solve the resulting polynomial equation and check every solution in the original equation.
Notable products we'll use often
When we square an expression with a root added to (or subtracted from) another term, the cross term $\;2ab$ — with a root inside — always appears.
Mandatory check — extraneous solutions
Squaring is not a reversible operation: it can create solutions that do not satisfy the original equation (we call them extraneous, just as with rational equations). In particular, if isolating a root leaves $\;\sqrt{\,\cdot\,} = E\;$ with $\,E < 0$, that branch yields no valid solution.
You must always substitute the candidate values into the original equation. If one does not fit, it is discarded.
Worked example (three roots, no solution)
$\sqrt{2x-1} + \sqrt{x-3} = \sqrt{5-x}$
We have three roots; we'll need to square twice. We start by squaring directly:
We isolate the remaining root and group terms:
We square again:
We expand the left-hand side: $\;(2x-1)(x-3) = 2x^{2} - 7x + 3$, so $\;4(2x^{2}-7x+3) = 8x^{2} - 28x + 12$. Equating:
Discriminant: $\;\Delta = 44^{2} - 4 \cdot 8 \cdot 69 = 1936 - 2208 = -272 < 0$. The quadratic equation has no real root, and therefore neither does the original equation.
Here it is the final quadratic itself that tells us there is no solution — we don't even need to check.
Exercises
Afterwards, check your results with GeoGebra.
a) $x + \sqrt{x+1} = 2x - 1$
Isolate the root: $\;\sqrt{x+1} = x - 1$. Square both sides:
Candidates: $x = 0$ or $x = 3$.
Check: $x = 0$: $\;0 + \sqrt{1} = 1 \neq -1$ → discard. $x = 3$: $\;3 + \sqrt{4} = 5 = 2\cdot 3 - 1$ ✓.
b) $3 + \sqrt{x^{2}-3} = x^{2}$
Isolate the root: $\;\sqrt{x^{2}-3} = x^{2} - 3$. Square both sides:
It's a biquadratic. Substitute $\,x^{2} = t$:
Undoing the substitution: $\;x = \pm\sqrt{3}\,$ or $\,x = \pm 2$.
Check: all four values satisfy $x^{2}-3 \geq 0$ and $x^{2}-3 \geq 0$ (the right-hand side after isolating). We verify: $\,3 + \sqrt{0} = 3 = (\pm\sqrt{3})^{2}\,$ ✓ and $\,3 + \sqrt{1} = 4 = (\pm 2)^{2}\,$ ✓.
c) $\sqrt{x} + \sqrt{x+1} = 1$
Isolate one root: $\;\sqrt{x+1} = 1 - \sqrt{x}$. Square both sides:
Check: $\sqrt{0} + \sqrt{1} = 0 + 1 = 1$ ✓.
d) $\sqrt{7-3x} - x = 7$
Isolate the root: $\;\sqrt{7-3x} = x + 7$. Square both sides:
Check: $x = -3$: $\;\sqrt{16} - (-3) = 4 + 3 = 7$ ✓. $x = -14$: $\;\sqrt{49} - (-14) = 7 + 14 = 21 \neq 7$ → discard.
e) $3\sqrt{6x+1} - 5 = 2x$
Isolate the root: $\;3\sqrt{6x+1} = 2x + 5$. Square both sides:
Check: $x = 8$: $\;3\sqrt{49} - 5 = 21 - 5 = 16 = 2\cdot 8$ ✓. $x = \tfrac{1}{2}$: $\;3\sqrt{4} - 5 = 6 - 5 = 1 = 2\cdot\tfrac{1}{2}$ ✓.
f) $\sqrt{x+4} = 3 - \sqrt{x-1}$
Square both sides directly:
Isolate the remaining root: $\;-4 = -6\sqrt{x-1} \;\Rightarrow\; \sqrt{x-1} = \dfrac{2}{3}$. Square both sides:
Check: $\sqrt{\tfrac{13}{9}+4} = \sqrt{\tfrac{49}{9}} = \tfrac{7}{3}$, $3 - \sqrt{\tfrac{13}{9}-1} = 3 - \tfrac{2}{3} = \tfrac{7}{3}$ ✓.
Check your results with GeoGebra.
a) $x + \sqrt{x+1} - 2x = 1$
Simplify: $\;-x + \sqrt{x+1} = 1 \;\Rightarrow\; \sqrt{x+1} = x + 1$. Square both sides:
Let $u = x+1$: $\;u = u^{2} \Rightarrow u(u-1) = 0 \Rightarrow u = 0$ or $u = 1$. So $\,x = -1$ or $\,x = 0$.
Check: $x=-1$: $\;-1 + \sqrt{0} - (-2) = -1 + 0 + 2 = 1$ ✓. $x=0$: $\;0 + \sqrt{1} - 0 = 1$ ✓.
b) $\sqrt{x-3} + \sqrt{x+4} = \sqrt{4x+1}$
Square both sides directly:
Isolate the root: $\;2\sqrt{(x-3)(x+4)} = 4x + 1 - 2x - 1 = 2x \;\Rightarrow\; \sqrt{(x-3)(x+4)} = x$. Square both sides:
Check: $\;\sqrt{9} + \sqrt{16} = 3 + 4 = 7 = \sqrt{49}$ ✓.
c) $x - \sqrt{x^{2}-3} = \sqrt{x-1}$
Square both sides:
Isolate the root: $\;2x^{2} - 3 - x + 1 = 2x\sqrt{x^{2}-3} \;\Rightarrow\; 2x^{2} - x - 2 = 2x\sqrt{x^{2}-3}$. Square both sides:
By synthetic division (Ruffini) we try $x = 2$: $\,32 - 20 - 8 - 4 = 0$ ✓. Then $\,4x^{3} - 5x^{2} - 4x - 4 = (x-2)(4x^{2} + 3x + 2)$, and the quadratic has $\Delta = 9 - 32 < 0$, with no further real roots.
Check: $x = 2$: $\;2 - \sqrt{1} = 1 = \sqrt{1}$ ✓.
d) $\sqrt{x} + \dfrac{1}{\sqrt{x}} = \dfrac{x+1}{2}$
Multiply everything by $\,2\sqrt{x}\,$ (condition $x > 0$):
Square both sides:
By synthetic division (Ruffini) we try $x = 4$: $\,64 - 32 - 28 - 4 = 0$ ✓. Then $\,x^{3} - 2x^{2} - 7x - 4 = (x-4)(x^{2} + 2x + 1) = (x-4)(x+1)^{2}$. Candidates: $x = 4$ and $x = -1$ (double).
Check: $x = -1$: $\sqrt{-1}$ is undefined → discard. $x = 4$: $\;\sqrt{4} + \tfrac{1}{\sqrt{4}} = 2 + \tfrac{1}{2} = \tfrac{5}{2} = \tfrac{4+1}{2}$ ✓.