Let $p(x) = x^4 + ax^3 + bx^2 + ax + 1$. Suppose $x = 1$ is a root of $p(x)$, then find the range of values of $a$ such that $p(x)$ has complex (non-real) roots?
My approach: Using the fact that $1$ is a root, I am able to deduce $b = -2(a+1)$. Then I wrote $$p(x) = (x-1)(x-z)(x-\bar{z})(x-k)$$ where $z = c + id, d\neq 0$ and $k$ is some other real roots. Now I plan to expand and compare the coefficients but have been unable to do so in a fruitful manner (there just too many variables to get to a proper estimate of range of $a$ )
HINT:
$$p(x)=(x-1)(x^3+(a+1)x^2-(a+1)x-1)$$
Rest follows very nicely.