If I have the coefficients of the following equation:
$$AX^2 + BXY + CY^2 + DX + EY + F = 0$$
And I know it's a hyperbola, how can I get the equations for the asymptotes with respect to the coefficients A, B, C, D, E, and F?
i.e. similar to this question, except that question deals with properties of ellipses from the general equation instead of hyperbolas.
First find the centre of the conic.
This is the point $(u,v),$ such that the equation of the conic can be rewritten as $$A(X-u)^2+B(X-u)(Y-v)+C(Y-v)^2+F'=0.$$ For the conic to be a hyperbola, the quadratic part has to factor into distinct linear factors over $\Bbb R$: $$AX^2+BXY+CY^2=(R_1X+S_1Y)(R_2X+S_2Y).$$
Then the asymptotes are $$R_i (X-u)+S_i(Y-v)=0$$ ($i=1$, $2$).