Quadric Classification Algorithm
Summary: §§127–128 of the Appendix on Surfaces. The closing decision procedure for assigning a second-order surface to its genus directly from the original equation, without first reducing to canonical form. Look only at the six second-degree terms: the same four inequalities (and one equality) from bounded-quadric-criterion partition the surface into genus 1 (ellipsoid), 2 or 3 (hyperboloid circumscribing or inscribed in its cone), and the three borderline genera 4, 5, 6 according to whether the homogeneous part factors with complex, real, or coincident linear factors.
Sources: appendix5, §§127–128.
Last updated: 2026-05-12.
§127 — Algorithm input
Although we have arrived at these six genera of second order surfaces from the simplest equation, still we can now easily assign the genus for any second order surface from any given second degree equation. (source: appendix5, §127)
Given the surface in its general form
throw away the linear and constant terms and look only at
This is the homogeneous part — equivalently the asymptotic cone of asymptotic-cone.
Decision tree
The decision splits into the following cases:
Case A — Bounded (Genus 1, ellipsoid)
If all four conditions hold:
and
then the surface is closed — Genus 1. See ellipsoid.
Case B — Hyperboloid (Genera 2, 3)
If one or more of the three discriminant inequalities fails, and
then the surface is a hyperboloid surface with an asymptotic cone. Specifically:
- If : Genus 2 (elliptic hyperboloid, circumscribes the cone).
- The complementary inequality with discriminant inequalities reversed: Genus 3 (hyperbolic hyperboloid, inscribed).
See elliptic-and-hyperbolic-hyperboloids. (Euler notes that distinguishing 2 from 3 from a generic equation is harder than the rest of the algorithm; reduction to canonical form via quadric-canonical-form settles it cleanly.)
Case C — Borderline (Genera 4, 5, 6)
If the equality holds:
then factors as the product of two linear forms (the asymptotic cone degenerates to two planes). Sub-cases:
- Complex linear factors: Genus 4 (elliptic paraboloid). See paraboloids-and-parabolic-hyperboloid.
- Real linear factors (distinct): Genus 5 (parabolic hyperboloid).
- Equal linear factors (perfect square): Genus 6 (parabolic cylinder). See parabolic-cylinder-quadric.
§128 — Practical caveat
It is more difficult to make a decision about the second and third genera since one can change into the other. (source: appendix5, §128)
The mutual transformation: a hyperboloid of one sheet (genus 2) can morph into a hyperboloid of two sheets (genus 3) as a parameter passes through zero — at the moment of transition the surface becomes the asymptotic cone itself, which is genus 2’s limit species . So whether to call a generic equation “genus 2” or “genus 3” requires inspecting the right-hand side after canonical reduction.
The other three borderline genera are sharply distinguished by the linear-factor structure of .
Worked sanity check: sphere
: , . The three inequalities are (trivially); the fourth is . All four hold — Genus 1, as expected.
Cross-references
- The algorithm is the operational counterpart of bounded-quadric-criterion: the same four expressions are interpreted as a partition of -coefficient-space into the six genera.
- All four conditions tie back to asymptotic-cone — the underlying invariant is the cone’s signature.
- 3D analogue of the classification-of-conics trichotomy. There, one number partitions; here, four expressions partition.