vault backup: 2024-11-25 10:06:37
This commit is contained in:
parent
bae0e45d21
commit
1cba982320
@ -22,4 +22,4 @@ A vector with a magnitude of 1 is a **unit vector**.
|
||||
If $\vec{v}$ is a nonzero vector, the unit vector can be found using the equation $\vec{u} = \dfrac{1}{|\vec{v}|}\vec{v}$ . In other words, to find a unit vector, divide the vector by its magnitude.
|
||||
|
||||
# $i$, $j$ Notation
|
||||
Every 2
|
||||
Every 2d vector has a horizontal component and a vertical component. The horizontal unit vector could be written as $i = < 1, 0 >$, and the vertical unit vector could be written as $j = <0, 1 >$. Every vector can be made up using a combination of these standard unit vectors.
|
Loading…
Reference in New Issue
Block a user