Styding such curves as ellipse, parabola, hyperbola I am a bit confused of what their general equation is called, and mainly - where it comes from:
$$Ax^2 + 2Bxy + Cy^2 + 2Dx + 2Ey +F = 0 \space (1)$$
(Also, in English sources, monomials may do not have 2 coefficient)
First, in Russian Wikipedia it called second order curve equation (maybe degree, instead of order), but when I try to locate English variant of that article, it redirects me to Conic section article, so I am a bit confused what I am asking about, how it should be properly called. Perhaps, second order curve is generalization of conic section equation?
Next, my basic question is where equation $(1)$ is derived from? If $(1)$ is a conic section, then, probably, it is a solution of mutual points - intersection of a plane and a cone.
I think, it comes from something like this:
$$\dfrac{x^2}{A^2} + \dfrac{y^2}{B^2} - \dfrac{z^2}{C^2} = 0 \space Cone$$ $$Dx + Ey + Fz + G = 0 \space Plane$$ $$\dfrac{x^2}{A^2} + \dfrac{y^2}{B^2} - \dfrac{z^2}{C^2} = Dx + Ey + Fz + G \space (2) \space Cone \space and \space plane \space mutual \space points$$
Unfortunately, first - plot of $(2)$ with all coefficients equal 1, i.e. $x^2 + y^2 - z^2 = x+y+z+1$ does not look like a conic section in 3D, second - conic section equation is 2D-equation, it does not have third variable, so $(2)$ anyway is not acceptable.
Considering problem, mentioned in previous paragraph, conic section seems to be not just mutual points of plane and cone, but mutual point of plane and cone in plane "coordinates system", i.e. relatively to plane.
So, from where do I get $(1)$ equation? Why it exactly like this? From $Ax^2 + 2Bxy + Cy^2$, it seems, there was something like $(x+y)^2$, but then it somehow was multiplied separately by constants $A$, $B$ and $C$.