Given a Vector space V, a basis is a set of linearly independent vectors {e1,…,en} such that for each vector v in V, there exist one and only one set of constants {α1,…,αn}∈Rn for which the Linear combination of basis vectors using these values is exactly v. In symbols:
{e1,…,en}∈V such that ∀v∈V, ∃! {α1,…,αn} such that v=i=1∑nαiei
The numbers αi are said to be the components of v with respect to this basis.
All vectors in V can be expressed as a linear combination of the basis vectors, given a suitable set of values. The Scalar product between a vector v and the i-th basis vector ei gives the i-th component of v:
v⋅ei=(j=1∑nαjej)⋅ei=j=1∑nαj(ej⋅ei)=j=1∑nαjδij=αi
Vectors of a basis are always orthogonal to each other. If they are also normalized, the basis is said to be orthonormal. In an orthonormal basis, ei⋅ej=δij, using the Kronecker delta.
Connection to physics#
The choice of a basis corresponds to the choice of a coordinate system, the most common of which are Cartesian coordinates, polar coordinates, cylindrical coordinates and spherical coordinates.