Galois group of the polynomial $x^4-4x^2-11$ over $\mathbb{Q}$

387 Views Asked by At

Task: Determine the Galois group of $x^4-4x^2-11$ over $\mathbb{Q}$.

The roots are obviously $\pm\sqrt{2\pm\sqrt{15}}$.

But I have problems in checking whether just $\sqrt{2+\sqrt{15}}$ is generating the extension or the other root is also needed.

Any ideas?

2

There are 2 best solutions below

17
On

Hint: Are the roots real ? If not, how are they located ? Can you provide non-trivial elements of the Galois group ? Remember that it must send a root to a root.


Actually a similar question was answered before. Here the Galois group is a subgroup of the dihedral group $D_8$ (the symmetry group of the square) because the roots come in opposite pairs. Since it contains a transposition (the complex conjugation) and is transitive, it is the whole of $D_8$.

3
On

I rewrote this proof after pointed out by ahulpke:

Let $L = \mathbb{Q}(\sqrt{2+\sqrt{15}}, \sqrt{2-\sqrt{15}})$.

$\sqrt{2+\sqrt{15}} \cdot \sqrt{2-\sqrt{15}}=\sqrt{-11} \not \in \mathbb{Q}(\sqrt{2+\sqrt{15}})$, so that |Gal($L / \mathbb{Q}$)| = $8$.

First, there exists $\tau \in$ Gal($L/\mathbb{Q}(\sqrt{2+\sqrt{15}})$) s.t. $\tau(\sqrt{-11}) = -\sqrt{-11}$, since $x^2+11$ is the minimal polynomial for $\sqrt{-11}$ over $\mathbb{Q}(\sqrt{2+\sqrt{15}})$, then $\tau^2 = id$.

We can take $\sigma \in $ Gal($L/\mathbb{Q}$) s.t. $\sigma(\sqrt{2+\sqrt{15}}) \mapsto \sqrt{2-\sqrt{15}} $.

Then, $\sigma(\sqrt{2+\sqrt{15}} \cdot \sqrt{2-\sqrt{15}}) = \sigma(\sqrt{-11})\mapsto \pm \sqrt{-11}$, and we can choose $\sigma(\sqrt{-11}) \mapsto -\sqrt{-11}$, by interchanging $\sigma $ with $\sigma \tau$, if necessary.

Then $ \sqrt{2-\sqrt{15}} \cdot \sigma(\sqrt{2-\sqrt{15}}) = - \sqrt{2+\sqrt{15}} \cdot \sqrt{2-\sqrt{15}}$, so that $\sigma(\sqrt{2-\sqrt{15}}) = - \sqrt{2+\sqrt{15}}$.

Constructing an isomorphism, Gal($L/\mathbb{Q}$) $=$ $\langle \sigma , \tau \rangle \cong$ $\langle (1234),(24) \rangle=D_8$.

This is basically the same approach as Artin's Algebra p.494