Summary of the Dot Product

Essential Concepts

  • The dot product, or scalar product, of two vectors u=u1,u2,u3 and v=v1,v2,v3 is uv=u1v1+u2v2+u3v3.
  • The dot product satisfies the following properties:
    • uv=vu
    • u(v+w)=uv+uw
    • c(uv)=(cu)v=u(cv)
    • vv=∥v2
  • The dot product of two vectors can be expressed, alternatively, as uv=∥u∥∥vcosθ. This form of the dot product is useful for finding the measure of the angle formed by two vectors.
  • Vectors u and v are orthogonal if uv=0.
  • The angles formed by a nonzero vector and the coordinate axes are called the direction angles for the vector. The cosines of these angles are known as the direction cosines.
  • The vector projection of v onto u is the vector projuv=uvu2u. The magnitude of this vector is known as the scalar projection of v onto u, given by compuv=uvu.
  • Work is done when a force is applied to an object, causing displacement. When the force is represented by the vector F and the displacement is represented by the vector s, then the work done W is given by the formula W=Fs=∥F∥∥scosθ.

Key Equations

  • Dot product of u and v
    uv=u1v1+u2v2+u3v3
  • Cosine of the angle formed by u and v
    cosθ=uvu∥∥v
  • Vector projection of v onto u
    projuv=uvu2u
  • Scalar projection of v onto u
    compuv=uvu
  • Work done by a force F to move an object through displacement vector PQ
    W=Fs=∥F∥∥scosθ

Glossary

direction angles
the angles formed by a nonzero vector and the coordinate axes
direction cosines
the cosines of the angles formed by a nonzero vector and the coordinate axes
dot product or scalar product
uv=u1v1+u2v2+u3v3, where u=u1,u2,u3 andv=v1,v2,v3
orthogonal vectors
vectors that form a right angle when placed in standard position
scalar projection
the magnitude of the vector projection of a vector
vector projection
the component of a vector that follows a given direction
work done by a force
work is generally thought of as the amount of energy it takes to move an object; if we represent an applied force by a vector F and the displacement of an object by a vector s, then the work done by the force is the dot product of F and s