Vectors and Operations on Them
Vector as a Geometric Object → Linear Operations → Scalar Product → Vector Product → Mixed Product
A vector is a directed segment characterized by its length (magnitude) and direction. Two vectors are equal if they are parallel and of equal length—regardless of their initial point (free vectors).
Cartesian coordinates: a vector $\mathbf{a} = (a_1, a_2, a_3)$ is defined by its projections onto the axes. Magnitude $|\mathbf{a}| = \sqrt{a_1^2 + a_2^2 + a_3^2}$.
Addition: $\mathbf{a} + \mathbf{b} = (a_1 + b_1, a_2 + b_2, a_3 + b_3)$. Geometrically: parallelogram rule or triangle rule.
Multiplication by a scalar: $\lambda \mathbf{a} = (\lambda a_1, \lambda a_2, \lambda a_3)$. For $\lambda > 0$—direction is preserved; for $\lambda < 0$—direction is reversed.