3 The Dot Product

In three-dimensional space, we often want to determine to component of a vector in a particular direction.  We use a vector operator called the dot product.  For two vectors  \underline{\textbf{b}}=(b^x, b^y,b^z) , and  \underline{\textbf{c}}=(c^x, c^y,c^z) :

     \[ \underline{\textbf{b}} \cdot \underline{\textbf{c}} = b^x c^x+ b^y c^y + b^z c^z \]

Geometrically the dot product gives the magnitude of the component of  \underline{\textbf{b}} that is aligned with  \underline{\textbf{c}}, multiplied by the magnitude of  \underline{\textbf{c}}.

  • If two vectors are perpendicular to one another, then the dot product is zero.
  • If two vectors are parallel, then the dot product is \vert \underline{\textbf{b}} \vert times \vert \underline{\textbf{c}} \vert .

If  \underline{\textbf{c}} is a unit vector with an arbitrary direction, then the dot product will give the component of  \underline{\textbf{b}} in that direction.

Examples

The dot product of the fluid velocity and one of the Cartesian coordinate unit vectors gives the current component in that direction.  For example, let’s suppose that the current is 2.88 ms-1 to the northwest and upwelling at 0.01 cm s-1

     \[ \underline{\textbf{u}} \cdot \hat{j} = (-2, 2, 0.0001) ms^{-1} \cdot (0,1,0) \]

     \[= -2 \times 0 + 2 \times 1 + 0.0001 \times 0 = 2 ms^{-1}  \]

gives the northward component of the fluid velocity.

 

There is another important vector operator called the cross product, but we will define that a bit later.

 

Want more info?

 

License

Share This Book