The 2 planes are said to be perpendicular if the dot product of their normals is 0, they aresaid to be parallel if for planes a1x+a2y+a3z=c and b1x+b2y+b3z=d the ratiosb1a1=b2a2=b3a3.Using the above we check if the planes in a, b or c are perpendicular or parallela.The normals here are n1=(1,1,3) and n2=(1,2,−1). The dot product of n1 and n2 is given by 1(1)+1(2)+3(−1)=0Since the dot product between n1 and n2 is 0, the planes are perpendicular.b.We notice that the dot product of the normals (3,1,1) and (-1,2,1) is not 0Also the ratios of the normals are 43 and 2−2 and −41 are not equal.Therefore the plane is neither perpendicular or parallel.c.The dot product of the normals (3,1,1) and (-1,2,1) is 3(-1)+1(2)+1(1)=0Therefore the plane is perpendicular.
Comments