vault backup: 2024-12-02 10:13:13

This commit is contained in:
arc 2024-12-02 10:13:13 -07:00
parent 1bd382f85c
commit 0356193ef6

View File

@ -36,6 +36,7 @@ $$ \vec{v} = \langle \cos \theta,\ |\vec{v}|\sin\theta \rangle $$
- A vector is in standard position if the initial point is at $(0, 0)$.
# The Dot Product
The dot product of two vectors $\vec{u} = \rangle a, b \langle$ and $\vec{v} = \langle c, d \rangle$ is $\vec{u} * \vec{v} = ac + bd$.
The dot product of two vectors $\vec{u} = \langle a, b \rangle$ and $\vec{v} = \langle c, d \rangle$ is $\vec{u} * \vec{v} = ac + bd$.
- Given that $\vec{u} = \langle -7, 3 \rangle$, and $\vec{v} = \langle -3, 4 \rangle
- Given that $\vec{u} = \langle -7, 3 \rangle$, and $\vec{v} = \langle -3, 4 \rangle$, find $\vec{u} * \vec{v}$.
- $\vec{u} * \vec{v} = -7 * -4 + 3 * 4$