How do you solve #sqrt(4 - x) + sqrt(6 + x) = sqrt[6(x+1)#?

1 Answer
Aug 10, 2015

#x = 2#

Explanation:

Since you're dealing with raedical terms, start by writing the conditions that a possible solution must satisfy.

  • #4-x>=0 implies x<=4#
  • #6 + x>=0 implies x>=-6#
  • #x+1>=0 implies x>=-1#

Since you have two positive terms on the left side of the equation, the right side cannot be equal to zero, since that would imply that one of the two square roots on the left side would produce a negative number.

The last condition will thus be #x+1>0 implies x > -1#. If you combine these conditions, you'll get that #x in (-1,4]#.

Next, square both sides of the equation. This will reduce the number of radical terms from three to one.

#(sqrt(4-x) + sqrt(6+x))^2 = (sqrt(6(x+1)))^2#

#(sqrt(4-x))^2 + 2sqrt( (4-x)(6+x)) + (sqrt(6+x))^2 = 6(x+1)#

#4 - color(red)(cancel(color(black)(x))) + 2sqrt( (4-x)(6+x)) + cancel(6) + color(red)(cancel(color(black)(x))) = 6x + cancel(6)#

#4 + 2sqrt( (4-x)(6+x)) = 6x#

Next, isolate the remaining radical on one side of the equation and square both sides again

#cancel(4) - cancel(4) + 2sqrt( (4-x)(6+x)) = 6x-4#

#(color(red)(cancel(color(black)(2)))sqrt( (4-x)(6+x)))/color(red)(cancel(color(black)(2))) = (6x-4)/2#

#sqrt((4-x)(6+x)) = 3x-2#

#(sqrt( (4-x)(6+x)))^2 = (3x-2)^2#

#(4-x)(6+x) = 9x^2 - 12x + 4#

#24 +4x - 6x - x^2 = 9x^2 - 12x + 4#

Rearrange to get

#10x^2 - 10x - 20 = 0#

#x^2 - x - 2 = 0#

Use the quadratic formula to find the two solutions to this quadratic equation

#x_(1,2) = (-(-1) +- sqrt( (-1)^2 - 4 * 1 * (-2)))/(2 * 1)#

#x_(1,2) = (1 +- sqrt(9))/2 = (1 +- 3)/2 = {(x_1 = (1 + 3)/2 = 2), (x_2 = (1-3)/2 = -1) :}#

Notice that #x_2 = -1# does not satisfy the condition #x in (-1,4]#, which means that #x_2# is an extraneous solution.

The original equation will thus have one valid solution, #x = color(green)(2)#.

Do a quick check to make sure that the calculations are correct

#sqrt(4-2) + sqrt(6+2) = sqrt(6 * 3)#

#sqrt(2) + 2sqrt(2) = sqrt(18)#

#3sqrt(2) = 3sqrt(2) color(green)(sqrt())#