SOLUTION: x+√x+5=7

Algebra ->  Square-cubic-other-roots -> SOLUTION: x+√x+5=7      Log On


   



Question 613983: x+√x+5=7
Answer by jsmallt9(3758) About Me  (Show Source):
You can put this solution on YOUR website!
x+%2B+sqrt%28x%29+%2B+5+=+7
The easy way, IMHO, to solve this is to recognize that since the exponent of x, 1, is twice the exponent of sqrt%28x%29, 1/2, this equation is in what is called "quadratic form". Quadratic form equations can be solved like quadratic equations.

If you are new to equations of quadratic form equations, then it can be very helpful to use a temporary variable:
Let q = sqrt%28x%29
Then q%5E2+=+%28sqrt%28x%29%29%5E2+=+x
Substituting these into our equation we get:
q%5E2+%2B+q+%2B+5+=+7
This is obviously a quadratic equation. To solve, we first make one side equal to zero. Subtracting 7 from each side we get:
q%5E2+%2B+q+-+2+=+0
Then we factor:
(q + 2)(q - 1) = 0
One of these factors must be zero:
q + 2 = 0 or q - 1 = 0
Solving these we get:
q = -2 or q = 1

But we are not interested in what values "q" might be. We want to know values for "x". So we substitute back in for the q's:
sqrt%28x%29+=+-2 or sqrt%28x%29+=+1
Since square roots are never negative there is no solution to the first equation. But we will get solution from the second equation. Squaring both sides we get:
x = 1

Since we squared both sides, we must check our solution. Use the original equation to check:
x+%2B+sqrt%28x%29+%2B+5+=+7
Checking x = 1:
%281%29+%2B+sqrt%28%281%29%29+%2B+5+=+7
1+%2B+1+%2B+5+=+7
7 = 7 Check!

After a few of these quadratic form equations, you will no longer need a temporary variable. You will see that
x+%2B+sqrt%28x%29+-+2+=+0
will factor into:
sqrt%28x%29+%2B+2%29%28sqrt%28x%29-1%29+=+0
etc.

An alternate way to solve this is as a square root equation:
x+%2B+sqrt%28x%29+%2B+5+=+7
1. Isolate a the square root
Subtracting x and 5 from each side:
sqrt%28x%29+=+2-x+
2. Square both sides:
%28sqrt%28x%29%29%5E2+=+%282-x%29%5E2+
x+=+4+-+4x+%2B+x%5E2
3. Solve the resulting equation.
This is quadratic so we want one side to be zero, Subtracting x from each side:
0+=+4+-+5x+%2B+x%5E2
4. Factor (or use the Quadratic Formula):
(x - 4)(x - 1) = 0
5. One factor must be zero:
x - 4 = 0 or x - 1 = 0
6. Solve
x = 4 or x = 1
7. Check. (Again, we squared both sides earlier so the check is not optional!)
x+%2B+sqrt%28x%29+%2B+5+=+7
Checking x = 4:
%284%29+%2B+sqrt%28%284%29%29+%2B+5+=+7
4 + 2 + 5 = 7
11 = 7 Check failed! Reject x = 4
Checking x = 1:
%281%29+%2B+sqrt%28%281%29%29+%2B+5+=+7
1+%2B+1+%2B+5+=+7
7 = 7 Check!