The Dot Product
DOT PRODUCT OF VECTORS:
Let and
The vector operations of scalar multiplications and vector addition both result in a vector. However, the dot product results in a scalar or a number, not a vector.
The following are properties of the dot product.
PROPERTIES OF THE DOT PRODUCT:
Let u,v and w be vectors and c be scalars.
1. u · v = v · u 2. 0 · v = 0
3. u · (v · w) = u · v + u · w4. v · v = ||v||2
5. c(u · v) = cu · v = u · cv
Let's look at some examples.
(a) u · v (b) u · w (c) v · w
Step 1: Evaluate u · v. Remember the result will be a scalar. |
|
Step 2: Evaluate u · w. Remember the result will be a scalar. |
|
Step 3: Evaluate v · w. Remember the result will be a scalar. |
|
(a) (v · w) · u (b) 2v · w (c) (u + v) · w
Step 1: Evaluate (v · w) · u using Property 3. Remember the dot product will be a scalar. |
|
Step 2: Evaluate 2v · w.
|
|
Step 3: Evaluate (u + v) · w. First add vectors u and v using scalar multiplication then find the dot product of the resultant vector and w. Remember the dot product will be a scalar. |
|
Related Links: Math algebra Angle between Two Vectors Decomposing a Vector into Components Pre Calculus |
To link to this The Dot Product page, copy the following code to your site: