What is the formula for finding the distance between two parallel planes?

  • Thread starter Thread starter james_j_j
  • Start date Start date
  • Tags Tags
    Planes
Click For Summary
SUMMARY

The distance between the parallel planes defined by the equations 4x + 5y - 3z + 4 = 0 and -8x - 10y + 6z + 12 = 0 can be calculated using the normal vector method. The normal vector for both planes is derived from their coefficients, confirming their parallelism. To find the distance, select a point on one plane, project the vector connecting this point to a point on the other plane onto the normal vector, and compute the length of this projection. This method simplifies the calculation without requiring complex vector projections.

PREREQUISITES
  • Understanding of plane equations in the form Ax + By + Cz + D = 0
  • Knowledge of normal vectors and their properties
  • Familiarity with vector projection concepts
  • Ability to solve parametric equations
NEXT STEPS
  • Study the properties of normal vectors in three-dimensional geometry
  • Learn how to calculate the distance between two parallel planes using vector projections
  • Explore parametric equations for lines and their applications in geometry
  • Investigate the implications of intersecting planes and their distances
USEFUL FOR

Students studying geometry, mathematics educators, and anyone interested in understanding the relationships between parallel planes and vector projections.

james_j_j
Messages
2
Reaction score
0

Homework Statement


Find the distance between the planes 4x + 5y - 3z + 4 = 0, and -8x -10y + 6z + 12 = 0.


Homework Equations



V = (x, y, z) + Y(a, b, c)


The Attempt at a Solution



Okay, this problem has been driving me insane. Even though it's incredibly simple, and I know there's an easy formula, I haven't been able to do it the way the lecturer showed us.

Plane 1): 4x + 5y - 3z = -4
Plane 2): -8x - 10y + 6z = -12

Point on 1) = P = (-1, 0, 0)

Let v be the vector connecting P and Q (point on P2).

v = (-1, 0, 0) + x(4, 5, -3)

Intersect v and P2.

(-1, 0, 0) + x(4, 5, -3) = -12
-1 + 4x + 5x -3x = -12
6x = -11
x = -11/6

-> Q = (-1, 0, 0) - 11/6 (4, 5, -3)

Here's the problem, "Q" doesn't seem to be on P2, which was the entire point of solving for x.

e.g. sub x,y,z = (-1 - 44/6), (-55/6), (-33/6) into P2 and you should get -12 (as I understand it), but you get ~125.

Any help appreciated.
 
Physics news on Phys.org
Your problem is quite simple but the I way I would solve it requires you to know about vector projection, are you familiar with it?
 
Yes, we've covered vector projection.
 
Two planes are either parallel or they intersect. Parallel planes have common normal vector n. Are these planes parallel? The equation of a plane is (r-r0)n=0, or rn=r0n where r is the position vector of an arbitrary point on the plane and r0 is that of a fixed point on it. Using unit normal vector, you get at once how far is a plane from the origin. Think how to get the projection of a vector to an other one, using dot product. Make a figure and you will see.

This is the easy way. Yours is more complicated. And what you did to find the intercept of that line with P2 is totally wrong.

"Intersect v and P2.

(-1, 0, 0) + x(4, 5, -3) = -12
-1 + 4x + 5x -3x = -12
6x = -11
x = -11/6"

You made a vector equal to a scalar. Check it.

ehild
 
Ok, keep in mind that the general equation of a plane is Ax+By+Cz+D=0.
It can be proven that the vector \bf{N}=(A,B,C), called normal vector, is orthogonal to the plane Ax+By+Cz+D=0. So two parallel planes have a common normal vector \bf{N}.

What do you need to be able to talk about the "distance" between two planes? What would happen if they intersected each other somewhere? what would that distance be?

Now, take a point x_0 in plane 1 and take another point x_1 in plane 2, and project vector x_0 - x_1 over vector \bf{N}. The length of said projection should be your distance.
 
The only way two planes have a distance between them is when they are parallel- and these planes are because the coefficients of x, y, z in one equation are a constant multiple of the corresponding coefficients in the other. And finding the distance does not necessarily require "vector projection".

Choose any point in one plane- choose x and y to be whatever you like and solve the equation of the plane for z.

Find the line through that point perpendicular to the plane- that's easy. For example, if the point is (x_0, y_0, z_0) then the line through that point perpendicular to Ax + By + Cz + C = 0 has parametric equations x= At+ x_0, y= Bt+ y_0, z= Ct+ z_0.

Find the point where that line intersects the other plane. Since the planes are parallel, the line is also perpendicular to the second plane and the distance between those two points is the distance between the two planes.
 

Similar threads

Replies
19
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
8
Views
3K
Replies
10
Views
3K
  • · Replies 22 ·
Replies
22
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K