I would like to ask questions as written. If we have an equation
$$Ax^2+Bxy+Cy^2+Dx+Ey+F=0$$
how do we determine whether it is an ellipse, hyperbola, parabola, or none at all?
I have searched the internet and could not find any, unless they assume $B=0$ (including in MSE unless I missed some threads). Even worse, some say when $A=C$, it is immediately a circle without assuming $B=0$. Hence I did not trust the rest.
I know we also need to consider the sign of $B^2 - 4AC$.
Is there a complete "if ... then ...", case-by-case classification based on the above general form? A table, link, or source would be appreciated too. Thank you very much and stay safe.
EDIT: I have seen the Wikipedia page too. However, don't we still need to know whether it is degenerate or not before using the $B^2 - 4AC$ classification? This is part of my above question. By complete classification, I mean it also includes something like "If $A,B,C$ satisfies ... and ... or ..., then the curve is ...", where the hypothesis runs through all possibilities. Or, in other forms of classification, "It is ellipse if and only if $A,B,C$ satisfies ..." and so on for hyperbola and parabola.
To methodically solve this, you want to first eliminate the $D$ and $E$ terms; this can be done by replacing $x$ and $y$ with $x-a$ and $y-b$ for appropriately chosen $a, b$.
So we can now assume that our equation is of form $Ax^2+Bxy+Cy^2+F=0$. Factorise this as $$A\left(x+\frac{B}{2A}\right)^2+\left(C-\frac{B^2}{4A^2}\right)y^2+F=0.$$ Let $u = x+\frac{B}{2A}$, $v = y$, $G = C-\frac{B^2}{4A^2}$. Then we can write this as $$Au^2+Gv^2+F=0,$$ and the original function will have the same form as this conic, which is easy to check.