Vectors do not multiply in the same way as scalars due to their inherent directionality. One way to multiply vectors is the dot product, named because you will use a dot to represent the multiplication. The dot product of two vectors is itself a scalar value, not a new vector.
Definition1.3.2.The Dot Product.
The dot product between two vectors is given by \(\vec{A} \cdot \vec{B} = AB \cos\theta\text{,}\) where \(\theta\) is the angle between the vectors when placed tail-to-tail.
Here, \(\theta\) represents the angle between the two vectors when they are placed tail to tail. A and B represent the magnitudes of the vectors \(\vec{A}\) and \(\vec{B}\text{.}\)
Conceptually, the dot product quantifies how much of one vector is in the same direction as another vector, or how parallel two vectors are. The dot product is the magnitude of \(\vec{B}\) multiplied by the projection of \(\vec{A}\) along \(\vec{B}\text{.}\) You can think of a projection as the length of the shadow that \(\vec{A}\) would cast on \(\vec{B}\) if you were to shine a light from above.
Many physical quantities (work, torque, angular momentum) depend on how parallel or how perpendicular two vector quantities are with respect to each other. The underlying conceptual framework of what a dot product tells us about nature is geometric. In this class you will be exploring many situations which will require us to build our geometric reasoning skills.
ExercisesPractice Activity
1.Explore Dot Product Signs.
The result of the dot product can be positive, negative, or zero. Sketch 2-3 possible pairs of vectors for each possible result of the dot product.