1

suppose $f(x)= x^3-2$ is the minimal polynomial for $\theta$. How can I find a minimal polynomial for $a = \frac{\theta^5}{5}$

My idea was to substitute $u = \sqrt[5]{5 \cdot x} $

and then plug it into $f(x)$ and reduce it to a minimal polynomial.

While $f(u)$ would have $a$ as a root, it may not be in $\mathbb{Q}[x]$.

So my question is, is there any method to find a polynomial or even better a minimal polynomial?

1 Answers1

1

So we have that

$$\;\theta\in\left\{\,\sqrt[3]2,\,\sqrt[3]2\,\omega\,,\,\,\sqrt[3]2\,\omega^2\,\right\}\;,\;\;\omega:=e^{2\pi i/3}\implies\frac{\theta^5}5\in\left\{\,\frac{2^{5/3}}5\,,\,\,\frac{2^{5/3}\omega^2}5\,,\,\,\frac{2^{5/3}\omega}5\,\right\}$$

and now:

$$r=\frac{\theta^5}5\implies125r^3=2^5=32\implies g(x):=x^3-\frac{32}{125}\in\Bbb Q[x]$$

makes the cut.

DonAntonio
  • 211,718
  • 17
  • 136
  • 287