2

I am having trouble rationalizing $\frac{2}{\sqrt{2-\sqrt{2}}}$

I have tried multiplying the fraction by $\sqrt{2 + \sqrt{2}}$ and got $\frac{2\sqrt{2+\sqrt{2}}}{\sqrt{2}}$ I am not sure if that is correct or not but I then multiplied by $\sqrt{2}$ but got stuck...

Assuming that I did the problem correctly so far, how would I multiply $2\sqrt{2+\sqrt{2}}$ with $\sqrt{2}$ ?

Kot
  • 3,273
  • But $\sqrt{2 - \sqrt 2}\sqrt{2 + \sqrt 2} = \sqrt{4 - 2} = \sqrt 2$. How did you get $4- \sqrt 2$? And $2 \sqrt{2 + \sqrt 2}\sqrt 2 = 2 \sqrt{4 + 2\sqrt 2}$. – martini Nov 05 '12 at 22:35
  • Could you explain how you multiplied $\sqrt{2}$ with $2\sqrt{2+\sqrt{2}}$? – Kot Nov 05 '12 at 22:36

1 Answers1

4

Instead of multiplying top and bottom by $\sqrt{2}$, note that $2=\left(\sqrt{2}\right)^2$, so that $$\frac{2\sqrt{2+\sqrt{2}}}{\sqrt{2}}=\sqrt{2}\sqrt{2+\sqrt{2}}=\sqrt{4+2\sqrt{2}}.$$

Cameron Buie
  • 102,994
  • Does this mean that 'rationalizing' means getting rid of radicals only in the denominator, but not in the whole expression? – Alex Nov 06 '12 at 00:59
  • 1
    Yes. We talk about "rationalizing the denominator" of a fraction with radicals in the denominator. Having a rational (integer, really) denominator makes arithmetic easier. We can't necessarily get rid of all the radicals, though, as we saw in this case. If we're lucky, we can get rid of all of the radicals--for an easy example, consider $\frac{\sqrt{8}}{\sqrt{2}}$--but most of the time we'll still have some hanging around. – Cameron Buie Nov 06 '12 at 01:07
  • Ok that's cool. – Alex Nov 06 '12 at 01:10