Processing math: 100%

EXAMPLE 9Determining the Line of Intersection of Two Nonparallel Planes

Find an equation of the line of intersection of the two planes x2y+z=1and3x+yz=4

Solution First notice that the normals N1=i2j+k and N2=3i+jk of the two planes are not parallel. To find an equation of the line of intersection, we need a point on the line and the direction of the line. Since the line of intersection is perpendicular to both N1 and N2, it is parallel to the vector D=N1×N2. D=N1×N2=|ijk121311|=i+4j+7k

The vector D gives the direction of the line. We can find a point on the line by locating any point common to both planes. For example, if z=0, then x2y=1 and 3x+y=4. Solving these equations simultaneously, we find x=1 and y=1. So, the point (1,1,0) is on the line, and symmetric equations of the line of intersection are x11=y14=z7