Vectors (other)
Overview
Important
Beyond basic vector operations (addition, scalar multiplication, dot product), vectors can be used to solve geometric problems, represent lines and planes, and express geometric transformations. Vectors can also be decomposed into components, and used to find areas of shapes like triangles and parallelograms.
Important properties
-
A vector can be represented as an ordered pair in the plane.
-
The vector from point to is .
-
The area of a triangle with vertices , , can be found using vectors: (in 2D, this is the absolute value of the determinant).
-
Vectors can describe translations and other geometric transformations.
-
Collinearity and parallelism can be checked using vector multiples.