find out what $[\mathbb{Q}(a^2 + 2)/ \mathbb{Q} ] $ when $a$ satisfies $\alpha^6 - 3 \alpha^3 - 6 = 0$ using the tower law.
I have figured out that $[\mathbb{Q}(a)/ \mathbb{Q} ] = 6$, but I am unsure how to use the tower law. Is it true that $\mathbb{Q}(a^2+2) \subset \mathbb{Q}(a)$? if so why?
edit: using the towerlaw I can get that $[\mathbb{Q}(a)/ \mathbb{Q}] = 6 = [\mathbb{Q}(a)/ \mathbb{Q(a^2)}] [\mathbb{Q}(a^2) / \mathbb{Q}]$ Now I can argue that $[\mathbb{Q}(a^2) / \mathbb{Q}]$ is either $3$ or $6$, but I am unsure how to conclude if it's one of them.
We know that $$\mathbb Q(a) \supset \mathbb Q(a^2+2)\supset \mathbb Q$$ and hence, by the tower law, $$[\mathbb Q(a):\mathbb Q] = [\mathbb Q(a):\mathbb Q(a^2+2)][\mathbb Q(a^2+2):\mathbb Q]$$
or $$[\mathbb Q(a^2+2):\mathbb Q] = \frac{[\mathbb Q(a):\mathbb Q] }{[\mathbb Q(a):\mathbb Q(a^2+2)]}.$$
You've correctly calculated that $[\mathbb Q(a):\mathbb Q] = 6$. To work out $[\mathbb Q(a^2+2):\mathbb Q]$, you now need to calculate $[\mathbb Q(a):\mathbb Q(a^2+2)]$.
Can you find a polynomial in $\mathbb Q(a^2+2)$ which has $a$ as a root? You can then use this to finish up.
A polynomial in $\mathbb Q(a^2+2)$ is an object $$f(X) = a_0 + a_1 X + a_2 X^2 + \cdots + a_nX^n$$where each $a_0,a_1,\ldots, a_n \in \mathbb Q(a^2+2)$. For example, we could have $$f(X) = 1 + \frac12 X + \frac9{12}(a^2+2)^3X^3.$$
How can we find a polynomial in $\mathbb Q(a^2+2)$ which has $a$ as a root? Let's try to mimic what we would to do find a polynomial over $\mathbb Q$ - say we want to find a polynomial in $\mathbb Q$ which has $\sqrt 3 + 1$ as a root. Set $x = \sqrt 3 + 1$. Then $$(x-1)^2 = 3$$ and since $3\in \mathbb Q$, we know that the polynomial $$f(X) = (X-1)^2 - 3 = X^2 - 2X - 2$$ will work.
We can do exactly the same in our case. Set $x = a$. Then $$x^2 + 2 = a^2 + 2$$ and $a^2 + 2 \in \mathbb Q(a^2+2)$.
So the polynomial $$f(X) = X^2 + 2 - (a^2 + 2) = X^2 -a^2$$will work, and you can show it is irreducible, as it has no roots in $\mathbb Q(a^2 + 2)$.
CORRECTION: as pointed out by mercio, the polynomial constructed above is actually reducible, since $$a = \frac{1}{18}(a^{10}-15a^4)\in\mathbb Q(a^2 +2)$$