Mathwords logoMathwords

Degenerate — Definition, Meaning & Examples

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 doesn’t 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.

 

Degenerate triangle ABC with points A, B, C collinear on a single horizontal line segment.

 

See also

Degenerate conics

Key Formula

A=12x1(y2y3)+x2(y3y1)+x3(y1y2)A = \frac{1}{2} \left| x_1(y_2 - y_3) + x_2(y_3 - y_1) + x_3(y_1 - y_2) \right|
Where:
  • (x1,y1),(x2,y2),(x3,y3)(x_1, y_1),\,(x_2, y_2),\,(x_3, y_3) = Coordinates of the three vertices of a triangle
  • AA = Area of the triangle; equals 0 when the triangle is degenerate (all three points are collinear)

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=12x1(y2y3)+x2(y3y1)+x3(y1y2)A = \frac{1}{2} \left| x_1(y_2 - y_3) + x_2(y_3 - y_1) + x_3(y_1 - y_2) \right|
Step 2: Substitute the coordinates: (x₁, y₁) = (1, 2), (x₂, y₂) = (3, 4), (x₃, y₃) = (5, 6).
A=121(46)+3(62)+5(24)A = \frac{1}{2} \left| 1(4 - 6) + 3(6 - 2) + 5(2 - 4) \right|
Step 3: Evaluate each term inside the absolute value.
A=121(2)+3(4)+5(2)=122+1210A = \frac{1}{2} \left| 1(-2) + 3(4) + 5(-2) \right| = \frac{1}{2} \left| -2 + 12 - 10 \right|
Step 4: Simplify to find the area.
A=120=0A = \frac{1}{2} \left| 0 \right| = 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=r2x^2 + y^2 = r^2
Step 2: In our equation, r² = 0, so the radius is 0.
x2+y2=0    r=0x^2 + y^2 = 0 \implies 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=0x = 0, \quad 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 shapeNon-degenerate shape
DefinitionA shape reduced to a simpler form at its boundary caseA shape with all typical properties intact
Triangle exampleThree collinear points; area = 0Three non-collinear points; area > 0
Ellipse exampleCollapses to a point (both axes = 0) or a line segmentHas 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 useTesting edge cases and verifying formula generalityStandard 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.

Related Terms