PDA

View Full Version : How to find out equation of a plane intersecting with other ?


the_rising
Jun24-05, 08:15 AM
Hello everyone,
My question is -- Suppose we have two planes intersecting each other in some line. If we know a point on the intersecting line and the normal vector of the one plane and the angle between two planes, can we find out the normal vector of the other plane ?
Please respond.

Regards,

AKG
Jun24-05, 08:44 AM
The normal vector of the unknown plane is perpendicular to the line of intersection, so if the line is parallel to the vector v, then n.v = 0, where n is the normal of the unknown plane. If m is the normal vector of the known plane, take m/|m| to ensure you have a vector of length 1. Stipulate that |n| = 1. Then n.m = |n||m|cos(pi - x) = cos(pi - x) = -cos(x), where x is the known angle between planes. You have two important equations:

n.m = -cos(x)
n.v = 0

In fact, you also know that:

v.m = 0

Try to use these.

neurocomp2003
Jun24-05, 10:38 AM
mmmmmm...just take the cross product of the 2 normals to get the 3rd normal which will will be parallel to the line of intersection. and depending on what point P0you want it to pass through
N.P-N.P0=0 --> so if n and m are the normals

(nxm).(P-P0)=0 is your solution where P is just variables