I tried to solve it this way: $$x+(p/x)=t$$ $$x^2+2p+(p/x)^2=t^2$$ $$x^2+(p/x)^2=t^2-2p$$ Because both $x^2,(p/x)^2\ge0$, the whole left side should be $\ge0$. But because it's an equation, this means that
$t^2-2p≥0\\(t-\sqrt{2p})(t+\sqrt{2p})\ge0$
Therefore $t\in(-\infty,-\sqrt{2p}\ ]\cup[\sqrt{2p}, +\infty)$.
My answer is incorrect. What am I doing wrong?