Plane–plane intersection

From HandWiki
Two intersecting planes in three-dimensional space

In analytic geometry, the intersection of two planes in three-dimensional space is a line.

Formulation

The line of intersection between two planes Π1:n1r=h1 and Π2:n2r=h2 where ni are normalized is given by

r=(c1n1+c2n2)+λ(n1×n2)

where

c1=h1h2(n1n2)1(n1n2)2
c2=h2h1(n1n2)1(n1n2)2.

Derivation

This is found by noticing that the line must be perpendicular to both plane normals, and so parallel to their cross product n1×n2 (this cross product is zero if and only if the planes are parallel, and are therefore non-intersecting or entirely coincident).

The remainder of the expression is arrived at by finding an arbitrary point on the line. To do so, consider that any point in space may be written as r=c1n1+c2n2+λ(n1×n2), since {n1,n2,(n1×n2)} is a basis. We wish to find a point which is on both planes (i.e. on their intersection), so insert this equation into each of the equations of the planes to get two simultaneous equations which can be solved for c1 and c2.

If we further assume that n1 and n2 are orthonormal then the closest point on the line of intersection to the origin is r0=h1n1+h2n2. If that is not the case, then a more complex procedure must be used.[1]

Dihedral angle

Given two intersecting planes described by Π1:a1x+b1y+c1z+d1=0 and Π2:a2x+b2y+c2z+d2=0, the dihedral angle between them is defined to be the angle α between their normal directions:

cosα=n^1n^2|n^1||n^2|=a1a2+b1b2+c1c2a12+b12+c12a22+b22+c22.

References

  1. Plane-Plane Intersection - from Wolfram MathWorld. Mathworld.wolfram.com. Retrieved 2013-08-20.