Difference between one-variable calculus and multi-variable calculus?

Is the essential difference between one-variable calculus and multi-variable calculus exterior differential or something else?


There's essentially no difference in the concept of the derivative. It is still the best linear approximation to your function at each point. I.e. $f$ differentiable at $x_0$ still means that $$ f(x_0+h) = f(x_0) + f'(x_0)h + \varphi(h), $$ for $h$ in some nbhd. of $0$ and $\varphi$ a continuous function that tends to $0$ at $0$ faster than linear. Except now $f'(x_0)$ is an $m \times n$ matrix called the Jacobian matrix and much more complicated to work with.

The first new thing we get when we go to higher dimensions is the notion of directional derivative, i.e. "how much does $f$ change in the direction of $v$?" We actually already have that on $\mathbb{R}$, it's just that there is only one direction (actually two, but it just comes down to a sign change), so it's never really looked at that way. The notion of directional derivative is exactly what you want when you want to generalize further to smooth manifolds, except you have to be a bit clever since you don't have an ambient space in which to have tangent vectors and instead use derivations (of e.g. smooth functions).

Integrals in multiple variables are much more complicated that the usual Riemann integral. Even when the functions are continuous. As demonstrated by Fubini's theorem.

Tangentially calculus-related (really it's more analysis, but those are related anyway): The fact that $\mathbb{R}$ has an ordering allows one to define things like the Henstock–Kurzweil integral. Such an extension of the Lebesgue integral is (AFAIK) not possible in $\mathbb{R}^n$ for $n > 1$.


It seems to me that an important difference is that while in one-variable calculus one only deals with one derivative, in multi-variable calculus there are infinitely many derivatives, the directional derivatives, a particular case of which are the partial derivatives. There are still the total derivatives for functions whose variables depend on another variable. Though all these derivatives are a generalization of the derivative of a single variable function.