Degenerate
An example of a definition that stretches the
definition to an absurd degree.
A degenerate triangle is the "triangle"
formed by three collinear points. It doesnt look like a triangle,
it looks like a line segment.
A parabola may be thought of as
a degenerate ellipse with one vertex at
an infinitely distant point.
Degenerate examples
can be used to test the general applicability of formulas or
concepts. Many of the formulas developed for triangles (such
as area formulas) apply to
degenerate triangles as well.

See also
Degenerate conics
Worked Example
Problem: Determine whether the triangle with vertices A(1, 2), B(3, 4), and C(5, 6) is degenerate by computing its area.
Step 1: Write the area formula using the coordinate method.
A=21∣x1(y2−y3)+x2(y3−y1)+x3(y1−y2)∣ Step 2: Substitute the coordinates: (x₁, y₁) = (1, 2), (x₂, y₂) = (3, 4), (x₃, y₃) = (5, 6).
A=21∣1(4−6)+3(6−2)+5(2−4)∣ Step 3: Evaluate each term inside the absolute value.
A=21∣1(−2)+3(4)+5(−2)∣=21∣−2+12−10∣ Step 4: Simplify to find the area.
A=21∣0∣=0 Step 5: Since the area equals 0, the three points are collinear and the triangle is degenerate.
Answer: The area is 0, so triangle ABC is a degenerate triangle — the three points lie on a single line.
Another Example
This example shifts from a degenerate triangle (polygon case) to a degenerate conic section, showing that the concept applies broadly across geometry. Here a circle collapses to a point rather than a triangle collapsing to a line segment.
Problem: Show that the conic equation x² + y² = 0 represents a degenerate conic, and identify what shape it degenerates into.
Step 1: Recognize the standard form. The equation x² + y² = r² is a circle with radius r.
x2+y2=r2 Step 2: In our equation, r² = 0, so the radius is 0.
x2+y2=0⟹r=0 Step 3: The only real solution is x = 0 and y = 0. Both squares must be zero simultaneously since squares are non-negative.
x=0,y=0 Step 4: A circle of radius 0 collapses to a single point. This is a degenerate circle (also called a point circle or degenerate conic).
Answer: The equation x² + y² = 0 is a degenerate circle that reduces to the single point (0, 0).
Frequently Asked Questions
What is a degenerate triangle?
A degenerate triangle is a 'triangle' whose three vertices are collinear — they all lie on the same straight line. It satisfies the triangle inequality with equality (one side length equals the sum of the other two) and has an area of exactly 0. Visually it looks like a line segment, not a triangle.
What are degenerate conic sections?
Degenerate conic sections are the limiting or boundary cases of the standard conics (circle, ellipse, parabola, hyperbola). They include a single point (degenerate circle or ellipse), a single line (degenerate parabola), and two intersecting or parallel lines (degenerate hyperbola). These occur when the cutting plane passes through the apex of the double cone.
How do you test if a shape is degenerate?
Apply the standard formulas for the shape and check for a boundary result. For a triangle, compute the area — if it equals 0, the triangle is degenerate. For a conic, compute the discriminant of the general second-degree equation; certain discriminant values indicate degeneracy. The key idea is that some defining property (like positive area or a curved shape) has collapsed.
Degenerate shape vs. Non-degenerate shape
| Degenerate shape | Non-degenerate shape |
|---|
| Definition | A shape reduced to a simpler form at its boundary case | A shape with all typical properties intact |
| Triangle example | Three collinear points; area = 0 | Three non-collinear points; area > 0 |
| Ellipse example | Collapses to a point (both axes = 0) or a line segment | Has positive semi-major and semi-minor axes; encloses a region |
| Formulas still apply? | Yes, but they yield extreme values (e.g., area = 0) | Yes, yielding typical non-zero values |
| Practical use | Testing edge cases and verifying formula generality | Standard geometric computations |
Why It Matters
Understanding degenerate cases is essential when you study conic sections, since exam problems often ask you to classify equations that turn out to be a point, a line, or intersecting lines rather than a curve. In proof-based math, checking degenerate cases ensures your argument holds at boundary conditions. You will also encounter this concept in linear algebra, where a degenerate (singular) matrix has determinant 0, paralleling the idea of a system collapsing to a simpler form.
Common Mistakes
Mistake: Assuming degenerate cases are invalid or 'not real' shapes and ignoring them.
Correction: Degenerate cases are valid boundary instances of a definition. Formulas still apply — for example, the area formula correctly gives 0 for a degenerate triangle. Always check for degenerate cases when solving problems, especially when classifying conic sections.
Mistake: Confusing collinear points (degenerate triangle) with coincident points.
Correction: A degenerate triangle requires three distinct but collinear points. If two or more points coincide, you no longer have three distinct vertices at all, which is a separate issue from degeneracy.