Tangential and normal components

From Infogalactic: the planetary knowledge core
(Redirected from Normal component)
Jump to: navigation, search
Illustration of tangential and normal components of a vector to a surface.

In mathematics, given a vector at a point on a curve, that vector can be decomposed uniquely as a sum of two vectors, one tangent to the curve, called the tangential component of the vector, and another one perpendicular to the curve, called the normal component of the vector. Similarly a vector at a point on a surface can be broken down the same way.

More generally, given a submanifold N of a manifold M, and a vector in the tangent space to M at a point of N, it can be decomposed into the component tangent to N and the component normal to N.

Formal definition

Surface

More formally, let S be a surface, and x be a point on the surface. Let \mathbf{v} be a vector at x. Then one can write uniquely \mathbf{v} as a sum

Failed to parse (Missing <code>texvc</code> executable. Please see math/README to configure.): \mathbf{v}=\mathbf{v}_\parallel + \mathbf{v}_\perp


where the first vector in the sum is the tangential component and the second one is the normal component. It follows immediately that these two vectors are perpendicular to each other.

To calculate the tangential and normal components, consider a unit normal to the surface, that is, a unit vector \hat{n} perpendicular to S at x. Then,

\mathbf{v}_\perp = (\mathbf{v}\cdot\hat{n})\hat{n}

and thus

\mathbf{v}_\parallel = \mathbf{v} - \mathbf{v}_\perp

where "\cdot" denotes the dot product. Another formula for the tangential component is

\mathbf{v}_\parallel = -\hat{n}\times(\hat{n}\times\mathbf{v}),

where "\times" denotes the cross product.

Note that these formulas do not depend on the particular unit normal \hat{n} used (there exist two unit normals to any surface at a given point, pointing in opposite directions, so one of the unit normals is the negative of the other one).

Submanifold

More generally, given a submanifold N of a manifold M and a point p \in N, we get a short exact sequence involving the tangent spaces:

T_p N \to T_p M \to T_p M / T_p N

The Quotianifold, the above sequence splits, and the tangent space of M at p decomposes as a direct sum of the component tangent to N and the component normal to N:

T_p M = T_p N \oplus N_p N := (T_p N)^\perp

Thus every tangent vector v \in T_p M splits as v = v_\parallel + v_\perp, where v_\parallel \in T_p N and v_\perp \in N_p N := (T_p N)^\perp.

Computations

Suppose N is given by non-degenerate equations.

If N is given explicitly, via parametric equations (such as a parametric curve), then the derivative gives a spanning set for the tangent bundle (it's a basis if and only if the parametrization is an immersion).

If N is given implicitly (as in the above description of a surface, or more generally as a hypersurface) as a level set or intersection of level surfaces for g_i, then the gradients of g_i span the normal space.

In both cases, we can again compute using the dot product; the cross product is special to 3 dimensions though.

Applications

References

  • Lua error in package.lua at line 80: module 'strict' not found.