Scalar product of vectors

If we have two vectors, \vec a and \vec b, we write the scalar product as:

\vec a \cdot \vec b

Because of the big dot operator which we use to mean ‘scalar product’, it is also called the dot product.

Scalar product rule for 2D

For vectors \vec a=\begin{pmatrix}a_1\\a_2\end{pmatrix} and b=\begin{pmatrix}b_1\\b_2\end{pmatrix}, then \vec a\cdot\vec b=a_1b_1 + a_2b_2.

Scalar product rule for 3D

For 3D, it’s exactly the same.

For vectors \vec a=\begin{pmatrix}a_1\\a_2\\a_3\end{pmatrix} and b=\begin{pmatrix}b_1\\b_2\\b_3\end{pmatrix}, then \vec a\cdot\vec b=a_1b_1 + a_2b_2 + a_3b_3.

Geometric definition

\vec a \cdot \vec b = |\vec a| |\vec b| \cos \theta

Proof

Applying the rules: finding the angle between two vectors

Find the angle between \vec a=\begin{pmatrix}3\\4\end{pmatrix} and \vec b=\begin{pmatrix}5\\-12\end{pmatrix}

Find the angle between \vec a=\begin{pmatrix}3\\5\\6\end{pmatrix} and \vec b=\begin{pmatrix}4\\2\\1\end{pmatrix}

Find the angle between \vec a=\begin{pmatrix}3\\5\\6\end{pmatrix} and \vec b=\begin{pmatrix}4\\2\\1\end{pmatrix}

Checking if vectors are perpendicular

Key take-away: if \vec a \cdot \vec b=0, then \vec a \perp \vec b.

flashcards

QuestionAnswer
What is the scalar product also known as?The dot product.
What is the scalar product rule for 2D vectors \vec a=\begin{pmatrix}a_1\\a_2\end{pmatrix} and \vec b=\begin{pmatrix}b_1\\b_2\end{pmatrix}?\vec a\cdot\vec b=a_1b_1 + a_2b_2.
What is the scalar product rule for 3D vectors \vec a=\begin{pmatrix}a_1\\a_2\\a_3\end{pmatrix} and \vec b=\begin{pmatrix}b_1\\b_2\\b_3\end{pmatrix}?\vec a\cdot\vec b=a_1b_1 + a_2b_2 + a_3b_3.
Give the geometric definition of the scalar product.$\vec a \cdot \vec b =
What formula is used to find \cos\theta from the scalar product?$\cos\theta=\frac{\vec a \cdot \vec b}{
How do you find the angle between \vec a=\begin{pmatrix}3\\4\end{pmatrix} and \vec b=\begin{pmatrix}5\\-12\end{pmatrix}?\vec a\cdot\vec b=-33, $;
How do you find the angle between \vec a=\begin{pmatrix}3\\5\\6\end{pmatrix} and \vec b=\begin{pmatrix}4\\2\\1\end{pmatrix}?\vec a\cdot\vec b=28, $;
What is the condition for two vectors to be perpendicular?If \vec a \cdot \vec b=0, then \vec a \perp \vec b.
How do you prove the geometric definition of the scalar product?Use the cosine rule on triangle formed by vectors \vec a, \vec b, and \vec{AB}: $\cos C=\frac{