For a general conic
$$ ax^2 + bxy + cy^2 + dx + ey + h = 0$$
we see that, when rearranged and thought of as a quadratic in $x$, the discriminant of the resulting quadratic is
$$\Delta_x(y) = (b^2 - 4ac)y^2 + (2bd - 4ae)y + (d^2 - 4ah) = \delta y^2 + Ry + S.$$
It is easy to show that when $\delta $ is $0$ and $R > 0$, the conic is a parabola. However, the next problem has me stumped.
Show that if $\delta < 0$, $\{y: \Delta_x(y) \geq 0\}$ is one of:
i. $\emptyset$
ii. a single point
iii. a closed interval $[\alpha,\beta]$
I'd like a small hint to help me.