0

I'm trying to find the Galois group of $x^4-x^2-6$. I think there are 4 roots, thus I guess the Galois group is $A_4$? But I don't know in general how to solve this.

Emre
  • 3,962

1 Answers1

3

By transforming $x^2\mapsto y$ the equation becomes $y^2-y-6$. Using quadratic formula, $y=-2,y=3$ are the roots. So, $x^4-x^2-6=(x^2+2)(x^2-3)$. Thus, the roots are $\sqrt3,-\sqrt3,\sqrt{-2},-\sqrt{-2}$. Galois map should take the roots of each irreducible polynomial to itself. Thus, there are four Galois maps taking $\sqrt3,\sqrt{-2}$ to 4 different values. Square of any Galois map should be the identity as we have two irreducible quadratics. So, the Galois group is the Klein-4 group

Emre
  • 3,962
  • You can also finish by noticing that the splitting field is a square root tower. – Emre May 20 '16 at 06:23
  • So, why we can deduce is the Klein-4 group? I see Klein 4 group is isomorphic to $\mathbb{Z}/2\mathbb{Z}\times \mathbb{Z}/2\mathbb{Z}.$ And is this Galois group solvable? – Winterfell May 20 '16 at 06:29
  • First question: there are two groups of order 4, the cyclic group and Klein-4 and the cyclic group has elements of order 4, where our does not as I proved. Second question: Yes, as it is Abelian. – Emre May 20 '16 at 06:30
  • 3
    Also the fact that every root has been written down is a pretty good indication that the Galois group is solvable. – pjs36 May 20 '16 at 06:33
  • How about $x^5+1.$ There are 5 roots. Is the Galois group $\mathbb{Z}_5$? – Winterfell May 20 '16 at 06:43
  • No, observe that one of the roots is $-1$, and the other roots are $\omega,\omega^3,\omega^7,\omega^9$, where $\omega=e^{\frac{2\pi i}{10}}$. So, every Galois map $\sigma$ is uniquely determined by $\sigma(\omega)$, as the rest of the values can be found by taking powers of it. Thus, there are $4$ different Galois maps only. – Emre May 20 '16 at 06:49
  • So, the Galois group is cyclic group of 4, right? And thus, is not solvable? – Winterfell May 20 '16 at 06:57
  • Yes, it is the cyclic group of order $4$, because the order of $\omega\mapsto\omega^3$ is $4$. And, no cyclic groups are solvable. Every abelian group is solvable. – Emre May 20 '16 at 06:59