First find the line L, of intersection of the two planes.
x - z - 1 = 0
y + 2z - 3 = 0
The directional vector v, of the line will be normal to the normal vectors of the two planes. Take the cross product.
n1 = <1, 0, -1>
n2 = <0, 1, 2>
v = n1 X n2 = <1, -2, 1>
Find a point P on the line L.
x - z - 1 = 0
y + 2z - 3 = 0
Let z = 0.
From the first equation.
x = z + 1 = 0 + 1 = 1
From the second equation.
y = -2z + 3 = 0 + 3 = 3
A point on the line is therefore P(1, 3, 0).
The equation of the line L is:
L = P + tv = <1, 3, 0> + t<1, -2, 1>
where t is a constant ranging over the real numbers
__________________
The plane containing L is perpendicular to the plane
x + y - 2z - 1 = 0
The normal vector n3, of this plane is:
n3 = <1, 1, -2>
Therefore the normal vector n3, of the given plane is a directional vector of the desired plane. Take the cross product of the directional vectors v and n3 to get the normal vector n4, of the desired plane.
n4 = v X n3 = <1, -2, 1> X <1, 1, -2> = <3, 3, 3>
Any non-zero multiple of n4 is also a normal vector of the desired plane. Divide by 3.
n4 = <1, 1, 1>
With the normal vector n4 and the point P(1, 3, 0) in the plane we can write the equation of the desired plane.
1(x - 1) + 1(y - 3) + 1(z - 0) = 0
x - 1 + y - 3 + z = 0
x + y + z - 4 = 0
___________
As a test the dot product of the normal vector of the given plane n3, and the desired plane n4 should be zero if they are orthogonal.
n3 • n4 = <1, 1, -2> • <1, 1, 1> = 1 + 1 - 2 = 0
So the planes are orthogonal.
2007-08-27 23:09:07
·
answer #1
·
answered by Northstar 7
·
13⤊
0⤋