Processing math: 100%
M408M Learning Module Pages
Main page

Chapter 10: Parametric Equations and Polar Coordinates

Chapter 12: Vectors and the Geometry of Space

Learning module LM 12.1: 3-dimensional rectangular coordinates:

Learning module LM 12.2: Vectors:

Learning module LM 12.3: Dot products:

Learning module LM 12.4: Cross products:

Learning module LM 12.5: Equations of Lines and Planes:

      Equations of a line
      Equations of planes
      Finding the normal to a plane
      Distances to lines and planes

Learning module LM 12.6: Surfaces:


Chapter 13: Vector Functions


Chapter 14: Partial Derivatives


Chapter 15: Multiple Integrals



Finding the normal to a plane

Finding the normal to a plane As promised, we return the the question of finding the equation for a plane from the location of three points, say Q(x1,y1,z1),R(x2,y2,z2),S(x3,y3,z3) The fact that the cross-product a×b is perpendicular to both a and b makes it very useful when dealing with normals to planes.

Let b=x1,y1,z1,  r=x2,y2,z2,  s=x3,y3,z3. The vectors QR = rb,QS = sb, then lie in the plane. The normal to the plane is given by the cross product n=(rb)×(sb). Once this normal has been calculated, we can then use the point-normal form to get the equation of the plane passing through Q,R, and S.

In practice, it's usually easier to work out n in a given example rather than try to set up some general equation for the plane.

Example: Find an equation for the plane passing through the points Q(1,1,2),  R(4,2,2),  S(2,1,5).     Solution: when the plane passes through Q,R, and S, then the vectors QR=3,1,0,QS=1,0,3, lie in the plane. Thus the cross-product n = |ijk310103| =  = 3i+9j+k is normal to the plane. If r=x,y,z determines an arbitrary point P in the plane, the vector v = QP = x+1,y1,z2 lies in the plane and so is perpendicular to n. In this case, nv = 3(x+1)+9(y1)+(z2) = 0, which after simplification becomes 3x+9y+z8 = 0. Consequently, the plane 3x+9y+z=8 passes through Q,R, and S.