Extraneous Roots

When dealing with extraneous roots and checking them, if you find that one of the, two roots let's say, is extraneous, then does this imply that the other root is real or would one need to check the other root as well...so potentially it has no roots?

I'm pretty sure the one root being extraneous would imply that the other root is real just by thinking of it logically but I cannot ever remember being told this and cannot find verification anywhere else.


Solution 1:

There are (at least) two ways to interpret "extraneous roots".

One is that roots relate back to a physical context. In such a scenario, it is not necessarily the case that there are any "real" roots at all—real here referring not to whether or not it's a complex number (involving $i$, the square root of $-1$), but whether it fits the physical context. Often, it's merely negative, and because the variable is modeling a non-negative number (e.g., the number of books in a pile), the root is considered extraneous.

If, say, a quadratic equation has two roots, and neither of them fits the physical context, then both of them are extraneous, and there are no "real" solutions at all. That just means that the constraints of the problem cannot be satisfied.

Another way to interpret "extraneous roots" refers specifically to roots developed because of a non-invertible transformation of some original equation. (Squaring is the most common example of this transformation, as you point out.) Under what circumstances this happens and what its implications are is a different set of questions.

There still isn't guaranteed to be a non-extraneous root, though. Consider what happens when you square both sides of

$$ -|x| = \sqrt{2x^2-1} $$

One obtains

$$ x^2 = 2x^2-1 $$

or

$$ x^2-1 = 0 $$

which clearly has the roots $x = \pm 1$, but neither of those is a root of the original equation.

Solution 2:

Extraneous roots occur when you apply a function to both sides of an equation that is not 1-1. Here is a very trivial example. Consider the equation $$x = 1.$$ Square both sides and we get $$x^2 = 1,$$ which yields solutions $x = \pm 1$. The second, extraneous, root occurred because squaring destroys information about the sign of a real number.

Solution 3:

Suppose the equation to solve is $$x^2=-1$$ and you square both sides: $$x^4 = 1$$ Now the resulting equation has two real roots, $x=-1$ and $x=1$, none of which is a root of the first equation.

So the answer is: YES, of course you should check ALL roots for validity (unless you proceed carefully, so that you can prove that no step of your solution introduces extraneous roots, in which case there simply will be no extra roots).

Solution 4:

Try this \begin{align} |x| &= -2 \\ \sqrt{x^2} &= -2 \\ x^2 &= 4 \\ x &\in \{-2, 2\} \end{align}

Both roots are clearly extraneous.

In this case, it's obvious that there is no solution. It's possible, however, to create equations with no roots where that fact is not immediately obvious.