Hello,
Q: Find the line of intersection between perpendicular planes:
5x-3y+z=4
x+4y+7z=1
Normal vectors: <5,-3,1> and <1,4,7> .. dot product is zero which is why they are perpendicular. The cross product of the normal vectors should be parallel to my line of intersection. I'm not entirely sure why. For the resultant vector from crossing, I get: <-25,-34,23>
So I need a position vector and direction vector to make my line.. right? For position, the points on the line must be present in both planes if it's intersecting the planes. But how do I get those points? I thought about setting x=0 in both equations and solving for y,z, but how can I know that the line actually crosses the x-axis at some point? Is it nothing to worry about unless the direction vector happens to be say: <0,-34,23>?
If I set x=0 I get: -3y+z=4 and 4y+7z=1. or y=-27/25 and z=19/25... so I would end up with:
x = -25t, y = -27/25 - 34t, z = 19/25 + 23t
Am I doing this correctly?
Q: Find the line of intersection between perpendicular planes:
5x-3y+z=4
x+4y+7z=1
Normal vectors: <5,-3,1> and <1,4,7> .. dot product is zero which is why they are perpendicular. The cross product of the normal vectors should be parallel to my line of intersection. I'm not entirely sure why. For the resultant vector from crossing, I get: <-25,-34,23>
So I need a position vector and direction vector to make my line.. right? For position, the points on the line must be present in both planes if it's intersecting the planes. But how do I get those points? I thought about setting x=0 in both equations and solving for y,z, but how can I know that the line actually crosses the x-axis at some point? Is it nothing to worry about unless the direction vector happens to be say: <0,-34,23>?
If I set x=0 I get: -3y+z=4 and 4y+7z=1. or y=-27/25 and z=19/25... so I would end up with:
x = -25t, y = -27/25 - 34t, z = 19/25 + 23t
Am I doing this correctly?