Parallel vectors

Parallel vectors#

Definition

Two non-zero vectors are parallel if one of the vectors can be presented as scalar multiplication of the other.

If \(\overline{u}\parallel\overline{v}\), then \(\overline{u}=r\overline{v}\), where \(r \ne 0\).

If such a scalar doesn’t exist, vectors are nonparallel, \(\overline{u}\nparallel\overline{v}\).

We can also examine the parallelism of two vectors by forming their unit vectors and comparing the unit vectors components.

Unit vector (kesken)#

Sometimes it is necessary to form a unit vector \(\overline{a}^0\) of a given vector \(\overline{a}\). The unit vector has the same direction as the original vector but it has the norm of 1. The unit vector of formed by dividing a vector by its magnitude. In practise, every component of a vector will be divided separately. In general for a three dimensional vector, the unit vector is given by

\(\begin{align}\overline{a}^0 & =\frac{\overline{a}}{|\overline{a}|} \\ \\ & =(\frac{a_x}{|\overline{a}|},\frac{a_y}{|\overline{a}|},\frac{a_z}{|\overline{a}|}) \\ \\ \end{align}\)

Esimerkki.