Volumes of Parallelepipeds

Chapter 6: Differential Forms and the Generalized Stokes Theorem

Learning objectives

  • Compute signed areas and volumes via determinants
  • Recognise multilinearity and the alternating property as the defining axioms of kk-forms
  • Use the wedge product to build higher-degree forms
  • Connect the determinant to oriented volume in Rn\mathbb{R}^n

Differential forms grow out of one geometric idea: signed volume. The determinant you met in linear algebra is the algebraic engine for measuring oriented volume of parallelepipeds, and the wedge product is the operation that lets you build higher-dimensional volume forms out of lower-dimensional ones. Once you grasp that a kk-form is just “a thing that eats kk vectors and returns a signed volume,” the rest of differential-forms theory unfolds naturally. This section is the algebraic foundation; the next builds calculus on top of it.

Signed area in R2\mathbb{R}^2

The parallelogram spanned by v1=(a,b)\mathbf{v}_1=(a,b) and v2=(c,d)\mathbf{v}_2=(c,d) has signed area equal to the determinant

det(acbd)=adbc.\det\begin{pmatrix} a & c \\ b & d \end{pmatrix} = ad - bc.

The magnitude is the geometric area; the sign encodes orientation (positive if v1\mathbf{v}_1 to v2\mathbf{v}_2 is a counterclockwise rotation, negative otherwise).

Multilinear + alternating: the defining axioms

Signed volume has two structural properties:

  • Multilinear: linear in each vector argument separately. Vol(λv1,v2)=λVol(v1,v2)\text{Vol}(\lambda\mathbf{v}_1, \mathbf{v}_2) = \lambda,\text{Vol}(\mathbf{v}_1, \mathbf{v}_2); Vol(v1+w,v2)=Vol(v1,v2)+Vol(w,v2)\text{Vol}(\mathbf{v}_1 + \mathbf{w}, \mathbf{v}_2) = \text{Vol}(\mathbf{v}_1, \mathbf{v}_2) + \text{Vol}(\mathbf{w}, \mathbf{v}_2).
  • Alternating: swapping two arguments flips the sign. Vol(v2,v1)=Vol(v1,v2)\text{Vol}(\mathbf{v}_2, \mathbf{v}_1) = -\text{Vol}(\mathbf{v}_1, \mathbf{v}_2). Consequence: Vol(v,v)=0\text{Vol}(\mathbf{v},\mathbf{v}) = 0.

A function of kk vectors that is multilinear and alternating is called a kk-form. Determinants are the prototype.

The wedge product

The basic 1-forms on Rn\mathbb{R}^n are dx1,dx2,,dxndx_1, dx_2, \ldots, dx_n, where dxidx_i is the linear functional that reads off the ii-th coordinate of a vector: dxi(v)=vidx_i(\mathbf{v}) = v_i. Their wedge product dxidxjdx_i \wedge dx_j is the 2-form defined on a pair of vectors by

(dxidxj)(v,w)=det(viwivjwj)=viwjvjwi.(dx_i \wedge dx_j)(\mathbf{v}, \mathbf{w}) = \det\begin{pmatrix} v_i & w_i \\ v_j & w_j \end{pmatrix} = v_i w_j - v_j w_i.

From this definition the wedge product is automatically antisymmetric: dxidxj=dxjdxidx_i\wedge dx_j = -,dx_j\wedge dx_i, and dxidxi=0dx_i\wedge dx_i = 0.

Volume in Rn\mathbb{R}^n as an nn-form

The signed volume of the parallelepiped spanned by v1,,vn\mathbf{v}_1, \ldots, \mathbf{v}_n in Rn\mathbb{R}^n is the determinant of the matrix with those vectors as columns. This is the standard volume form dx1dx2dxndx_1\wedge dx_2\wedge\cdots\wedge dx_n.

Matrix MultiplierInteractive figure — enable JavaScript to interact.

The matrix-multiplier above lets you experiment with 2×22\times 2 matrices. The determinant of the matrix is the signed area of the image of the unit square — precisely the signed area form dxdydx\wedge dy evaluated on the column vectors. Try a matrix with determinant 1-1 (e.g., a reflection) and watch the orientation flip.

Pause and think: The wedge product is antisymmetric. What does antisymmetry force about dxdxdx\wedge dx? What does that tell you about the “area” spanned by a vector with itself?

Try it

  • Predict, then compute: the signed area of the parallelogram spanned by (2,1)(2,1) and (1,3)(1,3). (Answer: 2311=52\cdot 3 - 1\cdot 1 = 5.)
  • For v1=(1,1)\mathbf{v}_1=(1,1) and v2=(1,1)\mathbf{v}_2=(1,1), compute the signed area and explain geometrically.
  • Evaluate (dxdy)(e1,e2)(dx\wedge dy)(\mathbf{e}_1, \mathbf{e}_2) and (dxdy)(e2,e1)(dx\wedge dy)(\mathbf{e}_2, \mathbf{e}_1) using the determinant definition. Confirm the antisymmetry.
  • True or false: the 2-form dxdy+dydxdx\wedge dy + dy\wedge dx is the zero form. (Hint: use antisymmetry.)

A trap to watch for

The wedge product is NOT commutative. dxdydydxdx\wedge dy \neq dy\wedge dx; in fact they differ by a sign. Beginners often mishandle this when re-ordering factors in a product of forms. The rule for swapping two basic 1-forms: introduce a minus sign each time. So dxdydz=dydxdz=+dydzdxdx\wedge dy\wedge dz = -,dy\wedge dx\wedge dz = +,dy\wedge dz\wedge dx — two swaps cancel back to a plus sign, three swaps would flip to a minus. Count swaps mod 2 carefully.

What you now know

You can compute signed volumes via determinants, recognise the multilinear-and-alternating axioms, and use the wedge product to build basic kk-forms. Section 6.2 introduces the exterior derivative dd, the operator that turns wedge calculus into the unifying language of vector calculus.

References

  • Garrity, T. (2002). All the Mathematics You Missed. Cambridge University Press, ch. 6.
  • Bachman, D. (2012). A Geometric Approach to Differential Forms (2nd ed.). Birkhäuser, ch. 1-3.
  • Hubbard, J. H., Hubbard, B. B. (2015). Vector Calculus, Linear Algebra, and Differential Forms (5th ed.). Matrix Editions.
  • Spivak, M. (1965). Calculus on Manifolds. W. A. Benjamin, ch. 4.
  • Lee, J. M. (2012). Introduction to Smooth Manifolds (2nd ed.). Springer, ch. 14.

This page is prerendered for SEO and accessibility. The interactive widgets above hydrate on JavaScript load.