ConceptComplete

Tangent and Cotangent Bundles - Core Definitions

The tangent bundle provides the natural framework for studying velocities and derivatives on manifolds. It collects all tangent spaces into a single manifold structure, enabling global analysis of vector fields and differential equations.

DefinitionTangent Vector

A tangent vector at pMp \in M is a linear map v:C(M)Rv: C^\infty(M) \to \mathbb{R} satisfying the Leibniz rule:

v(fg)=v(f)g(p)+f(p)v(g)v(fg) = v(f) \cdot g(p) + f(p) \cdot v(g)

for all smooth functions f,gC(M)f, g \in C^\infty(M). The set of all tangent vectors at pp forms a vector space TpMT_pM called the tangent space.

This abstract definition captures the essence of differentiation: tangent vectors are directional derivatives. The Leibniz rule ensures they behave like derivatives under multiplication of functions.

DefinitionTangent Bundle

The tangent bundle of MM is

TM=pMTpM={(p,v):pM,vTpM}TM = \bigsqcup_{p \in M} T_pM = \{(p, v) : p \in M, v \in T_pM\}

with projection π:TMM\pi: TM \to M given by π(p,v)=p\pi(p, v) = p. This carries a natural smooth manifold structure making π\pi a smooth map.

ExampleTangent Bundle of $\mathbb{R}^n$

For M=RnM = \mathbb{R}^n, we have TpRnRnT_p\mathbb{R}^n \cong \mathbb{R}^n for each pp, so TRnRn×Rn=R2nT\mathbb{R}^n \cong \mathbb{R}^n \times \mathbb{R}^n = \mathbb{R}^{2n}. A tangent vector at pp is a pair (p,v)(p, v) where vRnv \in \mathbb{R}^n represents the velocity direction.

The tangent bundle is a 2n2n-dimensional manifold when MM has dimension nn. Its charts are constructed from charts on MM via coordinate representations of tangent vectors.

DefinitionCoordinate Basis

Given a chart (U,φ)(U, \varphi) with coordinates (x1,,xn)(x^1, \ldots, x^n), the coordinate vector fields xi\frac{\partial}{\partial x^i} form a basis for each tangent space TpMT_pM with pUp \in U. In this basis, a tangent vector is written

v=vixiv = v^i \frac{\partial}{\partial x^i}

where vi=v(xi)v^i = v(x^i) are the components.

Remark

The notation xi\frac{\partial}{\partial x^i} is justified because this vector acts on functions by partial differentiation: xi(f)=(fφ1)xi\frac{\partial}{\partial x^i}(f) = \frac{\partial(f \circ \varphi^{-1})}{\partial x^i} evaluated at φ(p)\varphi(p).

DefinitionCotangent Space

The cotangent space TpMT_p^*M is the dual space of TpMT_pM, consisting of linear maps ω:TpMR\omega: T_pM \to \mathbb{R}. Elements are called covectors or cotangent vectors. The cotangent bundle is

TM=pMTpMT^*M = \bigsqcup_{p \in M} T_p^*M
ExampleDifferential of a Function

For fC(M)f \in C^\infty(M), the differential dfp:TpMRdf_p: T_pM \to \mathbb{R} is a covector defined by dfp(v)=v(f)df_p(v) = v(f). This generalizes the gradient from multivariable calculus. In coordinates, df=fxidxidf = \frac{\partial f}{\partial x^i} dx^i where dxidx^i are the dual basis covectors.

The cotangent bundle provides the natural setting for differential forms, which are antisymmetric tensor products of covectors. Together, the tangent and cotangent bundles form the foundation for tensor analysis on manifolds.