Basic vector calculus#

Addition, substraction and scalar multiplication#

The sum of vectors \(\overline{u}\) and \(\overline{v}\) is denoted by \(\overline{u}+\overline{v}\). The sum is a new vector, sometimes called a resultant vector. The tail of the resultant vector is the tail of vector \(\overline{u}\) and its head can be found from the head of vector \(\overline{v}\) after it is placed at the head of vector \(\overline{u}\), as in figure below.

The difference of vectors \(\overline{u}\) and \(\overline{v}\) is denoted by \(\overline{u}-\overline{v}\). Here the opposite of vector \(\overline{v}\) is added to the head of vector \(\overline{u}\) as \(\overline{u}+(-\overline{v})\).

Vektorien summa ja erotus tasossa

Fig. 11 Addition and substraction of vectors in a plane#

For all vectors and scalars we can write the following axioms in real vector space:

Addition

Commutativity

\(\overline{u}+\overline{v}=\overline{v}+\overline{u}\)

Commutativity

\(\overline{u}-\overline{v}=-\overline{v}+\overline{u}\)

Associativity

\(\overline{u}+(\overline{v}+\overline{w})=(\overline{u}+\overline{v})+\overline{w}\)

Identity element

\(\overline{u}+\overline{0}=\overline{u}\)

Inverse element

\(\overline{u}+(-\overline{u})=\overline{0}\)

Scalar multiplication

NB: the dot \(\cdot\) is not be used in scalar multiplication!

Commutativity

\(\overline{u}r=r\overline{u}\)

Associativity

\(s(r\overline{u})=(sr)\overline{u}\)

Distributivity

\(r(\overline{u}+\overline{v})=r\overline{u}+r\overline{v}\)

Distributivity

\((r+s)\overline{u}=r\overline{u}+s\overline{u}\)

Definition

Any vector in a plane can be presented as a linear combination of two non-parallel vectors.

Vektorien lineaarikombinaatio

Fig. 12 Vector \(\overline{w}\) as a linear combination of vectors \(\overline{u}\) and \(\overline{v}\)#

Vector norm#

Magnitude of a vector, the vector norm, is by definition always a non-negative scalar and is denoted as the absolute of a vector. In a plane the norm is calculated with the help of Pythagorean theorem, since a vector is described by two perpendicular components. However, the norm of a vector can be calculated for any dimensional vector \(\overline{v}\) as

\[\left|\overline{v}\right|=\sqrt{\sum_{k=1}^nv_k^2}=\sqrt{v_x^2+v_y^2+v_z^2+...}\]
Pythagorean theorem for right triangle, when the length of the legs are 4 and 3

Fig. 13 Pythagorean theorem for right triangle, when the length of the legs are 4 and 3#

As in figure above, the norm of the vector \(\overline{u}=(4, 3)\) can be calculated as

\(\begin{align}|\overline{u}|&=\sqrt{4^2+3^2} \\ \\ &=\sqrt{16+9} \\ \\ &=\sqrt{25} \\ \\ &=5\end{align}\)