Let $i$ be a root of the equation $ x ^2 + 1 = 0 $and let $ω$ be a root of the equation $x^2 + x + 1 = 0$. Construct a polynomial $f(x) = \sum_k a_k x^k$ with $a_k \in \mathbb{Z}$ such that $f(i+w)=0$. Source
After some long thought, I got a 'partial' construction for $f$: let $q(x) =x^2 +1$ and $p(x) = x^2 + x+1$, then:
$$ f(x) = q(x- \omega) + p(x- i)$$
However, the above doesn't necessarily satisfy the 'integer' coefficients criteria and may contain an imaginary part, so I modified the construction a bit to fix the second problem and got:
$$ f(x) = q(x- \omega) + p(x-i) + \overline{ p(x-i) + q( x - \omega)}$$
Problem: The above has no guarantee to have integer coefficients and the expression also has terms of $\overline{x}$ i.e: complex conjugate of $x$.