I know about the shortcut in which we unnestle radicals but I want to know why it works. For example: How do we unnestle these radicals and solve the problem?
$${1\over \sqrt{7+4\sqrt{3}}} + {1\over \sqrt{7-4\sqrt{3}}}$$
Thanks in advance!
I know about the shortcut in which we unnestle radicals but I want to know why it works. For example: How do we unnestle these radicals and solve the problem?
$${1\over \sqrt{7+4\sqrt{3}}} + {1\over \sqrt{7-4\sqrt{3}}}$$
Thanks in advance!
Simple radicals of the form $\sqrt{X\pm Y}$ can be denested with the following identity
$$\sqrt{X\pm Y}=\sqrt{\frac {X+\sqrt{X^2-Y^2}}2}\pm\sqrt{\frac {X-\sqrt{X^2-Y^2}}2}$$
Where $X,Y\in\mathbb{R}$ and a simplification occurs only when $X^2-Y^2$ is a perfect square. Therefore, it follows that$$\sqrt{7\pm4\sqrt3}=\sqrt{\frac {7+\sqrt{49-48}}2}\pm\sqrt{\frac {7-\sqrt{49-48}}2}=2\pm\sqrt3$$Can you complete the rest?