Determine the minimal polynomial over different fields

57 Views Asked by At

My question is how to determine the minimal polynomial of $\sqrt{2}+\sqrt{5}$ over $\mathbb{Q}$, $\mathbb{Q}(\sqrt{2})$, $\mathbb{Q}(\sqrt{7})$ and $\mathbb{Q}(\sqrt{10})$.

For the first one, I did: $u=\sqrt{2}+\sqrt{5}$ and I squared in order to obtain that the minimal polynomial is $t^4-10t^2+5$. Is this right? How do I find the other ones?

1

There are 1 best solutions below

0
On BEST ANSWER

Let $u=\sqrt{2}+\sqrt{5}$.

  • Over $\mathbb{Q}(\sqrt{10})$, observe that $u^2=7+2 \sqrt{10}$ and so the minimal polynomial is $X^2-(7+2\sqrt{10})$.
  • Over $\mathbb{Q}(\sqrt{2})$, note that $(u-\sqrt{2})^2=5$ so the minimal polynomial is $X^2-2\sqrt{2}-3$.
  • Over $\mathbb{Q}$ and $\mathbb{Q}(\sqrt{7})$ you have $u^2=7+2 \sqrt{10}$ so $(u^2-7)^2=4\cdot 10$ and so the minimal polynomial is $X^4-14X^2+9$.

These are obviously polynomials vanishing at $u$. To show that they are minimal indeed, you would need to argue that they are irreducible. In the first two instances, it is enough to see that $u$ doesn't lie in the field. In the final two, verify that the degree of the extension is correct.