I've tried to solve this by algebraic manipulation: putting the relation in equation form, raising it to powers, rearranging terms, rewriting some of them in terms of $\alpha$ and reading off the minimal polynomial from the final equation, written only with rational coefficients. It didn't work. But I think that's the way to go about it as I haven't studied splitting fields yet and so I don't expect the solution to require them.
2025-01-12 23:33:04.1736724784
What is the minimal polynomial of $\alpha = \frac{3^{1/2}}{1+2^{1/3}} $ over $\mathbb{Q}$?
133 Views Asked by guta1 https://math.techqa.club/user/guta1/detail At
2
There are 2 best solutions below
2
On
Since, $\alpha=\frac{3^{1/2}}{1+2^{1/3}}=3^{-1/2}(1-2^{1/3}+2^{2/3})$, let $\beta=\alpha^2=2^{2/3}-1$. Then $$ \begin{bmatrix} \beta^0\\\beta^1\\\beta^2\\\beta^3 \end{bmatrix} = \left[\begin{array}{r} 1&0&0\\-1&0&1\\1&2&-2\\3&-6&3 \end{array}\right] \begin{bmatrix} 1\\2^{1/3}\\2^{2/3} \end{bmatrix} $$ With a bit of linear algebra, or perhaps inspection, it is not too difficult to see that $$\beta^3+3\beta^2+3\beta-3=0$$ Therefore, $$\alpha^6+3\alpha^4+3\alpha^2-3=0$$ which is irreducible by Eisenstein's Criterion.
Although it's a bit "unfair" and probably not allowed in an examination I can not resist showing how easy such a calculation can be done with Groebner bases and (for example) Macaulay 2: $x$ stands for $3^{1/2}$, $y$ stands for $2^{1/3}$ and $z$ for $\alpha$. All the relations are encoded in the ideal id1 and the elimination is done with a standard trick with the map phi: