Academy
Vector Spaces
Level 1 - Math II (Physics) topic page in Vectors.
Principle
A vector space is a collection of objects with two operations: vector addition and scalar multiplication. The collection is closed under those operations, meaning the result stays inside the same collection whenever the operation is allowed.
The objects do not have to be drawn as arrows. They become vectors because their addition and scalar multiplication obey the standard algebraic rules.
For this course, the main examples are the real coordinate spaces \(\mathbb R^2\) and \(\mathbb R^3\), which model plane vectors and three-dimensional physical vectors.
Notation
Closure means that if \(\mathbf u\in V\), \(\mathbf v\in V\), and \(\lambda\in\mathbb R\), then both \(\mathbf u+\mathbf v\) and \(\lambda\mathbf v\) are also in \(V\).
Linear independence means that a list of vectors has no redundant vector. Algebraically, \(\{\mathbf v_1,\ldots,\mathbf v_k\}\) is linearly independent when the only solution of \(c_1\mathbf v_1+\cdots+c_k\mathbf v_k=\mathbf 0\) is \(c_1=\cdots=c_k=0\).
Method
Step 1: State the collection and the scalars
Name the candidate collection \(V\) and state that its scalars come from \(\mathbb R\). A candidate is not a vector space until the operations and scalar field are specified.
Step 2: Test closure
Check that adding two objects in \(V\) always gives another object in \(V\), and check that multiplying an object in \(V\) by any real scalar always gives another object in \(V\).
Step 3: Test the addition structure
Check for an additive identity \(\mathbf 0\), an additive inverse for every vector, associativity of addition, and commutativity of addition.
Step 4: Test scalar laws
Check that the scalar \(1\) leaves every vector unchanged, that scalar multiplication distributes over vector sums, that scalar sums distribute over one vector, and that scalar multiplication is associative.
Rules
For every \(\mathbf u,\mathbf v,\mathbf w\in V\) and every \(\lambda,\mu\in\mathbb R\), a real vector space obeys these rules.
Closure is also required: \(\mathbf u+\mathbf v\in V\) and \(\lambda\mathbf v\in V\). Without closure, the algebraic rules do not make the collection into a vector space.
Examples
Checks
- Vector spaces are defined by their operations and rules, not by whether the objects are drawn as arrows.
- Scalars must come from the stated field. In this course, the field is usually \(\mathbb R\).
- A closure failure disqualifies a candidate vector space, even if some of the algebraic rules happen to work for some examples.