vault backup: 2024-12-04 09:56:27

This commit is contained in:
arc
2024-12-04 09:56:27 -07:00
parent ccce9cd4bf
commit 27f5e2bdef
2 changed files with 31 additions and 0 deletions

View File

@ -45,3 +45,7 @@ The dot product can be used to find the angle between two vectors.
If $\theta (0\degree < \theta < 180\degree)$, is the angle between two nonzero vectors $\vec{u}$ and $\vec{v}$, then
$$ \cos\theta = \dfrac{\vec{u}*\vec{v}}{|\vec{u}||\vec{v}|} $$
# Work
The work $W$ is done by a constant force $\vec{F}$ in moving an object from a point $P$ to a point $Q$ is defined by:
$$ W = \vec{p} \cdot\vec{PQ} = |\vec{F}||\vec{PQ}|\cos\theta $$