ExamFever
- 31
- 0
Homework Statement
sqrt(7 + 2sqrt(6)) - sqrt(7 - 2sqrt(6))
Homework Equations
The Attempt at a Solution
In order to work out the radicals, I define the answer as "x". Now I can square both sides to get rid of some of the first radicals:
sqrt(7 + 2sqrt(6)) - sqrt(7 - 2sqrt(6)) = x
(sqrt(7 + 2sqrt(6)) - sqrt(7 - 2sqrt(6)))2 = (x)2
Now, I hope this is the right way of starting on this problem, continuing we get:
(7 + 2sqrt(6)) - 2 * sqrt(7+ 2 sqrt(6)) * sqrt(7 - 2 sqrt(6)) + (7 - 2 sqrt(6))
this implies:
14 - 2 * sqrt(7+ 2 sqrt(6)) * sqrt(7 - 2 sqrt(6)) = x2
on moving the 14 to the RHS and squaring once more to get rid of more radicals:
(-2 * sqrt(7+ 2 sqrt(6)) * sqrt(7 - 2 sqrt(6)) )2 = (x2-14)2
this implies
4 * (7 + 2 sqrt(6)) * (7 - 2 sqrt(6)) = (x2-14)2
because the two factors with sqrts are conjugate pairs, the LHS will look like this:
4 * (72 - (4*6) = 4 * 25 = 100
thus
100 = (x2-14)2
by taking the square root of both sides:
±10 = ± (x2-14)
±10±14 = ± x2
Now, this does not look like a proper solution. Working further I can get a couple of answers for x, but no way to check them or anything:
sqrt(24) = 2 sqrt(6) = ± x
sqrt(4) = 2 = ± x
Where do I go wrong?
Last edited: