Functions of Several Variables (Introduction)/The Derivative of a Map ℝⁿ → ℝᵐ

Lesson 8.11,398 words

The Derivative of a Map ℝⁿ → ℝᵐ

The derivative of a map between Euclidean spaces is the linear transformation of vanishing relative error, unique when it exists and represented in coordinates by the Jacobian matrix of partial derivatives. Differentiability forces continuity through a local Lipschitz bound.

╌╌╌╌

For a function , the derivative is a number: the slope of the tangent line. That reading does not extend to several variables. A map has no single slope, and its graph — a surface, or a higher-dimensional object — has no single tangent direction. What does carry over is the idea behind the slope: near , the function is well approximated by a linear one. In one variable that linear map happens to be multiplication by . In several variables the derivative is the linear map itself.1

The derivative as best linear approximation

Fix an open set and a point . We want a linear transformation such that the affine map tracks to first order near . To first order is made precise by requiring the leftover error to vanish faster than the displacement .

The quantity is the remainder: what the linear model misses. Differentiability says the remainder is — negligible compared to how far we have moved. An equivalent phrasing is often more convenient in proofs: for every there is a such that implies

The affine map is the best linear fit at ; the remainder (vertical gap) shrinks faster than the horizontal displacement.

Two immediate sanity checks fix the notation.

  • A linear map is its own derivative. If is already linear, then identically, so for every . The best linear approximation to a linear map is itself.
  • A constant map has zero derivative. If is constant, every difference quotient vanishes, so .

For with , the derivative in this sense is the linear map : multiplication by the familiar number . The scalar derivative is recovered as the sole entry of a matrix, and everything below reduces to the one-variable derivative when .

Uniqueness of the derivative

Nothing in the definition names a specific , only demands that one exist. In fact there is at most one.

When , the graph is a surface in and encodes a unique tangent plane at each point of differentiability. Uniqueness is the statement that a differentiable surface has one tangent plane, not several.

The Jacobian matrix

The derivative is a coordinate-free object, but once a basis is chosen it becomes a matrix whose entries are the partial derivatives.

The matrix records how each output coordinate responds to each input coordinate. Row collects the sensitivities of the single output ; column collects the responses of all outputs to the single input .

The Jacobian: row is the response of output ; column is the response to input . Entry is the partial .

Two special cases deserve names.

  • Scalar fields. When , the Jacobian is a single row, the gradient, and is the inner product of the gradient with .
  • Paths. When , a map is a parameterized curve and is the column vector , the tangent (velocity) vector to the curve.

The two examples read the derivative off the partials. The definition demands more — that the resulting linear map actually fit to first order — and the next example checks that directly.

As a linear map, sends a displacement in the domain to the linear estimate of how changes, an arrow-to-arrow rule between the two spaces.

maps a displacement at to the linear estimate of the resulting change in ; the true change is that estimate plus a remainder.

Differentiability implies continuity

The one-variable fact that differentiable functions are continuous generalizes, and the proof yields something stronger: a local Lipschitz bound.

The contrapositive is the practical tool: a map that is discontinuous at a point cannot be differentiable there, no matter how many derivatives seem to exist. That mechanism drives the counterexample below.

Two cautions from one variable persist. Continuity does not imply differentiability: is continuous everywhere but has no derivative at , since the difference quotient equals for and for . And the derivative of a differentiable function need not be continuous: (with ) is differentiable at with , yet has no limit as .

Existence of partials is not enough

The Jacobian theorem runs one way: differentiability produces partial derivatives. The converse fails, and not on a technicality. A function can have every partial derivative at a point and still be discontinuous there, hence not differentiable.

The diagnosis is geometric. A partial derivative probes the difference quotient along one coordinate axis only. The two partials at the origin certify good behavior along the two axes and say nothing about the approach from any other direction. Differentiability, by contrast, requires a single linear map that fits every direction of approach at once.

Partials sample only along the two axes (where it is tame); off the axes the value jumps to a constant, so no single linear map fits every approach.

Continuously differentiable maps are differentiable

The counterexample also identifies the missing hypothesis: continuity of the partials. Off the axes the partials never approach the partials at the origin. Adding continuity restores the converse.

This is the practical test. To certify that a concrete map is differentiable, compute its partials and check they are continuous — almost always immediate for formulas built from polynomials, exponentials, and trigonometric functions. Maps whose partials exist and are continuous on are called continuously differentiable, or of class .

PropertyHolds for ?Direction
differentiable partials existyesJacobian theorem
differentiable continuousyesLipschitz bound
partials exist differentiablenoaxis counterexample
partials exist and continuous differentiableyes theorem
differentiable partials continuousno

The two no rows are the content of the theory. Between the strong hypothesis () and the weak conclusion (partials exist) sits differentiability, and the counterexamples show it is strictly between them.

Consequences of the derivative

Near the map is the linear transformation plus a controlled error, and the standard operations act on that linear part directly:

Footnotes

  1. Shkoller, MAT125B Lecture Notes, §2.1 — the derivative of as the unique linear map with vanishing relative error (Definitions 2.2–2.4, Theorem 2.5), and §2.3 for the Jacobian matrix (Definition 2.12, Theorem 2.13).
  2. Shkoller, MAT125B Lecture Notes, §2.4 (Theorem 2.17, local Lipschitz bound) and §2.5 (Theorem 2.22, continuity of partials gives differentiability; Example 2.21, the axis counterexample). See also Rosenlicht, Ch. 9, for the parallel development of the several-variable derivative.

╌╌ END ╌╌