Let $A(x)=0$ represent an equation containing $x$ that is satisfied when $x=r_{1},r_{2},…,r_{p}$.

Let $B(x)$ be an expression in $x$ that vanishes when $x=s_{1},s_{2},…,s_{q}$.

Then the equation

\[A(x)\cdot B(x)=0\]

is satisfied not only when $x=r_{1},r_{2},…,r_{p}$ but also when $x=s_{1},s_{2},…,s_{q}$.

So in general, when both sides of an equation in $x$ are multiplied by an expression in $x$, the resulting equation may have solutions that the original equation did not have. The solutions that have been introduced in the process of solving an equation but do not satisfy the original equation are called extraneous solutions. In the above, $x=s_{1},s_{2},…,s_{q}$ are the extraneous solutions to the equation $A(x)=0$. To find the extraneous solutions, we must substitute the solutions of the resulting equation in the original equation.

 Equations Involving Fractional Expressions

To solve equations involving fractional expressions, eliminate the denominators, for example, by multiplying each side by the least common multiple (LCM) of all denominators — although any common multiple works. Then test all the solutions to find the extraneous ones.

Example 1

Solve the equation $\dfrac{5}{x}+\dfrac{1}{x-2}=\dfrac{4}{x^{2}-4}$.

Solution

To eliminate the denominators, we multiply each side by the least common multiple of all denominators: $x,x-2,x^{2}-4$. Because $x^{2}-4=(x-2)(x+2)$, the LCM of the denominators is $x(x-2)(x+2)$ or $x(x^{2}-4)$

\begin{align*}
\begin{array}{rclr}
x(x-2)(x+2)\left(\dfrac{5}{x}+\dfrac{1}{x-2}\right) & =& x(x-2)(x+2)\dfrac{4}{x^{2}-4}\\
5(x^{2}-4)+x(x+2) & =& 4x\\
5x^{2}-20+x^{2}+2x & =& 4x &{\small \text{(expand LHS)}}\\
6x^{2}-2x-20 & =& 0&{\small \text{ (simplify)}}
\end{array}
\end{align*}

Using the quadratic formula, we find the solutions of the above equation:

\[x=\frac{2\pm\sqrt{4+240}}{12}=\frac{2\pm22}{12}\]

so $x=-5/3$ or $x=2$. Now we need to check if these values satisfy the original equations:

Checking $x=-5/3$:

\begin{align*}
\text{Left Hand Side (LHS)} & =\frac{5}{-5/3}+\frac{1}{-5/3-2}\\
& =-3-\frac{1}{11/3}\\
& =-3-\frac{3}{11}=\frac{-36}{11}
\end{align*}
\begin{align*}
\text{Right hand side (RHS)} & =\frac{4}{(-5/3)^{2}-4}\\
& =\frac{4}{\frac{25}{9}-4}\\
& =\frac{4}{\frac{-11}{9}}=-\frac{36}{11}
\end{align*}

Because LHS = RHS, $x=-5/3$ is a solution.

Checking $x=2$:

\[\text{LHS}=\frac{5}{2}+\frac{1}{2-2}\quad\text{ division by zero! undefined}\]

\[\text{RHS}=\frac{4}{4-4}\quad \text{ division by zero! undefined}\]

so $x=2$ is not acceptable and the only solution is $x=-5/3$.

  • Note that in the above example, the expression that we multiplied both sides to does not vanish when $x=-5/3$. So $x=-5/3$ could not be an extraneous solution and we did not have to test whether or not it satisfies the original equation.

 

  Radical Equations

Radical equations are equations in which the variable (the unknown) is under the square root, cubic root, or higher root, like

\[\sqrt{5-3x}=6,\qquad\sqrt{2x+7}+\sqrt{x+3}=10,\qquad\sqrt[3]{5x-7}=\sqrt[3]{4x+1}\]

To solve radical equations:

  1. Isolate the most complicated radical term on one side and move the rest of the terms to the other side.
  2. If the radical is a square root, square both sides. If the radical is a cubic root, cube both sides and in general, for an $n$th root radical, raise both sides to the $n$th power. Then simplify the equation.
  3. Repeat Steps 1 and 2 with the effort to eliminate all radicals involving the unknown.
  4. Solve the resulting equation.
  5. Test each solution by substitution in the original equation and determine which solutions satisfy the original equation.

 

  •  Raising both sides of an equation to an even power may introduce extraneous solutions.
  • Recall that if $A$ is positive, $\sqrt{A}$ represents only the positive root of $A$. Similarly $\sqrt[n]{A}$ where $n$ is even represents only the positive $n$th root.

Example 2

Solve each equation:

(a) $2+\sqrt{2x^{2}+4}=2x$

(b) $2-\sqrt{2x^{2}+4}=-2x$

Solution

(a) Rewrite the equation as

\[\sqrt{2x^{2}+4}=2x-2\]

Then we square both sides:

\begin{align*}
\begin{array}{rclr}
2x^{2}+4 & =& (2x-2)^{2}\\
2x^{2}+4 & =& 4x^{2}-8x+4\\
0 & =& 2x^{2}-8x & {\small \text{ (simplify) }}\\
0 & =& 2x(x-4) &  {\small \text{ (factor)}}
\end{array}
\end{align*}

Therefore $x=0$ or $x=4$. Substituting $x=0$ in the original equation, we get

\begin{align*}
\text{LHS} & =2+\sqrt{4}=4\\
\text{RHS} & =0
\end{align*}

Because LHS $\neq$ RHS, $x=0$ is an extraneous solution.

Substituting $x=4$ in the original equation, we get

\begin{align*}
\text{LHS} & =2+\sqrt{2\cdot4^{2}+4}=2+6=8\\
\text{RHS} & =2\cdot4=8
\end{align*}

and LHS $=$ RHS. So the only solution of this equation is $x=4$.

(b) Rewrite the equation as

\[-\sqrt{2x^{2}+4}=-(2+2x)\]

or

\begin{align*}
\begin{array}{rclr}
\sqrt{2x^{2}+4} & & =2+2x\\
2x^{2}+4 & =& (2+2x)^{2}& {\small \text{ (square both sides)}}\\
2x^{2}+4 &= & 4+8x+4x^{2}& {\small \text{(expand)}}\\
0 & =& 2x^{2}+8x & {\small \text{(simplify)}}\\
0 & =& 2x(x+4)
\end{array}
\end{align*}

which gives $x=0$ or $x=-4$. Substituting $x=0$ in the original equation, we get

\begin{align*}
\text{LHS} & =2-\sqrt{4}=0,\\
\text{RHS} & =-2\cdot0=0
\end{align*}

Because LHS $=$ RHS, $x=0$ is a solution. Substituting $x=-4$ in the original equation, we get

\begin{align*}
\text{LHS} & =2-\sqrt{2\cdot(-4)^{2}+4}=2-6=-4\\
\text{RHS} & =-2\cdot(-4)=8
\end{align*}

Because LHS $\neq$ RHS, $x=-4$ is not a solution (it is an extraneous solution) and so $x=0$ is the only solution.

Example 3

Solve each equation:

(a) $\sqrt{x+19}+\sqrt{x+10}=9.$

(b) $\sqrt{x-2}-\sqrt{2x+5}=3.$

Solution

(a)

\begin{align*}
\begin{array}{rcll}
\sqrt{x+19} & = & 9-\sqrt{x+10}& {\small \text{(rewrite the equation)}}\\
x+19 & =& 81-18\sqrt{x+10}+x+10& {\small\text{(square both sides)}}\\
18\sqrt{x+10} & =& 72 & {\small\text{ (simplify)}}\\
\sqrt{x+10} & =& 4\\
x+10 & =& 16 & {\small\text{(square both sides)}}\\
x & =6
\end{array}
\end{align*}

Let’s check if $x=6$ satisfies the original equation:

\begin{align*}
\text{LHS} & =\sqrt{6+19}+\sqrt{6+10}=\sqrt{25}+\sqrt{16}=5+4\\
\text{RHS} & =9
\end{align*}

Because LHS $=$ RHS, $x=6$ is the solution.

(b)

\begin{align*}
\begin{array}{rclr}
\sqrt{x-2} & =& 3+\sqrt{2x+5}& {\small\text{(rewrite the equation)}}\\
x-2 & =& 9+6\sqrt{2x+6}+2x+5& {\small\text{ (square both sides)}}\\
-6\sqrt{2x+6} & =& x+16 & {\small\text{(simplify)}}\\
36(2x+6) & =& x^{2}+32x+16 & {\small\text{ (square both sides)}}\\
x^{2}-40x+76 & =& 0 & {\small\text{ (simplify)}}
\end{array}
\end{align*}

Now we can factor it by trial and error as

\[x^{2}-40x+76=(x-2)(x-38)\]

which gives $x=2$ or $x=38$. Alternatively we can use the quadratic equation to find the roots

\begin{align*}
x & =\frac{40\pm\sqrt{1600-4\cdot76}}{2}\\
& =\frac{40\pm\sqrt{1296}}{2}\\
& =\frac{40\pm36}{2}\\
& =20\pm18
\end{align*}

which gives $x=2$ or $x=38$. We have to test these values to see if they satisfy the original equation.

Substituting 2 for $x$:

\begin{align*}
\text{LHS} & =\sqrt{2-2}-\sqrt{2\cdot2+5}=-3,\\
\text{RHS} & =3.
\end{align*}

Because LHS $\neq$ RHS, $x=2$ is not a solution. 

  Substituting 38 for $x$:

\begin{align*}
\text{LHS} & =\sqrt{38-2}-\sqrt{2\cdot38+5}=6-9=-3,\\
\text{RHS} & =3.
\end{align*}

Because LHS $\neq$ RHS, $x=38$ is not a solution. Therefore, this problem does not have any solutions.