Distance Between Two Parallel Plans

  • Context: Undergrad 
  • Thread starter Thread starter Erikh86
  • Start date Start date
  • Tags Tags
    Parallel
Click For Summary
SUMMARY

The distance between two parallel planes can be calculated using the formula D = |ax₀ + by₀ + cz₀ + d| / √(a² + b² + c²). To find the shortest distance, one must not simply calculate the distance between arbitrary points on the planes, as this does not yield the minimum distance. Instead, the correct approach involves comparing the distance coefficients (d values) of the plane equations, ensuring that the normals of the planes are in the same direction. The distance can then be determined by the absolute difference of the d values, |d₁ - d₂|.

PREREQUISITES
  • Understanding of the equation for distance between planes in 3D space.
  • Familiarity with vector projections and normal vectors.
  • Basic knowledge of plane equations in the form Ax + By + Cz + D = 0.
  • Concept of parallel planes and their geometric properties.
NEXT STEPS
  • Study the derivation of the distance formula for parallel planes in 3D geometry.
  • Learn about vector projections and how they apply to calculating distances in vector spaces.
  • Explore examples of calculating distances between non-parallel planes for comparative understanding.
  • Investigate the implications of normal vectors in determining the orientation and distance between planes.
USEFUL FOR

Students preparing for Calculus III, geometry enthusiasts, and anyone interested in understanding the geometric properties of planes in three-dimensional space.

Erikh86
Messages
1
Reaction score
0
Hey all,
I was working out of my textbook over the summer preparing for Calculus III, and I have a question about finding the distance between two parallel planes.

I believe that I understand how the equation given works:
[tex]D= \frac{| ax_{o} + by_{o} + cz_{o} + d |}{\sqrt{a^{2} + b^{2} + c^{2}}}[/tex]

To find the point, I set z=y=0. However, assuming that the planes are parallel, why can I not use this to find the point (x,0,0) on both planes and calculate the distance between these two points? It seems to me that since both points are in their respective planes, the distance given would work, but I get a difference answer from the above formula.

Why is that?
 
Physics news on Phys.org
Erikh86 said:
Hey all,
I was working out of my textbook over the summer preparing for Calculus III, and I have a question about finding the distance between two parallel planes.

I believe that I understand how the equation given works:
[tex]D= \frac{| ax_{o} + by_{o} + cz_{o} + d |}{\sqrt{a^{2} + b^{2} + c^{2}}}[/tex]

To find the point, I set z=y=0. However, assuming that the planes are parallel, why can I not use this to find the point (x,0,0) on both planes and calculate the distance between these two points? It seems to me that since both points are in their respective planes, the distance given would work, but I get a difference answer from the above formula.

Why is that?

Do you mean just finding an arbitrary point from each plane and the calculating the distance between those two points? Or are you suggesting that there is a point (x,0,0) that is on both planes?

If it is the first case, then if you did this, you would not be getting the SHORTEST distance from one plane to the other, which is what you want. That is why you have to project a vector going from Plane1 to Plane2 onto Plane1. The length of this projection is the distance.
 
Hey Erikh86 and welcome to the forums.

The easiest way IMO is to just compare the two distance coeffecients (i.e. the values of d) for both planes.

If your normals have the same direction (and not opposite), then if you plug in the zero vector for your plane equations, you will get a d value for both plane equations. Then simple compare the magnitude of the difference and you should get the distance between the two planes (i.e. |d1 - d2|).

These d values correspond to information regarding an existing point on the plane that takes into account the normal vector, but the method should give you the distance as long as the unit normals of the plane itself are equal.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
8K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 3 ·
Replies
3
Views
9K
Replies
3
Views
2K
Replies
9
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 21 ·
Replies
21
Views
1K
  • · Replies 2 ·
Replies
2
Views
4K