SOLUTION: how to solve radical xsquare minus 4x minus 12 minus radical xsquare minus 4x minus 5 =1

Algebra ->  Rational-functions -> SOLUTION: how to solve radical xsquare minus 4x minus 12 minus radical xsquare minus 4x minus 5 =1      Log On


   



Question 250500: how to solve radical xsquare minus 4x minus 12 minus radical xsquare minus 4x minus 5 =1
Answer by jsmallt9(3758) About Me  (Show Source):
You can put this solution on YOUR website!
sqrt%28x%5E2+-+4x+-12%29+-+sqrt%28x%5E2+-4x+-5%29+=+1
A procedure to solve square root equations:
  1. Isolate a square root.
  2. Square both sides of the equation.
  3. If there is still a square root, repeat steps 1 and 2.
  4. Solve the equation (which should no longer have any square roots).
  5. Check the solutions. This is more than just a good idea. It is important. Squaring both sides of an equation (Step #2) may introduce what are called extraneous solutions. Extraneous solutions are solutions which fit the squared equation but do not fit the original equation. Extraneous solutions, if any, are found by checking solutions in the original equation. Extraneous solutions must be rejected.

Let's see how this works.
1. Isolate a square root.
Add sqrt%28x%5E2+-4x+-5%29 to both sides:
sqrt%28x%5E2+-+4x+-12%29+=+1+%2B+sqrt%28x%5E2+-4x+-5%29

2. Square both sides
%28sqrt%28x%5E2+-+4x+-12%29%29%5E2+=+%281+%2B+sqrt%28x%5E2+-4x+-5%29%29%5E2
The right side is the square of a binomial (2-term expression). Be sure to use FOIL or the binomial square pattern, %28a%2Bb%29%5E2+=+a%5E2+%2B+2ab+%2B+b%5E2 to square it correctly.
x%5E2+-+4x+-12+=+1+%2B+2sqrt%28x%5E2+-4x+-5%29+%2B+x%5E2+-4x+-5
x%5E2+-+4x+-12+=+2sqrt%28x%5E2+-4x+-5%29+%2B+x%5E2+-4x+-+4

3. Repeat steps 1 and 2 (since we still have a square root.
Subtract x%5E2 from, add 4x to and add 4 to each side:
-8+=+2sqrt%28x%5E2+-4x+-5%29
Divide both sides by 2:
-4+=+sqrt%28x%5E2+-4x+-5%29
(At this point, if you're clever, you will realize that there will be no solutions to this equation. Square roots are positive so there is no way for one to be equal to -4. But we will continue as if we didn't notice this.)
%28-4%29%5E2+=+%28sqrt%28x%5E2+-4x+-5%29%29%5E2
16+=+x%5E2+-4x+-5

4. Solve the equation.
Since this equation is quadratic, we will make one side equal to zero by subtracting 16 from each side:
0+=+x%5E2+-4x+-21
This factors pretty easily. (You can use the Quadratic Formula if you prefer.)
0+=+%28x-7%29%28x%2B3%29
By the Zero Product Property this product can only be zero if one of the factors is zero. So:
x-7=0 or x-3+=+0
Solving these we get:
x+=+7 or x+=+-3

5.Check the solution using the original solution:
sqrt%28x%5E2+-+4x+-12%29+-+sqrt%28x%5E2+-4x+-5%29+=+1
Checking x = 7:
sqrt%28%287%29%5E2+-+4%287%29+-12%29+-+sqrt%28%287%29%5E2+-4%287%29+-5%29+=+1
sqrt%2849+-+4%287%29+-12%29+-+sqrt%2849+-4%287%29+-5%29+=+1
sqrt%2849+-+28+-12%29+-+sqrt%2849+-28+-5%29+=+1
sqrt%289%29+-+sqrt%2816%29+=+1
3+-+4+=+1
-1+=+1 Does not check. Reject x = 7.
Checking x = -3:
sqrt%28%28-3%29%5E2+-+4%28-3%29+-12%29+-+sqrt%28%28-3%29%5E2+-4%28-3%29+-5%29+=+1
sqrt%289+-+4%28-3%29+-12%29+-+sqrt%289+-4%28-3%29+-5%29+=+1
sqrt%289+%2B12+-12%29+-+sqrt%289+%2B12+-5%29+=+1
sqrt%289%29+-+sqrt%2816%29+=+1
3+-+4+=+1
-1+=+1 Does not check. Reject x = -3.
Neither of the two solutions found actually work in the original equation. So there is no solution to the original equation.