Introduction to Vectors
February 2026
A vector is a physical quantity representing both direction and magnitude.
Vectors can have an arbritrary number of dimensions.
Vectors are often written out as column vectors:
Notation that may also indicate that a variable is a vector is: $\mathbf{v}$ or $\overrightarrow{v}$
Individual Elements
1.Transposing
Transposing is the vector operation that reflects it over the main diagonal (runs from the top left to the bottom right).
The transpose of a vector is denoted by $\underline{V}^T$
Formal Definition
Matrices can also be transposed.
Operations On Vectors
Addition
- $\underline{u} + \underline{v}$ is a vector of the same dimension as $\underline{w}$
- $\underline{u} + \underline{v} = \underline{v} + \underline{u}$
- There is a unique vector known as $\underline{0}$ such that $\underline{v} + \underline{0} = \underline{v}$
- There is always a vector $\underline{x}$ such that for any $\underline{v}$: $\underline{v} + \underline{x} = 0$
- We call this vector $-\underline{v}$
Formally, addition in vectors behaves like addition in numbers.
Note that vectors of different dimension CANNOT be added.
Subtraction
Many of the same rules as addition apply for subtraction.
Scalar Product
The magnitude of a vector can be altered without changing its direction.
If it is multiplied by a negative scalar, however, its direction is inverted.
(We are assuming that for all $\underline{v}_i$ in $\underline{v}$ that $\underline{v}_i \in \mathbb{R}$)
- If $\underline{v}$ is a vector and $x \in \mathbb{R}$ then $x\underline{v}$ is also a vector
- $x(\underline{u} + \underline{v}) = x\underline{u} + x\underline{v}$
- $(x + y)\underline{v} = x\underline{v} + y\underline{v}$
- $x(y\underline{v}) = (xy)\underline{v}$
- $1\underline{v} = \underline{v}$