1-Forms and the Dual Basis

Enrichment — beyond 18.02

This note gives the precise meaning of the symbols , , that appear in Derivatives, Differentials, and the Chain Rule. At the 18.02 level, is treated as a “small increment.” Here we show that is a function --- a linear map that takes a vector and returns a number. This viewpoint comes from differential geometry (Spivak, Calculus on Manifolds, Ch. 4; Hubbard & Hubbard, Vector Calculus, Linear Algebra, and Differential Forms, §6.1) and is not required for chain rule computations or arc-length parametrization.

Vectors and their components

In with the standard basis and , any vector can be written as

Here are the basis elements (vectors) and are the coefficients (scalars). For example, .

1-forms: linear maps on vectors

A 1-form is a linear function that takes a vector as input and returns a scalar:

“Linear” means the 1-form distributes over vector addition and respects scalar multiplication, just like a dot product with a fixed vector would.

Vectors vs. 1-forms

Vectors represent directions --- they are the arrows you draw. 1-forms represent linear measurements of directions --- they are machines that eat a vector and output a number. The 1-forms at a point form a vector space of their own, called the dual space.

The dual basis: and are functions

Given the vector basis , the dual basis is defined by the rule: each dual basis element extracts the corresponding component of whatever vector you feed it.

In compact notation using the Kronecker delta ( if , otherwise):

In words: picks out the -component and ignores the -component; does the reverse.

Evaluating on an arbitrary vector

For , linearity gives:

No surprise: extracts the first component, extracts the second. But the key insight is that this extraction is itself a linear function on vectors, not just a notational convenience.

The parallel between vectors and 1-forms

Vectors and 1-forms have the same algebraic structure --- both are expressed as coefficients times basis elements:

Basis elementsCoefficientsExpansion
Vector (directions) (scalars)
1-form (component extractors) (scalars)

This answers the original question: in the formula , the are the basis elements (1-forms) and the partial derivatives are the coefficients (scalars). This is exactly analogous to how is the basis and is the coefficient in .

The differential as a 1-form

The differential operator takes a smooth function and produces a 1-form:

The output is not a number --- it is a linear map waiting to be fed a vector.

Worked example

Let . Then:

Evaluate on :

Connection to the gradient and directional derivatives

Compare with the dot product , where :

This is the same number. The general relationship is:

When is a unit vector , this equals the directional derivative . When is not unit-length, gives the rate of change scaled by --- the linear approximation of how much changes when you displace by .

Why both and exist

The gradient is a vector (it lives in the same space as ). The differential is a 1-form (it lives in the dual space). The dot product is the bridge between them: .

In with the standard Euclidean inner product, this bridge is so natural that the distinction seems pedantic. But it matters because:

  • The gradient requires an inner product (the dot product) to define. It is the vector that “represents” via the dot product.
  • The differential does not require an inner product. It is defined purely from the function and the limiting process of differentiation.

In curved spaces or non-Euclidean settings (which arise in general relativity, fluid mechanics on curved surfaces, and abstract differential geometry), there may be no natural inner product, and only --- not --- is available. This is why differential geometers work with 1-forms rather than gradients. For 18.02, the distinction is not needed, but it explains why the notation exists as something separate from .

Exact differentials

A 1-form is called exact if there exists a function (called a potential function) such that

This means and .

Example. The 1-form is exact because

where . The potential function is .

Why exactness matters. If is exact, then the line integral of along any curve from to depends only on the endpoints:

The path does not matter. This is the multivariable generalization of the Fundamental Theorem of Calculus and is the starting point for conservative vector fields (a topic in later 18.02 material).

See also