Relative positions in ℝ³
Study of relative positions between points, lines and planes in 3D space using matrix rank.
Relative positions between points
- Point and line: A point is contained in a line if it satisfies its equation, otherwise it is exterior.
- Point and plane: A point is contained in a plane if it satisfies its equation, otherwise it is exterior.
- 3 collinear points A, B, C: If the vectors , and are proportional:
- Point and line: A point is contained in a line if it satisfies its equation, otherwise it is exterior.
- Point and plane: A point is contained in a plane if it satisfies its equation, otherwise it is exterior.
- 3 collinear points A, B, C: If the vectors , and are proportional:
- Four coplanar points A, B, C, D: The vectors , and are linearly dependent, that is, the determinant formed by the 3 is zero.
Relative positions between 2 lines
Given line with direction vector and point , and line with direction vector and point . Let the matrices be:
Given line with direction vector and point , and line with direction vector and point . Let the matrices be:
- If they are coincident lines.
- If and they are parallel lines.
- If they are intersecting lines.
- If and the lines are skew.
Relative positions between line and plane
Given the line in implicit form:
Given the line in implicit form:
And the plane in implicit form:
Let the matrices be:
- If the line is contained in the plane.
- If and the line is parallel to the plane.
- If the line and plane intersect.
Relative positions between 2 planes
Given the plane in implicit form:
Given the plane in implicit form:
And the plane in implicit form:
Let the matrices be:
- If Coincident planes.
- If and Parallel planes.
- If Intersecting planes in a line.
Relative positions between 3 planes
Given 3 general equations of the plane;
Given 3 general equations of the plane;
we will study the rank of the coefficient matrix and augmented matrix
| Rank M | Rank M* | Relative position |
|---|---|---|
| 1 | 1 | 3 Coincident planes |
| 1 | 2 | Case 1: 2 coincident planes and another parallel Case 2: 3 parallel planes |
| 2 | 2 | Case 1: 2 coincident planes and another intersecting Case 2: 3 planes intersecting in a line |
| 2 | 3 | Case 1: 2 parallel planes and another intersecting Case 2: 3 planes intersecting pair-wise |
| 3 | 3 | Intersecting planes. They intersect at a single point |