Academy
Formulas/maths/3d Geometry/Family of Planes Through Intersection of Two Planes

Family of Planes Through Intersection of Two Planes

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 λ.
Derivation

Let P1a1x+b1y+c1z+d1=0P_1 \equiv a_1x+b_1y+c_1z+d_1=0 and P2a2x+b2y+c2z+d2=0P_2 \equiv a_2x+b_2y+c_2z+d_2=0.

Consider P1+λP2=0P_1 + \lambda P_2 = 0 for λR\lambda \in \mathbb{R}:

(a1+λa2)x+(b1+λb2)y+(c1+λc2)z+(d1+λd2)=0(a_1+\lambda a_2)x+(b_1+\lambda b_2)y+(c_1+\lambda c_2)z+(d_1+\lambda d_2)=0

This is a first-degree equation in x,y,zx,y,z — a plane.

It passes through the line of intersection: Any point (x0,y0,z0)(x_0,y_0,z_0) on the line of intersection satisfies both P1(x0,y0,z0)=0P_1(x_0,y_0,z_0)=0 and P2(x0,y0,z0)=0P_2(x_0,y_0,z_0)=0. Therefore P1+λP2P_1+\lambda P_2 is also zero at that point, for any λ\lambda.

This generates all planes through the intersection line (except P2=0P_2=0 itself, which requires λ\lambda\to\infty; handle by using μP1+P2=0\mu P_1+P_2=0 with μ=0\mu=0).

How to find λ\lambda: Impose one condition — the plane passes through a given point (p,q,r)(p,q,r):

P1(p,q,r)+λP2(p,q,r)=0    λ=P1(p,q,r)P2(p,q,r)P_1(p,q,r)+\lambda P_2(p,q,r) = 0 \implies \lambda = -\frac{P_1(p,q,r)}{P_2(p,q,r)}

Or: the plane is perpendicular to a given plane P3=0P_3=0:

(a1+λa2)a3+(b1+λb2)b3+(c1+λc2)c3=0(a_1+\lambda a_2)a_3+(b_1+\lambda b_2)b_3+(c_1+\lambda c_2)c_3 = 0

Solve for λ\lambda.

Analogy with 2D: This is the 3D version of the family of lines L1+λL2=0L_1+\lambda L_2=0 through the intersection of two lines — the structure is identical.