Find the set of all values of $p$, for which $x^2-px+p^2-4<0$ for at least one $x<0$.
My work:
Let $x=k<0$ be a root of this inequality. So our inequality becomes $$k^2-pk+p^2-4<0$$ Here $k^2$ is $>0$, $-pk$ is $>0$ So for the inequality to hold $p^2-4$ has to be $<0$.
After solving I got the range as, $p\in(-2,2)$. Now consider a quadratic equation $$f(y)=y^2-py+p^2-4=0$$ where $f(x)<0$ So here the $\triangle\ge0$ So $$p^2-4p^2+16\ge0$$ or $$p\in\left(-\infty,\frac{-4}{\sqrt{3}}\right]\cup\left[\frac{4}{\sqrt{3}},\infty\right)$$ Doing the intersection we get $$p\in\phi$$ But the answer is given as $p\in\left(\frac{-4}{\sqrt{3}},2\right)$ And I'm not sure about the correctness of the answer
But if it is correct, Where did I go wrong$?$