Last vector-plane problem for the night

  • Thread starter Thread starter prace
  • Start date Start date
prace
Messages
99
Reaction score
0
I would like to show that two planes are || and then find the distance between the two planes. I think I have the distance between the two planes covered pretty good, but I am not sure about the || part.

For example:

P_1 = 4x-2y+6z=3 and P_2 = -6x+3y-9z=4

then \vec{n}P_1 = <4,-2,6> and \vec{n}P_2 = <-6,3,-9>. So, my thinking is that if these two planes were || then they should have the same normal vector or at least a multiple of that normal vector. Is this correct, should I be looking at something else as well?
 
Physics news on Phys.org
P2 is: -3/2* (4x-2y+6z) = 4

Or 4x-2y+6z = -8/3

Does that help?
 
prace said:
I would like to show that two planes are || and then find the distance between the two planes. I think I have the distance between the two planes covered pretty good, but I am not sure about the || part.

For example:

P_1 = 4x-2y+6z=3 and P_2 = -6x+3y-9z=4

then \vec{n}P_1 = <4,-2,6> and \vec{n}P_2 = <-6,3,-9>. So, my thinking is that if these two planes were || then they should have the same normal vector or at least a multiple of that normal vector. Is this correct, should I be looking at something else as well?
Yes, that's correct. And, just as obviously, as Office_Shredder showed, one is a multiple of the other. Now, to find the distance between them, pick any point in one plane, find the line through that point perpendicular to the plane (in the direction of the normal vector), find the point where that line intersects the other plane, and find the distance between the two points.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top