Academy
Formulas/maths/Pair Of Straight Lines/General Second-Degree Equation

General Second-Degree Equation

Represents a pair of straight lines (not necessarily through the origin) when the discriminant condition Δ = 0 is satisfied. May also represent a conic if Δ ≠ 0.
Derivation

The general second-degree equation Sax2+2hxy+by2+2gx+2fy+c=0S \equiv ax^2+2hxy+by^2+2gx+2fy+c=0 represents a pair of straight lines when it factors into two linear factors:

S=(l1x+m1y+n1)(l2x+m2y+n2)=0S = (l_1x+m_1y+n_1)(l_2x+m_2y+n_2) = 0

Expanding and comparing:

a=l1l2,2h=l1m2+l2m1,b=m1m2a = l_1l_2, \quad 2h = l_1m_2+l_2m_1, \quad b = m_1m_2 2g=l1n2+l2n1,2f=m1n2+m2n1,c=n1n22g = l_1n_2+l_2n_1, \quad 2f = m_1n_2+m_2n_1, \quad c = n_1n_2

For this factorization to exist: The six quantities a,h,b,g,f,ca, h, b, g, f, c must be consistent — they cannot be assigned independently. The consistency condition is exactly Δ=0\Delta = 0.

What S=0S = 0 can represent when Δ=0\Delta = 0:

  • Two real and distinct lines (if h2>abh^2 > ab)
  • Two parallel lines (if h2=abh^2 = ab, lines may be distinct or coincident)
  • Two coincident lines (if h2=abh^2 = ab and g2=acg^2 = ac and f2=bcf^2 = bc)
  • Two imaginary lines (if h2<abh^2 < ab, but then Δ=0\Delta = 0 is harder to satisfy simultaneously)

When Δ0\Delta \neq 0: The equation represents a proper conic — ellipse, hyperbola, parabola, or circle — depending on h2abh^2 - ab:

h2abh^2 - abType
<0< 0Ellipse (or circle if a=b,h=0a=b, h=0)
=0= 0Parabola
>0> 0Hyperbola