Academy
Formulas/maths/Straight Lines/Family of Lines Through Intersection of Two Lines

Family of Lines Through Intersection of Two Lines

For any value of λ, this represents a line passing through the intersection of L₁: a₁x+b₁y+c₁=0 and L₂: a₂x+b₂y+c₂=0.
Derivation

Let L1a1x+b1y+c1=0L_1 \equiv a_1x+b_1y+c_1=0 and L2a2x+b2y+c2=0L_2 \equiv a_2x+b_2y+c_2=0 intersect at PP.

Why L1+λL2=0L_1 + \lambda L_2 = 0 passes through PP for all λ\lambda

At PP: L1(P)=0L_1(P) = 0 and L2(P)=0L_2(P) = 0. Therefore:

L1(P)+λL2(P)=0+λ0=0L_1(P) + \lambda L_2(P) = 0 + \lambda \cdot 0 = 0

for every value of λ\lambda. So every member of the family passes through PP.

What the family covers

(a1+λa2)x+(b1+λb2)y+(c1+λc2)=0(a_1+\lambda a_2)x + (b_1+\lambda b_2)y + (c_1+\lambda c_2) = 0 is linear in xx and yy for all λ\lambda — it is always a straight line. As λ\lambda varies over R\mathbb{R}, every line through PP is obtained except L2L_2 itself (which corresponds to λ\lambda \to \infty).

Finding a specific member

To find the member satisfying an extra condition, write L1+λL2=0L_1 + \lambda L_2 = 0 and impose the condition to get one equation in λ\lambda. Solve, substitute back. The intersection PP need never be computed explicitly.

Fixed point of a parametric family

If a family is given as (p+λq)x+(r+λs)y+(u+λv)=0(p + \lambda q)x + (r + \lambda s)y + (u + \lambda v) = 0, regroup:

(px+ry+u)+λ(qx+sy+v)=0(px + ry + u) + \lambda(qx + sy + v) = 0

This is L1+λL2=0L_1 + \lambda L_2 = 0 with L1:px+ry+u=0L_1: px+ry+u=0 and L2:qx+sy+v=0L_2: qx+sy+v=0. The fixed point is L1L2L_1 \cap L_2 — independent of λ\lambda.