Academy
Formulas/maths/Pair Of Straight Lines/Point of Intersection of the Pair

Point of Intersection of the Pair

Point of intersection of the two lines represented by the general equation, obtained by solving ∂S/∂x = 0 and ∂S/∂y = 0 simultaneously. Valid when ab − h² ≠ 0 (lines are not parallel).
Derivation

For Sax2+2hxy+by2+2gx+2fy+c=0S \equiv ax^2+2hxy+by^2+2gx+2fy+c=0 representing a pair of lines, the intersection point satisfies both lines simultaneously.

Method using partial derivatives: The point of intersection (x0,y0)(x_0, y_0) is where both lines meet. Differentiating SS partially:

Sx=2ax+2hy+2g=0    ax+hy+g=0\frac{\partial S}{\partial x} = 2ax+2hy+2g = 0 \implies ax+hy+g = 0 Sy=2hx+2by+2f=0    hx+by+f=0\frac{\partial S}{\partial y} = 2hx+2by+2f = 0 \implies hx+by+f = 0

Solving these two linear equations simultaneously:

xhfbg=yghaf=1abh2\frac{x}{hf-bg} = \frac{y}{gh-af} = \frac{1}{ab-h^2} x0=hfbgabh2,y0=ghafabh2x_0 = \frac{hf-bg}{ab-h^2}, \quad y_0 = \frac{gh-af}{ab-h^2}

Why partial derivatives? The equation S=0S = 0 is homogeneous of degree 2 in (xx0,yy0)(x-x_0, y-y_0) when shifted to the intersection point. At the intersection, both first-order terms (in xx0x-x_0 and yy0y-y_0) must vanish, giving exactly S/x=0\partial S/\partial x = 0 and S/y=0\partial S/\partial y = 0.

Verification: Substitute (x0,y0)(x_0, y_0) back into S=0S = 0. Since the intersection point lies on both lines, S(x0,y0)=0S(x_0, y_0) = 0 should hold — this provides an independent check.

When ab=h2ab = h^2: The lines are parallel, abh2=0ab-h^2 = 0, and the system has no solution (or infinitely many, for coincident lines). The intersection is at infinity.