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

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

View File

@ -33,4 +33,9 @@ The component form is given as:
$$ \vec{v} = \langle \cos \theta,\ |\vec{v}|\sin\theta \rangle $$
# Standard position
- A vector is in standard position if the initial point is at $(0, 0)$.
- 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$.
- Given that $\vec{u} = \langle -7, 3 \rangle$, and $\vec{v} = \langle -3, 4 \rangle