75.0k views
5 votes
) find a vector parallel to the line of intersection of the planes 5x − y − 6z = 0 and x + y + z = 1.

User Jordan H
by
6.7k points

1 Answer

5 votes
The cross product of the normal vectors of two planes result in a vector parallel to the line of intersection of the two planes.

Corresponding normal vectors of the planes are
<5,-1,-6> and <1,1,1>

We calculate the cross product as a determinant of (i,j,k) and the normal products

i j k
5 -1 -6
1 1 1

=(-1*1-(-6)*1)i -(5*1-(-6)1)j+(5*1-(-1*1))k
=5i-11j+6k
=<5,-11,6>

Check orthogonality with normal vectors using scalar products
(should equal zero if orthogonal)
<5,-11,6>.<5,-1,-6>=25+11-36=0
<5,-11,6>.<1,1,1>=5-11+6=0

Therefore <5,-11,6> is a vector parallel to the line of intersection of the two given planes.
User Akhzar Nazir
by
5.9k points