Scalar product issues

The scalar product between two vectors is given by the modulus of the first by the component of the second along the first (projection), but since it is a symmetrical bilinear form, the inverse is also valid, i.e. the projection of the first on the second.
\pmb{a} \cdot \pmb{b} = |a| |b| \cos \alpha = \pmb{b} \cdot \pmb{a}

The dot product combines two vectors into a scalar quantity, which immediately suggests that the richness of their spatial information is lost.

In fact, if we represent two vectors \pmb{a} and \pmb{b}, and the projection of \pmb{a} over \pmb{b}, we realize that we can identify infinite vectors of different length and direction, which leave the projection unchanged.
Extending the reasoning in three dimensions, we realize that the locus of vectors with a given projection on \pmb{a} is a plane perpendicular to \pmb{a} and passing through the extreme of the projection on \pmb{a}.

From the algebric point of view, the calculation of the scalar product is simple: it is the sum of the products of the index-paired components:
\pmb{a} \cdot \pmb{b} = a_1b_1 + a_2b_2 + ... + a_nb_n