Two Planes Perpendicular To A Third Plane Are Parallel

9 min read

Understanding Why Two Planes Perpendicular to a Third Plane Are Parallel

When you first encounter the statement “two planes perpendicular to a third plane are parallel” it can feel like a paradox: how can objects that are each at right angles to the same surface also be parallel to each other? Think about it: the answer lies in the fundamentals of three‑dimensional geometry, vector algebra, and the way we define perpendicularity and parallelism for planes. This article breaks down the concept step by step, provides visual intuition, proves the theorem mathematically, explores its applications, and answers common questions—all while keeping the explanation clear for high‑school students, college beginners, and anyone curious about spatial reasoning.


Introduction: Visualizing the Relationship

Imagine a flat tabletop (the reference plane) and two large sheets of paper standing upright, each touching the tabletop along a straight line. If you tilt each sheet so that it makes a perfect 90° angle with the tabletop, the two sheets will never intersect; they will rise side‑by‑side like the walls of a hallway. Those two upright sheets are parallel planes, and each is perpendicular to the tabletop.

This everyday image captures the essence of the theorem:

If plane A and plane B are both perpendicular to plane C, then plane A is parallel to plane B.

The statement is not merely a curiosity; it is a cornerstone in solid geometry, computer graphics, engineering design, and even robotics, where understanding spatial constraints is essential.


Key Definitions

Term Formal Definition Geometric Meaning
Plane A flat, two‑dimensional surface extending infinitely in all directions. One plane “stands up” on the other at a right angle. Even so,
Parallel Planes Two planes are parallel if their normal vectors are scalar multiples of each other (i. Like an endless sheet of paper. e.That's why , they have the same direction). Think about it:
Perpendicular (Orthogonal) Planes Two planes are perpendicular if the normal vector of one is parallel to a direction vector lying in the other, or equivalently, if the dot product of their normal vectors equals zero. Consider this:
Normal Vector A non‑zero vector n that is orthogonal (perpendicular) to every vector lying in the plane. Points straight out of the surface.

Understanding these definitions is crucial because the proof that “two planes perpendicular to a third are parallel” revolves around the behavior of normal vectors.


Step‑by‑Step Geometric Reasoning

  1. Identify the third plane (plane C).
    Let its normal vector be n₍C₎. This vector points directly out of plane C That's the part that actually makes a difference..

  2. Consider a plane (plane A) perpendicular to plane C.
    By definition, every line lying in plane A is orthogonal to n₍C₎. Because of this, the normal vector of plane A, call it n₍A₎, must lie within plane C. Simply put, n₍A₎ is parallel to plane C.

  3. Repeat for the second plane (plane B).
    Plane B is also perpendicular to plane C, so its normal vector n₍B₎ also lies inside plane C.

  4. Both n₍A₎ and n₍B₎ belong to the same plane (plane C).
    Since a plane contains infinitely many directions, any two vectors lying in it can be expressed as linear combinations of a basis for that plane. Notably, n₍A₎ and n₍B₎ are coplanar.

  5. If two normal vectors are coplanar and each is orthogonal to the same third vector (n₍C₎), they must be parallel to each other.
    The only way two non‑zero vectors can share a common orthogonal direction and stay inside the same plane is by pointing in the same or opposite direction—i.e., they are scalar multiples.

  6. Parallel normal vectors imply parallel planes.
    Since n₍A₎ = k n₍B₎ for some non‑zero scalar k, planes A and B are parallel by definition Not complicated — just consistent. That alone is useful..

Thus, the geometric intuition matches the algebraic reasoning: the normals of the two perpendicular planes are forced to align, making the planes themselves parallel Which is the point..


Formal Vector Proof

Let plane C be described by the equation

[ \mathbf{n}_C \cdot \mathbf{r} = d_C, ]

where n₍C₎ = (a, b, c) is its normal vector and r = (x, y, z) any point on the plane Small thing, real impact..

Suppose plane A is perpendicular to plane C. Consider this: then the direction vectors of plane A are orthogonal to n₍C₎. Let n₍A₎ = (p, q, r) be the normal of plane A.

[ \mathbf{n}_C \cdot \mathbf{n}_A = 0. ]

Similarly, for plane B with normal n₍B₎ = (u, v, w),

[ \mathbf{n}_C \cdot \mathbf{n}_B = 0. ]

Both n₍A₎ and n₍B₎ are orthogonal to n₍C₎, so they belong to the subspace orthogonal to n₍C₎—which is precisely the set of all vectors lying in plane C. In three dimensions, the orthogonal complement of a non‑zero vector is a two‑dimensional subspace (a plane). Hence n₍A₎ and n₍B₎ are vectors in the same two‑dimensional subspace No workaround needed..

Any two non‑zero vectors in a two‑dimensional subspace that are also orthogonal to the same third vector must be linearly dependent. Formally, there exists a scalar λ such that

[ \mathbf{n}_A = \lambda \mathbf{n}_B. ]

Since normal vectors are parallel, the corresponding planes are parallel. ∎


Real‑World Applications

Field How the theorem is used
Architecture Designing walls that are all perpendicular to a floor ensures the walls are mutually parallel, simplifying construction and load calculations. On the flip side,
Computer Graphics When generating a 3D scene, objects that need to stand upright on a ground plane are given normals orthogonal to the ground; their own faces become parallel, guaranteeing consistent shading.
Robotics End‑effectors that must approach a work surface at a right angle can be programmed using the perpendicular‑parallel relationship, ensuring tool orientation stays consistent.
Geology Stratigraphic layers often intersect a fault plane perpendicularly; recognizing that the layers remain parallel helps in mapping subsurface structures.

Frequently Asked Questions

1. What if the two planes intersect the third plane along the same line?

If both planes share the same line of intersection with plane C, they are still perpendicular to plane C, but they would coincide, not just be parallel. In that special case, the two planes are actually the same geometric plane.

2. Does the theorem hold in higher dimensions?

Yes. In ℝ⁴, a hyperplane perpendicular to a given hyperplane has its normal vector lying in the original hyperplane. Two such hyperplanes will have parallel normals, making them parallel hyperplanes. The principle generalizes to any Euclidean space of dimension ≥ 3.

3. Can two planes be both perpendicular and parallel?

Only if they are the same plane. Distinct planes cannot be simultaneously perpendicular and parallel because perpendicularity requires a 90° angle between normals, while parallelism requires the normals to be collinear.

4. How does this relate to the concept of “skew lines”?

Skew lines are non‑parallel, non‑intersecting lines in 3‑D. The theorem deals with planes, not lines. Even so, if you take a line lying in each of the two parallel planes, those lines can be parallel, intersect, or be skew depending on their directions. The perpendicular‑parallel relationship does not dictate the behavior of arbitrary lines within the planes The details matter here..

5. If the third plane is vertical, are the two perpendicular planes horizontal?

Not necessarily. “Vertical” and “horizontal” are relative to a chosen gravity direction. In pure geometry, a plane being vertical simply means its normal vector has no vertical component. The two perpendicular planes will have normals lying within the vertical plane, which could be oriented in any direction within that plane.


Common Misconceptions

  • Misconception: If two planes are each perpendicular to a third, they must intersect the third at the same point.
    Reality: The intersection lines can be anywhere on the third plane. Their positions affect where the two planes are located in space, but not their parallelism.

  • Misconception: Perpendicular planes always intersect at a line.
    Reality: Two planes that are perpendicular to a common third plane are parallel to each other, so they never intersect unless they are coincident Worth keeping that in mind..

  • Misconception: The theorem only works for right angles (90°).
    Reality: The statement explicitly involves right angles; if the angle between each plane and the third is not 90°, the conclusion of parallelism does not hold No workaround needed..


Practical Tips for Visual Learners

  1. Use a simple model: Take a book (plane C) and two index cards (planes A and B). Place each card upright on the book so that the book’s surface touches the bottom edge of the card. The cards will stand parallel to each other.

  2. Sketch the normals: Draw arrows perpendicular to each surface. Notice that the arrows for the two upright cards lie flat on the book’s surface and point in the same direction.

  3. Rotate the third plane: Keep the two upright cards fixed and tilt the book. The cards remain parallel, proving that the relationship is independent of the orientation of the third plane The details matter here..


Extending the Idea: Perpendicular Lines to a Plane

A related fact is that all lines perpendicular to a given plane are parallel to each other. This is essentially the same theorem applied to one‑dimensional objects (lines) instead of two‑dimensional objects (planes). The line’s direction vector acts as the normal of an imagined infinitesimally thin plane, leading to the same conclusion Simple, but easy to overlook. That alone is useful..


Conclusion

The statement “two planes perpendicular to a third plane are parallel” is a beautiful illustration of how geometric relationships cascade from simple definitions. By focusing on normal vectors, we see that perpendicularity forces the normals of the first two planes to lie inside the third plane, and the only way two non‑zero vectors can share the same orthogonal direction while staying in the same plane is by being parallel. This logical chain yields a result that is both intuitive—think of two walls standing upright on a floor—and rigorously provable through vector algebra.

Understanding this theorem enriches your spatial intuition, supports problem‑solving in mathematics, engineering, and computer graphics, and provides a solid foundation for more advanced topics such as linear transformations, orthogonal projections, and multidimensional geometry. The next time you encounter a design that requires objects to stand at right angles to a base, remember: those objects will automatically be parallel, simplifying calculations and ensuring structural harmony.

What Just Dropped

Just Came Out

In That Vein

Other Perspectives

Thank you for reading about Two Planes Perpendicular To A Third Plane Are Parallel. We hope the information has been useful. Feel free to contact us if you have any questions. See you next time — don't forget to bookmark!
⌂ Back to Home