# Irrational Equation A6
Source: algebrica.org - CC BY-NC 4.0
https://algebrica.org/exercises/irrational-equation-a-6/
Fetched from algebrica.org test 14702; source modified 2025-04-25T18:13:47.
Before you begin, review the key concepts behind [irrational equations](../irrational-equations.md) to better follow the solution process.
Solve the irrational equation:
\\[
\\sqrt{x+3} = 1 + \\sqrt{2-x}
\\]
* * *
Determine the set of admissible solutions. The equation is in the form:
\\[
\\sqrt\[n\]{f(x)} = g(x)
\\]
where , the index of the root is even. The admissible set of solutions is determined by solving the [system of inequalities](../systems-of-inequalities.md):
\\[
\\begin{cases} f(x) \\geq 0 \\\\\[2ex\] g(x) \\geq 0 \\\\ \\end{cases}
\\]
The system becomes:
\\[
\\begin{cases} x+3 \\geq 0 \\\\\[2ex\] 2-x \\geq 0 \\\\ \\end{cases}
\\]
* * *
For \\(x +3 \\geq 0\\) we have \\(x \\geq -3\\) and for \\(2 -x \\geq 0\\) we have \\(x \\leq 2\\). The admissible set of solutions is given by the intersection of the intervals found for \\(f(x)\\) and \\(g(x)\\). Use the graphical method to determine it:
\\[
-3
\\]
\\[
2
\\]
The admissible set of solutions is within the interval \\(\[-3, 2\]\\).
##### Deepen your understanding of how to determine the admissible set of solutions by identifying the [domain](../functions.md) of the functions involved in the equation.
* * *
Solve the initial equation by squaring both members:
\\[
\\begin{align} &(\\sqrt{x+3})^2 = (1+ \\sqrt{2-x})^2 \\\\\[1ex\] &x+3 = 1 +2\\sqrt{2 -x} + 2 -x \\\\\[1ex\] &x +x +3 -1 -2 = 2\\sqrt{2 -x} \\\\\[1ex\] &2x = 2\\sqrt{2 -x} \\\\\[1ex\] &x = \\sqrt{2 -x} \\\\\[1ex\] \\end{align}
\\]
We have obtained an equation similar to the starting one. Now, square both sides again:
\\[
\\begin{align} &(x)^2 = (\\sqrt{2 -x})^2 \\\\\[1ex\] &x^2 = 2 -x \\\\\[1ex\] &x^2 +x -2 = 0 \\\\\[1ex\] \\end{align}
\\]
The [second-degree](../quadratic-equations.md) equation can easily be [factored](../factoring-quadratic-equations.md) into:
\\[
(x+2)(x-1)
\\]
The solution to the equation is:
\\[
x= -2 \\quad x= 1
\\]
* * *
Both values are acceptable since they fall within the set of admissible solutions of the equation. Verify if they satisfy the initial equation. Remember that this step is crucial because solutions may occur in the set of acceptable solutions but do not satisfy the identity of the equation.
For \\(x = -2 \\) we have:
\\[
\\begin{align} &\\sqrt{(-2)+3} = 1 + \\sqrt{2-(-2)}\\\\\[1ex\] &\\sqrt{1} = 1 + \\sqrt{4}\\\\\[1ex\] &1 = 3 \\end{align}
\\]
The equality is not verified, so \\(x = -2\\) is not a solution to the equation.
For \\(x =1 \\) we have:
\\[
\\begin{align} &\\sqrt{(1)+3} = 1 + \\sqrt{2-(1)}\\\\\[1ex\] &\\sqrt{4} = 1 + \\sqrt{1}\\\\\[1ex\] &2 = 2\\\\ \\end{align}
\\]
The equality is verified, so \\(x= 1\\) is a solution to the equation.
The solution to the equation is:
\\[
x= 1
\\]