Dick said:
You could look at your expansion to find a relation between A and C. What is it? But you could also determine that just by looking at the matrix you are taking the determinant of and figuring what factors multiply ##x_1^2## and ##x_2^2##. Think about expansion by minors. Once you've figured out what kind of conic you have - you still need to know some points it passes through to determine the conic. That's a separate issue - but again there's an obvious answer by staring at the unexpanded determinant.
Oh got it, from looking at the unexpanded determinant (and later verified by looking at the expanded determinant), I see that the following coefficients for ##x_1^2## and ##x_2^2##
For ##x_1^2##, there is ##-a_1b_1, a_1c_2, a_2b_1, -a2c1, -b_1c_2, b_2c_1## looks like just (# of points factorial, i.e., 3!).
For ##x_2^2##, there is ##-a_1b_2, a_1c_2, a_2b_1, -a2c1, -b_1c_2, b_2c_1## looks like just (# of points factorial, i.e., 3!).
So it is the same for both ##x_1^2## and ##x_2^2##.
So ##A=C=-a_1b_1+a_1c_2+a_2b_1+a2c1+b_1c_2+b_2c_1##.
So this is a circle.
So far so good?
Still kinda lost about how to find some identifying points on this conic.
Well actually, it's probably got something to do with (from a purely linear algebra perspective without considering geometry) linearly independency and if the set of x points equals the set of a, b, or c points, we'd get a 0 determinant.
So I'm guessing we can get 3 set of points right away that ##[x_1, x_2]=[a_1, a_2] or [b_1, b_2] or [c_1, c_2]##