KEDonaldson
Mathematics

Linear Algebra - Introduction to Vector Spaces & Basis

Kyle Edward Donaldson
#linear algebra#vectors#vector notation#vector magnitude#vector direction#introduction to vectors#math concepts#Khan Academy#geometry#mathematics#physics#engineering#computer science#educational blog#learning linear algebra#vector examples

Introduction to Vector Spaces & Basis

What is a Vector Space?

A vector space (also called a linear space) is a collection of vectors, which can be added together and multiplied (“scaled”) by numbers (called scalars in this context). Scalars are usually real numbers, but they can also be complex numbers or elements of other fields. Vector spaces are fundamental in linear algebra and are used to model various physical and abstract systems.

Formal Definition:

A set VV is called a vector space over a field FF (e.g., the field of real numbers R\mathbb{R} if it satisfies the following conditions:

  1. Vector Addition: For any vectors u,vV\mathbf{u}, \mathbf{v} \in V, their sum u+v\mathbf{u} + \mathbf{v} is also in VV.

  2. Scalar Multiplication: For any vector vV\mathbf{v} \in V and scalar cFc \in F, the product cvc\mathbf{v} is also in VV.

  3. Commutativity: u+v=v+u\mathbf{u} + \mathbf{v} = \mathbf{v} + \mathbf{u} for all u,vV\mathbf{u}, \mathbf{v} \in V.

  4. Associativity of Addition: (u+v)+w=u+(v+w)(\mathbf{u} + \mathbf{v}) + \mathbf{w} = \mathbf{u} + (\mathbf{v} + \mathbf{w}) for all u,v,wV\mathbf{u}, \mathbf{v}, \mathbf{w} \in V.

  5. Associativity of Scalar Multiplication: a(bv)=(ab)va(b\mathbf{v}) = (ab)\mathbf{v} for all a,bFa, b \in F and vV\mathbf{v} \in V.

  6. Distributivity of Scalar Multiplication:

    • a(u+v)=au+ava(\mathbf{u} + \mathbf{v}) = a\mathbf{u} + a\mathbf{v} for all aFa \in F and u,vV\mathbf{u}, \mathbf{v} \in V.
    • (a+b)v=av+bv(a + b)\mathbf{v} = a\mathbf{v} + b\mathbf{v} for all a,bFa, b \in F and vV\mathbf{v} \in V.
  7. Existence of Additive Identity: There exists a vector 0V\mathbf{0} \in V such that v+0=v\mathbf{v} + \mathbf{0} = \mathbf{v} for all vV\mathbf{v} \in V.

  8. Existence of Additive Inverses: For every vV\mathbf{v} \in V, there exists a vector vV-\mathbf{v} \in V such that v+(v)=0\mathbf{v} + (-\mathbf{v}) = \mathbf{0}.

Examples of Vector Spaces:

  1. Euclidean Space: The set of all nn-tuples of real numbers Rn\mathbb{R}^n is a vector space.
  2. Polynomial Space: The set of all polynomials of a certain degree is a vector space.
  3. Function Space: The set of all continuous functions on a given interval is a vector space.

What is a Subspace?

A subspace is a subset of a vector space that is also a vector space under the same addition and scalar multiplication as the original space. For a subset WVW \subset V to be a subspace, it must satisfy three conditions:

  1. Non-empty: WW contains the zero vector 0\mathbf{0}.
  2. Closed under Addition: For any u,vW\mathbf{u}, \mathbf{v} \in W, the sum u+v\mathbf{u} + \mathbf{v} is also in WW.
  3. Closed under Scalar Multiplication: For any vW\mathbf{v} \in W and scalar cc, the product cvc\mathbf{v} is in WW.

Basis Vectors:

A basis of a vector space VV is a set of vectors that are linearly independent and span the entire vector space.

If a vector space VV has a basis of nn vectors, then every vector in VV can be uniquely expressed as a linear combination of these basis vectors. The number nn is called the dimension of the vector space.

Significance of Basis:

  1. Coordinate Systems: A basis allows for the representation of vectors in terms of coordinates relative to that basis.
  2. Dimensionality: The number of vectors in the basis of a vector space determines its dimension.
  3. Change of Basis: The concept of a basis is crucial when changing from one coordinate system to another, which is common in various applications like computer graphics and physics.

Examples of Basis:

  1. Standard Basis in Rn\mathbb{R}^n: The standard basis in Rn\mathbb{R}^n is the set of vectors {e1,e2,,en}\{\mathbf{e}_1, \mathbf{e}_2, \dots, \mathbf{e}_n\}, where ei\mathbf{e}_i is the vector with 1 in the iith position and 0 elsewhere.
  2. Polynomial Basis: For the space of polynomials of degree at most 2, {1,x,x2}\{1, x, x^2\} forms a basis.

Applications:

Similar Posts

Arrows of varying lengths and directions

Linear Algebra - Introduction to Determinants & Inverses

Arrows of varying lengths and directions

Linear Algebra - Introduction to Vectors

← Back to Blog