Determining the minimal polynomial of $B:=A²+A$

137 Views Asked by At

Let $A$ $\in$ $\mathbb{C}$ be a solution of $$g:=A^3+2A-1=0$$ I want to determine the minimal polynomial in $\mathbb{Q}$ of $A$ and $B$, if $$B:=A^2+A$$ We got a hint that the theorem of Cayley-Hamilton would help here, but I don't know how to use it in this context. I guess that $g$ is already the minimal polynomial of $A$, because it's normalized, irreducible and of course $g(A)=0$. But I don't know where to go from there. I'd be glad about any kind of help. Thank you.

2

There are 2 best solutions below

6
On BEST ANSWER

HINT: Express powers of $B$ in terms of $A$, and reduce them using the fact that $A^3+2A-1=0$. Can you find a relation between the powers of $B$?


EDIT: The fact that $A^3+2A-1=0$ tells you that $A^3=1-2A$, so \begin{eqnarray*} B^2&=&(A^2+A)^2=A^4+2A^3+A^2=A^3(A+2)+A^2\\ &=&(1-2A)(A+2)+A^2=-A^2-3A+2. \end{eqnarray*} In the same way you can express $B^3$ in terms of $A$, and reduce it to get something quadratic in $A$. Then you have expressions for $B^0$, $B^1$, $B^2$ and $B^3$ in terms of $A^0$, $A^1$ and $A^2$, so these powers of $B$ are linearly dependent, meaning that $B$ is a root of a nontrivial cubic.

0
On

You are looking for the minimal polynomial over $\def\Q{\Bbb Q}\Q$ of $a+a^2$ where $a$ is the image of $X$ in the field $F=\Q[X]/(X^3+2X-1)$. The minimal polynomial of an algebraic element is the same as te minimal polynomial of the $\Q$-linear operator defined by multiplication by that element. Here that is the linear operator on $F$ whose matrix, with respect to the obvious basis $[1,a,a^2]$, is $$ M=\pmatrix{0&1&1\\1&-2&-1\\1&1&-2} $$ (the columns respectively express $a+a^2$, $a^2+a^3$ and $a^3+a^4$ on the basis $[1,a,a^2]$, using the relation $a^3=1-2a$). The minimal polynomial cannot be of degree$~2$ because $F$ has no subfields of degree$~2$, so the minimal polynomial must be the characteristic polynomial of$~M$, which is $X^3+4X^2+3X-4$.

(You can also find this polynomial by trying to find a linear relation between $v,Mv,M^2v,M^3v$ for some vector$~v$, for instance for $v=[1,0,0]$, for which the other three vectors are $[0,1,1]$, $[2,-3,-1]$, and $[-4,9,1]$. The coefficients of such a relation are $-4,3,4,1$ which again gives the polynomial $-4+3X+4X^2+X^3$. This approach amounts to directly finding a relation between $1,b,b^2,b^3$.)