<< Chapter < Page Chapter >> Page >
  • Calculate the dot product of two given vectors.
  • Determine whether two given vectors are perpendicular.
  • Find the direction cosines of a given vector.
  • Explain what is meant by the vector projection of one vector onto another vector, and describe how to compute it.
  • Calculate the work done by a given force.

If we apply a force to an object so that the object moves, we say that work is done by the force. In Introduction to Applications of Integration on integration applications, we looked at a constant force and we assumed the force was applied in the direction of motion of the object. Under those conditions, work can be expressed as the product of the force acting on an object and the distance the object moves. In this chapter, however, we have seen that both force and the motion of an object can be represented by vectors.

In this section, we develop an operation called the dot product , which allows us to calculate work in the case when the force vector and the motion vector have different directions. The dot product essentially tells us how much of the force vector is applied in the direction of the motion vector. The dot product can also help us measure the angle formed by a pair of vectors and the position of a vector relative to the coordinate axes. It even provides a simple test to determine whether two vectors meet at a right angle.

The dot product and its properties

We have already learned how to add and subtract vectors. In this chapter, we investigate two types of vector multiplication. The first type of vector multiplication is called the dot product, based on the notation we use for it, and it is defined as follows:

Definition

The dot product of vectors u = u 1 , u 2 , u 3 and v = v 1 , v 2 , v 3 is given by the sum of the products of the components

u · v = u 1 v 1 + u 2 v 2 + u 3 v 3 .

Note that if u and v are two-dimensional vectors, we calculate the dot product in a similar fashion. Thus, if u = u 1 , u 2 and v = v 1 , v 2 , then

u · v = u 1 v 1 + u 2 v 2 .

When two vectors are combined under addition or subtraction, the result is a vector. When two vectors are combined using the dot product, the result is a scalar. For this reason, the dot product is often called the scalar product . It may also be called the inner product .

Calculating dot products

  1. Find the dot product of u = 3 , 5 , 2 and v = −1 , 3 , 0 .
  2. Find the scalar product of p = 10 i 4 j + 7 k and q = −2 i + j + 6 k .
  1. Substitute the vector components into the formula for the dot product:
    u · v = u 1 v 1 + u 2 v 2 + u 3 v 3 = 3 ( −1 ) + 5 ( 3 ) + 2 ( 0 ) = −3 + 15 + 0 = 12.
  2. The calculation is the same if the vectors are written using standard unit vectors. We still have three components for each vector to substitute into the formula for the dot product:
    p · q = u 1 v 1 + u 2 v 2 + u 3 v 3 = 10 ( −2 ) + ( −4 ) ( 1 ) + ( 7 ) ( 6 ) = −20 4 + 42 = 18.
Got questions? Get instant answers now!
Got questions? Get instant answers now!

Find u · v , where u = 2 , 9 , −1 and v = −3 , 1 , −4 .

7

Got questions? Get instant answers now!

Like vector addition and subtraction, the dot product has several algebraic properties. We prove three of these properties and leave the rest as exercises.

Properties of the dot product

Let u , v , and w be vectors, and let c be a scalar.

i. u · v = v · u Commutative property ii. u · ( v + w ) = u · v + u · w Distributive property iii. c ( u · v ) = ( c u ) · v = u · ( c v ) Associative property iv. v · v = v 2 Property of magnitude
Practice Key Terms 7

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Calculus volume 3. OpenStax CNX. Feb 05, 2016 Download for free at http://legacy.cnx.org/content/col11966/1.2
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Calculus volume 3' conversation and receive update notifications?

Ask