Let $$P(x)=x^4+px^3+qx^2+px+1$$ where $p,q \in \mathbb{R}$.
Let $\mathcal{R}$ be the region in the $pq$ - plane such that $P(x)$ has no real roots. Find the region $\mathcal{R}$.
My Progress:
Using the substitution $u=x+\frac{1}{x}$, we can reduce $P(x)$ to become $Q(u)=u^2+pu+(q-2)$. Since $P(x)$ has no real roots, then $Q(u)$ has no real roots ie: $\Delta < 0$. From this, we get
$$q > \frac{p^2}{4}+2$$
Problem:
Clearly $(p,q)=(0,0)$ will result in $P(x)=0$ having no real roots. But this point is not covered in the region I have found above. So, I am suspecting that there is another bounding region that I am missing.
Questions:
- What is this missing region?
- Can I somehow use the fact that if $x \in \mathbb{R}$, then $\left | x+\frac{1}{x} \right | \geq 2$ ?
- $P(x)$ is a symmetric polynomial, so if $\alpha$ is a root, then $\frac{1}{\alpha}$ is also a root. Can this be used?