When I was at high school, our teacher showed us a technique to simplify square
roots like this $\sqrt{8 - 2\sqrt{7}}$ that I forgot.
It was something like 8 = 7+1; 7 = 7*1; and using them we could represent $\sqrt{8 - 2\sqrt{7}}$ in simpler form. I would be happy if you can show how it works, and how this technique is called.
How to factorize this $\sqrt{8 - 2\sqrt{7}}$?
2.4k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail AtThere are 6 best solutions below
On
$$\sqrt { 8-2\sqrt { 7 } } =\sqrt { { \left( \sqrt { 7 } \right) }^{ 2 }-2\sqrt { 7 } +1 } =\sqrt { { \left( \sqrt { 7 } -1 \right) }^{ 2 } } =\sqrt { 7 } -1$$
On
Try making perfect square inside of that square root, as you can see that $$2\sqrt{7}=2\times1\times\sqrt{7}$$ and $$8=1+(\sqrt{7})^2$$ Then apply $$a^2+b^2-2ab=(a-b^2)$$
On
Such square roots can be mechanically computed by a Simple Denesting Rule:
Here $\ 8-2\sqrt 7\ $ has norm $= 36.\:$ $\rm\ \color{blue}{Subtracting\ out}\,\ \sqrt{norm}\ = 6\,\ $ yields $\,\ 2-2\sqrt 7\:$
which has $\, {\rm\ \sqrt{trace}}\, =\, \sqrt{4}\, =\, 2.\,\ \ \ \rm \color{brown}{Dividing\ it\ out}\,\ $ of the above yields $\ \ \ 1-\sqrt 7$
Negate it to get the positive root. Many more worked examples are in prior posts on this rule.
On
Maybe that the formula that you do not remember is: $$ \sqrt{a\pm \sqrt{b}}=\sqrt{\dfrac{a+ \sqrt{a^2-b}}{2}}\pm\sqrt{\dfrac{a- \sqrt{a^2-b}}{2}} $$ that can easily verified ( see my answer to the similar question: Denesting a square root: $\sqrt{7 + \sqrt{14}}$) and works well when $a^2-b$ is a perfect square.
In this case we have: $$\sqrt{8 - 2\sqrt{7}}=\sqrt{8 - \sqrt{28}} \quad \Rightarrow \quad a^2-b=36$$
and, using the formula: $$ \sqrt{8 - 2\sqrt{7}}=\sqrt{7}-1 $$
HINT:
$$ 8=1^2+(\sqrt{7})^2 $$
and $(a-b)^2=a^2+b^2-2ab$.