Every plane through the line of intersection of planes P₁=0 and P₂=0, for varying λ. One additional condition (e.g., passes through a given point, is perpendicular to a given plane) determines λ.
Let P1≡a1x+b1y+c1z+d1=0 and P2≡a2x+b2y+c2z+d2=0.
Consider P1+λP2=0 for λ∈R:
(a1+λa2)x+(b1+λb2)y+(c1+λc2)z+(d1+λd2)=0
This is a first-degree equation in x,y,z — a plane.
It passes through the line of intersection: Any point (x0,y0,z0) on the line of intersection satisfies both P1(x0,y0,z0)=0 and P2(x0,y0,z0)=0. Therefore P1+λP2 is also zero at that point, for any λ.
This generates all planes through the intersection line (except P2=0 itself, which requires λ→∞; handle by using μP1+P2=0 with μ=0).
How to find λ: Impose one condition — the plane passes through a given point (p,q,r):
P1(p,q,r)+λP2(p,q,r)=0⟹λ=−P2(p,q,r)P1(p,q,r)
Or: the plane is perpendicular to a given plane P3=0:
(a1+λa2)a3+(b1+λb2)b3+(c1+λc2)c3=0
Solve for λ.
Analogy with 2D: This is the 3D version of the family of lines L1+λL2=0 through the intersection of two lines — the structure is identical.