My frustration started after hours of searching failed to turn up a formula for the vertex of a parabola in the general form
$$Ax^2+Bxy+Cy^2+Dx+Ey+F=0$$
As is already well known, the discriminant $\Delta=B^2-4AC$ can be used to diagnose the type of conic one has if it it given in the general form. Other useful formulae I found in the midst of searching include the formula for the slope of the principal axis:
$$\tan\;\theta=\frac{B}{A-C+(\mathrm{sgn}\;B)\sqrt{B^2+(A-C)^2}}$$
the eccentricity (intended only for elliptic or hyperbolic cases)
$$\varepsilon=\left(\sqrt{\frac12-\frac{(\mathrm{sgn}\;\Delta)(A+C)}{2\sqrt{B^2+(A-C)^2}}}\right)^{-1}$$
and the coordinates of the center for a central conic (I won't list it here so you can figure it out or find it yourself ;) ), but there were no formulae given for finding the coordinates of the vertex of a parabola.
Of course, for the parabola case, I could rotate axes, find the vertex through completing the square, and then rotate back, but I was hoping somebody already went through the trouble of deriving a formula so I don't have to reinvent the wheel.
On to my query: is there a comprehensive compilation (book, article) somewhere of formulae related to dealing with conic sections? The implicit Cartesian form is what I'm currently dealing with, but lists relating to other forms (polar, parametric) are welcome as well.