The Scalar (or Dot) Product

If we square both sides of the equation for the magnitude of the vector X=a1i+a2j\overrightarrow{X} = a_1\underset{\sim}{i} + a_2\underset{\sim}{j}, we get

XX=a1a1+a2a2\left|\overrightarrow{X}\right|\cdot\left|\overrightarrow{X}\right| = a_1 \cdot a_1 + a_2 \cdot a_2

This equation is interesting, because we start with a vector and end up with a scalar as the result. If we had a second vector, Y=b1i+b2j\overrightarrow{Y} = b_1\underset{\sim}{i} + b_2\underset{\sim}{j}, we could also get a scalar if we calculated

a1b1+a2b2a_1 \cdot b_1 + a_2 \cdot b_2

This is what we call the scalar product of two vectors, sometimes called the dot product because we often write this as XY\overrightarrow{X} \cdot \overrightarrow{Y}:

XY=a1b1+a2b2\overrightarrow{X} \cdot \overrightarrow{Y} = a_1 \cdot b_1 + a_2 \cdot b_2

The magntiude of a vector can then be related back to the dot product by

X2=XX\left|\overrightarrow{X}\right|^2 = \overrightarrow{X} \cdot \overrightarrow{X}

We will also see that the dot product can be used to calculate the angle between two vectors X\overrightarrow{X} and Y\overrightarrow{Y}.

...

Log in or sign up to see more