For every vector \(\Vect{v}\), there exists an
opposite vector, denoted \(-\Vect{v}\), such that their sum is the null vector:$$ \Vect{v} + (-\Vect{v}) = \Vect{0}. $$Geometrically, \(-\Vect{v}\) has the same magnitude and direction as \(\Vect{v}\) but the opposite sense. Algebraically, its components are the negatives of the components of \(\Vect{v}\).
- In 2D:\( -\begin{pmatrix}v_1\\ v_2 \\ \end{pmatrix}=\begin{pmatrix}-v_1\\ -v_2 \\ \end{pmatrix} \)
- In 3D:\( -\begin{pmatrix}v_1\\ v_2 \\ v_3\end{pmatrix}=\begin{pmatrix}-v_1\\ -v_2 \\ -v_3 \end{pmatrix} \)
For any two points \(A\) and \(B\), we have \(\Vect{BA} = -\Vect{AB}\).