Multivariable Differential Calculus

inverse function theorem (as a tool)

When a transformation scrambles inputs into outputs — turning (x, y) into (u, v) — you often want to run it backward: given the outputs, recover the inputs. The inverse function theorem tells you when that undoing is possible at least near a point, and it does so by inspecting a single matrix: the Jacobian.

The statement is clean. If a continuously differentiable map F has a Jacobian matrix that is invertible at a point (equivalently, the Jacobian determinant is nonzero there), then F has a smooth local inverse on some neighborhood of that point, and the derivative of the inverse is the inverse of the derivative: the Jacobian of F-inverse equals the inverse matrix of the Jacobian of F. In one variable this is the familiar rule that (f-inverse)'(y) = 1 / f'(x) wherever f'(x) is nonzero; the multivariable version simply replaces the reciprocal of a number with the inverse of a matrix. The nonzero-Jacobian condition is the multivariable analogue of 'nonzero slope, so the graph passes a horizontal-line test locally.'

As a tool this theorem certifies that a change of variables is legitimate near a point (the coordinate map is locally invertible exactly where its Jacobian determinant does not vanish), which is the hypothesis quietly assumed every time you switch to polar, cylindrical, or spherical coordinates. It guarantees that Newton's method has a well-defined local solve, underlies the existence of local coordinate charts on manifolds, and gives the inverse's derivative for free in robotics, thermodynamics, and any setting where you invert a smooth relation. The honest caveat: like the implicit function theorem it is purely local — a nonzero Jacobian everywhere does not make the map globally one-to-one (the map (r, theta) -> (r cos theta, r sin theta) wraps around).

The polar map F(r, theta) = (r cos theta, r sin theta) has Jacobian determinant r. So F is locally invertible everywhere except r = 0 (the origin), where the determinant vanishes and infinitely many (r = 0, theta) collapse to one point — invertibility breaks exactly there.

Nonzero Jacobian determinant means locally invertible; at r = 0 the determinant vanishes and the inverse fails.

An invertible Jacobian at every point guarantees only LOCAL invertibility, never global. A map can have a nonzero Jacobian determinant throughout its domain and still be many-to-one, as periodic angular coordinates show.

Also called
IFT (inverse)反函数定理反函數定理