Academy
Formulas/maths/Straight Lines/Homogenization of a Conic with a Line

Homogenization of a Conic with a Line

Joint equation of lines joining the origin to the points of intersection of the conic ax²+2hxy+by²+2gx+2fy+c=0 and the line lx+my+n=0. The result is always a homogeneous second degree equation.
Derivation

Problem: Given conic S:ax2+2hxy+by2+2gx+2fy+c=0S: ax^2+2hxy+by^2+2gx+2fy+c=0 and line L:lx+my=nL: lx+my=n, find the joint equation of lines OP1OP_1 and OP2OP_2, where OO is the origin and P1,P2P_1, P_2 are the intersections of LL with SS.

The technique

From LL: lx+myn=1\dfrac{lx+my}{n} = 1. This equals 11 at every point on LL.

Replace degree-1 terms in SS using this factor, and the constant using its square:

ax2+2hxy+by2+(2gx+2fy)lx+myn+c(lx+my)2n2=0ax^2 + 2hxy + by^2 + (2gx+2fy)\cdot\frac{lx+my}{n} + c\cdot\frac{(lx+my)^2}{n^2} = 0

Why it works

The result is homogeneous of degree 2 in xx and yy, so it represents a pair of lines through the origin. At any point PP on both SS and LL, the substitution lx+myn=1\frac{lx+my}{n}=1 reduces the equation back to S(P)=0S(P)=0. So the equation is satisfied by OO (trivially) and by P1P_1, P2P_2 — hence it is the joint equation of OP1OP_1 and OP2OP_2.

Standard application

The chord P1P2P_1P_2 subtends a right angle at OO if and only if OP1OP2OP_1 \perp OP_2, i.e. the homogenized equation represents a perpendicular pair. The condition:

(coeff. of x2)+(coeff. of y2)=0\text{(coeff. of } x^2\text{)} + \text{(coeff. of } y^2\text{)} = 0

This gives a direct condition relating the parameters of SS and LL without finding P1P_1 and P2P_2 explicitly.

Why homogenization cannot be avoided

There is no other method that produces the joint equation of OP1OP_1 and OP2OP_2 without first solving the conic-line system. Homogenization bypasses this computation entirely.