Skip to main content

Section 9.1 Definition of a Vector Space

In this section, we give the formal definitions of a vector space and list some examples.

A set of objects (vectors) \(\{\vec{u}, \vec{v}, \vec{w}, \dots\}\) is said to form a linear vector space over the field of scalars \(\{\lambda, \mu,\dots\}\) (e.g. real numbers or complex numbers) if:

  1. the set is closed, commutative, and associative under (vector) addition;

  2. the set is closed, associative, and distributive under multiplication by a scalar;

  3. there exists a null vector \(\vec{0}\text{;}\)

  4. multiplication by the scalar identity \(1\) leaves the vector unchanged;

  5. all vectors have a corresponding negative vector;

The trick here is not only to identify the set of objects that are in your vector space, but also what you mean by addition and scalar multiplication.

Some examples of vector spaces are:

  1. Forces on a point particle that can move in a plane (i.e. arrows in 2-D).

  2. Forces on a point particle that can move in space (i.e. arrows in 3-D). Notice that arrows in 2-D and arrows in 3-D are different vector spaces.

  3. \(m\times n\) matrices for fixed \(m\) and \(n\text{.}\)

  4. Smooth functions on the interval \(0\le x\le L\) that go to zero at \(x=0\) and \(x=L\text{,}\) as in quantum particle-in-a-box.

  5. Periodic function with a fixed period, e.g. Fourier Series.

Activity 9.1.1. Definition of addition for example vector spaces.

For each of the example vector spaces above, state what is meant by the sum of two vectors.
Answer.

For arrows, addition means the parallelogram rule. For matrices, addition means component by component, which is equivalent to the parallelogram rule if the matrices happen to be columns. For functions, addition is pointwise addition of functions.