$ \sqrt{2-\sqrt{2}} $ simplified

So I have a (nested?) square root $ \sqrt{2-\sqrt{2}} $. I know that $ \sqrt{2-\sqrt{3}} = \frac{\sqrt{6}-\sqrt{2}}{2} $. I know how to turn the simplified version into the complex one, but not vice versa. What is $ \sqrt{2-\sqrt{2}} $ simplified in this fashion and what are the steps?


Solution 1:

this is a general way to do it:

$\sqrt{2-\sqrt{2}}=\sqrt x+\sqrt y $

then $2-\sqrt 2=2 \sqrt{xy}+x+y$ and then make the rational parts equal to the rational parts as such:

$2=x+y$

now we know $y=2-x$. substitute this into the irrational part:

$-\sqrt 2 =2\sqrt{(x)}\sqrt{(2-x)}$ square both sides to get

$2=4(x)(2-x) \rightarrow 2=8x-4x^2$

However the soulutions to this quadratic equation are $1-\frac{1}{\sqrt{2}}$ and $1+\frac{1}{\sqrt{2}}$

so $ \sqrt{ 2-\sqrt{2}}=\sqrt{1-\frac{1}{\sqrt{2}}} +\sqrt{1+\frac{1}{\sqrt{2}}}$

In other words there is no way to denest your radical.

Solution 2:

There cannot be a formula like $$ \sqrt{2-\sqrt2}=q_1\sqrt{a_1}+q_2\sqrt{a_2}+\cdots+q_k\sqrt{a_k}, $$ where $a_1,a_2,\ldots,a_k$ are integers, and $q_1,q_2,\ldots,q_k$ are rational numbers. Here the number of terms, $k$, can be as large as we want. This follows from elementary Galois theory. If you haven't learned about Galois theory, then this answer is gonna be all Greek to you. It is probably also overkill, but if you know basic Galois theory you may appreciate this. Or may be not :-/

Consider the polynomial $$ p(x)=x^4-4x^2+2. $$ We easily see that its zeros are $$ x_1=\sqrt{2+\sqrt2},\quad x_2=\sqrt{2-\sqrt2},\quad x_3=-x_1\quad\text{and}\quad x_4=-x_2. $$ It is easy to see that none of these are rational (square them!) Similarly we can easily verify that none of the polynomial $(x-u)(x-v)$ where $u,v$ are any distinct zeros of $p(x)$ has rational coefficients. Therefore $p(x)$ is irreducible in the ring $\mathbb{Q}[x]$.

Claim 1. $F=\mathbb{Q}(x_1)$ is the splitting field of $p(x)$ over $\mathbb{Q}$.

Proof. We have $x_1^2=2+\sqrt2$, so $\sqrt2\in F$. But we also have $$ x_1x_2=\sqrt{(2+\sqrt2)(2-\sqrt2)}=\sqrt2, $$ so $x_2=\sqrt2/x_1\in F$, too. Obviously then also $x_3,x_4\in F$. As the splitting field also needs to contain $F$, we are done.

Claim 2. The Galois group $G=Gal(F/\mathbb{Q})$ is cyclic of order 4.

Proof. By general Galois theory there is an automorphism $\sigma\in G$ such that $\sigma(x_1)=x_2$. We shall see that $\sigma$ is of order four. As $|G|=[F:\mathbb{Q}]=4$ this will prove the claim. Here $$ \sigma(\sqrt2)=\sigma(x_1^2-2)=\sigma(x_1)^2-\sigma(2)=x_2^2-2=-\sqrt2. $$ Using that bit of information we can see that $$ \sigma(x_2)=\sigma(\frac{\sqrt2}{x_1})=\frac{\sigma(\sqrt2)}{\sigma(x_1)}=-\frac{\sqrt2}{x_2}=-\frac{\sqrt2}{\sqrt2/x_1}=-x_1=x_3. $$ More or less the same calculation will then show that $\sigma(x_3)=x_4$, and as $\sigma$ permutes the roots of $p(x)$ we get that $\sigma(x_4)=x_1$. Therefore $\sigma$ acts on the roots as the 4-cycle $x_1\mapsto x_2\mapsto x_3\mapsto x_4\mapsto x_1$ proving our claim.

Now we can prove our main claim. It is known that all the fields $K=\mathbb{Q}(\sqrt{a_1},\ldots,\sqrt{a_k})$, where $a_1,a_2,\ldots,a_k$ are (w.l.o.g. square-free) integers, have Galois groups isomorphic to $C_2^\ell$ for some integer $\ell\le k$. As $F=\mathbb{Q}(x_1)=\mathbb{Q}(x_2)$ no such field can contain the number $x_2$, for otherwise the Galois group $Gal(F/\mathbb{Q})$ would have to be a quotient of the elementary abelian 2-group $Gal(K/\mathbb{Q})$. This is obviously not the case. Q.E.D.

Solution 3:

There is no simpler form because the answer is imaginary: $ \sqrt{1+i}-\sqrt{1-i} $. But at least now I how to find it

Solution 4:

A general way to solve such problems:

$$\sqrt{2-\sqrt{2}}=a$$

then $a^2=2-\sqrt{2}\rightarrow(2-a^2)^2=2\rightarrow 4-4a^2+a^4=2\rightarrow a^4-4a^2+2=0$

Let $b=a^2$

then

Solve $$b^2-4b+2=0$$

As @Martin suggested, this is a way but the conslusion is not right. The right way should be

$$\sqrt{a+b\sqrt{c}}=\sqrt{d}+\sqrt{e}$$ and the following arithmetic similar to above.