[Math] How to generalize the derivatives / integrals from multivariable calc

calculusmultivariable-calculus

$\newcommand{\RR}{\mathbb{R}}$
This is a long post, so I'll put the big question right at the top:

There's a whole lot of derivative-like and integral-like operations. Are they special cases of some larger derivative/integral?


Lots of Derivatives and Integrals, or This Isn't Even My Final Form

When I was first introduced to calculus, we learned three kinds of derivatives/integrals of a single-variable function:

$$
\begin{array}{|c|c|c|c|}
\hline
\textbf{Name} & \textbf{Symbolic} & \textbf{Type of } f \textrm{ ( or } F \textrm{ )} & \textbf{Output Type} \\ \hline
\textrm{Derivative} & \frac{df}{dx} & \RR \to \RR & \RR \to \RR \\ \hline
\textrm{Indefinite Integral} & \int f~dx & \RR \to \RR & \RR \to (\RR \to \RR) \\ \hline
\textrm{Definite Integral} & \int_a^b f~dx & \RR \to \RR & \RR \\ \hline
\end{array}
$$

But in multivariable, we learned several new types for multivariate functions.

$$
\begin{array}{|c|c|c|c|}
\hline
\textrm{Partial Derivative} & \frac{\partial f}{\partial x} & \RR^n \to \RR & \RR^n \to \RR \\ \hline
\textrm{Gradient} & \nabla f & \RR^n \to \RR & \RR^n \to \RR^n \\ \hline
\textrm{Area/Volume Integral}^\ast & \int_A f~dA & \RR^n \to \RR & \RR \\ \hline
\textrm{Line/Surface Integral}^{\ast\ast} & \int_\gamma f~ds & \RR^n \to \RR & \RR \\ \hline
\textrm{Laplacian} & \nabla^2 f & \RR^n \to \RR & \RR^n \to \RR \\ \hline
\end{array}
$$

When we consider vector-valued functions, we get still more. (little $f$ changed to big $F$ for convention's sake)

$$
\begin{array}{|c|c|c|c|}
\hline
\textrm{Partial Derivative} & \frac{\partial F}{\partial x} & \RR^n \to \RR^m & \RR^n \to \RR^m \\ \hline
\textrm{Area/Volume Integral}^\ast & \int_A F~dA & \RR^n \to \RR^m & \RR^m \\ \hline
\textrm{Line/Surface Integral}^{\ast\ast} & \int_\gamma F~ds & \RR^n \to \RR^m & \RR^m \\ \hline
\end{array}
$$

As for the special case of $n = m$, a vector field, we have additional derivatives/integrals:

$$
\begin{array}{|c|c|c|c|}
\hline
\textrm{Divergence} & \nabla \cdot F & \RR^n \to \RR^n & \RR^n \to \RR \\ \hline
\textrm{Curl} & \nabla \times F & \RR^n \to \RR^n & \RR^n \to \RR^{???} \\ \hline
\textrm{Flux Integral}^\dagger & \int_S F \cdot \hat{n}dS & \RR^n \to \RR^n & \RR \\ \hline
\textrm{Work Integral}^{\dagger\dagger} & \int_\gamma F \cdot d\vec{r} & \RR^n \to \RR^n & \RR \\ \hline
\end{array}
$$

And then there's the Jacobian, which seems like a kind of derivative, but it's between coordinate systems.

$^\ast~~$ $A$ must have dimension exactly $n$

$^{\ast\ast}~$ $\gamma$ can take any dimension less than $n$

$^\dagger~~$ $S$ must have dimension $n – 1$

$^{\dagger\dagger}~$ $\gamma$ must have dimension $1$


Observations

  • Derivatives are all functions.
  • Integrals are just scalars/vectors.
    • Except the indefinite integral, but perhaps that doesn't actually belong?
    • Or I guess you could treat them as functions that accept a line/surface/etc.

Things That Are Special Cases Of Other Things, aka, Motivation For This Question

  • "Normal" derivatives are just partials with $n = 1$.
    • Similarly, definite integrals are area/volume integrals where $n = 1$.
  • Area/volume integrals seems to be a special case of line/surface integrals: when I do a surface integral with $S$ a subset of the $xy$-plane, I get just the equivalent area integral, but I can't verify for higher dimensions.
  • We can 'extend' most operators componentwise for $f : \RR^n \to \RR$ to operators on $f : \RR^n \to \RR^m$. Examples: partial derivative and area/volume/line/surface integrals.

Minor Questions (i.e., not the big one at the top, but probably answered by it):

  • What's with the codomain of the curl? For $n = 2$, it's $1$, but for $n = 3$, it's $3$. I assume it doesn't become $5$ at $n = 4$, that seems somehow wrong. It seems to be $\binom{n}{2}$, because rotations occur in a plane, and there are $\binom{n}{2}$ ways to pick $2$ basis vectors to get "basis planes".
  • The surfaces for work and flux integrals are fixed at dimensions $1$ and $n – 1$. Are there analogous ones for dimensions in between?
  • If I 'extend' the gradient to a vector-valued function where $m = n$, then I get the Jacobian. But what if $m \ne n$? I can still compute it, but it's not a coordinate transform, nor does it have a determinant. Does this Jacobian-like derivative have any meaning? According to Wikipedia, the Jacobian of $F$ at a point $p$ is "the best linear approximation of the function $F$ near the point $p$".

EDIT: two of them make sense now!


Thanks for reading all this way! I'm sorry about the length; this is something that's bugged me since I learned multivariable, and I can't seem to get it any smaller. If it's too broad, could you just point me in the direction of a helpful textbook?

Best Answer

I'm going to try my best to give you some answers, although I'm definitely not an expert. As Martin said, lots of these integrals you've talked about, as well as certain integral identities (FTC, Stokes theorem, Gauss' theorem) can be seen to be equivalent to a general form of Stokes theorem stated in terms of differential forms on smooth manifolds. A good reference would be Spivak, or Lee's "Introduction to Smooth Manifolds" which spends a majority of the book developing differential forms and then eventually de Rham cohomology. Another source is Rudin's "Principles of Mathematical Analysis" which talks about differential forms on $\Bbb R^n$.

Some additional references: http://www.math.ucla.edu/~tao/preprints/forms.pdf- In this "paper" Terry Tao introduces the three forms of integral you initially identified and talks about how they all generalize to different things. This paper really opened my eyes and I highly suggest reading it, Tao is an amazing expositor.

Something you personally might find cute: http://math.bu.edu/people/sr/articles/book.pdf

Here is a link to Steve Rosenberg's book "The Laplacian on a Riemannian Manifold". In the first chapter he discusses how differential forms and the exterior derivative generalize the standard $d/dt$ operator for functions on the real line. He then goes on to mention that there is no generalization of the second derivative to general smooth manifolds, and you need the additional structure of a Riemannian metric, which roughly speaking allows you to measure the lengths of tangent vectors, and thus to define lengths of paths, etc. It turns out that the Laplacian is the simplest differential operator you can define on a Riemannian manifold, and leads to amazing theorems such as the Atiyah-Singer index theorem. I'm afraid I don't know much about it, or have much more to add, but hopefully this will keep you happy and busy.

Related Question