Get AI summaries of any video or article — Sign up free
Manifolds 19 | Tangent Space for Submanifolds thumbnail

Manifolds 19 | Tangent Space for Submanifolds

5 min read

Based on The Bright Side of Mathematics's video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.

TL;DR

For a k-dimensional submanifold M ⊂ R^n, the tangent space T_pM at p is defined as the range of the differential of a local parameterization Φ: R^k → M.

Briefing

Tangent spaces for submanifolds in Euclidean space are built directly from derivatives of local parameterizations, turning the geometry of a curved set into a linear subspace where calculus becomes possible. For a k-dimensional submanifold M inside R^n, the key move is to choose a local parameterization Φ: R^k → M that flattens the manifold locally. Because Φ is differentiable (coming from the smooth structure), its differential at a point produces a linear map from R^k into R^n. The tangent space at a point p ∈ M is then defined as the range of that differential—equivalently, the span of the columns of the Jacobian matrix of Φ at the corresponding parameter value. This construction yields a concrete vector subspace of R^n whose dimension matches the manifold’s dimension k, even though the ambient space has dimension n.

The motivation is easiest to see through the way submanifolds look in coordinates. Locally, charts can “flatten” M so it resembles R^k, and the inverse of the flattening homeomorphism lets one build a parameterization Φ that maps k coordinates into the curved set. In the simplest case, the circle S^1 in R^2 can be parameterized by Φ(t) = (cos t, sin t). At each point on the circle, the tangent space is the one-dimensional line in R^2 that best approximates the circle near that point—conceptually like translating the derivative direction to the point itself.

A more instructive example is a surface in R^3 given as the graph of a function f: R^2 → R. The submanifold M = G_f consists of points (x, y, f(x, y)) as (x, y) ranges over R^2. Here the parameterization is global: Φ(x, y) = (x, y, f(x, y)). Computing the Jacobian matrix of Φ produces two column vectors: one from partial differentiation with respect to x, and one from partial differentiation with respect to y. Concretely, the columns are (1, 0, ∂f/∂x) and (0, 1, ∂f/∂y), each evaluated at the point (x, y). The tangent space at p = (x, y, f(x, y)) is the linear span of these two vectors, giving a 2-dimensional subspace of R^3.

This derivative-based definition does more than name a geometric object. It provides a local linearization of the manifold, which is exactly what makes differential calculus on curved sets workable. The same strategy—using differentials of smooth maps to obtain linear subspaces—sets up the later extension to tangent spaces for abstract manifolds, where there may be no ambient R^n to directly visualize the geometry. In short: tangent spaces for submanifolds are the ranges of differentials of parameterizations, turning curvature into a linear structure suitable for computation and further theory.

Cornell Notes

For a k-dimensional submanifold M inside R^n, the tangent space at p ∈ M is defined using a local parameterization Φ: R^k → M. The differential dΦ at the parameter value corresponding to p is a linear map from R^k into R^n. The tangent space T_pM is the range of this differential, equivalently the span of the Jacobian matrix columns of Φ at that point. This produces a concrete vector subspace of R^n with dimension k, giving a local linear approximation to the curved set. That linearization is the foundation for doing calculus on manifolds and motivates the later definition of tangent spaces for abstract manifolds.

How does a local parameterization Φ: R^k → M lead to a tangent space inside R^n?

A local parameterization Φ maps k coordinates into the submanifold M. Taking the differential dΦ at the parameter value corresponding to a point p ∈ M gives a linear map from R^k into R^n. The tangent space T_pM is defined as the range of dΦ, so it is a vector subspace of R^n. In coordinates, this range is the span of the Jacobian matrix columns of Φ at the relevant parameter point.

Why does the tangent space have dimension k even though it sits in R^n?

The differential dΦ starts from R^k, so its image (the range) is generated by at most k independent directions. Even though the ambient space is R^n, the tangent space is built from how Φ varies with k parameters. As a result, T_pM is a k-dimensional subspace (in the typical smooth, regular case) of R^n.

What is the tangent space for the circle S^1 ⊂ R^2 using the parameterization (cos t, sin t)?

Using Φ(t) = (cos t, sin t), the tangent direction at a point corresponds to the derivative Φ'(t). The differential maps the 1-dimensional input space R into R^2, and its range is a 1-dimensional subspace (a line) in R^2. Geometrically, this line is the tangent line to the circle at the corresponding point.

How is the tangent space computed for a surface given as a graph M = G_f in R^3?

Let f: R^2 → R be C^1 and define Φ(x, y) = (x, y, f(x, y)). The Jacobian matrix of Φ has two columns: ∂Φ/∂x = (1, 0, ∂f/∂x) and ∂Φ/∂y = (0, 1, ∂f/∂y), evaluated at (x, y). The tangent space at p = (x, y, f(x, y)) is the span of these two vectors, giving a 2-dimensional subspace of R^3.

What role does the tangent space play beyond providing a definition?

The tangent space provides a local linearization of the manifold: near p, the curved set behaves like its tangent subspace. This linear approximation is what makes differential calculus on manifolds practical, and it motivates extending the idea to abstract manifolds where the ambient-space picture is not available.

Review Questions

  1. Given a parameterization Φ: R^k → M and a point p ∈ M, how exactly is T_pM defined in terms of dΦ?
  2. For Φ(x, y) = (x, y, f(x, y)) in R^3, what two vectors span the tangent space at (x, y, f(x, y))?
  3. Why does the tangent space construction rely on differentiability (e.g., C^1) of the parameterization or defining function f?

Key Points

  1. 1

    For a k-dimensional submanifold M ⊂ R^n, the tangent space T_pM at p is defined as the range of the differential of a local parameterization Φ: R^k → M.

  2. 2

    The tangent space is a vector subspace of the ambient space R^n, obtained from the Jacobian matrix of Φ at the parameter value corresponding to p.

  3. 3

    Local charts can flatten a submanifold so it locally resembles R^k, enabling the construction of parameterizations used in the tangent-space definition.

  4. 4

    For S^1 ⊂ R^2 with Φ(t) = (cos t, sin t), the tangent space at each point is the 1-dimensional line spanned by Φ'(t).

  5. 5

    For a graph surface M = G_f ⊂ R^3 with Φ(x, y) = (x, y, f(x, y)), T_pM is spanned by (1, 0, ∂f/∂x) and (0, 1, ∂f/∂y) evaluated at the point.

  6. 6

    Tangent spaces provide a local linear approximation of a manifold, which is essential for performing calculus on curved sets.

  7. 7

    The derivative-based construction for submanifolds sets up the later extension to tangent spaces for abstract manifolds.

Highlights

T_pM is the image of dΦ: R^k → R^n, so tangent spaces are literally built from derivatives of parameterizations.
Even inside a high-dimensional ambient space R^n, the tangent space’s structure comes from k parameters, matching the manifold’s dimension.
For graph surfaces in R^3, the tangent space is spanned by the partial-derivative columns of the parameterization’s Jacobian.
The tangent space acts as the manifold’s local linearization, turning geometry into something calculus can handle.

Topics