Magnitude of Vector
\[\left|\vec{A}\right| = \sqrt{a_1^2 + a_2^2 + a_3^2}\]
Find the length/modulus of any vector given in component form.
Unit Vector
\[\hat{a} = \frac{\vec{a}}{|\vec{a}|}\]
Get direction of a vector with magnitude 1; used in projections, perpendicular vectors.
Vector in Space
\[\vec{r} = x\hat{i} + y\hat{j} + z\hat{k},\quad |\vec{r}| = \sqrt{x^2+y^2+z^2}\]
Standard component form of a 3D vector from origin to point P(x,y,z).
Position Vector of AB
\[\overrightarrow{AB} = \vec{b} - \vec{a} = \text{PV of } B - \text{PV of } A\]
Express a vector between two points using their position vectors.
Vector of Given Magnitude in Direction d̂
\[\vec{B} = |\vec{B}| \times \hat{d} = |\vec{B}| \cdot \frac{\vec{d}}{|\vec{d}|}\]
Construct a vector of given magnitude in a specified direction.
Scalar Multiplication Properties
\[m(\vec{a}) = \vec{a}m = m\vec{a}\]
\[m(n\vec{a}) = n(m\vec{a}) = (mn)\vec{a}\]
\[(m+n)\vec{a} = m\vec{a} + n\vec{a},\quad m(\vec{a}+\vec{b}) = m\vec{a}+m\vec{b}\]
Distribute/factor scalars in vector expressions.