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

Homogeneous Second-Degree Equation

Represents a pair of straight lines through the origin. Every second-degree homogeneous equation (no constant term, no linear terms) factors into two linear factors through the origin, real or imaginary.
Derivation

Consider ax2+2hxy+by2=0ax^2 + 2hxy + by^2 = 0.

Case 1: b0b \neq 0. Divide by x2x^2 (for x0x \neq 0):

a+2hyx+b(yx)2=0a + 2h\frac{y}{x} + b\left(\frac{y}{x}\right)^2 = 0

This is a quadratic in m=y/xm = y/x with roots m1,m2m_1, m_2:

bm2+2hm+a=0bm^2 + 2hm + a = 0

The roots give two lines y=m1xy = m_1 x and y=m2xy = m_2 x, both passing through the origin.

The original equation factors as:

b(ym1x)(ym2x)=0b(y - m_1x)(y - m_2x) = 0

which expands to b(y2(m1+m2)xy+m1m2x2)=0b(y^2 - (m_1+m_2)xy + m_1m_2x^2) = 0, consistent with ax2+2hxy+by2=0ax^2+2hxy+by^2=0 by Vieta's.

Case 2: b=0b = 0. The equation becomes ax2+2hxy=x(ax+2hy)=0ax^2+2hxy = x(ax+2hy) = 0, which represents x=0x = 0 and ax+2hy=0ax+2hy = 0 — two lines through the origin.

Why both lines pass through the origin: A homogeneous equation f(x,y)=0f(x,y) = 0 satisfies f(0,0)=0f(0,0) = 0 trivially, so the origin lies on both lines.

Converse: Any pair of lines through the origin y=m1xy = m_1x and y=m2xy = m_2x has joint equation (ym1x)(ym2x)=0(y-m_1x)(y-m_2x) = 0, which expands to y2(m1+m2)xy+m1m2x2=0y^2-(m_1+m_2)xy+m_1m_2x^2 = 0 — a homogeneous second-degree equation.