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.
Let L1≡a1x+b1y+c1=0 and L2≡a2x+b2y+c2=0 intersect at P.
Why L1+λL2=0 passes through P for all λ
At P: L1(P)=0 and L2(P)=0. Therefore:
L1(P)+λL2(P)=0+λ⋅0=0
for every value of λ. So every member of the family passes through P.
What the family covers
(a1+λa2)x+(b1+λb2)y+(c1+λc2)=0 is linear in x and y for all λ — it is always a straight line. As λ varies over R, every line through P is obtained except L2 itself (which corresponds to λ→∞).
Finding a specific member
To find the member satisfying an extra condition, write L1+λL2=0 and impose the condition to get one equation in λ. Solve, substitute back. The intersection P 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, regroup:
(px+ry+u)+λ(qx+sy+v)=0
This is L1+λL2=0 with L1:px+ry+u=0 and L2:qx+sy+v=0. The fixed point is L1∩L2 — independent of λ.