What is a normal vector
-
A vector that is normal/perpendicular to all the vectors
-
How to find the normal vector
-
We can find the normal vector directly from the scalar equation
- ax+by=c we can take (a,b) as a normal vector
- ax+by+cz=d we can take the (a,b,c) as the normal vector
- (we can take the coefficents as the normal vector)
EX.
-
Find a scalar equation for the plane with a normal vector n=(1,2,3) that passes through the point p=(0,−1,2)
n∗x=n∗p⟹ax+by+cz=ap1+bp2+cp3n=(1,2,3),p=(p1,p2,p3)=(0,−1,2)x+2y+3z=(1)(0)+2(−1)+3(2)⟹x+2y+3z+4
-
Find a scalar equation for the plane that passes through the three points P(1,1,1),Q(2,2,3),R(3,1,2)
PQ=Q−P=(1,1,2)PR=R−P=(2,0,1)x=P+sPQ+tPR=111+s112+t201
- To find a normal vector, take n=PQcrossPR
n=(1,1,2)cross(2,0,1)=13−2n=(a,b,c)=(1,3,−2),P=(1,1,1)n∗x=n∗p⟹x+3y−2z=2