Ok, so apparently this question was somewhat asked in When does a conic represent an empty set?, but since it is non-understandable I will ask it anyways.
According to the plethora of articles, class notes etc. I found online, the shape of a conic, described by the equation $$Ax^2+Bxy+Cy^2+Dx+Ey+F=0,$$ can be determined by looking at $$\det\begin{bmatrix}2A& B &D\\B&2C&E\\D&E&2F\end{bmatrix},$$ which can be zero or not, and by the discriminant $B^2-4AC$. This gives 6 possibilities: An ellipse, a parabola, a hyperbola, a point, a pair of parallel lines (possibly the same), and two different non-parallel lines.
However there seems to be a missing possibility: The empty set.
For example, $x^2+1=0$ determines the empty set. If you don't like this equation, take $(x+1)^2+(y+1)^2+(x+y)^2+1=0$, which has all nonzero coefficients but still determines the empty set.
When does a quadratic equation such as the one above determine the empty set?
I have no idea.