2

Hello I have the above exercise. I know that $\omega$ is a root of the polynomial $x^2+x+1$ and based on that and on powers of $\alpha$ I tried to compute the polynomial, but unsuccessively. Any help would be much appreciated.

Thank you in advance.

gauss134
  • 149

5 Answers5

4

Actually, $\omega$ and $\omega^{-1}$ are the two distinct roots of $f(x)=x^2+x+1.$

In particular, $\omega+\omega^{-1}=-1.$

Thus $\alpha=\omega+2\omega^{-1}=-1+\omega^{-1}.$ Then $\alpha+1=\omega^{-1}$ so $\alpha$ is a root of: $$f(x+1)=(x+1)^2+(x+1)+1=x^2+3x+3.$$


Is $x^2+3x+3$ minimal? It necessarily is, since a quadratic which is not prime has rational roots, and $\alpha$ is not rational because $\omega$ is not rational.

More generally, Given a rational number $q$ and a complex number $\alpha,$ $p(x)$ is a minimal polynomial for $\alpha$ if and only if $p(x-q)$ is a minimal polynomial for $\alpha+q.$

Thomas Andrews
  • 177,126
2

Here is a systematic approach.

First, $\alpha=\omega+2\omega^{-1} \in \mathbb Q(\omega)$ and so is algebraic, because $\mathbb Q(\alpha)\subseteq\mathbb Q(\omega)$ implies that $\mathbb Q(\alpha)$ has finite dimension over $\mathbb Q$.

Next, let's write $\alpha=\omega+2\omega^{-1}$ as a polynomial in $\omega$. Since $1+\omega+\omega^2=0$, we have $1=-(1+\omega)\omega$, and so $\omega^{-1}=-1-\omega$. Therefore, $\alpha=-2-\omega$.

Finally, let's find the minimal polynomial of the map $\mu: x \mapsto \alpha x$. The basis $\{1,\omega\}$ makes it simple. Indeed, $1 \mapsto \alpha=-2-\omega$ and $\omega \mapsto \omega\alpha=-2\omega-\omega^2=1-\omega$. The matrix of $\mu$ in that basis is thus $$ \pmatrix{-2 & 1 \\ -1 &-1} $$ Its characteristic polynomial is $x^2 + 3 x + 3$, which is irreducible over $\mathbb Q$ since it has no rational roots. Therefore, it is the minimal polynomial of $\alpha$.

Make sure you understand that a polynomial kills $\alpha$ iff it kills $\mu$.

lhf
  • 216,483
1

$\alpha=\omega+2\omega^{-1}=\omega+2\omega^2=\omega^2-1$ ($\because \omega^3=1 \text{ and } 1+\omega+\omega^2=0$). \begin{align*} \alpha & =\omega^2-1\\ \alpha+1&=\omega^2\\ (\alpha+1)^3&=1\\ \alpha^3+3\alpha^2+3\alpha&=0. \end{align*} Since $\alpha \neq 0$. Therefore $\color{red}{\alpha^2+3\alpha+3}$ will be the minimal polynomial.

J. W. Tanner
  • 60,406
Anurag A
  • 41,067
  • The extension $\mathbb{Q}(\omega)$ has degree $2$ and $\alpha \in \mathbb{Q}(\omega)$, so $\alpha$ does satisfy a degree $2$ polynomial, namely $\alpha^2 + 3 \alpha + 3 = 0$. – Viktor Vaughn Jul 18 '19 at 18:47
  • @André3000 I caught my error before I could see your comment. Thanks. I had made a mistake in computation. – Anurag A Jul 18 '19 at 18:49
  • Thank you for the answer. – gauss134 Jul 18 '19 at 19:54
  • This is correct. It may be simpler to combine the pieces: 1) $f(x)=x^2+x+1$ is the minimal polynomial of $\omega$, and 2) $\alpha=\omega+2\omega^2=2(\omega^2+\omega+1)-\omega-2=-\omega-2$ to conclude that the minimal polynomial must be $f(-x-2)=x^2+3x+3$. But that's a matter of taste. All the elements of $\Bbb{Q}(\omega)$ have the form $q_1+q_2\omega$ with rational $q_1,q_2$, and I wanted to use that :-) – Jyrki Lahtonen Jul 19 '19 at 02:46
1

we know that: $\alpha = \omega + \frac{2}{\omega}$ and $\omega^3 = 1$, so: $$\alpha = \omega^3 \times \left(\omega + \frac{2}{\omega} \right) = \omega ^4 + 2\omega^2 = \omega + 2\omega^2 = -\omega - 2$$ Now $\omega = -\alpha-2$ and finally: $$\omega ^2 + \omega + 1 = (\alpha +2)^2 - \alpha - 2 + 1 = \alpha ^2 + 3\alpha + 3 = 0$$ This means that $\alpha$ is algebric and the desired polynomial is $\alpha ^2 + 3\alpha + 3 $.

Lisbeth
  • 347
0

$$\alpha=-\frac{1}{2}+\frac{\sqrt3}{2}i+2\left(-\frac{1}{2}-\frac{\sqrt3}{2}i\right)=\sqrt3\left(-\frac{\sqrt3}{2}-\frac{1}{2}i\right),$$ which says that $\alpha^6=-27.$

Now, use the following: $$\alpha^6+27=(\alpha^2+3)(\alpha^4-3\alpha^2+9)=(\alpha^2+3)(\alpha^4+6\alpha^2+9-9\alpha^2)=$$ $$=(\alpha^2+3)(\alpha^2+3\alpha+3)(\alpha^2-3\alpha+3).$$