[Math] How to know if there is a extraneous solution in a radical expression

algebra-precalculus

I was trying to solve this problem:

$$\sqrt{3x+13} = x+ 3$$

So I was pretty confident about this problem and started solving:

$$(\sqrt{3x+13})^2 = (x+ 3)^2$$
$$(3x+13) = (x+ 3)^2$$
$$3x+13 = x^2 + 6x + 9$$
$$0 = x^2 + 3x – 4$$
$$0 = (x+4)(x-1)$$

So my final answer was $x = -4$ and $ x = 1 $. However, it was incorrect because when I plug back in -4 into the original equation I get a extraneous solution. My question is do I always need to plug back in my answers into a radical expression and check if they are valid? Or is there any other way to deduce that there will be a extraneous solution?

Best Answer

You don't need to plug in values, if you always ensure not to add extraneous solutions.

The equation forces two conditions, namely $3x+13\ge0$ and $x+3\ge0$, which together become $x\ge-3$.

Why $x+3\ge0$? Because $\sqrt{3x+13}\ge0$ by definition (when it exists, of course).

With this condition, you can safely square, because you have an equality between nonnegative numbers. You get (your computations are good) $$ \begin{cases} (x+4)(x-1)=0 \\[4px] x\ge-3 \end{cases} $$ and therefore you know what roots are a solution of the original equation, in this case only $x=1$.

Related Question