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
AI Thread Summary
To find the distance between two parallel planes, one can use the normal vector derived from their equations. The planes given are parallel since their coefficients are proportional, indicating they share a common normal vector. To calculate the distance, select a point on one plane and project the vector connecting this point to a point on the other plane onto the normal vector. The length of this projection represents the distance between the two planes. This method avoids unnecessary complications and directly utilizes the geometric properties of parallel planes.
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.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top