return to standard view
return to standard view
Print
Table of Contents | Workbook: Lessons & Exercises

Math
The Dot Product


The dot product is defined in two dimensions as (a1, b1) (a2, b2) = a1a2 + b1b2

 

or in three dimensions (a1, b1, c1) (a2, b2, c2) = a1a2 + b1b2 + c1c2

Note that the dot product is a scalar value and not another vector.

 

If then the vectors are perpendicular.  We can find the equation of a plane that is perpendicular to a vector using this fact.  If we want to find the equation of the plane containing the point P = (-1, 5, 2) perpendicular to the vector , we let R = (x, y, z) be any point in the plane and solve the equation

 

Back Next