Let $\alpha,\beta \in \mathbb{C}$ such that $\alpha^3+\alpha+1=0$ and $\beta^2+\beta-3=0$ . Find the minimal polynomial of $\alpha+\beta$ over $\mathbb{Q}$.
I was trying the usual trick for this kind of problems, that is
Let $\gamma = \alpha+\beta$, and therefore
\begin{align*} (\gamma - \beta)^3 &= \alpha^3 = -\alpha - 1 \\ \gamma^3 - 3\gamma^2\beta+3\gamma\beta^2-\beta^3 &= -\alpha - 1 \end{align*}
and using $\beta^2+\beta-3=0$, i get $\gamma^3 - 3\gamma^2\beta-3\gamma\beta + 9\gamma+3-4\beta = -\alpha - 1$.
I think the minimal polynomial of $\alpha+\beta$ has degree $6$, then i was trying raise to the $2^{nd}$ power the last equation, but i don't get nothing to obtain the minimal polynomial of $\alpha + \beta$.
The way to compute this is as follows: if $A$ is a matrix which has $\alpha$ as an eigenvalue and $B$ is a matrix that has $\beta$ as an eigenvalue, then $A \otimes I + I \otimes B$ is a matrix that has $\alpha + \beta$ as an eigenvalue. This is because if $Av = \alpha v$ and $Bw = \beta w$ then
$$ (A \otimes I + I \otimes B)(v \otimes w) = (Av \otimes Iw) + (Iv \otimes Bw) = (\alpha + \beta)(v \otimes w). $$
To get $A$ and $B$, you can use the companion matrix of a polynomial:
$$ \mathrm{Char. Poly.} \begin{pmatrix} 0 & 0 & \dots & -a_0 \\ 1 & 0 & \dots & -a_1 \\ 0 & 1 & \dots & -a_2 \\ \vdots & \vdots & \ddots & \vdots \\ 0 & 0 & \dots & -a_{n-1} \end{pmatrix} = x^n + a_{n-1}x^{n - 1} + \dots + a_0. $$
If you do this computation, you'll find that the characteristic polynomial of $$ \begin{pmatrix} 0 & 0 & -1 \\ 1 & 0 & -1 \\ 0 & 1 & 0 \end{pmatrix} \otimes I_2 + I_3 \otimes \begin{pmatrix} 0 & 3 \\ 1 & -1 \end{pmatrix} $$ is $x^6 + 3x^5 - 4x^4 - 11x^3 + 25x^2 + 52x -39$ and that's the minimal polynomial of $\alpha + \beta$.