3.4.11 · D3Conic Sections

Worked examples — General second-degree equation Ax²+Bxy+Cy²+Dx+Ey+F=0 — discriminant classification

3,815 words17 min readBack to topic

Before we start, a quick reminder of the two tools, stated in plain words:

Prerequisite tours if any of these feel shaky: Discriminant of a Quadratic, Degenerate Conics, Rotation of Axes, Quadratic Forms and Eigenvalues.


The scenario matrix

Every classification problem falls into exactly one of these cells. The final column names the example that hits it.

# Cell (the scenario) What decides it Example
1 , or tilted ellipse , not a circle Ex 1
2 , circle (limiting ellipse) equal squares, no cross term Ex 2
3 parabola (perfect square quadratic part) Ex 3
4 hyperbola (indefinite, factors into 2 lines) , Ex 4
5 Degenerate, → two intersecting lines but Ex 5
6a Degenerate, → parallel distinct lines , , distinct roots Ex 6
6b Degenerate, → coincident line equal roots Ex 6b
6c Degenerate, → empty (no real points) negative constant Ex 6c
7 Degenerate, → single point (collapsed ellipse) and Ex 7
7b Imaginary ellipse, → empty set but no real points Ex 7b
8 Zero-input edge: (only term) → rectangular hyperbola Ex 8
9 Word problem — searchlight cone → identify shape build the equation first Ex 9
10 Exam twist — a parameter ; find for a parabola solve Ex 10
11 Not-a-conic edge → single line or no locus linear / constant only Ex 11

The same logic reads more naturally as a decision tree — follow the arrows from the top. The two diamonds are the two numbers ( then ); each leaf is one row of the table above.

Figure — General second-degree equation Ax²+Bxy+Cy²+Dx+Ey+F=0 — discriminant classification

Ex 1 — Cell 1: tilted ellipse

Related: Ellipse Standard Equation, Circle as Special Ellipse.


Ex 2 — Cell 2: the circle (limiting ellipse)


Ex 3 — Cell 3: the parabola


Ex 4 — Cell 4: the hyperbola


Ex 5 — Cell 5: degenerate, two intersecting lines

The figure below draws exactly this collapse and is worth reading line by line. The blue line is ; feed it a point like and the original equation gives . The yellow line is the mirror ; the point sits on it and also satisfies the equation. The two lines are what the hyperbola of Cell 4 becomes when it degenerates — its two branches have flattened onto their own asymptotes. The red dot marks , the single crossing point: it is the "waist" the shrinking hyperbola pinched down to, and it lies on both lines simultaneously (set in either equation to get ).

Figure — General second-degree equation Ax²+Bxy+Cy²+Dx+Ey+F=0 — discriminant classification

Ex 6 — Cell 6a: degenerate, parallel distinct lines

Ex 6b — Cell 6b: degenerate, coincident line

Ex 6c — Cell 6c: degenerate, empty set


Ex 7 — Cell 7: degenerate, single point

Ex 7b — Cell 7b: imaginary (empty) ellipse


Ex 8 — Cell 8: zero-input edge, pure term

The figure shows the two branches of . Notice the green dots at that we checked — one branch sits in the top-right, its mirror in the bottom-left. The dashed red lines are the - and -axes: they are the asymptotes the branches hug but never touch, which is exactly why gives a rectangular hyperbola.

Figure — General second-degree equation Ax²+Bxy+Cy²+Dx+Ey+F=0 — discriminant classification

Ex 9 — Cell 9: word problem (searchlight cone)


Ex 10 — Cell 10: exam twist (find the parameter)


Ex 11 — Cell 11: not-a-conic edge ()


Wrap-up

Recall The whole decision, in order

Compute for the family, then for reality. ::: ellipse (circle if ), parabola, hyperbola — but if it has degenerated to a point / line(s), and even with an ellipse-family curve can be empty (imaginary) when and share a sign.