Let A(x)=0 represent an equation containing x that is satisfied when x=r1,r2,,rp.

Let B(x) be an expression in x that vanishes when x=s1,s2,,sq.

Then the equation

A(x)B(x)=0

is satisfied not only when x=r1,r2,,rp but also when x=s1,s2,,sq.

So in general, when both sides of an equation in x are multiplied by an expression in x, the resulting equation may have solutions which 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=s1,s2,,sq 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

Solve the equation 5x+1x2=4x24.

Solution

To eliminate the denominators, we multiply each side by the least common multiple of all denominators: x,x2,x24. Because x24=(x2)(x+2), the LCM of the denominators is x(x2)(x+2) or x(x24)

x(x2)(x+2)(5x+1x2)=x(x2)(x+2)4x245(x24)+x(x+2)=4x5x220+x2+2x=4x(expand LHS)6x22x20=0 (simplify)

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

x=2±4+24012=2±2212

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

Checking x=5/3:

Left Hand Side (LHS)=55/3+15/32=3111/3=3311=3611
Right hand side (RHS)=4(5/3)24=42594=4119=3611

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

Checking x=2:

LHS=52+122 division by zero! undefined

RHS=444 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

53x=6,2x+7+x+3=10,5x73=4x+13

To solve radical equations:

  1. Isolate the most complicated radical term on one side and move the rest of terms to the other side.
  2. If the radical is a square root, square both side. If the radical is a cubic root, cube both sides and in general, for an nth root radical, raise both sides to the nth 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, A represents only the positive root of A. Similarly An where n is even represents only the positive nth root.

Example

Solve each equation:

(a) 2+2x2+4=2x

(b) 22x2+4=2x

Solution

(a) Rewrite the equation as

2x2+4=2x2

Then we square both sides:

2x2+4=(2x2)22x2+4=4x28x+40=2x28x (simplify) 0=2x(x4) (factor)

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

LHS=2+4=4RHS=0

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

Substituting x=4 in the original equation, we get

LHS=2+242+4=2+6=8RHS=24=8

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

(b) Rewrite the equation as

2x2+4=(2+2x)

or

2x2+4=2+2x2x2+4=(2+2x)2 (square both sides)2x2+4=4+8x+4x2(expand)0=2x2+8x(simplify)0=2x(x+4)

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

LHS=24=0,RHS=20=0

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

LHS=22(4)2+4=26=4RHS=2(4)=8

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

Example

Solve each equation:

(a) x+19+x+10=9.

(b) x22x+5=3.

Solution

(a)

x+19=9x+10(rewrite the equation)x+19=8118x+10+x+10(square both sides)18x+10=72 (simplify)x+10=4x+10=16(square both sides)x=6

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

LHS=6+19+6+10=25+16=5+4RHS=9

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

(b)

x2=3+2x+5(rewrite the equation)x2=9+62x+6+2x+5 (square both sides)62x+6=x+16(simplify)36(2x+6)=x2+32x+16 (square both sides)x240x+76=0 (simplify)

Now we can factor it by trial and error as

x240x+76=(x2)(x38)

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

x=40±16004762=40±12962=40±362=20±18

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:

LHS=2222+5=3,RHS=3.

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

  Substituting 38 for x:

LHS=382238+5=69=3,RHS=3.

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