5

I would like to understand how to remove the root squares from this expression:

$$x = \frac 1{\sqrt{2} + \sqrt{3} + \sqrt{5}}$$

How to do it?

Rory Daulton
  • 32,288
Zistoloen
  • 153

4 Answers4

7

Its all about rationalization,

\begin{align} \frac 1{\sqrt{2} + \sqrt{3} + \sqrt{5}} &= \frac 1{\sqrt{2} + \sqrt{3} + \sqrt{5}} \cdot \frac{\sqrt{2} + \sqrt{3} - \sqrt{5}}{\sqrt{2} + \sqrt{3} - \sqrt{5}} \\[10pt] &=\frac{\sqrt{2} + \sqrt{3} - \sqrt{5}}{(\sqrt{2}+\sqrt{3})^2-(\sqrt{5})^2} \\[10pt] &=\frac{\sqrt{2} + \sqrt{3} - \sqrt{5}}{(2+3+2\sqrt{6})-(5)} \\[10pt] &=\frac{\sqrt{2} + \sqrt{3} - \sqrt{5}}{2\sqrt{6}}\cdot\frac{\sqrt6}{\sqrt6} \\[10pt]&=\frac{\sqrt{12}+ \sqrt{18} - \sqrt{30}}{12} \\[10pt]&=\frac{2\sqrt{3} + 3\sqrt{2} - \sqrt{30}}{12} \end{align}

3

Here's a push

You can try rationalising it by multiplying the expression by its conjugate.

$$\frac 1{\sqrt{2} + \sqrt{3} + \sqrt{5}}\times\frac{\sqrt{2} + \sqrt{3} - \sqrt{5}}{\sqrt{2} + \sqrt{3} - \sqrt{5}}=\frac {\sqrt{2}+ \sqrt{3}- \sqrt{5}}{(\sqrt{2}+\sqrt{3})^2-(\sqrt{5})^2}$$ and you can continue it.

Veo
  • 479
0

$\frac 1{\sqrt{2} + \sqrt{3} + \sqrt{5}}=\frac {\sqrt{2}+ \sqrt{3}- \sqrt{5}}{(\sqrt{2}+\sqrt{3})^2-(\sqrt{5})^2}=\frac{\sqrt{2}+ \sqrt{3} - \sqrt5}{2\sqrt{6}}$ I think you can do the rest.

Mihail
  • 2,251
  • Can you explain a little more how you get the second expression from the first one? – Zistoloen Dec 28 '14 at 13:47
  • I multiplied numerator and denominator with $\sqrt{2}+\sqrt{3}-\sqrt{5}$. It is well-known trick, that if you have $\sqrt{K} \pm \sqrt{L}$ on denominator it is reasonable to multiply up and down of fraction with $\sqrt{K} \mp \sqrt{L}$. Actually you can do the same if you have just $K$ instead of $\sqrt{K}$. – Mihail Dec 28 '14 at 13:52
0

Given expression $$\frac{1}{\sqrt 2+\sqrt 3+\sqrt 5}=\frac{\sqrt 5+\sqrt 3-\sqrt 2}{(\sqrt 5+\sqrt 3)^2-2}\\=\frac{\sqrt 5+\sqrt 3-\sqrt 2}{6+2\sqrt{15}}=\frac{(\sqrt 5+\sqrt 3-\sqrt 2)(6-2\sqrt{15})}{-24}$$